From 00883b4e8c3795f44fe0284744ff9acbf8629975 Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sat, 8 Feb 2020 00:07:14 +0100 Subject: [PATCH 01/26] chore: npm audit fix --- package-lock.json | 24810 +++++++++++++++++++++++++------------------- package.json | 4 +- 2 files changed, 14139 insertions(+), 10675 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1825edc37..152e4e9e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,92 +26,120 @@ } }, "@angular-devkit/build-angular": { - "version": "0.803.12", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-0.803.12.tgz", - "integrity": "sha512-6Mj468HMSymbS6a1cLy47vhOnQioWfzIQCM+kq0SQxTKOWNiT+xPL3bTGqnAxAOMESrvsJ3ZJm/sw4WDonT6PA==", - "dev": true, - "requires": { - "@angular-devkit/architect": "0.803.12", - "@angular-devkit/build-optimizer": "0.803.12", - "@angular-devkit/build-webpack": "0.803.12", - "@angular-devkit/core": "8.3.12", - "@babel/core": "7.5.5", - "@babel/preset-env": "7.5.5", - "@ngtools/webpack": "8.3.12", + "version": "0.900.1", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-0.900.1.tgz", + "integrity": "sha512-e1/EiNI9UAKJxI9+7KA59A15Rkx2QA86evb9iUuwxWGvIsTsN/sg/oXUZA//nTUQTAht+qWJp3I2amd/nyQZLQ==", + "dev": true, + "requires": { + "@angular-devkit/architect": "0.900.1", + "@angular-devkit/build-optimizer": "0.900.1", + "@angular-devkit/build-webpack": "0.900.1", + "@angular-devkit/core": "9.0.1", + "@babel/core": "7.7.7", + "@babel/generator": "7.7.7", + "@babel/preset-env": "7.7.7", + "@ngtools/webpack": "9.0.1", "ajv": "6.10.2", - "autoprefixer": "9.6.1", - "browserslist": "4.6.6", - "cacache": "12.0.2", - "caniuse-lite": "1.0.30000989", + "autoprefixer": "9.7.1", + "babel-loader": "8.0.6", + "browserslist": "4.8.3", + "cacache": "13.0.1", + "caniuse-lite": "1.0.30001020", "circular-dependency-plugin": "5.2.0", - "clean-css": "4.2.1", - "copy-webpack-plugin": "5.0.4", - "core-js": "3.2.1", + "copy-webpack-plugin": "5.1.1", + "core-js": "3.6.0", + "coverage-istanbul-loader": "2.0.3", + "cssnano": "4.1.10", "file-loader": "4.2.0", "find-cache-dir": "3.0.0", - "glob": "7.1.4", - "istanbul-instrumenter-loader": "3.0.1", + "glob": "7.1.5", "jest-worker": "24.9.0", "karma-source-map-support": "1.4.0", - "less": "3.9.0", + "less": "3.10.3", "less-loader": "5.0.0", - "license-webpack-plugin": "2.1.2", + "license-webpack-plugin": "2.1.3", "loader-utils": "1.2.3", + "magic-string": "0.25.4", "mini-css-extract-plugin": "0.8.0", "minimatch": "3.0.4", - "open": "6.4.0", + "open": "7.0.0", "parse5": "4.0.0", - "postcss": "7.0.17", + "postcss": "7.0.21", "postcss-import": "12.0.1", "postcss-loader": "3.0.0", "raw-loader": "3.1.0", "regenerator-runtime": "0.13.3", - "rxjs": "6.4.0", - "sass": "1.22.9", - "sass-loader": "7.2.0", + "rimraf": "3.0.0", + "rollup": "1.25.2", + "rxjs": "6.5.3", + "sass": "1.23.3", + "sass-loader": "8.0.0", "semver": "6.3.0", "source-map": "0.7.3", "source-map-loader": "0.2.4", - "source-map-support": "0.5.13", + "source-map-support": "0.5.16", "speed-measure-webpack-plugin": "1.3.1", "style-loader": "1.0.0", - "stylus": "0.54.5", + "stylus": "0.54.7", "stylus-loader": "3.0.2", - "terser": "4.3.8", - "terser-webpack-plugin": "1.4.1", - "tree-kill": "1.2.1", - "webpack": "4.39.2", - "webpack-dev-middleware": "3.7.0", - "webpack-dev-server": "3.8.0", - "webpack-merge": "4.2.1", + "terser": "4.5.1", + "terser-webpack-plugin": "2.3.3", + "tree-kill": "1.2.2", + "webpack": "4.41.2", + "webpack-dev-middleware": "3.7.2", + "webpack-dev-server": "3.9.0", + "webpack-merge": "4.2.2", "webpack-sources": "1.4.3", - "webpack-subresource-integrity": "1.1.0-rc.6", + "webpack-subresource-integrity": "1.3.4", "worker-plugin": "3.2.0" }, "dependencies": { + "@angular-devkit/architect": { + "version": "0.900.1", + "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.900.1.tgz", + "integrity": "sha512-zzB3J0fXFoYeJpgF5tsmZ7byygzjJn1IPiXBdnbNqcMbil1OPOhq+KdD4ZFPyXNwBQ3w02kOwPdNqB++jbPmlQ==", + "dev": true, + "requires": { + "@angular-devkit/core": "9.0.1", + "rxjs": "6.5.3" + } + }, + "@angular-devkit/core": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-9.0.1.tgz", + "integrity": "sha512-HboJI/x+SJD9clSOAMjHRv0eXAGRAdEaqJGmjDfdFMP2wznfsBiC6cgcHC17oM4jRWFhmWMR8Omc7CjLZJawJg==", + "dev": true, + "requires": { + "ajv": "6.10.2", + "fast-json-stable-stringify": "2.0.0", + "magic-string": "0.25.4", + "rxjs": "6.5.3", + "source-map": "0.7.3" + } + }, "@babel/code-frame": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz", - "integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", + "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==", "dev": true, "requires": { - "@babel/highlight": "^7.0.0" + "@babel/highlight": "^7.8.3" } }, "@babel/core": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.5.5.tgz", - "integrity": "sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg==", + "version": "7.7.7", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.7.7.tgz", + "integrity": "sha512-jlSjuj/7z138NLZALxVgrx13AOtqip42ATZP7+kYl53GvDV6+4dCek1mVUo8z8c8Xnw/mx2q3d9HWh3griuesQ==", "dev": true, "requires": { "@babel/code-frame": "^7.5.5", - "@babel/generator": "^7.5.5", - "@babel/helpers": "^7.5.5", - "@babel/parser": "^7.5.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.5.5", - "@babel/types": "^7.5.5", - "convert-source-map": "^1.1.0", + "@babel/generator": "^7.7.7", + "@babel/helpers": "^7.7.4", + "@babel/parser": "^7.7.7", + "@babel/template": "^7.7.4", + "@babel/traverse": "^7.7.4", + "@babel/types": "^7.7.4", + "convert-source-map": "^1.7.0", "debug": "^4.1.0", "json5": "^2.1.0", "lodash": "^4.17.13", @@ -135,12 +163,12 @@ } }, "@babel/generator": { - "version": "7.6.4", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.6.4.tgz", - "integrity": "sha512-jsBuXkFoZxk0yWLyGI9llT9oiQ2FeTASmRFE32U+aaDTfoE92t78eroO7PTpU/OrYq38hlcDM6vbfLDaOLy+7w==", + "version": "7.7.7", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.7.7.tgz", + "integrity": "sha512-/AOIBpHh/JU1l0ZFS4kiRCBnLi6OTHzh0RPk3h9isBxkkqELtQNFi1Vr/tiG9p1yfoUdKVwISuXWQR+hwwM4VQ==", "dev": true, "requires": { - "@babel/types": "^7.6.3", + "@babel/types": "^7.7.4", "jsesc": "^2.5.1", "lodash": "^4.17.13", "source-map": "^0.5.0" @@ -154,57 +182,115 @@ } } }, + "@babel/helper-function-name": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz", + "integrity": "sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==", + "dev": true, + "requires": { + "@babel/helper-get-function-arity": "^7.8.3", + "@babel/template": "^7.8.3", + "@babel/types": "^7.8.3" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz", + "integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==", + "dev": true, + "requires": { + "@babel/types": "^7.8.3" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz", + "integrity": "sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==", + "dev": true, + "requires": { + "@babel/types": "^7.8.3" + } + }, "@babel/helpers": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.6.2.tgz", - "integrity": "sha512-3/bAUL8zZxYs1cdX2ilEE0WobqbCmKWr/889lf2SS0PpDcpEIY8pb1CCyz0pEcX3pEb+MCbks1jIokz2xLtGTA==", + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.8.4.tgz", + "integrity": "sha512-VPbe7wcQ4chu4TDQjimHv/5tj73qz88o12EPkO2ValS2QiQS/1F2SsjyIGNnAD0vF/nZS6Cf9i+vW6HIlnaR8w==", "dev": true, "requires": { - "@babel/template": "^7.6.0", - "@babel/traverse": "^7.6.2", - "@babel/types": "^7.6.0" - }, - "dependencies": { - "@babel/template": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.6.0.tgz", - "integrity": "sha512-5AEH2EXD8euCk446b7edmgFdub/qfH1SN6Nii3+fyXP807QRx9Q73A2N5hNwRRslC2H9sNzaFhsPubkS4L8oNQ==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/parser": "^7.6.0", - "@babel/types": "^7.6.0" - } - } + "@babel/template": "^7.8.3", + "@babel/traverse": "^7.8.4", + "@babel/types": "^7.8.3" + } + }, + "@babel/highlight": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz", + "integrity": "sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==", + "dev": true, + "requires": { + "chalk": "^2.0.0", + "esutils": "^2.0.2", + "js-tokens": "^4.0.0" } }, "@babel/parser": { - "version": "7.6.4", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.6.4.tgz", - "integrity": "sha512-D8RHPW5qd0Vbyo3qb+YjO5nvUVRTXFLQ/FsDxJU2Nqz4uB5EnUN0ZQSEYpvTIbRuttig1XbHWU5oMeQwQSAA+A==", + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.8.4.tgz", + "integrity": "sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==", "dev": true }, + "@babel/template": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.8.3.tgz", + "integrity": "sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.8.3", + "@babel/parser": "^7.8.3", + "@babel/types": "^7.8.3" + } + }, "@babel/traverse": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.6.3.tgz", - "integrity": "sha512-unn7P4LGsijIxaAJo/wpoU11zN+2IaClkQAxcJWBNCMS6cmVh802IyLHNkAjQ0iYnRS3nnxk5O3fuXW28IMxTw==", + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.8.4.tgz", + "integrity": "sha512-NGLJPZwnVEyBPLI+bl9y9aSnxMhsKz42so7ApAv9D+b4vAFPpY013FTS9LdKxcABoIYFU52HcYga1pPlx454mg==", "dev": true, "requires": { - "@babel/code-frame": "^7.5.5", - "@babel/generator": "^7.6.3", - "@babel/helper-function-name": "^7.1.0", - "@babel/helper-split-export-declaration": "^7.4.4", - "@babel/parser": "^7.6.3", - "@babel/types": "^7.6.3", + "@babel/code-frame": "^7.8.3", + "@babel/generator": "^7.8.4", + "@babel/helper-function-name": "^7.8.3", + "@babel/helper-split-export-declaration": "^7.8.3", + "@babel/parser": "^7.8.4", + "@babel/types": "^7.8.3", "debug": "^4.1.0", "globals": "^11.1.0", "lodash": "^4.17.13" + }, + "dependencies": { + "@babel/generator": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.8.4.tgz", + "integrity": "sha512-PwhclGdRpNAf3IxZb0YVuITPZmmrXz9zf6fH8lT4XbrmfQKr6ryBzhv593P5C6poJRciFCL/eHGW2NuGrgEyxA==", + "dev": true, + "requires": { + "@babel/types": "^7.8.3", + "jsesc": "^2.5.1", + "lodash": "^4.17.13", + "source-map": "^0.5.0" + } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + } } }, "@babel/types": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.6.3.tgz", - "integrity": "sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", + "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", "dev": true, "requires": { "esutils": "^2.0.2", @@ -212,6 +298,12 @@ "to-fast-properties": "^2.0.0" } }, + "acorn": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz", + "integrity": "sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==", + "dev": true + }, "ajv": { "version": "6.10.2", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz", @@ -225,32 +317,104 @@ } }, "autoprefixer": { - "version": "9.6.1", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.6.1.tgz", - "integrity": "sha512-aVo5WxR3VyvyJxcJC3h4FKfwCQvQWb1tSI5VHNibddCVWrcD1NvlxEweg3TSgiPztMnWfjpy2FURKA2kvDE+Tw==", + "version": "9.7.1", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.1.tgz", + "integrity": "sha512-w3b5y1PXWlhYulevrTJ0lizkQ5CyqfeU6BIRDbuhsMupstHQOeb1Ur80tcB1zxSu7AwyY/qCQ7Vvqklh31ZBFw==", "dev": true, "requires": { - "browserslist": "^4.6.3", - "caniuse-lite": "^1.0.30000980", + "browserslist": "^4.7.2", + "caniuse-lite": "^1.0.30001006", "chalk": "^2.4.2", "normalize-range": "^0.1.2", "num2fraction": "^1.2.2", - "postcss": "^7.0.17", - "postcss-value-parser": "^4.0.0" + "postcss": "^7.0.21", + "postcss-value-parser": "^4.0.2" + } + }, + "browserslist": { + "version": "4.8.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.8.3.tgz", + "integrity": "sha512-iU43cMMknxG1ClEZ2MDKeonKE1CCrFVkQK2AqO2YWFmvIrx4JWrvQ4w4hQez6EpVI8rHTtqh/ruHHDHSOKxvUg==", + "dev": true, + "requires": { + "caniuse-lite": "^1.0.30001017", + "electron-to-chromium": "^1.3.322", + "node-releases": "^1.1.44" + } + }, + "cacache": { + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-13.0.1.tgz", + "integrity": "sha512-5ZvAxd05HDDU+y9BVvcqYu2LLXmPnQ0hW62h32g4xBTgL/MppR4/04NHfj/ycM2y6lmTnbw6HVi+1eN0Psba6w==", + "dev": true, + "requires": { + "chownr": "^1.1.2", + "figgy-pudding": "^3.5.1", + "fs-minipass": "^2.0.0", + "glob": "^7.1.4", + "graceful-fs": "^4.2.2", + "infer-owner": "^1.0.4", + "lru-cache": "^5.1.1", + "minipass": "^3.0.0", + "minipass-collect": "^1.0.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.2", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "p-map": "^3.0.0", + "promise-inflight": "^1.0.1", + "rimraf": "^2.7.1", + "ssri": "^7.0.0", + "unique-filename": "^1.1.1" + }, + "dependencies": { + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + } } }, + "caniuse-lite": { + "version": "1.0.30001020", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001020.tgz", + "integrity": "sha512-yWIvwA68wRHKanAVS1GjN8vajAv7MBFshullKCeq/eKpK7pJBVDgFFEqvgWTkcP2+wIDeQGYFRXECjKZnLkUjA==", + "dev": true + }, "commander": { "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true }, + "convert-source-map": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", + "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.1" + } + }, "core-js": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.2.1.tgz", - "integrity": "sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.0.tgz", + "integrity": "sha512-AHPTNKzyB+YwgDWoSOCaid9PUSEF6781vsfiK8qUz62zRR448/XgK2NtCbpiUGizbep8Lrpt0Du19PpGGZvw3Q==", "dev": true }, + "css-parse": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/css-parse/-/css-parse-2.0.0.tgz", + "integrity": "sha1-pGjuZnwW2BzPBcWMONKpfHgNv9Q=", + "dev": true, + "requires": { + "css": "^2.0.0" + } + }, "debug": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", @@ -260,10 +424,25 @@ "ms": "^2.1.1" } }, + "electron-to-chromium": { + "version": "1.3.345", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.345.tgz", + "integrity": "sha512-f8nx53+Z9Y+SPWGg3YdHrbYYfIJAtbUjpFfW4X1RwTZ94iUG7geg9tV8HqzAXX7XTNgyWgAFvce4yce8ZKxKmg==", + "dev": true + }, + "fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "dev": true, + "requires": { + "minipass": "^3.0.0" + } + }, "glob": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", - "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", + "version": "7.1.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.5.tgz", + "integrity": "sha512-J9dlskqUXK1OeTOYBEn5s8aMukWMwWfs+rPTn/jn50Ux4MNXVhubL1wu/j2t+H4NVI+cXEcCaYellqaPVGXNqQ==", "dev": true, "requires": { "fs.realpath": "^1.0.0", @@ -274,6 +453,18 @@ "path-is-absolute": "^1.0.0" } }, + "graceful-fs": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz", + "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==", + "dev": true + }, + "is-wsl": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.1.1.tgz", + "integrity": "sha512-umZHcSrwlDHo2TGMXv0DZ8dIUGunZ2Iv68YZnrmCiBPkZ4aaOhtv7pXJKeki9k3qJ3RJr0cDyitcl5wEH3AYog==", + "dev": true + }, "jest-worker": { "version": "24.9.0", "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-24.9.0.tgz", @@ -284,6 +475,12 @@ "supports-color": "^6.1.0" } }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, "json5": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.1.tgz", @@ -293,27 +490,169 @@ "minimist": "^1.2.0" } }, + "less": { + "version": "3.10.3", + "resolved": "https://registry.npmjs.org/less/-/less-3.10.3.tgz", + "integrity": "sha512-vz32vqfgmoxF1h3K4J+yKCtajH0PWmjkIFgbs5d78E/c/e+UQTnI+lWK+1eQRE95PXM2mC3rJlLSSP9VQHnaow==", + "dev": true, + "requires": { + "clone": "^2.1.2", + "errno": "^0.1.1", + "graceful-fs": "^4.1.2", + "image-size": "~0.5.0", + "mime": "^1.4.1", + "mkdirp": "^0.5.0", + "promise": "^7.1.1", + "request": "^2.83.0", + "source-map": "~0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "optional": true + } + } + }, + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "requires": { + "yallist": "^3.0.2" + }, + "dependencies": { + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + } + } + }, + "magic-string": { + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.4.tgz", + "integrity": "sha512-oycWO9nEVAP2RVPbIoDoA4Y7LFIJ3xRYov93gAyJhZkET1tNuB0u7uWkZS2LpBWTJUWnmau/To8ECWRC+jKNfw==", + "dev": true, + "requires": { + "sourcemap-codec": "^1.4.4" + } + }, "merge-stream": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", "dev": true }, + "minipass": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.1.tgz", + "integrity": "sha512-UFqVihv6PQgwj8/yTGvl9kPz7xIAY+R5z6XYjRInD3Gk3qx6QGSD6zEcpeG4Dy/lQnv1J6zv8ejV90hyYIKf3w==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "node-releases": { + "version": "1.1.48", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.48.tgz", + "integrity": "sha512-Hr8BbmUl1ujAST0K0snItzEA5zkJTQup8VNTKNfT6Zw8vTJkIiagUPNfxHmgDOyfFYNfKAul40sD0UEYTvwebw==", + "dev": true, + "requires": { + "semver": "^6.3.0" + } + }, + "open": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/open/-/open-7.0.0.tgz", + "integrity": "sha512-K6EKzYqnwQzk+/dzJAQSBORub3xlBTxMz+ntpZpH/LyCa1o6KjXhuN+2npAaI9jaSmU3R1Q8NWf4KUWcyytGsQ==", + "dev": true, + "requires": { + "is-wsl": "^2.1.0" + } + }, + "p-map": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz", + "integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==", + "dev": true, + "requires": { + "aggregate-error": "^3.0.0" + } + }, + "postcss": { + "version": "7.0.21", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.21.tgz", + "integrity": "sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, "regenerator-runtime": { "version": "0.13.3", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz", "integrity": "sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==", "dev": true }, + "rimraf": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.0.tgz", + "integrity": "sha512-NDGVxTsjqfunkds7CqsOiEnxln4Bo7Nddl3XhS4pXg5OzwkLqJ971ZVAAnB+DDLnF76N+VnDEiBHaVV8I06SUg==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "rollup": { + "version": "1.25.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.25.2.tgz", + "integrity": "sha512-+7z6Wab/L45QCPcfpuTZKwKiB0tynj05s/+s2U3F2Bi7rOLPr9UcjUwO7/xpjlPNXA/hwnth6jBExFRGyf3tMg==", + "dev": true, + "requires": { + "@types/estree": "*", + "@types/node": "*", + "acorn": "^7.1.0" + } + }, "rxjs": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.4.0.tgz", - "integrity": "sha512-Z9Yfa11F6B9Sg/BK9MnqnQ+aQYicPLtilXBp2yUtDt2JRCE0h26d33EnfO3ZxoNxG0T92OUucP3Ct7cpfkdFfw==", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.3.tgz", + "integrity": "sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA==", "dev": true, "requires": { "tslib": "^1.9.0" } }, + "sass": { + "version": "1.23.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.23.3.tgz", + "integrity": "sha512-1DKRZxJMOh4Bme16AbWTyYeJAjTlrvw2+fWshHHaepeJfGq2soFZTnt0YhWit+bohtDu4LdyPoEj6VFD4APHog==", + "dev": true, + "requires": { + "chokidar": ">=2.0.0 <4.0.0" + } + }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", + "dev": true + }, "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", @@ -321,9 +660,9 @@ "dev": true }, "source-map-support": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", - "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.16.tgz", + "integrity": "sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==", "dev": true, "requires": { "buffer-from": "^1.0.0", @@ -338,6 +677,49 @@ } } }, + "ssri": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-7.1.0.tgz", + "integrity": "sha512-77/WrDZUWocK0mvA5NTRQyveUf+wsrIc6vyrxpS8tVvYBcX215QbafrJR3KtkpskIzoFLqqNuuYQvxaMjXJ/0g==", + "dev": true, + "requires": { + "figgy-pudding": "^3.5.1", + "minipass": "^3.1.1" + } + }, + "stylus": { + "version": "0.54.7", + "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.54.7.tgz", + "integrity": "sha512-Yw3WMTzVwevT6ZTrLCYNHAFmanMxdylelL3hkWNgPMeTCpMwpV3nXjpOHuBXtFv7aiO2xRuQS6OoAdgkNcSNug==", + "dev": true, + "requires": { + "css-parse": "~2.0.0", + "debug": "~3.1.0", + "glob": "^7.1.3", + "mkdirp": "~0.5.x", + "safer-buffer": "^2.1.2", + "sax": "~1.2.4", + "semver": "^6.0.0", + "source-map": "^0.7.3" + }, + "dependencies": { + "debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, "supports-color": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", @@ -348,9 +730,9 @@ } }, "terser": { - "version": "4.3.8", - "resolved": "https://registry.npmjs.org/terser/-/terser-4.3.8.tgz", - "integrity": "sha512-otmIRlRVmLChAWsnSFNO0Bfk6YySuBp6G9qrHiJwlLDd4mxe2ta4sjI7TzIR+W1nBMjilzrMcPOz9pSusgx3hQ==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.5.1.tgz", + "integrity": "sha512-lH9zLIbX8PRBEFCTvfHGCy0s9HEKnNso1Dx9swSopF3VUnFLB8DpQ61tHxoofovNC/sG0spajJM3EIIRSTByiQ==", "dev": true, "requires": { "commander": "^2.20.0", @@ -365,6 +747,12 @@ "dev": true } } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true } } }, @@ -390,47 +778,91 @@ } }, "@angular-devkit/build-optimizer": { - "version": "0.803.12", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-optimizer/-/build-optimizer-0.803.12.tgz", - "integrity": "sha512-mFbGECdK+oCKbSaVRZBMLrfvXAN5GyPLcbl9RnSwm0ypLJPon7Jm56BGlv5nmOeh254AlwRIP2kV7vJWT3/vkg==", + "version": "0.900.1", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-optimizer/-/build-optimizer-0.900.1.tgz", + "integrity": "sha512-EnIU+ogiJrUPf8+fuPE5xQ+j/qUZDZ/SmLs8XAOmvoOBpZ0vPNedrHBHCxmV+ACbCxHGmIKQ/ZL29XUYVasteg==", "dev": true, "requires": { "loader-utils": "1.2.3", "source-map": "0.7.3", "tslib": "1.10.0", - "typescript": "3.5.3", + "typescript": "3.6.4", "webpack-sources": "1.4.3" }, "dependencies": { "typescript": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.3.tgz", - "integrity": "sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==", + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.4.tgz", + "integrity": "sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==", "dev": true } } }, "@angular-devkit/build-webpack": { - "version": "0.803.12", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.803.12.tgz", - "integrity": "sha512-wl1Hs3s+6ntABSdqy6eLMx7WP9myAqTJISCXiwfCt5xxiaqrJ8HO9mIf4XA0y42r9JksxMUdzQuKv/iNDSuDFw==", + "version": "0.900.1", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.900.1.tgz", + "integrity": "sha512-GwV+jht42S2XZZbvy07mXqZ5us9ppbIi/gCL5SiUh+xtSdZGbfE6RoFZXmeOuxBn9FY0vUMTFtKCK5Mx8O3WYg==", "dev": true, "requires": { - "@angular-devkit/architect": "0.803.12", - "@angular-devkit/core": "8.3.12", - "rxjs": "6.4.0" + "@angular-devkit/architect": "0.900.1", + "@angular-devkit/core": "9.0.1", + "rxjs": "6.5.3" }, "dependencies": { - "rxjs": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.4.0.tgz", - "integrity": "sha512-Z9Yfa11F6B9Sg/BK9MnqnQ+aQYicPLtilXBp2yUtDt2JRCE0h26d33EnfO3ZxoNxG0T92OUucP3Ct7cpfkdFfw==", + "@angular-devkit/architect": { + "version": "0.900.1", + "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.900.1.tgz", + "integrity": "sha512-zzB3J0fXFoYeJpgF5tsmZ7byygzjJn1IPiXBdnbNqcMbil1OPOhq+KdD4ZFPyXNwBQ3w02kOwPdNqB++jbPmlQ==", "dev": true, "requires": { - "tslib": "^1.9.0" + "@angular-devkit/core": "9.0.1", + "rxjs": "6.5.3" } - } - } + }, + "@angular-devkit/core": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-9.0.1.tgz", + "integrity": "sha512-HboJI/x+SJD9clSOAMjHRv0eXAGRAdEaqJGmjDfdFMP2wznfsBiC6cgcHC17oM4jRWFhmWMR8Omc7CjLZJawJg==", + "dev": true, + "requires": { + "ajv": "6.10.2", + "fast-json-stable-stringify": "2.0.0", + "magic-string": "0.25.4", + "rxjs": "6.5.3", + "source-map": "0.7.3" + } + }, + "ajv": { + "version": "6.10.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz", + "integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==", + "dev": true, + "requires": { + "fast-deep-equal": "^2.0.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "magic-string": { + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.4.tgz", + "integrity": "sha512-oycWO9nEVAP2RVPbIoDoA4Y7LFIJ3xRYov93gAyJhZkET1tNuB0u7uWkZS2LpBWTJUWnmau/To8ECWRC+jKNfw==", + "dev": true, + "requires": { + "sourcemap-codec": "^1.4.4" + } + }, + "rxjs": { + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.3.tgz", + "integrity": "sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA==", + "dev": true, + "requires": { + "tslib": "^1.9.0" + } + } + } }, "@angular-devkit/core": { "version": "8.3.12", @@ -939,111 +1371,18 @@ } }, "@babel/helper-annotate-as-pure": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz", - "integrity": "sha512-3UYcJUj9kvSLbLbUIfQTqzcy5VX7GRZ/CCDrnOaZorFFM01aXp1+GJwuFGV4NDDoAS+mOUyHcO6UD/RfqOks3Q==", - "dev": true, - "requires": { - "@babel/types": "^7.0.0" - } - }, - "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz", - "integrity": "sha512-qNSR4jrmJ8M1VMM9tibvyRAHXQs2PmaksQF7c1CGJNipfe3D8p+wgNwgso/P2A2r2mdgBWAXljNWR0QRZAMW8w==", - "dev": true, - "requires": { - "@babel/helper-explode-assignable-expression": "^7.1.0", - "@babel/types": "^7.0.0" - } - }, - "@babel/helper-call-delegate": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@babel/helper-call-delegate/-/helper-call-delegate-7.4.4.tgz", - "integrity": "sha512-l79boDFJ8S1c5hvQvG+rc+wHw6IuH7YldmRKsYtpbawsxURu/paVy57FZMomGK22/JckepaikOkY0MoAmdyOlQ==", - "dev": true, - "requires": { - "@babel/helper-hoist-variables": "^7.4.4", - "@babel/traverse": "^7.4.4", - "@babel/types": "^7.4.4" - } - }, - "@babel/helper-define-map": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.5.5.tgz", - "integrity": "sha512-fTfxx7i0B5NJqvUOBBGREnrqbTxRh7zinBANpZXAVDlsZxYdclDp467G1sQ8VZYMnAURY3RpBUAgOYT9GfzHBg==", - "dev": true, - "requires": { - "@babel/helper-function-name": "^7.1.0", - "@babel/types": "^7.5.5", - "lodash": "^4.17.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.6.3.tgz", - "integrity": "sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA==", - "dev": true, - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.13", - "to-fast-properties": "^2.0.0" - } - } - } - }, - "@babel/helper-explode-assignable-expression": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz", - "integrity": "sha512-NRQpfHrJ1msCHtKjbzs9YcMmJZOg6mQMmGRB+hbamEdG5PNpaSm95275VD92DvJKuyl0s2sFiDmMZ+EnnvufqA==", - "dev": true, - "requires": { - "@babel/traverse": "^7.1.0", - "@babel/types": "^7.0.0" - } - }, - "@babel/helper-function-name": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz", - "integrity": "sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==", - "dev": true, - "requires": { - "@babel/helper-get-function-arity": "^7.0.0", - "@babel/template": "^7.1.0", - "@babel/types": "^7.0.0" - } - }, - "@babel/helper-get-function-arity": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz", - "integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==", - "dev": true, - "requires": { - "@babel/types": "^7.0.0" - } - }, - "@babel/helper-hoist-variables": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz", - "integrity": "sha512-VYk2/H/BnYbZDDg39hr3t2kKyifAm1W6zHRfhx8jGjIHpQEBv9dry7oQ2f3+J703TLu69nYdxsovl0XYfcnK4w==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz", + "integrity": "sha512-6o+mJrZBxOoEX77Ezv9zwW7WV8DdluouRKNY/IR5u/YTMuKHgugHOzYWlYvYLpLA9nPsQCAAASpCIbjI9Mv+Uw==", "dev": true, "requires": { - "@babel/types": "^7.4.4" - } - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.5.5.tgz", - "integrity": "sha512-5qZ3D1uMclSNqYcXqiHoA0meVdv+xUEex9em2fqMnrk/scphGlGgg66zjMrPJESPwrFJ6sbfFQYUSa0Mz7FabA==", - "dev": true, - "requires": { - "@babel/types": "^7.5.5" + "@babel/types": "^7.8.3" }, "dependencies": { "@babel/types": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.6.3.tgz", - "integrity": "sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", + "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", "dev": true, "requires": { "esutils": "^2.0.2", @@ -1053,33 +1392,20 @@ } } }, - "@babel/helper-module-imports": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz", - "integrity": "sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A==", - "dev": true, - "requires": { - "@babel/types": "^7.0.0" - } - }, - "@babel/helper-module-transforms": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.5.5.tgz", - "integrity": "sha512-jBeCvETKuJqeiaCdyaheF40aXnnU1+wkSiUs/IQg3tB85up1LyL8x77ClY8qJpuRJUcXQo+ZtdNESmZl4j56Pw==", + "@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.8.3.tgz", + "integrity": "sha512-5eFOm2SyFPK4Rh3XMMRDjN7lBH0orh3ss0g3rTYZnBQ+r6YPj7lgDyCvPphynHvUrobJmeMignBr6Acw9mAPlw==", "dev": true, "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@babel/helper-simple-access": "^7.1.0", - "@babel/helper-split-export-declaration": "^7.4.4", - "@babel/template": "^7.4.4", - "@babel/types": "^7.5.5", - "lodash": "^4.17.13" + "@babel/helper-explode-assignable-expression": "^7.8.3", + "@babel/types": "^7.8.3" }, "dependencies": { "@babel/types": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.6.3.tgz", - "integrity": "sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", + "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", "dev": true, "requires": { "esutils": "^2.0.2", @@ -1089,103 +1415,116 @@ } } }, - "@babel/helper-optimise-call-expression": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz", - "integrity": "sha512-u8nd9NQePYNQV8iPWu/pLLYBqZBa4ZaY1YWRFMuxrid94wKI1QNt67NEZ7GAe5Kc/0LLScbim05xZFWkAdrj9g==", - "dev": true, - "requires": { - "@babel/types": "^7.0.0" - } - }, - "@babel/helper-plugin-utils": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz", - "integrity": "sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==", - "dev": true - }, - "@babel/helper-regex": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.5.5.tgz", - "integrity": "sha512-CkCYQLkfkiugbRDO8eZn6lRuR8kzZoGXCg3149iTk5se7g6qykSpy3+hELSwquhu+TgHn8nkLiBwHvNX8Hofcw==", - "dev": true, - "requires": { - "lodash": "^4.17.13" - } - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.1.0.tgz", - "integrity": "sha512-3fOK0L+Fdlg8S5al8u/hWE6vhufGSn0bN09xm2LXMy//REAF8kDCrYoOBKYmA8m5Nom+sV9LyLCwrFynA8/slg==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.0.0", - "@babel/helper-wrap-function": "^7.1.0", - "@babel/template": "^7.1.0", - "@babel/traverse": "^7.1.0", - "@babel/types": "^7.0.0" - } - }, - "@babel/helper-replace-supers": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.5.5.tgz", - "integrity": "sha512-XvRFWrNnlsow2u7jXDuH4jDDctkxbS7gXssrP4q2nUD606ukXHRvydj346wmNg+zAgpFx4MWf4+usfC93bElJg==", + "@babel/helper-call-delegate": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-call-delegate/-/helper-call-delegate-7.8.3.tgz", + "integrity": "sha512-6Q05px0Eb+N4/GTyKPPvnkig7Lylw+QzihMpws9iiZQv7ZImf84ZsZpQH7QoWN4n4tm81SnSzPgHw2qtO0Zf3A==", "dev": true, "requires": { - "@babel/helper-member-expression-to-functions": "^7.5.5", - "@babel/helper-optimise-call-expression": "^7.0.0", - "@babel/traverse": "^7.5.5", - "@babel/types": "^7.5.5" + "@babel/helper-hoist-variables": "^7.8.3", + "@babel/traverse": "^7.8.3", + "@babel/types": "^7.8.3" }, "dependencies": { "@babel/code-frame": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz", - "integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", + "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==", "dev": true, "requires": { - "@babel/highlight": "^7.0.0" + "@babel/highlight": "^7.8.3" } }, "@babel/generator": { - "version": "7.6.4", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.6.4.tgz", - "integrity": "sha512-jsBuXkFoZxk0yWLyGI9llT9oiQ2FeTASmRFE32U+aaDTfoE92t78eroO7PTpU/OrYq38hlcDM6vbfLDaOLy+7w==", + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.8.4.tgz", + "integrity": "sha512-PwhclGdRpNAf3IxZb0YVuITPZmmrXz9zf6fH8lT4XbrmfQKr6ryBzhv593P5C6poJRciFCL/eHGW2NuGrgEyxA==", "dev": true, "requires": { - "@babel/types": "^7.6.3", + "@babel/types": "^7.8.3", "jsesc": "^2.5.1", "lodash": "^4.17.13", "source-map": "^0.5.0" } }, + "@babel/helper-function-name": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz", + "integrity": "sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==", + "dev": true, + "requires": { + "@babel/helper-get-function-arity": "^7.8.3", + "@babel/template": "^7.8.3", + "@babel/types": "^7.8.3" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz", + "integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==", + "dev": true, + "requires": { + "@babel/types": "^7.8.3" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz", + "integrity": "sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==", + "dev": true, + "requires": { + "@babel/types": "^7.8.3" + } + }, + "@babel/highlight": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz", + "integrity": "sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==", + "dev": true, + "requires": { + "chalk": "^2.0.0", + "esutils": "^2.0.2", + "js-tokens": "^4.0.0" + } + }, "@babel/parser": { - "version": "7.6.4", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.6.4.tgz", - "integrity": "sha512-D8RHPW5qd0Vbyo3qb+YjO5nvUVRTXFLQ/FsDxJU2Nqz4uB5EnUN0ZQSEYpvTIbRuttig1XbHWU5oMeQwQSAA+A==", + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.8.4.tgz", + "integrity": "sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==", "dev": true }, + "@babel/template": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.8.3.tgz", + "integrity": "sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.8.3", + "@babel/parser": "^7.8.3", + "@babel/types": "^7.8.3" + } + }, "@babel/traverse": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.6.3.tgz", - "integrity": "sha512-unn7P4LGsijIxaAJo/wpoU11zN+2IaClkQAxcJWBNCMS6cmVh802IyLHNkAjQ0iYnRS3nnxk5O3fuXW28IMxTw==", + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.8.4.tgz", + "integrity": "sha512-NGLJPZwnVEyBPLI+bl9y9aSnxMhsKz42so7ApAv9D+b4vAFPpY013FTS9LdKxcABoIYFU52HcYga1pPlx454mg==", "dev": true, "requires": { - "@babel/code-frame": "^7.5.5", - "@babel/generator": "^7.6.3", - "@babel/helper-function-name": "^7.1.0", - "@babel/helper-split-export-declaration": "^7.4.4", - "@babel/parser": "^7.6.3", - "@babel/types": "^7.6.3", + "@babel/code-frame": "^7.8.3", + "@babel/generator": "^7.8.4", + "@babel/helper-function-name": "^7.8.3", + "@babel/helper-split-export-declaration": "^7.8.3", + "@babel/parser": "^7.8.4", + "@babel/types": "^7.8.3", "debug": "^4.1.0", "globals": "^11.1.0", "lodash": "^4.17.13" } }, "@babel/types": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.6.3.tgz", - "integrity": "sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", + "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", "dev": true, "requires": { "esutils": "^2.0.2", @@ -1202,6 +1541,12 @@ "ms": "^2.1.1" } }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, "source-map": { "version": "0.5.7", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", @@ -1210,752 +1555,741 @@ } } }, - "@babel/helper-simple-access": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz", - "integrity": "sha512-Vk+78hNjRbsiu49zAPALxTb+JUQCz1aolpd8osOF16BGnLtseD21nbHgLPGUwrXEurZgiCOUmvs3ExTu4F5x6w==", - "dev": true, - "requires": { - "@babel/template": "^7.1.0", - "@babel/types": "^7.0.0" - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz", - "integrity": "sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==", - "dev": true, - "requires": { - "@babel/types": "^7.4.4" - } - }, - "@babel/helper-wrap-function": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz", - "integrity": "sha512-o9fP1BZLLSrYlxYEYyl2aS+Flun5gtjTIG8iln+XuEzQTs0PLagAGSXUcqruJwD5fM48jzIEggCKpIfWTcR7pQ==", - "dev": true, - "requires": { - "@babel/helper-function-name": "^7.1.0", - "@babel/template": "^7.1.0", - "@babel/traverse": "^7.1.0", - "@babel/types": "^7.2.0" - } - }, - "@babel/helpers": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.4.4.tgz", - "integrity": "sha512-igczbR/0SeuPR8RFfC7tGrbdTbFL3QTvH6D+Z6zNxnTe//GyqmtHmDkzrqDmyZ3eSwPqB/LhyKoU5DXsp+Vp2A==", - "dev": true, - "requires": { - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.4", - "@babel/types": "^7.4.4" - } - }, - "@babel/highlight": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.0.0.tgz", - "integrity": "sha512-UFMC4ZeFC48Tpvj7C8UgLvtkaUuovQX+5xNWrsIoMG8o2z+XFKjKaN9iVmS84dPwVN00W4wPmqvYoZF3EGAsfw==", + "@babel/helper-create-regexp-features-plugin": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.8.3.tgz", + "integrity": "sha512-Gcsm1OHCUr9o9TcJln57xhWHtdXbA2pgQ58S0Lxlks0WMGNXuki4+GLfX0p+L2ZkINUGZvfkz8rzoqJQSthI+Q==", "dev": true, "requires": { - "chalk": "^2.0.0", - "esutils": "^2.0.2", - "js-tokens": "^4.0.0" + "@babel/helper-regex": "^7.8.3", + "regexpu-core": "^4.6.0" }, "dependencies": { - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", + "dev": true + }, + "regexpu-core": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.6.0.tgz", + "integrity": "sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg==", + "dev": true, + "requires": { + "regenerate": "^1.4.0", + "regenerate-unicode-properties": "^8.1.0", + "regjsgen": "^0.5.0", + "regjsparser": "^0.6.0", + "unicode-match-property-ecmascript": "^1.0.4", + "unicode-match-property-value-ecmascript": "^1.1.0" + } + }, + "regjsgen": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.1.tgz", + "integrity": "sha512-5qxzGZjDs9w4tzT3TPhCJqWdCc3RLYwy9J2NB0nm5Lz+S273lvWcpjaTGHsT1dc6Hhfq41uSEOw8wBmxrKOuyg==", "dev": true + }, + "regjsparser": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.2.tgz", + "integrity": "sha512-E9ghzUtoLwDekPT0DYCp+c4h+bvuUpe6rRHCTYn6eGoqj1LgKXxT6I0Il4WbjhQkOghzi/V+y03bPKvbllL93Q==", + "dev": true, + "requires": { + "jsesc": "~0.5.0" + } } } }, - "@babel/parser": { - "version": "7.4.5", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.4.5.tgz", - "integrity": "sha512-9mUqkL1FF5T7f0WDFfAoDdiMVPWsdD1gZYzSnaXsxUCUqzuch/8of9G3VUSNiZmMBoRxT3neyVsqeiL/ZPcjew==", - "dev": true - }, - "@babel/plugin-proposal-async-generator-functions": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz", - "integrity": "sha512-+Dfo/SCQqrwx48ptLVGLdE39YtWRuKc/Y9I5Fy0P1DDBB9lsAHpjcEJQt+4IifuSOSTLBKJObJqMvaO1pIE8LQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/helper-remap-async-to-generator": "^7.1.0", - "@babel/plugin-syntax-async-generators": "^7.2.0" - } - }, - "@babel/plugin-proposal-dynamic-import": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.5.0.tgz", - "integrity": "sha512-x/iMjggsKTFHYC6g11PL7Qy58IK8H5zqfm9e6hu4z1iH2IRyAp9u9dL80zA6R76yFovETFLKz2VJIC2iIPBuFw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-dynamic-import": "^7.2.0" - } - }, - "@babel/plugin-proposal-json-strings": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.2.0.tgz", - "integrity": "sha512-MAFV1CA/YVmYwZG0fBQyXhmj0BHCB5egZHCKWIFVv/XCxAeVGIHfos3SwDck4LvCllENIAg7xMKOG5kH0dzyUg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-json-strings": "^7.2.0" - } - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.6.2.tgz", - "integrity": "sha512-LDBXlmADCsMZV1Y9OQwMc0MyGZ8Ta/zlD9N67BfQT8uYwkRswiu2hU6nJKrjrt/58aH/vqfQlR/9yId/7A2gWw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-object-rest-spread": "^7.2.0" - } - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.2.0.tgz", - "integrity": "sha512-mgYj3jCcxug6KUcX4OBoOJz3CMrwRfQELPQ5560F70YQUBZB7uac9fqaWamKR1iWUzGiK2t0ygzjTScZnVz75g==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.2.0" - } - }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.6.2.tgz", - "integrity": "sha512-NxHETdmpeSCtiatMRYWVJo7266rrvAC3DTeG5exQBIH/fMIUK7ejDNznBbn3HQl/o9peymRRg7Yqkx6PdUXmMw==", + "@babel/helper-define-map": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.8.3.tgz", + "integrity": "sha512-PoeBYtxoZGtct3md6xZOCWPcKuMuk3IHhgxsRRNtnNShebf4C8YonTSblsK4tvDbm+eJAw2HAPOfCr+Q/YRG/g==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/helper-regex": "^7.4.4", - "regexpu-core": "^4.6.0" + "@babel/helper-function-name": "^7.8.3", + "@babel/types": "^7.8.3", + "lodash": "^4.17.13" }, "dependencies": { - "jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", - "dev": true + "@babel/code-frame": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", + "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==", + "dev": true, + "requires": { + "@babel/highlight": "^7.8.3" + } }, - "regexpu-core": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.6.0.tgz", - "integrity": "sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg==", + "@babel/helper-function-name": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz", + "integrity": "sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==", "dev": true, "requires": { - "regenerate": "^1.4.0", - "regenerate-unicode-properties": "^8.1.0", - "regjsgen": "^0.5.0", - "regjsparser": "^0.6.0", - "unicode-match-property-ecmascript": "^1.0.4", - "unicode-match-property-value-ecmascript": "^1.1.0" + "@babel/helper-get-function-arity": "^7.8.3", + "@babel/template": "^7.8.3", + "@babel/types": "^7.8.3" } }, - "regjsgen": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.1.tgz", - "integrity": "sha512-5qxzGZjDs9w4tzT3TPhCJqWdCc3RLYwy9J2NB0nm5Lz+S273lvWcpjaTGHsT1dc6Hhfq41uSEOw8wBmxrKOuyg==", + "@babel/helper-get-function-arity": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz", + "integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==", + "dev": true, + "requires": { + "@babel/types": "^7.8.3" + } + }, + "@babel/highlight": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz", + "integrity": "sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==", + "dev": true, + "requires": { + "chalk": "^2.0.0", + "esutils": "^2.0.2", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.8.4.tgz", + "integrity": "sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==", "dev": true }, - "regjsparser": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.0.tgz", - "integrity": "sha512-RQ7YyokLiQBomUJuUG8iGVvkgOLxwyZM8k6d3q5SAXpg4r5TZJZigKFvC6PpD+qQ98bCDC5YelPeA3EucDoNeQ==", + "@babel/template": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.8.3.tgz", + "integrity": "sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==", "dev": true, "requires": { - "jsesc": "~0.5.0" + "@babel/code-frame": "^7.8.3", + "@babel/parser": "^7.8.3", + "@babel/types": "^7.8.3" + } + }, + "@babel/types": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", + "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", + "dev": true, + "requires": { + "esutils": "^2.0.2", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" } + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true } } }, - "@babel/plugin-syntax-async-generators": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.2.0.tgz", - "integrity": "sha512-1ZrIRBv2t0GSlcwVoQ6VgSLpLgiN/FVQUzt9znxo7v2Ov4jJrs8RY8tv0wvDmFN3qIdMKWrmMMW6yZ0G19MfGg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0" - } - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz", - "integrity": "sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0" - } - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.2.0.tgz", - "integrity": "sha512-5UGYnMSLRE1dqqZwug+1LISpA403HzlSfsg6P9VXU6TBjcSHeNlw4DxDx7LgpF+iKZoOG/+uzqoRHTdcUpiZNg==", + "@babel/helper-explode-assignable-expression": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.8.3.tgz", + "integrity": "sha512-N+8eW86/Kj147bO9G2uclsg5pwfs/fqqY5rwgIL7eTBklgXjcOJ3btzS5iM6AitJcftnY7pm2lGsrJVYLGjzIw==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/traverse": "^7.8.3", + "@babel/types": "^7.8.3" + }, + "dependencies": { + "@babel/code-frame": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", + "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==", + "dev": true, + "requires": { + "@babel/highlight": "^7.8.3" + } + }, + "@babel/generator": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.8.4.tgz", + "integrity": "sha512-PwhclGdRpNAf3IxZb0YVuITPZmmrXz9zf6fH8lT4XbrmfQKr6ryBzhv593P5C6poJRciFCL/eHGW2NuGrgEyxA==", + "dev": true, + "requires": { + "@babel/types": "^7.8.3", + "jsesc": "^2.5.1", + "lodash": "^4.17.13", + "source-map": "^0.5.0" + } + }, + "@babel/helper-function-name": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz", + "integrity": "sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==", + "dev": true, + "requires": { + "@babel/helper-get-function-arity": "^7.8.3", + "@babel/template": "^7.8.3", + "@babel/types": "^7.8.3" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz", + "integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==", + "dev": true, + "requires": { + "@babel/types": "^7.8.3" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz", + "integrity": "sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==", + "dev": true, + "requires": { + "@babel/types": "^7.8.3" + } + }, + "@babel/highlight": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz", + "integrity": "sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==", + "dev": true, + "requires": { + "chalk": "^2.0.0", + "esutils": "^2.0.2", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.8.4.tgz", + "integrity": "sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==", + "dev": true + }, + "@babel/template": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.8.3.tgz", + "integrity": "sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.8.3", + "@babel/parser": "^7.8.3", + "@babel/types": "^7.8.3" + } + }, + "@babel/traverse": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.8.4.tgz", + "integrity": "sha512-NGLJPZwnVEyBPLI+bl9y9aSnxMhsKz42so7ApAv9D+b4vAFPpY013FTS9LdKxcABoIYFU52HcYga1pPlx454mg==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.8.3", + "@babel/generator": "^7.8.4", + "@babel/helper-function-name": "^7.8.3", + "@babel/helper-split-export-declaration": "^7.8.3", + "@babel/parser": "^7.8.4", + "@babel/types": "^7.8.3", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.13" + } + }, + "@babel/types": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", + "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", + "dev": true, + "requires": { + "esutils": "^2.0.2", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + }, + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + } } }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz", - "integrity": "sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA==", + "@babel/helper-function-name": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz", + "integrity": "sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-get-function-arity": "^7.0.0", + "@babel/template": "^7.1.0", + "@babel/types": "^7.0.0" } }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.2.0.tgz", - "integrity": "sha512-bDe4xKNhb0LI7IvZHiA13kff0KEfaGX/Hv4lMA9+7TEc63hMNvfKo6ZFpXhKuEp+II/q35Gc4NoMeDZyaUbj9w==", + "@babel/helper-get-function-arity": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz", + "integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/types": "^7.0.0" } }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.2.0.tgz", - "integrity": "sha512-ER77Cax1+8/8jCB9fo4Ud161OZzWN5qawi4GusDuRLcDbDG+bIGYY20zb2dfAFdTRGzrfq2xZPvF0R64EHnimg==", + "@babel/helper-hoist-variables": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.8.3.tgz", + "integrity": "sha512-ky1JLOjcDUtSc+xkt0xhYff7Z6ILTAHKmZLHPxAhOP0Nd77O+3nCsd6uSVYur6nJnCI029CrNbYlc0LoPfAPQg==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/types": "^7.8.3" + }, + "dependencies": { + "@babel/types": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", + "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", + "dev": true, + "requires": { + "esutils": "^2.0.2", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + } } }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.5.0.tgz", - "integrity": "sha512-mqvkzwIGkq0bEF1zLRRiTdjfomZJDV33AH3oQzHVGkI2VzEmXLpKKOBvEVaFZBJdN0XTyH38s9j/Kiqr68dggg==", + "@babel/helper-member-expression-to-functions": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz", + "integrity": "sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA==", "dev": true, "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/helper-remap-async-to-generator": "^7.1.0" + "@babel/types": "^7.8.3" + }, + "dependencies": { + "@babel/types": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", + "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", + "dev": true, + "requires": { + "esutils": "^2.0.2", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + } } }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.2.0.tgz", - "integrity": "sha512-ntQPR6q1/NKuphly49+QiQiTN0O63uOwjdD6dhIjSWBI5xlrbUFh720TIpzBhpnrLfv2tNH/BXvLIab1+BAI0w==", + "@babel/helper-module-imports": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz", + "integrity": "sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/types": "^7.8.3" + }, + "dependencies": { + "@babel/types": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", + "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", + "dev": true, + "requires": { + "esutils": "^2.0.2", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + } } }, - "@babel/plugin-transform-block-scoping": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.3.tgz", - "integrity": "sha512-7hvrg75dubcO3ZI2rjYTzUrEuh1E9IyDEhhB6qfcooxhDA33xx2MasuLVgdxzcP6R/lipAC6n9ub9maNW6RKdw==", + "@babel/helper-module-transforms": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.8.3.tgz", + "integrity": "sha512-C7NG6B7vfBa/pwCOshpMbOYUmrYQDfCpVL/JCRu0ek8B5p8kue1+BCXpg2vOYs7w5ACB9GTOBYQ5U6NwrMg+3Q==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0", + "@babel/helper-module-imports": "^7.8.3", + "@babel/helper-simple-access": "^7.8.3", + "@babel/helper-split-export-declaration": "^7.8.3", + "@babel/template": "^7.8.3", + "@babel/types": "^7.8.3", "lodash": "^4.17.13" - } - }, - "@babel/plugin-transform-classes": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.5.5.tgz", - "integrity": "sha512-U2htCNK/6e9K7jGyJ++1p5XRU+LJjrwtoiVn9SzRlDT2KubcZ11OOwy3s24TjHxPgxNwonCYP7U2K51uVYCMDg==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.0.0", - "@babel/helper-define-map": "^7.5.5", - "@babel/helper-function-name": "^7.1.0", - "@babel/helper-optimise-call-expression": "^7.0.0", - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/helper-replace-supers": "^7.5.5", - "@babel/helper-split-export-declaration": "^7.4.4", - "globals": "^11.1.0" - } - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.2.0.tgz", - "integrity": "sha512-kP/drqTxY6Xt3NNpKiMomfgkNn4o7+vKxK2DDKcBG9sHj51vHqMBGy8wbDS/J4lMxnqs153/T3+DmCEAkC5cpA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0" - } - }, - "@babel/plugin-transform-destructuring": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.6.0.tgz", - "integrity": "sha512-2bGIS5P1v4+sWTCnKNDZDxbGvEqi0ijeqM/YqHtVGrvG2y0ySgnEEhXErvE9dA0bnIzY9bIzdFK0jFA46ASIIQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0" - } - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.6.2.tgz", - "integrity": "sha512-KGKT9aqKV+9YMZSkowzYoYEiHqgaDhGmPNZlZxX6UeHC4z30nC1J9IrZuGqbYFB1jaIGdv91ujpze0exiVK8bA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/helper-regex": "^7.4.4", - "regexpu-core": "^4.6.0" }, "dependencies": { - "jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", - "dev": true + "@babel/code-frame": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", + "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==", + "dev": true, + "requires": { + "@babel/highlight": "^7.8.3" + } }, - "regexpu-core": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.6.0.tgz", - "integrity": "sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg==", + "@babel/helper-split-export-declaration": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz", + "integrity": "sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==", "dev": true, "requires": { - "regenerate": "^1.4.0", - "regenerate-unicode-properties": "^8.1.0", - "regjsgen": "^0.5.0", - "regjsparser": "^0.6.0", - "unicode-match-property-ecmascript": "^1.0.4", - "unicode-match-property-value-ecmascript": "^1.1.0" + "@babel/types": "^7.8.3" } }, - "regjsgen": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.1.tgz", - "integrity": "sha512-5qxzGZjDs9w4tzT3TPhCJqWdCc3RLYwy9J2NB0nm5Lz+S273lvWcpjaTGHsT1dc6Hhfq41uSEOw8wBmxrKOuyg==", + "@babel/highlight": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz", + "integrity": "sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==", + "dev": true, + "requires": { + "chalk": "^2.0.0", + "esutils": "^2.0.2", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.8.4.tgz", + "integrity": "sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==", "dev": true }, - "regjsparser": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.0.tgz", - "integrity": "sha512-RQ7YyokLiQBomUJuUG8iGVvkgOLxwyZM8k6d3q5SAXpg4r5TZJZigKFvC6PpD+qQ98bCDC5YelPeA3EucDoNeQ==", + "@babel/template": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.8.3.tgz", + "integrity": "sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==", "dev": true, "requires": { - "jsesc": "~0.5.0" + "@babel/code-frame": "^7.8.3", + "@babel/parser": "^7.8.3", + "@babel/types": "^7.8.3" + } + }, + "@babel/types": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", + "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", + "dev": true, + "requires": { + "esutils": "^2.0.2", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" } + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true } } }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.5.0.tgz", - "integrity": "sha512-igcziksHizyQPlX9gfSjHkE2wmoCH3evvD2qR5w29/Dk0SMKE/eOI7f1HhBdNhR/zxJDqrgpoDTq5YSLH/XMsQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0" - } - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.2.0.tgz", - "integrity": "sha512-umh4hR6N7mu4Elq9GG8TOu9M0bakvlsREEC+ialrQN6ABS4oDQ69qJv1VtR3uxlKMCQMCvzk7vr17RHKcjx68A==", - "dev": true, - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.1.0", - "@babel/helper-plugin-utils": "^7.0.0" - } - }, - "@babel/plugin-transform-for-of": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.4.4.tgz", - "integrity": "sha512-9T/5Dlr14Z9TIEXLXkt8T1DU7F24cbhwhMNUziN3hB1AXoZcdzPcTiKGRn/6iOymDqtTKWnr/BtRKN9JwbKtdQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0" - } - }, - "@babel/plugin-transform-function-name": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.4.4.tgz", - "integrity": "sha512-iU9pv7U+2jC9ANQkKeNF6DrPy4GBa4NWQtl6dHB4Pb3izX2JOEvDTFarlNsBj/63ZEzNNIAMs3Qw4fNCcSOXJA==", - "dev": true, - "requires": { - "@babel/helper-function-name": "^7.1.0", - "@babel/helper-plugin-utils": "^7.0.0" - } - }, - "@babel/plugin-transform-literals": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.2.0.tgz", - "integrity": "sha512-2ThDhm4lI4oV7fVQ6pNNK+sx+c/GM5/SaML0w/r4ZB7sAneD/piDJtwdKlNckXeyGK7wlwg2E2w33C/Hh+VFCg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0" - } - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.2.0.tgz", - "integrity": "sha512-HiU3zKkSU6scTidmnFJ0bMX8hz5ixC93b4MHMiYebmk2lUVNGOboPsqQvx5LzooihijUoLR/v7Nc1rbBtnc7FA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0" - } - }, - "@babel/plugin-transform-modules-amd": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.5.0.tgz", - "integrity": "sha512-n20UsQMKnWrltocZZm24cRURxQnWIvsABPJlw/fvoy9c6AgHZzoelAIzajDHAQrDpuKFFPPcFGd7ChsYuIUMpg==", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.1.0", - "@babel/helper-plugin-utils": "^7.0.0", - "babel-plugin-dynamic-import-node": "^2.3.0" - } - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.6.0.tgz", - "integrity": "sha512-Ma93Ix95PNSEngqomy5LSBMAQvYKVe3dy+JlVJSHEXZR5ASL9lQBedMiCyVtmTLraIDVRE3ZjTZvmXXD2Ozw3g==", + "@babel/helper-optimise-call-expression": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz", + "integrity": "sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ==", "dev": true, "requires": { - "@babel/helper-module-transforms": "^7.4.4", - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/helper-simple-access": "^7.1.0", - "babel-plugin-dynamic-import-node": "^2.3.0" + "@babel/types": "^7.8.3" + }, + "dependencies": { + "@babel/types": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", + "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", + "dev": true, + "requires": { + "esutils": "^2.0.2", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + } } }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.5.0.tgz", - "integrity": "sha512-Q2m56tyoQWmuNGxEtUyeEkm6qJYFqs4c+XyXH5RAuYxObRNz9Zgj/1g2GMnjYp2EUyEy7YTrxliGCXzecl/vJg==", - "dev": true, - "requires": { - "@babel/helper-hoist-variables": "^7.4.4", - "@babel/helper-plugin-utils": "^7.0.0", - "babel-plugin-dynamic-import-node": "^2.3.0" - } + "@babel/helper-plugin-utils": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz", + "integrity": "sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==", + "dev": true }, - "@babel/plugin-transform-modules-umd": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.2.0.tgz", - "integrity": "sha512-BV3bw6MyUH1iIsGhXlOK6sXhmSarZjtJ/vMiD9dNmpY8QXFFQTj+6v92pcfy1iqa8DeAfJFwoxcrS/TUZda6sw==", + "@babel/helper-regex": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.8.3.tgz", + "integrity": "sha512-BWt0QtYv/cg/NecOAZMdcn/waj/5P26DR4mVLXfFtDokSR6fyuG0Pj+e2FqtSME+MqED1khnSMulkmGl8qWiUQ==", "dev": true, "requires": { - "@babel/helper-module-transforms": "^7.1.0", - "@babel/helper-plugin-utils": "^7.0.0" + "lodash": "^4.17.13" } }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.3.tgz", - "integrity": "sha512-jTkk7/uE6H2s5w6VlMHeWuH+Pcy2lmdwFoeWCVnvIrDUnB5gQqTVI8WfmEAhF2CDEarGrknZcmSFg1+bkfCoSw==", + "@babel/helper-remap-async-to-generator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.8.3.tgz", + "integrity": "sha512-kgwDmw4fCg7AVgS4DukQR/roGp+jP+XluJE5hsRZwxCYGg+Rv9wSGErDWhlI90FODdYfd4xG4AQRiMDjjN0GzA==", "dev": true, "requires": { - "regexpu-core": "^4.6.0" + "@babel/helper-annotate-as-pure": "^7.8.3", + "@babel/helper-wrap-function": "^7.8.3", + "@babel/template": "^7.8.3", + "@babel/traverse": "^7.8.3", + "@babel/types": "^7.8.3" }, "dependencies": { - "jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", - "dev": true + "@babel/code-frame": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", + "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==", + "dev": true, + "requires": { + "@babel/highlight": "^7.8.3" + } }, - "regexpu-core": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.6.0.tgz", - "integrity": "sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg==", + "@babel/generator": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.8.4.tgz", + "integrity": "sha512-PwhclGdRpNAf3IxZb0YVuITPZmmrXz9zf6fH8lT4XbrmfQKr6ryBzhv593P5C6poJRciFCL/eHGW2NuGrgEyxA==", "dev": true, "requires": { - "regenerate": "^1.4.0", - "regenerate-unicode-properties": "^8.1.0", - "regjsgen": "^0.5.0", - "regjsparser": "^0.6.0", - "unicode-match-property-ecmascript": "^1.0.4", - "unicode-match-property-value-ecmascript": "^1.1.0" + "@babel/types": "^7.8.3", + "jsesc": "^2.5.1", + "lodash": "^4.17.13", + "source-map": "^0.5.0" } }, - "regjsgen": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.1.tgz", - "integrity": "sha512-5qxzGZjDs9w4tzT3TPhCJqWdCc3RLYwy9J2NB0nm5Lz+S273lvWcpjaTGHsT1dc6Hhfq41uSEOw8wBmxrKOuyg==", + "@babel/helper-function-name": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz", + "integrity": "sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==", + "dev": true, + "requires": { + "@babel/helper-get-function-arity": "^7.8.3", + "@babel/template": "^7.8.3", + "@babel/types": "^7.8.3" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz", + "integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==", + "dev": true, + "requires": { + "@babel/types": "^7.8.3" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz", + "integrity": "sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==", + "dev": true, + "requires": { + "@babel/types": "^7.8.3" + } + }, + "@babel/highlight": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz", + "integrity": "sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==", + "dev": true, + "requires": { + "chalk": "^2.0.0", + "esutils": "^2.0.2", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.8.4.tgz", + "integrity": "sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==", "dev": true }, - "regjsparser": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.0.tgz", - "integrity": "sha512-RQ7YyokLiQBomUJuUG8iGVvkgOLxwyZM8k6d3q5SAXpg4r5TZJZigKFvC6PpD+qQ98bCDC5YelPeA3EucDoNeQ==", + "@babel/template": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.8.3.tgz", + "integrity": "sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==", "dev": true, "requires": { - "jsesc": "~0.5.0" + "@babel/code-frame": "^7.8.3", + "@babel/parser": "^7.8.3", + "@babel/types": "^7.8.3" + } + }, + "@babel/traverse": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.8.4.tgz", + "integrity": "sha512-NGLJPZwnVEyBPLI+bl9y9aSnxMhsKz42so7ApAv9D+b4vAFPpY013FTS9LdKxcABoIYFU52HcYga1pPlx454mg==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.8.3", + "@babel/generator": "^7.8.4", + "@babel/helper-function-name": "^7.8.3", + "@babel/helper-split-export-declaration": "^7.8.3", + "@babel/parser": "^7.8.4", + "@babel/types": "^7.8.3", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.13" + } + }, + "@babel/types": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", + "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", + "dev": true, + "requires": { + "esutils": "^2.0.2", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + }, + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "dev": true, + "requires": { + "ms": "^2.1.1" } + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true } } }, - "@babel/plugin-transform-new-target": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.4.4.tgz", - "integrity": "sha512-r1z3T2DNGQwwe2vPGZMBNjioT2scgWzK9BCnDEh+46z8EEwXBq24uRzd65I7pjtugzPSj921aM15RpESgzsSuA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0" - } - }, - "@babel/plugin-transform-object-super": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.5.5.tgz", - "integrity": "sha512-un1zJQAhSosGFBduPgN/YFNvWVpRuHKU7IHBglLoLZsGmruJPOo6pbInneflUdmq7YvSVqhpPs5zdBvLnteltQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/helper-replace-supers": "^7.5.5" - } - }, - "@babel/plugin-transform-parameters": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.4.4.tgz", - "integrity": "sha512-oMh5DUO1V63nZcu/ZVLQFqiihBGo4OpxJxR1otF50GMeCLiRx5nUdtokd+u9SuVJrvvuIh9OosRFPP4pIPnwmw==", + "@babel/helper-replace-supers": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.8.3.tgz", + "integrity": "sha512-xOUssL6ho41U81etpLoT2RTdvdus4VfHamCuAm4AHxGr+0it5fnwoVdwUJ7GFEqCsQYzJUhcbsN9wB9apcYKFA==", "dev": true, "requires": { - "@babel/helper-call-delegate": "^7.4.4", - "@babel/helper-get-function-arity": "^7.0.0", - "@babel/helper-plugin-utils": "^7.0.0" - } - }, - "@babel/plugin-transform-property-literals": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.2.0.tgz", - "integrity": "sha512-9q7Dbk4RhgcLp8ebduOpCbtjh7C0itoLYHXd9ueASKAG/is5PQtMR5VJGka9NKqGhYEGn5ITahd4h9QeBMylWQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0" - } - }, - "@babel/plugin-transform-regenerator": { - "version": "7.4.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.4.5.tgz", - "integrity": "sha512-gBKRh5qAaCWntnd09S8QC7r3auLCqq5DI6O0DlfoyDjslSBVqBibrMdsqO+Uhmx3+BlOmE/Kw1HFxmGbv0N9dA==", - "dev": true, - "requires": { - "regenerator-transform": "^0.14.0" - } - }, - "@babel/plugin-transform-reserved-words": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.2.0.tgz", - "integrity": "sha512-fz43fqW8E1tAB3DKF19/vxbpib1fuyCwSPE418ge5ZxILnBhWyhtPgz8eh1RCGGJlwvksHkyxMxh0eenFi+kFw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0" - } - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.2.0.tgz", - "integrity": "sha512-QP4eUM83ha9zmYtpbnyjTLAGKQritA5XW/iG9cjtuOI8s1RuL/3V6a3DeSHfKutJQ+ayUfeZJPcnCYEQzaPQqg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0" - } - }, - "@babel/plugin-transform-spread": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.6.2.tgz", - "integrity": "sha512-DpSvPFryKdK1x+EDJYCy28nmAaIMdxmhot62jAXF/o99iA33Zj2Lmcp3vDmz+MUh0LNYVPvfj5iC3feb3/+PFg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0" - } - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.2.0.tgz", - "integrity": "sha512-KKYCoGaRAf+ckH8gEL3JHUaFVyNHKe3ASNsZ+AlktgHevvxGigoIttrEJb8iKN03Q7Eazlv1s6cx2B2cQ3Jabw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/helper-regex": "^7.0.0" - } - }, - "@babel/plugin-transform-template-literals": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.4.4.tgz", - "integrity": "sha512-mQrEC4TWkhLN0z8ygIvEL9ZEToPhG5K7KDW3pzGqOfIGZ28Jb0POUkeWcoz8HnHvhFy6dwAT1j8OzqN8s804+g==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.0.0", - "@babel/helper-plugin-utils": "^7.0.0" - } - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.2.0.tgz", - "integrity": "sha512-2LNhETWYxiYysBtrBTqL8+La0jIoQQnIScUJc74OYvUGRmkskNY4EzLCnjHBzdmb38wqtTaixpo1NctEcvMDZw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0" - } - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.6.2.tgz", - "integrity": "sha512-orZI6cWlR3nk2YmYdb0gImrgCUwb5cBUwjf6Ks6dvNVvXERkwtJWOQaEOjPiu0Gu1Tq6Yq/hruCZZOOi9F34Dw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/helper-regex": "^7.4.4", - "regexpu-core": "^4.6.0" + "@babel/helper-member-expression-to-functions": "^7.8.3", + "@babel/helper-optimise-call-expression": "^7.8.3", + "@babel/traverse": "^7.8.3", + "@babel/types": "^7.8.3" }, "dependencies": { - "jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", - "dev": true + "@babel/code-frame": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", + "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==", + "dev": true, + "requires": { + "@babel/highlight": "^7.8.3" + } }, - "regexpu-core": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.6.0.tgz", - "integrity": "sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg==", + "@babel/generator": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.8.4.tgz", + "integrity": "sha512-PwhclGdRpNAf3IxZb0YVuITPZmmrXz9zf6fH8lT4XbrmfQKr6ryBzhv593P5C6poJRciFCL/eHGW2NuGrgEyxA==", "dev": true, "requires": { - "regenerate": "^1.4.0", - "regenerate-unicode-properties": "^8.1.0", - "regjsgen": "^0.5.0", - "regjsparser": "^0.6.0", - "unicode-match-property-ecmascript": "^1.0.4", - "unicode-match-property-value-ecmascript": "^1.1.0" + "@babel/types": "^7.8.3", + "jsesc": "^2.5.1", + "lodash": "^4.17.13", + "source-map": "^0.5.0" } }, - "regjsgen": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.1.tgz", - "integrity": "sha512-5qxzGZjDs9w4tzT3TPhCJqWdCc3RLYwy9J2NB0nm5Lz+S273lvWcpjaTGHsT1dc6Hhfq41uSEOw8wBmxrKOuyg==", + "@babel/helper-function-name": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz", + "integrity": "sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==", + "dev": true, + "requires": { + "@babel/helper-get-function-arity": "^7.8.3", + "@babel/template": "^7.8.3", + "@babel/types": "^7.8.3" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz", + "integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==", + "dev": true, + "requires": { + "@babel/types": "^7.8.3" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz", + "integrity": "sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==", + "dev": true, + "requires": { + "@babel/types": "^7.8.3" + } + }, + "@babel/highlight": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz", + "integrity": "sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==", + "dev": true, + "requires": { + "chalk": "^2.0.0", + "esutils": "^2.0.2", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.8.4.tgz", + "integrity": "sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==", "dev": true }, - "regjsparser": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.0.tgz", - "integrity": "sha512-RQ7YyokLiQBomUJuUG8iGVvkgOLxwyZM8k6d3q5SAXpg4r5TZJZigKFvC6PpD+qQ98bCDC5YelPeA3EucDoNeQ==", + "@babel/template": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.8.3.tgz", + "integrity": "sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==", "dev": true, "requires": { - "jsesc": "~0.5.0" + "@babel/code-frame": "^7.8.3", + "@babel/parser": "^7.8.3", + "@babel/types": "^7.8.3" } - } - } - }, - "@babel/preset-env": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.5.5.tgz", - "integrity": "sha512-GMZQka/+INwsMz1A5UEql8tG015h5j/qjptpKY2gJ7giy8ohzU710YciJB5rcKsWGWHiW3RUnHib0E5/m3Tp3A==", - "dev": true, - "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-async-generator-functions": "^7.2.0", - "@babel/plugin-proposal-dynamic-import": "^7.5.0", - "@babel/plugin-proposal-json-strings": "^7.2.0", - "@babel/plugin-proposal-object-rest-spread": "^7.5.5", - "@babel/plugin-proposal-optional-catch-binding": "^7.2.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-syntax-async-generators": "^7.2.0", - "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "@babel/plugin-syntax-json-strings": "^7.2.0", - "@babel/plugin-syntax-object-rest-spread": "^7.2.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.2.0", - "@babel/plugin-transform-arrow-functions": "^7.2.0", - "@babel/plugin-transform-async-to-generator": "^7.5.0", - "@babel/plugin-transform-block-scoped-functions": "^7.2.0", - "@babel/plugin-transform-block-scoping": "^7.5.5", - "@babel/plugin-transform-classes": "^7.5.5", - "@babel/plugin-transform-computed-properties": "^7.2.0", - "@babel/plugin-transform-destructuring": "^7.5.0", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/plugin-transform-duplicate-keys": "^7.5.0", - "@babel/plugin-transform-exponentiation-operator": "^7.2.0", - "@babel/plugin-transform-for-of": "^7.4.4", - "@babel/plugin-transform-function-name": "^7.4.4", - "@babel/plugin-transform-literals": "^7.2.0", - "@babel/plugin-transform-member-expression-literals": "^7.2.0", - "@babel/plugin-transform-modules-amd": "^7.5.0", - "@babel/plugin-transform-modules-commonjs": "^7.5.0", - "@babel/plugin-transform-modules-systemjs": "^7.5.0", - "@babel/plugin-transform-modules-umd": "^7.2.0", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.4.5", - "@babel/plugin-transform-new-target": "^7.4.4", - "@babel/plugin-transform-object-super": "^7.5.5", - "@babel/plugin-transform-parameters": "^7.4.4", - "@babel/plugin-transform-property-literals": "^7.2.0", - "@babel/plugin-transform-regenerator": "^7.4.5", - "@babel/plugin-transform-reserved-words": "^7.2.0", - "@babel/plugin-transform-shorthand-properties": "^7.2.0", - "@babel/plugin-transform-spread": "^7.2.0", - "@babel/plugin-transform-sticky-regex": "^7.2.0", - "@babel/plugin-transform-template-literals": "^7.4.4", - "@babel/plugin-transform-typeof-symbol": "^7.2.0", - "@babel/plugin-transform-unicode-regex": "^7.4.4", - "@babel/types": "^7.5.5", - "browserslist": "^4.6.0", - "core-js-compat": "^3.1.1", - "invariant": "^2.2.2", - "js-levenshtein": "^1.1.3", - "semver": "^5.5.0" - }, - "dependencies": { + }, + "@babel/traverse": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.8.4.tgz", + "integrity": "sha512-NGLJPZwnVEyBPLI+bl9y9aSnxMhsKz42so7ApAv9D+b4vAFPpY013FTS9LdKxcABoIYFU52HcYga1pPlx454mg==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.8.3", + "@babel/generator": "^7.8.4", + "@babel/helper-function-name": "^7.8.3", + "@babel/helper-split-export-declaration": "^7.8.3", + "@babel/parser": "^7.8.4", + "@babel/types": "^7.8.3", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.13" + } + }, "@babel/types": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.6.3.tgz", - "integrity": "sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", + "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", "dev": true, "requires": { "esutils": "^2.0.2", "lodash": "^4.17.13", "to-fast-properties": "^2.0.0" } - } - } - }, - "@babel/runtime": { - "version": "7.4.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.4.5.tgz", - "integrity": "sha512-TuI4qpWZP6lGOGIuGWtp9sPluqYICmbk8T/1vpSysqJxRPkudh/ofFWyqdcMsDf2s7KvDL4/YHgKyvcS3g9CJQ==", - "dev": true, - "requires": { - "regenerator-runtime": "^0.13.2" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.2", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz", - "integrity": "sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==", - "dev": true - } - } - }, - "@babel/template": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.4.4.tgz", - "integrity": "sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/parser": "^7.4.4", - "@babel/types": "^7.4.4" - } - }, - "@babel/traverse": { - "version": "7.4.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.4.5.tgz", - "integrity": "sha512-Vc+qjynwkjRmIFGxy0KYoPj4FdVDxLej89kMHFsWScq999uX+pwcX4v9mWRjW0KcAYTPAuVQl2LKP1wEVLsp+A==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helper-function-name": "^7.1.0", - "@babel/helper-split-export-declaration": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/types": "^7.4.4", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.11" - }, - "dependencies": { + }, "debug": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", @@ -1965,1595 +2299,1947 @@ "ms": "^2.1.1" } }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", "dev": true } } }, - "@babel/types": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.4.tgz", - "integrity": "sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ==", + "@babel/helper-simple-access": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz", + "integrity": "sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw==", "dev": true, "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.11", - "to-fast-properties": "^2.0.0" + "@babel/template": "^7.8.3", + "@babel/types": "^7.8.3" }, "dependencies": { - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "@babel/code-frame": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", + "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==", + "dev": true, + "requires": { + "@babel/highlight": "^7.8.3" + } + }, + "@babel/highlight": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz", + "integrity": "sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==", + "dev": true, + "requires": { + "chalk": "^2.0.0", + "esutils": "^2.0.2", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.8.4.tgz", + "integrity": "sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==", + "dev": true + }, + "@babel/template": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.8.3.tgz", + "integrity": "sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.8.3", + "@babel/parser": "^7.8.3", + "@babel/types": "^7.8.3" + } + }, + "@babel/types": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", + "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", + "dev": true, + "requires": { + "esutils": "^2.0.2", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true } } }, - "@cnakazawa/watch": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.3.tgz", - "integrity": "sha512-r5160ogAvGyHsal38Kux7YYtodEKOj89RGb28ht1jh3SJb08VwRwAKKJL0bGb04Zd/3r9FL3BFIc3bBidYffCA==", + "@babel/helper-split-export-declaration": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz", + "integrity": "sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==", "dev": true, "requires": { - "exec-sh": "^0.3.2", - "minimist": "^1.2.0" + "@babel/types": "^7.4.4" } }, - "@commitlint/cli": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-8.1.0.tgz", - "integrity": "sha512-83K5C2nIAgoZlzMegf0/MEBjX+ampUyc/u79RxgX9ZYjzos+RQtNyO7I43dztVxPXSwAnX9XRgoOfkGWA4nbig==", + "@babel/helper-wrap-function": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz", + "integrity": "sha512-LACJrbUET9cQDzb6kG7EeD7+7doC3JNvUgTEQOx2qaO1fKlzE/Bf05qs9w1oXQMmXlPO65lC3Tq9S6gZpTErEQ==", "dev": true, "requires": { - "@commitlint/format": "^8.1.0", - "@commitlint/lint": "^8.1.0", - "@commitlint/load": "^8.1.0", - "@commitlint/read": "^8.1.0", - "babel-polyfill": "6.26.0", - "chalk": "2.3.1", - "get-stdin": "7.0.0", - "lodash": "4.17.14", - "meow": "5.0.0", - "resolve-from": "5.0.0", - "resolve-global": "1.0.0" + "@babel/helper-function-name": "^7.8.3", + "@babel/template": "^7.8.3", + "@babel/traverse": "^7.8.3", + "@babel/types": "^7.8.3" }, "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "@babel/code-frame": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", + "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==", "dev": true, "requires": { - "color-convert": "^1.9.0" + "@babel/highlight": "^7.8.3" } }, - "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", - "dev": true - }, - "camelcase-keys": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", - "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", + "@babel/generator": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.8.4.tgz", + "integrity": "sha512-PwhclGdRpNAf3IxZb0YVuITPZmmrXz9zf6fH8lT4XbrmfQKr6ryBzhv593P5C6poJRciFCL/eHGW2NuGrgEyxA==", "dev": true, "requires": { - "camelcase": "^4.1.0", - "map-obj": "^2.0.0", - "quick-lru": "^1.0.0" + "@babel/types": "^7.8.3", + "jsesc": "^2.5.1", + "lodash": "^4.17.13", + "source-map": "^0.5.0" } }, - "chalk": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.1.tgz", - "integrity": "sha512-QUU4ofkDoMIVO7hcx1iPTISs88wsO8jA92RQIm4JAwZvFGGAV2hSAA1NX7oVj2Ej2Q6NDTcRDjPTFrMCRZoJ6g==", + "@babel/helper-function-name": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz", + "integrity": "sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==", "dev": true, "requires": { - "ansi-styles": "^3.2.0", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.2.0" + "@babel/helper-get-function-arity": "^7.8.3", + "@babel/template": "^7.8.3", + "@babel/types": "^7.8.3" } }, - "get-stdin": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-7.0.0.tgz", - "integrity": "sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==", - "dev": true - }, - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", - "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", - "dev": true - }, - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", + "@babel/helper-get-function-arity": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz", + "integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==", "dev": true, "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" + "@babel/types": "^7.8.3" } }, - "lodash": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", - "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", - "dev": true - }, - "map-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", - "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", - "dev": true - }, - "meow": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-5.0.0.tgz", - "integrity": "sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==", + "@babel/helper-split-export-declaration": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz", + "integrity": "sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==", "dev": true, "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0", - "yargs-parser": "^10.0.0" + "@babel/types": "^7.8.3" } }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "@babel/highlight": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz", + "integrity": "sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==", "dev": true, "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" + "chalk": "^2.0.0", + "esutils": "^2.0.2", + "js-tokens": "^4.0.0" } }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "@babel/parser": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.8.4.tgz", + "integrity": "sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==", "dev": true }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", + "@babel/template": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.8.3.tgz", + "integrity": "sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==", "dev": true, "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" + "@babel/code-frame": "^7.8.3", + "@babel/parser": "^7.8.3", + "@babel/types": "^7.8.3" } }, - "read-pkg-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", + "@babel/traverse": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.8.4.tgz", + "integrity": "sha512-NGLJPZwnVEyBPLI+bl9y9aSnxMhsKz42so7ApAv9D+b4vAFPpY013FTS9LdKxcABoIYFU52HcYga1pPlx454mg==", "dev": true, "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" + "@babel/code-frame": "^7.8.3", + "@babel/generator": "^7.8.4", + "@babel/helper-function-name": "^7.8.3", + "@babel/helper-split-export-declaration": "^7.8.3", + "@babel/parser": "^7.8.4", + "@babel/types": "^7.8.3", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.13" } }, - "redent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", - "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", + "@babel/types": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", + "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", "dev": true, "requires": { - "indent-string": "^3.0.0", - "strip-indent": "^2.0.0" + "esutils": "^2.0.2", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" } }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "dev": true - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "dev": true + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } }, - "strip-indent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", - "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true }, - "trim-newlines": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", - "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", "dev": true } } }, - "@commitlint/config-conventional": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-7.6.0.tgz", - "integrity": "sha512-1Gnv5p3tc1VsEK25oTIRBO86czLtX6s/jeLNPAQRzdCnyEmsxkbx/sfoUJ1dwv7v8W++xckVnnuvdZv2Hp8yCw==", - "dev": true + "@babel/helpers": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.4.4.tgz", + "integrity": "sha512-igczbR/0SeuPR8RFfC7tGrbdTbFL3QTvH6D+Z6zNxnTe//GyqmtHmDkzrqDmyZ3eSwPqB/LhyKoU5DXsp+Vp2A==", + "dev": true, + "requires": { + "@babel/template": "^7.4.4", + "@babel/traverse": "^7.4.4", + "@babel/types": "^7.4.4" + } }, - "@commitlint/ensure": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-8.1.0.tgz", - "integrity": "sha512-dBU4CcjN0vJSDNOeSpaHNgQ1ra444u4USvI6PTaHVAS4aeDpZ5Cds1rxkZNsocu48WNycUu0jP84+zjcw2pPLQ==", + "@babel/highlight": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.0.0.tgz", + "integrity": "sha512-UFMC4ZeFC48Tpvj7C8UgLvtkaUuovQX+5xNWrsIoMG8o2z+XFKjKaN9iVmS84dPwVN00W4wPmqvYoZF3EGAsfw==", "dev": true, "requires": { - "lodash": "4.17.14" + "chalk": "^2.0.0", + "esutils": "^2.0.2", + "js-tokens": "^4.0.0" }, "dependencies": { - "lodash": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", - "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true } } }, - "@commitlint/execute-rule": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-8.1.0.tgz", - "integrity": "sha512-+vpH3RFuO6ypuCqhP2rSqTjFTQ7ClzXtUvXphpROv9v9+7zH4L+Ex+wZLVkL8Xj2cxefSLn/5Kcqa9XyJTn3kg==", + "@babel/parser": { + "version": "7.4.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.4.5.tgz", + "integrity": "sha512-9mUqkL1FF5T7f0WDFfAoDdiMVPWsdD1gZYzSnaXsxUCUqzuch/8of9G3VUSNiZmMBoRxT3neyVsqeiL/ZPcjew==", "dev": true }, - "@commitlint/format": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-8.1.0.tgz", - "integrity": "sha512-D0cmabUTQIKdABgt08d9JAvO9+lMRAmkcsZx8TMScY502R67HCw77JhzRDcw1RmqX5rN8JO6ZjDHO92Pbwlt+Q==", + "@babel/plugin-proposal-async-generator-functions": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz", + "integrity": "sha512-NZ9zLv848JsV3hs8ryEh7Uaz/0KsmPLqv0+PdkDJL1cJy0K4kOCFa8zc1E3mp+RHPQcpdfb/6GovEsW4VDrOMw==", "dev": true, "requires": { - "chalk": "^2.0.1" + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-remap-async-to-generator": "^7.8.3", + "@babel/plugin-syntax-async-generators": "^7.8.0" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } } }, - "@commitlint/is-ignored": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-8.1.0.tgz", - "integrity": "sha512-HUSxx6kuLbqrQ8jb5QRzo+yR+CIXgA9HNcIcZ1qWrb+O9GOixt3mlW8li1IcfIgfODlaWoxIz0jYCxR08IoQLg==", + "@babel/plugin-proposal-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.8.3.tgz", + "integrity": "sha512-NyaBbyLFXFLT9FP+zk0kYlUlA8XtCUbehs67F0nnEg7KICgMc2mNkIeu9TYhKzyXMkrapZFwAhXLdnt4IYHy1w==", "dev": true, "requires": { - "@types/semver": "^6.0.1", - "semver": "6.1.1" + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-syntax-dynamic-import": "^7.8.0" }, "dependencies": { - "semver": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.1.1.tgz", - "integrity": "sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ==", + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", "dev": true } } }, - "@commitlint/lint": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-8.1.0.tgz", - "integrity": "sha512-WYjbUgtqvnlVH3S3XPZMAa+N7KO0yQ+GuUG20Qra+EtER6SRYawykmEs4wAyrmY8VcFXUnKgSlIQUsqmGKwNZQ==", + "@babel/plugin-proposal-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.8.3.tgz", + "integrity": "sha512-KGhQNZ3TVCQG/MjRbAUwuH+14y9q0tpxs1nWWs3pbSleRdDro9SAMMDyye8HhY1gqZ7/NqIc8SKhya0wRDgP1Q==", "dev": true, "requires": { - "@commitlint/is-ignored": "^8.1.0", - "@commitlint/parse": "^8.1.0", - "@commitlint/rules": "^8.1.0", - "babel-runtime": "^6.23.0", - "lodash": "4.17.14" + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.0" }, "dependencies": { - "lodash": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", - "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", "dev": true } } }, - "@commitlint/load": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-8.1.0.tgz", - "integrity": "sha512-ra02Dvmd7Gp1+uFLzTY3yGOpHjPzl5T9wYg/xrtPJNiOWXvQ0Mw7THw+ucd1M5iLUWjvdavv2N87YDRc428wHg==", + "@babel/plugin-proposal-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-8qvuPwU/xxUCt78HocNlv0mXXo0wdh9VT1R04WU8HGOfaOob26pF+9P5/lYjN/q7DHOX1bvX60hnhOvuQUJdbA==", "dev": true, "requires": { - "@commitlint/execute-rule": "^8.1.0", - "@commitlint/resolve-extends": "^8.1.0", - "babel-runtime": "^6.23.0", - "chalk": "2.4.2", - "cosmiconfig": "^5.2.0", - "lodash": "4.17.14", - "resolve-from": "^5.0.0" + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-syntax-object-rest-spread": "^7.8.0" }, "dependencies": { - "lodash": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", - "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", "dev": true }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "dev": true + "@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } } } }, - "@commitlint/message": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-8.1.0.tgz", - "integrity": "sha512-AjHq022G8jQQ/3YrBOjwVBD4xF75hvC3vcvFoBIb7cC8vad1QWq+1w+aks0KlEK5IW+/+7ORZXIH+oyW7h3+8A==", - "dev": true + "@babel/plugin-proposal-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-0gkX7J7E+AtAw9fcwlVQj8peP61qhdg/89D5swOkjYbkboA2CVckn3kiyum1DE0wskGb7KJJxBdyEBApDLLVdw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } + } }, - "@commitlint/parse": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-8.1.0.tgz", - "integrity": "sha512-n4fEbZ5kdK5HChvne7Mj8rGGkKMfA4H11IuWiWmmMzgmZTNb/B04LPrzdUm4lm3f10XzM2JMM7PLXqofQJOGvA==", + "@babel/plugin-proposal-unicode-property-regex": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.8.3.tgz", + "integrity": "sha512-1/1/rEZv2XGweRwwSkLpY+s60za9OZ1hJs4YDqFHCw0kYWYwL5IFljVY1MYBL+weT1l9pokDO2uhSTLVxzoHkQ==", "dev": true, "requires": { - "conventional-changelog-angular": "^1.3.3", - "conventional-commits-parser": "^2.1.0", - "lodash": "^4.17.11" + "@babel/helper-create-regexp-features-plugin": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } } }, - "@commitlint/read": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-8.1.0.tgz", - "integrity": "sha512-PKsGMQFEr2sX/+orI71b82iyi8xFqb7F4cTvsLxzB5x6/QutxPVM3rg+tEVdi6rBKIDuqRIp2puDZQuREZs3vg==", + "@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", "dev": true, "requires": { - "@commitlint/top-level": "^8.1.0", - "@marionebl/sander": "^0.6.0", - "babel-runtime": "^6.23.0", - "git-raw-commits": "^1.3.0" + "@babel/helper-plugin-utils": "^7.8.0" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } } }, - "@commitlint/resolve-extends": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-8.1.0.tgz", - "integrity": "sha512-r/y+CeKW72Oa9BUctS1+I/MFCDiI3lfhwfQ65Tpfn6eZ4CuBYKzrCRi++GTHeAFKE3y8q1epJq5Rl/1GBejtBw==", + "@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", "dev": true, "requires": { - "@types/node": "^12.0.2", - "import-fresh": "^3.0.0", - "lodash": "4.17.14", - "resolve-from": "^5.0.0", - "resolve-global": "^1.0.0" + "@babel/helper-plugin-utils": "^7.8.0" }, "dependencies": { - "@types/node": { - "version": "12.7.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.7.1.tgz", - "integrity": "sha512-aK9jxMypeSrhiYofWWBf/T7O+KwaiAHzM4sveCdWPn71lzUSMimRnKzhXDKfKwV1kWoBo2P1aGgaIYGLf9/ljw==", + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", "dev": true - }, - "import-fresh": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.1.0.tgz", - "integrity": "sha512-PpuksHKGt8rXfWEr9m9EHIpgyyaltBy8+eF6GJM0QCAxMgxCfucMF3mjecK2QsJr0amJW7gTqh5/wht0z2UhEQ==", - "dev": true, - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": { - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true - } - } - }, - "lodash": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", - "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", + } + } + }, + "@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", "dev": true - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + } + } + }, + "@babel/plugin-syntax-object-rest-spread": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz", + "integrity": "sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.0.0" + } + }, + "@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", "dev": true } } }, - "@commitlint/rules": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-8.1.0.tgz", - "integrity": "sha512-hlM8VfNjsOkbvMteFyqn0c3akiUjqG09Iid28MBLrXl/d+8BR3eTzwJ4wMta4oz/iqGyrIywvg1FpHrV977MPA==", + "@babel/plugin-syntax-top-level-await": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.8.3.tgz", + "integrity": "sha512-kwj1j9lL/6Wd0hROD3b/OZZ7MSrZLqqn9RAZ5+cYYsflQ9HZBIKCUkr3+uL1MEJ1NePiUbf98jjiMQSv0NMR9g==", "dev": true, "requires": { - "@commitlint/ensure": "^8.1.0", - "@commitlint/message": "^8.1.0", - "@commitlint/to-lines": "^8.1.0", - "babel-runtime": "^6.23.0" + "@babel/helper-plugin-utils": "^7.8.3" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } } }, - "@commitlint/to-lines": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-8.1.0.tgz", - "integrity": "sha512-Lh4OH1bInI8GME/7FggS0/XkIMEJdTObMbXRyPRGaPcWH5S7zpB6y+b4qjzBHXAbEv2O46QAAMjZ+ywPQCpmYQ==", - "dev": true + "@babel/plugin-transform-arrow-functions": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.8.3.tgz", + "integrity": "sha512-0MRF+KC8EqH4dbuITCWwPSzsyO3HIWWlm30v8BbbpOrS1B++isGxPnnuq/IZvOX5J2D/p7DQalQm+/2PnlKGxg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } + } }, - "@commitlint/top-level": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-8.1.0.tgz", - "integrity": "sha512-EvQuofuA/+0l1w9pkG/PRyIwACmZdIh9qxyax7w7mR8qqmSHscqf2jARIylh1TOx0uI9egO8MuPLiwC1RwyREA==", + "@babel/plugin-transform-async-to-generator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.8.3.tgz", + "integrity": "sha512-imt9tFLD9ogt56Dd5CI/6XgpukMwd/fLGSrix2httihVe7LOGVPhyhMh1BU5kDM7iHD08i8uUtmV2sWaBFlHVQ==", "dev": true, "requires": { - "find-up": "^4.0.0" + "@babel/helper-module-imports": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-remap-async-to-generator": "^7.8.3" }, "dependencies": { - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } + } + }, + "@babel/plugin-transform-block-scoped-functions": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.8.3.tgz", + "integrity": "sha512-vo4F2OewqjbB1+yaJ7k2EJFHlTP3jR634Z9Cj9itpqNjuLXvhlVxgnjsHsdRgASR8xYDrx6onw4vW5H6We0Jmg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } + } + }, + "@babel/plugin-transform-block-scoping": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.8.3.tgz", + "integrity": "sha512-pGnYfm7RNRgYRi7bids5bHluENHqJhrV4bCZRwc5GamaWIIs07N4rZECcmJL6ZClwjDz1GbdMZFtPs27hTB06w==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.3", + "lodash": "^4.17.13" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } + } + }, + "@babel/plugin-transform-classes": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.8.3.tgz", + "integrity": "sha512-SjT0cwFJ+7Rbr1vQsvphAHwUHvSUPmMjMU/0P59G8U2HLFqSa082JO7zkbDNWs9kH/IUqpHI6xWNesGf8haF1w==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.8.3", + "@babel/helper-define-map": "^7.8.3", + "@babel/helper-function-name": "^7.8.3", + "@babel/helper-optimise-call-expression": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-replace-supers": "^7.8.3", + "@babel/helper-split-export-declaration": "^7.8.3", + "globals": "^11.1.0" + }, + "dependencies": { + "@babel/code-frame": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", + "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==", "dev": true, "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" + "@babel/highlight": "^7.8.3" } }, - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "@babel/helper-function-name": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz", + "integrity": "sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==", "dev": true, "requires": { - "p-locate": "^4.1.0" + "@babel/helper-get-function-arity": "^7.8.3", + "@babel/template": "^7.8.3", + "@babel/types": "^7.8.3" } }, - "p-limit": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz", - "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", + "@babel/helper-get-function-arity": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz", + "integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==", "dev": true, "requires": { - "p-try": "^2.0.0" + "@babel/types": "^7.8.3" } }, - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + }, + "@babel/helper-split-export-declaration": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz", + "integrity": "sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==", "dev": true, "requires": { - "p-limit": "^2.2.0" + "@babel/types": "^7.8.3" } }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "@babel/highlight": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz", + "integrity": "sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==", + "dev": true, + "requires": { + "chalk": "^2.0.0", + "esutils": "^2.0.2", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.8.4.tgz", + "integrity": "sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==", "dev": true }, - "path-exists": { + "@babel/template": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.8.3.tgz", + "integrity": "sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.8.3", + "@babel/parser": "^7.8.3", + "@babel/types": "^7.8.3" + } + }, + "@babel/types": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", + "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", + "dev": true, + "requires": { + "esutils": "^2.0.2", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + }, + "js-tokens": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true } } }, - "@cypress/listr-verbose-renderer": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@cypress/listr-verbose-renderer/-/listr-verbose-renderer-0.4.1.tgz", - "integrity": "sha1-p3SS9LEdzHxEajSz4ochr9M8ZCo=", + "@babel/plugin-transform-computed-properties": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.8.3.tgz", + "integrity": "sha512-O5hiIpSyOGdrQZRQ2ccwtTVkgUDBBiCuK//4RJ6UfePllUTCENOzKxfh6ulckXKc0DixTFLCfb2HVkNA7aDpzA==", "dev": true, "requires": { - "chalk": "^1.1.3", - "cli-cursor": "^1.0.2", - "date-fns": "^1.27.2", - "figures": "^1.7.0" + "@babel/helper-plugin-utils": "^7.8.3" }, "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dev": true, - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - } - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", "dev": true } } }, - "@cypress/xvfb": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@cypress/xvfb/-/xvfb-1.2.4.tgz", - "integrity": "sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==", + "@babel/plugin-transform-destructuring": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.3.tgz", + "integrity": "sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ==", "dev": true, "requires": { - "debug": "^3.1.0", - "lodash.once": "^4.1.1" + "@babel/helper-plugin-utils": "^7.8.3" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } } }, - "@iarna/toml": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.3.tgz", - "integrity": "sha512-FmuxfCuolpLl0AnQ2NHSzoUKWEJDFl63qXjzdoWBVyFCXzMGm1spBzk7LeHNoVCiWCF7mRVms9e6jEV9+MoPbg==", - "dev": true - }, - "@jest/console": { - "version": "24.7.1", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-24.7.1.tgz", - "integrity": "sha512-iNhtIy2M8bXlAOULWVTUxmnelTLFneTNEkHCgPmgd+zNwy9zVddJ6oS5rZ9iwoscNdT5mMwUd0C51v/fSlzItg==", + "@babel/plugin-transform-dotall-regex": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.8.3.tgz", + "integrity": "sha512-kLs1j9Nn4MQoBYdRXH6AeaXMbEJFaFu/v1nQkvib6QzTj8MZI5OQzqmD83/2jEM1z0DLilra5aWO5YpyC0ALIw==", "dev": true, "requires": { - "@jest/source-map": "^24.3.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" + "@babel/helper-create-regexp-features-plugin": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3" }, "dependencies": { - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", "dev": true } } }, - "@jest/core": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-24.8.0.tgz", - "integrity": "sha512-R9rhAJwCBQzaRnrRgAdVfnglUuATXdwTRsYqs6NMdVcAl5euG8LtWDe+fVkN27YfKVBW61IojVsXKaOmSnqd/A==", + "@babel/plugin-transform-duplicate-keys": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.8.3.tgz", + "integrity": "sha512-s8dHiBUbcbSgipS4SMFuWGqCvyge5V2ZeAWzR6INTVC3Ltjig/Vw1G2Gztv0vU/hRG9X8IvKvYdoksnUfgXOEQ==", "dev": true, "requires": { - "@jest/console": "^24.7.1", - "@jest/reporters": "^24.8.0", - "@jest/test-result": "^24.8.0", - "@jest/transform": "^24.8.0", - "@jest/types": "^24.8.0", - "ansi-escapes": "^3.0.0", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "graceful-fs": "^4.1.15", - "jest-changed-files": "^24.8.0", - "jest-config": "^24.8.0", - "jest-haste-map": "^24.8.0", - "jest-message-util": "^24.8.0", - "jest-regex-util": "^24.3.0", - "jest-resolve-dependencies": "^24.8.0", - "jest-runner": "^24.8.0", - "jest-runtime": "^24.8.0", - "jest-snapshot": "^24.8.0", - "jest-util": "^24.8.0", - "jest-validate": "^24.8.0", - "jest-watcher": "^24.8.0", - "micromatch": "^3.1.10", - "p-each-series": "^1.0.0", - "pirates": "^4.0.1", - "realpath-native": "^1.1.0", - "rimraf": "^2.5.4", - "strip-ansi": "^5.0.0" + "@babel/helper-plugin-utils": "^7.8.3" }, "dependencies": { - "ansi-escapes": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", - "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", - "dev": true - }, - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", "dev": true - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dev": true, - "requires": { - "ansi-regex": "^4.1.0" - } } } }, - "@jest/environment": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-24.8.0.tgz", - "integrity": "sha512-vlGt2HLg7qM+vtBrSkjDxk9K0YtRBi7HfRFaDxoRtyi+DyVChzhF20duvpdAnKVBV6W5tym8jm0U9EfXbDk1tw==", + "@babel/plugin-transform-exponentiation-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.8.3.tgz", + "integrity": "sha512-zwIpuIymb3ACcInbksHaNcR12S++0MDLKkiqXHl3AzpgdKlFNhog+z/K0+TGW+b0w5pgTq4H6IwV/WhxbGYSjQ==", "dev": true, "requires": { - "@jest/fake-timers": "^24.8.0", - "@jest/transform": "^24.8.0", - "@jest/types": "^24.8.0", - "jest-mock": "^24.8.0" + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } } }, - "@jest/fake-timers": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-24.8.0.tgz", - "integrity": "sha512-2M4d5MufVXwi6VzZhJ9f5S/wU4ud2ck0kxPof1Iz3zWx6Y+V2eJrES9jEktB6O3o/oEyk+il/uNu9PvASjWXQw==", + "@babel/plugin-transform-for-of": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.4.tgz", + "integrity": "sha512-iAXNlOWvcYUYoV8YIxwS7TxGRJcxyl8eQCfT+A5j8sKUzRFvJdcyjp97jL2IghWSRDaL2PU2O2tX8Cu9dTBq5A==", "dev": true, "requires": { - "@jest/types": "^24.8.0", - "jest-message-util": "^24.8.0", - "jest-mock": "^24.8.0" + "@babel/helper-plugin-utils": "^7.8.3" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } } }, - "@jest/reporters": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-24.8.0.tgz", - "integrity": "sha512-eZ9TyUYpyIIXfYCrw0UHUWUvE35vx5I92HGMgS93Pv7du+GHIzl+/vh8Qj9MCWFK/4TqyttVBPakWMOfZRIfxw==", + "@babel/plugin-transform-function-name": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.8.3.tgz", + "integrity": "sha512-rO/OnDS78Eifbjn5Py9v8y0aR+aSYhDhqAwVfsTl0ERuMZyr05L1aFSCJnbv2mmsLkit/4ReeQ9N2BgLnOcPCQ==", "dev": true, "requires": { - "@jest/environment": "^24.8.0", - "@jest/test-result": "^24.8.0", - "@jest/transform": "^24.8.0", - "@jest/types": "^24.8.0", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "glob": "^7.1.2", - "istanbul-lib-coverage": "^2.0.2", - "istanbul-lib-instrument": "^3.0.1", - "istanbul-lib-report": "^2.0.4", - "istanbul-lib-source-maps": "^3.0.1", - "istanbul-reports": "^2.1.1", - "jest-haste-map": "^24.8.0", - "jest-resolve": "^24.8.0", - "jest-runtime": "^24.8.0", - "jest-util": "^24.8.0", - "jest-worker": "^24.6.0", - "node-notifier": "^5.2.1", - "slash": "^2.0.0", - "source-map": "^0.6.0", - "string-length": "^2.0.0" + "@babel/helper-function-name": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3" }, "dependencies": { - "istanbul-lib-coverage": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz", - "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==", - "dev": true + "@babel/code-frame": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", + "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==", + "dev": true, + "requires": { + "@babel/highlight": "^7.8.3" + } }, - "istanbul-lib-instrument": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz", - "integrity": "sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==", + "@babel/helper-function-name": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz", + "integrity": "sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==", "dev": true, "requires": { - "@babel/generator": "^7.4.0", - "@babel/parser": "^7.4.3", - "@babel/template": "^7.4.0", - "@babel/traverse": "^7.4.3", - "@babel/types": "^7.4.0", - "istanbul-lib-coverage": "^2.0.5", - "semver": "^6.0.0" + "@babel/helper-get-function-arity": "^7.8.3", + "@babel/template": "^7.8.3", + "@babel/types": "^7.8.3" } }, - "semver": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.1.1.tgz", - "integrity": "sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ==", + "@babel/helper-get-function-arity": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz", + "integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==", + "dev": true, + "requires": { + "@babel/types": "^7.8.3" + } + }, + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", "dev": true }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "@babel/highlight": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz", + "integrity": "sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==", + "dev": true, + "requires": { + "chalk": "^2.0.0", + "esutils": "^2.0.2", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.8.4.tgz", + "integrity": "sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==", "dev": true }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "@babel/template": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.8.3.tgz", + "integrity": "sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.8.3", + "@babel/parser": "^7.8.3", + "@babel/types": "^7.8.3" + } + }, + "@babel/types": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", + "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", + "dev": true, + "requires": { + "esutils": "^2.0.2", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true } } }, - "@jest/source-map": { - "version": "24.3.0", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-24.3.0.tgz", - "integrity": "sha512-zALZt1t2ou8le/crCeeiRYzvdnTzaIlpOWaet45lNSqNJUnXbppUUFR4ZUAlzgDmKee4Q5P/tKXypI1RiHwgag==", + "@babel/plugin-transform-literals": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.8.3.tgz", + "integrity": "sha512-3Tqf8JJ/qB7TeldGl+TT55+uQei9JfYaregDcEAyBZ7akutriFrt6C/wLYIer6OYhleVQvH/ntEhjE/xMmy10A==", "dev": true, "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" + "@babel/helper-plugin-utils": "^7.8.3" }, "dependencies": { - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", "dev": true } } }, - "@jest/test-result": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-24.8.0.tgz", - "integrity": "sha512-+YdLlxwizlfqkFDh7Mc7ONPQAhA4YylU1s529vVM1rsf67vGZH/2GGm5uO8QzPeVyaVMobCQ7FTxl38QrKRlng==", + "@babel/plugin-transform-member-expression-literals": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.8.3.tgz", + "integrity": "sha512-3Wk2EXhnw+rP+IDkK6BdtPKsUE5IeZ6QOGrPYvw52NwBStw9V1ZVzxgK6fSKSxqUvH9eQPR3tm3cOq79HlsKYA==", "dev": true, "requires": { - "@jest/console": "^24.7.1", - "@jest/types": "^24.8.0", - "@types/istanbul-lib-coverage": "^2.0.0" + "@babel/helper-plugin-utils": "^7.8.3" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } } }, - "@jest/test-sequencer": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-24.8.0.tgz", - "integrity": "sha512-OzL/2yHyPdCHXEzhoBuq37CE99nkme15eHkAzXRVqthreWZamEMA0WoetwstsQBCXABhczpK03JNbc4L01vvLg==", + "@babel/plugin-transform-modules-amd": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.8.3.tgz", + "integrity": "sha512-MadJiU3rLKclzT5kBH4yxdry96odTUwuqrZM+GllFI/VhxfPz+k9MshJM+MwhfkCdxxclSbSBbUGciBngR+kEQ==", "dev": true, "requires": { - "@jest/test-result": "^24.8.0", - "jest-haste-map": "^24.8.0", - "jest-runner": "^24.8.0", - "jest-runtime": "^24.8.0" + "@babel/helper-module-transforms": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3", + "babel-plugin-dynamic-import-node": "^2.3.0" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } } }, - "@jest/transform": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-24.8.0.tgz", - "integrity": "sha512-xBMfFUP7TortCs0O+Xtez2W7Zu1PLH9bvJgtraN1CDST6LBM/eTOZ9SfwS/lvV8yOfcDpFmwf9bq5cYbXvqsvA==", + "@babel/plugin-transform-modules-commonjs": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.8.3.tgz", + "integrity": "sha512-JpdMEfA15HZ/1gNuB9XEDlZM1h/gF/YOH7zaZzQu2xCFRfwc01NXBMHHSTT6hRjlXJJs5x/bfODM3LiCk94Sxg==", "dev": true, "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^24.8.0", - "babel-plugin-istanbul": "^5.1.0", - "chalk": "^2.0.1", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.1.15", - "jest-haste-map": "^24.8.0", - "jest-regex-util": "^24.3.0", - "jest-util": "^24.8.0", - "micromatch": "^3.1.10", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "2.4.1" + "@babel/helper-module-transforms": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-simple-access": "^7.8.3", + "babel-plugin-dynamic-import-node": "^2.3.0" }, "dependencies": { - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", - "dev": true - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", "dev": true } } }, - "@jest/types": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-24.8.0.tgz", - "integrity": "sha512-g17UxVr2YfBtaMUxn9u/4+siG1ptg9IGYAYwvpwn61nBg779RXnjE/m7CxYcIzEt0AbHZZAHSEZNhkE2WxURVg==", + "@babel/plugin-transform-modules-systemjs": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.8.3.tgz", + "integrity": "sha512-8cESMCJjmArMYqa9AO5YuMEkE4ds28tMpZcGZB/jl3n0ZzlsxOAi3mC+SKypTfT8gjMupCnd3YiXCkMjj2jfOg==", "dev": true, "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^12.0.9" - } - }, - "@marionebl/sander": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/@marionebl/sander/-/sander-0.6.1.tgz", - "integrity": "sha1-GViWWHTyS8Ub5Ih1/rUNZC/EH3s=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.3", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.2" + "@babel/helper-hoist-variables": "^7.8.3", + "@babel/helper-module-transforms": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3", + "babel-plugin-dynamic-import-node": "^2.3.0" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } } }, - "@ngtools/webpack": { - "version": "8.3.12", - "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-8.3.12.tgz", - "integrity": "sha512-jUf6TDSMO/omo74KoSBQfTfna59NN6kFLA6FchBL0LjMo8m5BrQ3MH+SOgBpfy0C2F2mDTefktVgk/5UZebiOg==", + "@babel/plugin-transform-modules-umd": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.8.3.tgz", + "integrity": "sha512-evhTyWhbwbI3/U6dZAnx/ePoV7H6OUG+OjiJFHmhr9FPn0VShjwC2kdxqIuQ/+1P50TMrneGzMeyMTFOjKSnAw==", "dev": true, "requires": { - "@angular-devkit/core": "8.3.12", - "enhanced-resolve": "4.1.0", - "rxjs": "6.4.0", - "tree-kill": "1.2.1", - "webpack-sources": "1.4.3" + "@babel/helper-module-transforms": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3" }, "dependencies": { - "rxjs": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.4.0.tgz", - "integrity": "sha512-Z9Yfa11F6B9Sg/BK9MnqnQ+aQYicPLtilXBp2yUtDt2JRCE0h26d33EnfO3ZxoNxG0T92OUucP3Ct7cpfkdFfw==", - "dev": true, - "requires": { - "tslib": "^1.9.0" - } + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true } } }, - "@ngx-translate/core": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/@ngx-translate/core/-/core-11.0.1.tgz", - "integrity": "sha512-nBCa1ZD9fAUY/3eskP3Lql2fNg8OMrYIej1/5GRsfcutx9tG/5fZLCv9m6UCw1aS+u4uK/vXjv1ctG/FdMvaWg==", + "@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.8.3.tgz", + "integrity": "sha512-f+tF/8UVPU86TrCb06JoPWIdDpTNSGGcAtaD9mLP0aYGA0OS0j7j7DHJR0GTFrUZPUU6loZhbsVZgTh0N+Qdnw==", + "dev": true, "requires": { - "tslib": "^1.9.0" + "@babel/helper-create-regexp-features-plugin": "^7.8.3" } }, - "@ngx-translate/http-loader": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@ngx-translate/http-loader/-/http-loader-4.0.0.tgz", - "integrity": "sha512-x8LumqydWD7eX9yQTAVeoCM9gFUIGVTUjZqbxdAUavAA3qVnk9wCQux7iHLPXpydl8vyQmLoPQR+fFU+DUDOMA==", + "@babel/plugin-transform-new-target": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.8.3.tgz", + "integrity": "sha512-QuSGysibQpyxexRyui2vca+Cmbljo8bcRckgzYV4kRIsHpVeyeC3JDO63pY+xFZ6bWOBn7pfKZTqV4o/ix9sFw==", + "dev": true, "requires": { - "tslib": "^1.9.0" + "@babel/helper-plugin-utils": "^7.8.3" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } } }, - "@ngxs/devtools-plugin": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/@ngxs/devtools-plugin/-/devtools-plugin-3.5.1.tgz", - "integrity": "sha512-3/dHWCnAC5D4K3c0XJZ3RtzbRAcYYJDnZtHTL9z/kzH96Rynb41K+T8bJ/XhLFHSbXuNxd0/m+/unuS0CQQGvA==", + "@babel/plugin-transform-object-super": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.8.3.tgz", + "integrity": "sha512-57FXk+gItG/GejofIyLIgBKTas4+pEU47IXKDBWFTxdPd7F80H8zybyAY7UoblVfBhBGs2EKM+bJUu2+iUYPDQ==", "dev": true, "requires": { - "tslib": "^1.9.0" + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-replace-supers": "^7.8.3" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } } }, - "@ngxs/logger-plugin": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/@ngxs/logger-plugin/-/logger-plugin-3.5.1.tgz", - "integrity": "sha512-bQJavIjutn/TI2dNg5qZ1nvXVTQHzl3b7bJqM8Fn8Nx8PCenVhBIm5rNpvCSBGsUUAixdzDmY7jTaAnRLB9A6Q==", + "@babel/plugin-transform-parameters": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.4.tgz", + "integrity": "sha512-IsS3oTxeTsZlE5KqzTbcC2sV0P9pXdec53SU+Yxv7o/6dvGM5AkTotQKhoSffhNgZ/dftsSiOoxy7evCYJXzVA==", "dev": true, "requires": { - "tslib": "^1.9.0" + "@babel/helper-call-delegate": "^7.8.3", + "@babel/helper-get-function-arity": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3" + }, + "dependencies": { + "@babel/helper-get-function-arity": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz", + "integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==", + "dev": true, + "requires": { + "@babel/types": "^7.8.3" + } + }, + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + }, + "@babel/types": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", + "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", + "dev": true, + "requires": { + "esutils": "^2.0.2", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + } } }, - "@ngxs/router-plugin": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/@ngxs/router-plugin/-/router-plugin-3.5.1.tgz", - "integrity": "sha512-Rsm7JQlLoLO+aSj2TE8g2yK90XwgyEE30pOmHWEdMt7YBKRst4wmz95SEczll1d+yphZet9AX2iAIxC6PRVxiw==", + "@babel/plugin-transform-property-literals": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.8.3.tgz", + "integrity": "sha512-uGiiXAZMqEoQhRWMK17VospMZh5sXWg+dlh2soffpkAl96KAm+WZuJfa6lcELotSRmooLqg0MWdH6UUq85nmmg==", + "dev": true, "requires": { - "tslib": "^1.9.0" + "@babel/helper-plugin-utils": "^7.8.3" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } } }, - "@ngxs/store": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/@ngxs/store/-/store-3.5.1.tgz", - "integrity": "sha512-oChcRNHHpYwrYQO4aPs4OP5vjvqspb9OdUW7ZcyVHJF5UyLCrETBWh+fqJwFoEXAiiOBL2CP4LtVcSu+o8DEVg==", + "@babel/plugin-transform-regenerator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.8.3.tgz", + "integrity": "sha512-qt/kcur/FxrQrzFR432FGZznkVAjiyFtCOANjkAKwCbt465L6ZCiUQh2oMYGU3Wo8LRFJxNDFwWn106S5wVUNA==", + "dev": true, "requires": { - "tslib": "^1.9.0" + "regenerator-transform": "^0.14.0" } }, - "@nodelib/fs.scandir": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.1.tgz", - "integrity": "sha512-NT/skIZjgotDSiXs0WqYhgcuBKhUMgfekCmCGtkUAiLqZdOnrdjmZr9wRl3ll64J9NF79uZ4fk16Dx0yMc/Xbg==", + "@babel/plugin-transform-reserved-words": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.8.3.tgz", + "integrity": "sha512-mwMxcycN3omKFDjDQUl+8zyMsBfjRFr0Zn/64I41pmjv4NJuqcYlEtezwYtw9TFd9WR1vN5kiM+O0gMZzO6L0A==", "dev": true, "requires": { - "@nodelib/fs.stat": "2.0.1", - "run-parallel": "^1.1.9" + "@babel/helper-plugin-utils": "^7.8.3" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } } }, - "@nodelib/fs.stat": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.1.tgz", - "integrity": "sha512-+RqhBlLn6YRBGOIoVYthsG0J9dfpO79eJyN7BYBkZJtfqrBwf2KK+rD/M/yjZR6WBmIhAgOV7S60eCgaSWtbFw==", - "dev": true - }, - "@nodelib/fs.walk": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.2.tgz", - "integrity": "sha512-J/DR3+W12uCzAJkw7niXDcqcKBg6+5G5Q/ZpThpGNzAUz70eOR6RV4XnnSN01qHZiVl0eavoxJsBypQoKsV2QQ==", + "@babel/plugin-transform-shorthand-properties": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.8.3.tgz", + "integrity": "sha512-I9DI6Odg0JJwxCHzbzW08ggMdCezoWcuQRz3ptdudgwaHxTjxw5HgdFJmZIkIMlRymL6YiZcped4TTCB0JcC8w==", "dev": true, "requires": { - "@nodelib/fs.scandir": "2.1.1", - "fastq": "^1.6.0" + "@babel/helper-plugin-utils": "^7.8.3" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } } }, - "@octokit/endpoint": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-5.3.2.tgz", - "integrity": "sha512-gRjteEM9I6f4D8vtwU2iGUTn9RX/AJ0SVXiqBUEuYEWVGGAVjSXdT0oNmghH5lvQNWs8mwt6ZaultuG6yXivNw==", + "@babel/plugin-transform-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.8.3.tgz", + "integrity": "sha512-CkuTU9mbmAoFOI1tklFWYYbzX5qCIZVXPVy0jpXgGwkplCndQAa58s2jr66fTeQnA64bDox0HL4U56CFYoyC7g==", "dev": true, "requires": { - "deepmerge": "4.0.0", - "is-plain-object": "^3.0.0", - "universal-user-agent": "^3.0.0", - "url-template": "^2.0.8" + "@babel/helper-plugin-utils": "^7.8.3" }, "dependencies": { - "is-plain-object": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.0.tgz", - "integrity": "sha512-tZIpofR+P05k8Aocp7UI/2UTa9lTJSebCXpFFoR9aibpokDj/uXBsJ8luUu0tTVYKkMU6URDUuOfJZ7koewXvg==", - "dev": true, - "requires": { - "isobject": "^4.0.0" - } - }, - "isobject": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz", - "integrity": "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==", + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", "dev": true } } }, - "@octokit/request": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.0.2.tgz", - "integrity": "sha512-z1BQr43g4kOL4ZrIVBMHwi68Yg9VbkRUyuAgqCp1rU3vbYa69+2gIld/+gHclw15bJWQnhqqyEb7h5a5EqgZ0A==", + "@babel/plugin-transform-sticky-regex": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.8.3.tgz", + "integrity": "sha512-9Spq0vGCD5Bb4Z/ZXXSK5wbbLFMG085qd2vhL1JYu1WcQ5bXqZBAYRzU1d+p79GcHs2szYv5pVQCX13QgldaWw==", "dev": true, "requires": { - "@octokit/endpoint": "^5.1.0", - "@octokit/request-error": "^1.0.1", - "deprecation": "^2.0.0", - "is-plain-object": "^3.0.0", - "node-fetch": "^2.3.0", - "once": "^1.4.0", - "universal-user-agent": "^3.0.0" + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-regex": "^7.8.3" }, "dependencies": { - "is-plain-object": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.0.tgz", - "integrity": "sha512-tZIpofR+P05k8Aocp7UI/2UTa9lTJSebCXpFFoR9aibpokDj/uXBsJ8luUu0tTVYKkMU6URDUuOfJZ7koewXvg==", - "dev": true, - "requires": { - "isobject": "^4.0.0" - } - }, - "isobject": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz", - "integrity": "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==", + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", "dev": true } } }, - "@octokit/request-error": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-1.0.4.tgz", - "integrity": "sha512-L4JaJDXn8SGT+5G0uX79rZLv0MNJmfGa4vb4vy1NnpjSnWDLJRy6m90udGwvMmavwsStgbv2QNkPzzTCMmL+ig==", + "@babel/plugin-transform-template-literals": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.8.3.tgz", + "integrity": "sha512-820QBtykIQOLFT8NZOcTRJ1UNuztIELe4p9DCgvj4NK+PwluSJ49we7s9FB1HIGNIYT7wFUJ0ar2QpCDj0escQ==", "dev": true, "requires": { - "deprecation": "^2.0.0", - "once": "^1.4.0" + "@babel/helper-annotate-as-pure": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } } }, - "@octokit/rest": { - "version": "16.28.6", - "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-16.28.6.tgz", - "integrity": "sha512-ERfzS6g6ZNPJkEUclxLenr+UEncbymCe//IBrWWdp59nslYDeJboq07Ue9brX05Uv0+SY3kwA33cdiVBVPAOMQ==", + "@babel/plugin-transform-typeof-symbol": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.8.4.tgz", + "integrity": "sha512-2QKyfjGdvuNfHsb7qnBBlKclbD4CfshH2KvDabiijLMGXPHJXGxtDzwIF7bQP+T0ysw8fYTtxPafgfs/c1Lrqg==", "dev": true, "requires": { - "@octokit/request": "^5.0.0", - "@octokit/request-error": "^1.0.2", - "atob-lite": "^2.0.0", - "before-after-hook": "^2.0.0", - "btoa-lite": "^1.0.0", - "deprecation": "^2.0.0", - "lodash.get": "^4.4.2", - "lodash.set": "^4.3.2", - "lodash.uniq": "^4.5.0", - "octokit-pagination-methods": "^1.1.0", - "once": "^1.4.0", - "universal-user-agent": "^3.0.0", - "url-template": "^2.0.8" + "@babel/helper-plugin-utils": "^7.8.3" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } } }, - "@schematics/angular": { - "version": "8.3.12", - "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-8.3.12.tgz", - "integrity": "sha512-KQbc/UrNhlxgBVUSq2HwnM+roBjWh7DyAZ9Y2ozqpgvDVzQnROOus9o48fm7FiHj4Rwfe+JSW9GeTEF2eE1P1w==", + "@babel/plugin-transform-unicode-regex": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.8.3.tgz", + "integrity": "sha512-+ufgJjYdmWfSQ+6NS9VGUR2ns8cjJjYbrbi11mZBTaWm+Fui/ncTLFF28Ei1okavY+xkojGr1eJxNsWYeA5aZw==", "dev": true, "requires": { - "@angular-devkit/core": "8.3.12", - "@angular-devkit/schematics": "8.3.12" + "@babel/helper-create-regexp-features-plugin": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } } }, - "@schematics/update": { - "version": "0.803.12", - "resolved": "https://registry.npmjs.org/@schematics/update/-/update-0.803.12.tgz", - "integrity": "sha512-YoCJL4520+Wyt+F7/xCoLC7IIUaLLZUSIh+BikqC56h/YtFaEQoSL9vcolMuhs30KUG72lJsgpzBhQkWO77uNQ==", + "@babel/preset-env": { + "version": "7.7.7", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.7.7.tgz", + "integrity": "sha512-pCu0hrSSDVI7kCVUOdcMNQEbOPJ52E+LrQ14sN8uL2ALfSqePZQlKrOy+tM4uhEdYlCHi4imr8Zz2cZe9oSdIg==", "dev": true, "requires": { - "@angular-devkit/core": "8.3.12", - "@angular-devkit/schematics": "8.3.12", - "@yarnpkg/lockfile": "1.1.0", - "ini": "1.3.5", - "pacote": "9.5.5", - "rxjs": "6.4.0", - "semver": "6.3.0", - "semver-intersect": "1.4.0" + "@babel/helper-module-imports": "^7.7.4", + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/plugin-proposal-async-generator-functions": "^7.7.4", + "@babel/plugin-proposal-dynamic-import": "^7.7.4", + "@babel/plugin-proposal-json-strings": "^7.7.4", + "@babel/plugin-proposal-object-rest-spread": "^7.7.7", + "@babel/plugin-proposal-optional-catch-binding": "^7.7.4", + "@babel/plugin-proposal-unicode-property-regex": "^7.7.7", + "@babel/plugin-syntax-async-generators": "^7.7.4", + "@babel/plugin-syntax-dynamic-import": "^7.7.4", + "@babel/plugin-syntax-json-strings": "^7.7.4", + "@babel/plugin-syntax-object-rest-spread": "^7.7.4", + "@babel/plugin-syntax-optional-catch-binding": "^7.7.4", + "@babel/plugin-syntax-top-level-await": "^7.7.4", + "@babel/plugin-transform-arrow-functions": "^7.7.4", + "@babel/plugin-transform-async-to-generator": "^7.7.4", + "@babel/plugin-transform-block-scoped-functions": "^7.7.4", + "@babel/plugin-transform-block-scoping": "^7.7.4", + "@babel/plugin-transform-classes": "^7.7.4", + "@babel/plugin-transform-computed-properties": "^7.7.4", + "@babel/plugin-transform-destructuring": "^7.7.4", + "@babel/plugin-transform-dotall-regex": "^7.7.7", + "@babel/plugin-transform-duplicate-keys": "^7.7.4", + "@babel/plugin-transform-exponentiation-operator": "^7.7.4", + "@babel/plugin-transform-for-of": "^7.7.4", + "@babel/plugin-transform-function-name": "^7.7.4", + "@babel/plugin-transform-literals": "^7.7.4", + "@babel/plugin-transform-member-expression-literals": "^7.7.4", + "@babel/plugin-transform-modules-amd": "^7.7.5", + "@babel/plugin-transform-modules-commonjs": "^7.7.5", + "@babel/plugin-transform-modules-systemjs": "^7.7.4", + "@babel/plugin-transform-modules-umd": "^7.7.4", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.7.4", + "@babel/plugin-transform-new-target": "^7.7.4", + "@babel/plugin-transform-object-super": "^7.7.4", + "@babel/plugin-transform-parameters": "^7.7.7", + "@babel/plugin-transform-property-literals": "^7.7.4", + "@babel/plugin-transform-regenerator": "^7.7.5", + "@babel/plugin-transform-reserved-words": "^7.7.4", + "@babel/plugin-transform-shorthand-properties": "^7.7.4", + "@babel/plugin-transform-spread": "^7.7.4", + "@babel/plugin-transform-sticky-regex": "^7.7.4", + "@babel/plugin-transform-template-literals": "^7.7.4", + "@babel/plugin-transform-typeof-symbol": "^7.7.4", + "@babel/plugin-transform-unicode-regex": "^7.7.4", + "@babel/types": "^7.7.4", + "browserslist": "^4.6.0", + "core-js-compat": "^3.6.0", + "invariant": "^2.2.2", + "js-levenshtein": "^1.1.3", + "semver": "^5.5.0" }, "dependencies": { - "rxjs": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.4.0.tgz", - "integrity": "sha512-Z9Yfa11F6B9Sg/BK9MnqnQ+aQYicPLtilXBp2yUtDt2JRCE0h26d33EnfO3ZxoNxG0T92OUucP3Ct7cpfkdFfw==", + "@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", "dev": true, "requires": { - "tslib": "^1.9.0" + "@babel/helper-plugin-utils": "^7.8.0" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } } }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "@sheerun/mutationobserver-shim": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.2.tgz", - "integrity": "sha512-vTCdPp/T/Q3oSqwHmZ5Kpa9oI7iLtGl3RQaA/NyLHikvcrPxACkkKVr/XzkSPJWXHRhKGzVvb0urJsbMlRxi1Q==", - "dev": true - }, - "@sindresorhus/is": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", - "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==", - "dev": true - }, - "@stackblitz/sdk": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@stackblitz/sdk/-/sdk-1.3.0.tgz", - "integrity": "sha512-dTqbGKHLowJokC+mbjHMH/9mEd0AJCxOXmsfuKGEWOjnVTnxHjJKXL+bL/vxBSjMwBaUFPUNGmHojPPd2OxADQ==" - }, - "@szmarczak/http-timer": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", - "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", - "dev": true, - "requires": { - "defer-to-connect": "^1.0.1" - } - }, - "@types/babel__core": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.2.tgz", - "integrity": "sha512-cfCCrFmiGY/yq0NuKNxIQvZFy9kY/1immpSpTngOnyIbD4+eJOG5mxphhHDv3CHL9GltO4GcKr54kGBg3RNdbg==", - "dev": true, - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" - } - }, - "@types/babel__generator": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.0.2.tgz", - "integrity": "sha512-NHcOfab3Zw4q5sEE2COkpfXjoE7o+PmqD9DQW4koUT3roNxwziUdXGnRndMat/LJNUtePwn1TlP4do3uoe3KZQ==", - "dev": true, - "requires": { - "@babel/types": "^7.0.0" - } - }, - "@types/babel__template": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.0.2.tgz", - "integrity": "sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg==", - "dev": true, - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" - } - }, - "@types/babel__traverse": { - "version": "7.0.7", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.0.7.tgz", - "integrity": "sha512-CeBpmX1J8kWLcDEnI3Cl2Eo6RfbGvzUctA+CjZUhOKDFbLfcr7fc4usEqLNWetrlJd7RhAkyYe2czXop4fICpw==", - "dev": true, - "requires": { - "@babel/types": "^7.3.0" + "@babel/types": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", + "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", + "dev": true, + "requires": { + "esutils": "^2.0.2", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + } } }, - "@types/cypress": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@types/cypress/-/cypress-1.1.3.tgz", - "integrity": "sha512-OXe0Gw8LeCflkG1oPgFpyrYWJmEKqYncBsD/J0r17r0ETx/TnIGDNLwXt/pFYSYuYTpzcq1q3g62M9DrfsBL4g==", + "@babel/runtime": { + "version": "7.4.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.4.5.tgz", + "integrity": "sha512-TuI4qpWZP6lGOGIuGWtp9sPluqYICmbk8T/1vpSysqJxRPkudh/ofFWyqdcMsDf2s7KvDL4/YHgKyvcS3g9CJQ==", "dev": true, "requires": { - "cypress": "*" + "regenerator-runtime": "^0.13.2" + }, + "dependencies": { + "regenerator-runtime": { + "version": "0.13.2", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz", + "integrity": "sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==", + "dev": true + } } }, - "@types/estree": { - "version": "0.0.39", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", - "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==", - "dev": true - }, - "@types/events": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/events/-/events-3.0.0.tgz", - "integrity": "sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==", - "dev": true - }, - "@types/file-saver": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@types/file-saver/-/file-saver-2.0.1.tgz", - "integrity": "sha512-g1QUuhYVVAamfCifK7oB7G3aIl4BbOyzDOqVyUfEr4tfBKrXfeH+M+Tg7HKCXSrbzxYdhyCP7z9WbKo0R2hBCw==", - "dev": true - }, - "@types/glob": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.1.tgz", - "integrity": "sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w==", + "@babel/template": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.4.4.tgz", + "integrity": "sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw==", "dev": true, "requires": { - "@types/events": "*", - "@types/minimatch": "*", - "@types/node": "*" + "@babel/code-frame": "^7.0.0", + "@babel/parser": "^7.4.4", + "@babel/types": "^7.4.4" } }, - "@types/highlight.js": { - "version": "9.12.3", - "resolved": "https://registry.npmjs.org/@types/highlight.js/-/highlight.js-9.12.3.tgz", - "integrity": "sha512-pGF/zvYOACZ/gLGWdQH8zSwteQS1epp68yRcVLJMgUck/MjEn/FBYmPub9pXT8C1e4a8YZfHo1CKyV8q1vKUnQ==", - "dev": true - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz", - "integrity": "sha512-hRJD2ahnnpLgsj6KWMYSrmXkM3rm2Dl1qkx6IOFD5FnuNPXJIG5L0dhgKXCYTRMGzU4n0wImQ/xfmRc4POUFlg==", - "dev": true - }, - "@types/istanbul-lib-report": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-1.1.1.tgz", - "integrity": "sha512-3BUTyMzbZa2DtDI2BkERNC6jJw2Mr2Y0oGI7mRxYNBPxppbtEK1F66u3bKwU2g+wxwWI7PAoRpJnOY1grJqzHg==", + "@babel/traverse": { + "version": "7.4.5", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.4.5.tgz", + "integrity": "sha512-Vc+qjynwkjRmIFGxy0KYoPj4FdVDxLej89kMHFsWScq999uX+pwcX4v9mWRjW0KcAYTPAuVQl2LKP1wEVLsp+A==", "dev": true, "requires": { - "@types/istanbul-lib-coverage": "*" + "@babel/code-frame": "^7.0.0", + "@babel/generator": "^7.4.4", + "@babel/helper-function-name": "^7.1.0", + "@babel/helper-split-export-declaration": "^7.4.4", + "@babel/parser": "^7.4.5", + "@babel/types": "^7.4.4", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.11" + }, + "dependencies": { + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true + } } }, - "@types/istanbul-reports": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-1.1.1.tgz", - "integrity": "sha512-UpYjBi8xefVChsCoBpKShdxTllC9pwISirfoZsUa2AAdQg/Jd2KQGtSbw+ya7GPo7x/wAPlH6JBhKhAsXUEZNA==", + "@babel/types": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.4.tgz", + "integrity": "sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ==", "dev": true, "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" + "esutils": "^2.0.2", + "lodash": "^4.17.11", + "to-fast-properties": "^2.0.0" + }, + "dependencies": { + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "dev": true + } } }, - "@types/jest": { - "version": "23.3.14", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-23.3.14.tgz", - "integrity": "sha512-Q5hTcfdudEL2yOmluA1zaSyPbzWPmJ3XfSWeP3RyoYvS9hnje1ZyagrZOuQ6+1nQC1Gw+7gap3pLNL3xL6UBug==", - "dev": true - }, - "@types/minimatch": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz", - "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==", - "dev": true - }, - "@types/node": { - "version": "11.9.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-11.9.6.tgz", - "integrity": "sha512-4hS2K4gwo9/aXIcoYxCtHpdgd8XUeDmo1siRCAH3RziXB65JlPqUFMtfy9VPj+og7dp3w1TFjGwYga4e0m9GwA==", - "dev": true - }, - "@types/normalize-package-data": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz", - "integrity": "sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==", - "dev": true - }, - "@types/resolve": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-0.0.8.tgz", - "integrity": "sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==", + "@cnakazawa/watch": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.3.tgz", + "integrity": "sha512-r5160ogAvGyHsal38Kux7YYtodEKOj89RGb28ht1jh3SJb08VwRwAKKJL0bGb04Zd/3r9FL3BFIc3bBidYffCA==", "dev": true, "requires": { - "@types/node": "*" + "exec-sh": "^0.3.2", + "minimist": "^1.2.0" } }, - "@types/semver": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-6.0.1.tgz", - "integrity": "sha512-ffCdcrEE5h8DqVxinQjo+2d1q+FV5z7iNtPofw3JsrltSoSVlOGaW0rY8XxtO9XukdTn8TaCGWmk2VFGhI70mg==", - "dev": true - }, - "@types/sketchapp": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@types/sketchapp/-/sketchapp-1.0.3.tgz", - "integrity": "sha512-cXEtfd4WQukCsp4l20PoA5F4NMDPCZhqFLUsh7R27Rqst/+IFUNTxnyHyhbVMKsqbFbZwpYh3SErut6Z+dS77Q==", - "dev": true - }, - "@types/source-list-map": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@types/source-list-map/-/source-list-map-0.1.2.tgz", - "integrity": "sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==", - "dev": true - }, - "@types/stack-utils": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz", - "integrity": "sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==", - "dev": true - }, - "@types/webpack-sources": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-0.1.5.tgz", - "integrity": "sha512-zfvjpp7jiafSmrzJ2/i3LqOyTYTuJ7u1KOXlKgDlvsj9Rr0x7ZiYu5lZbXwobL7lmsRNtPXlBfmaUD8eU2Hu8w==", + "@commitlint/cli": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-8.1.0.tgz", + "integrity": "sha512-83K5C2nIAgoZlzMegf0/MEBjX+ampUyc/u79RxgX9ZYjzos+RQtNyO7I43dztVxPXSwAnX9XRgoOfkGWA4nbig==", "dev": true, "requires": { - "@types/node": "*", - "@types/source-list-map": "*", - "source-map": "^0.6.1" + "@commitlint/format": "^8.1.0", + "@commitlint/lint": "^8.1.0", + "@commitlint/load": "^8.1.0", + "@commitlint/read": "^8.1.0", + "babel-polyfill": "6.26.0", + "chalk": "2.3.1", + "get-stdin": "7.0.0", + "lodash": "4.17.14", + "meow": "5.0.0", + "resolve-from": "5.0.0", + "resolve-global": "1.0.0" }, "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "camelcase": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", + "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", + "dev": true + }, + "camelcase-keys": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", + "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", + "dev": true, + "requires": { + "camelcase": "^4.1.0", + "map-obj": "^2.0.0", + "quick-lru": "^1.0.0" + } + }, + "chalk": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.1.tgz", + "integrity": "sha512-QUU4ofkDoMIVO7hcx1iPTISs88wsO8jA92RQIm4JAwZvFGGAV2hSAA1NX7oVj2Ej2Q6NDTcRDjPTFrMCRZoJ6g==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.0", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.2.0" + } + }, + "get-stdin": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-7.0.0.tgz", + "integrity": "sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==", + "dev": true + }, + "indent-string": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", + "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", + "dev": true + }, + "load-json-file": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" + } + }, + "lodash": { + "version": "4.17.14", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", + "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", + "dev": true + }, + "map-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", + "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", + "dev": true + }, + "meow": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-5.0.0.tgz", + "integrity": "sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==", + "dev": true, + "requires": { + "camelcase-keys": "^4.0.0", + "decamelize-keys": "^1.0.0", + "loud-rejection": "^1.0.0", + "minimist-options": "^3.0.1", + "normalize-package-data": "^2.3.4", + "read-pkg-up": "^3.0.0", + "redent": "^2.0.0", + "trim-newlines": "^2.0.0", + "yargs-parser": "^10.0.0" + } + }, + "parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "dev": true, + "requires": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + } + }, + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true + }, + "read-pkg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", + "dev": true, + "requires": { + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" + } + }, + "read-pkg-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", + "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", + "dev": true, + "requires": { + "find-up": "^2.0.0", + "read-pkg": "^3.0.0" + } + }, + "redent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", + "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", + "dev": true, + "requires": { + "indent-string": "^3.0.0", + "strip-indent": "^2.0.0" + } + }, + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true + }, + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "dev": true + }, + "strip-indent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", + "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", + "dev": true + }, + "trim-newlines": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", + "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", "dev": true } } }, - "@types/yargs": { - "version": "12.0.12", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-12.0.12.tgz", - "integrity": "sha512-SOhuU4wNBxhhTHxYaiG5NY4HBhDIDnJF60GU+2LqHAdKKer86//e4yg69aENCtQ04n0ovz+tq2YPME5t5yp4pw==", + "@commitlint/config-conventional": { + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-7.6.0.tgz", + "integrity": "sha512-1Gnv5p3tc1VsEK25oTIRBO86czLtX6s/jeLNPAQRzdCnyEmsxkbx/sfoUJ1dwv7v8W++xckVnnuvdZv2Hp8yCw==", "dev": true }, - "@webassemblyjs/ast": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.8.5.tgz", - "integrity": "sha512-aJMfngIZ65+t71C3y2nBBg5FFG0Okt9m0XEgWZ7Ywgn1oMAT8cNwx00Uv1cQyHtidq0Xn94R4TAywO+LCQ+ZAQ==", + "@commitlint/ensure": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-8.1.0.tgz", + "integrity": "sha512-dBU4CcjN0vJSDNOeSpaHNgQ1ra444u4USvI6PTaHVAS4aeDpZ5Cds1rxkZNsocu48WNycUu0jP84+zjcw2pPLQ==", "dev": true, "requires": { - "@webassemblyjs/helper-module-context": "1.8.5", - "@webassemblyjs/helper-wasm-bytecode": "1.8.5", - "@webassemblyjs/wast-parser": "1.8.5" + "lodash": "4.17.14" + }, + "dependencies": { + "lodash": { + "version": "4.17.14", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", + "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", + "dev": true + } } }, - "@webassemblyjs/floating-point-hex-parser": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.8.5.tgz", - "integrity": "sha512-9p+79WHru1oqBh9ewP9zW95E3XAo+90oth7S5Re3eQnECGq59ly1Ri5tsIipKGpiStHsUYmY3zMLqtk3gTcOtQ==", - "dev": true - }, - "@webassemblyjs/helper-api-error": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.8.5.tgz", - "integrity": "sha512-Za/tnzsvnqdaSPOUXHyKJ2XI7PDX64kWtURyGiJJZKVEdFOsdKUCPTNEVFZq3zJ2R0G5wc2PZ5gvdTRFgm81zA==", - "dev": true - }, - "@webassemblyjs/helper-buffer": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.8.5.tgz", - "integrity": "sha512-Ri2R8nOS0U6G49Q86goFIPNgjyl6+oE1abW1pS84BuhP1Qcr5JqMwRFT3Ah3ADDDYGEgGs1iyb1DGX+kAi/c/Q==", + "@commitlint/execute-rule": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-8.1.0.tgz", + "integrity": "sha512-+vpH3RFuO6ypuCqhP2rSqTjFTQ7ClzXtUvXphpROv9v9+7zH4L+Ex+wZLVkL8Xj2cxefSLn/5Kcqa9XyJTn3kg==", "dev": true }, - "@webassemblyjs/helper-code-frame": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.8.5.tgz", - "integrity": "sha512-VQAadSubZIhNpH46IR3yWO4kZZjMxN1opDrzePLdVKAZ+DFjkGD/rf4v1jap744uPVU6yjL/smZbRIIJTOUnKQ==", + "@commitlint/format": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-8.1.0.tgz", + "integrity": "sha512-D0cmabUTQIKdABgt08d9JAvO9+lMRAmkcsZx8TMScY502R67HCw77JhzRDcw1RmqX5rN8JO6ZjDHO92Pbwlt+Q==", "dev": true, "requires": { - "@webassemblyjs/wast-printer": "1.8.5" + "chalk": "^2.0.1" } }, - "@webassemblyjs/helper-fsm": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.8.5.tgz", - "integrity": "sha512-kRuX/saORcg8se/ft6Q2UbRpZwP4y7YrWsLXPbbmtepKr22i8Z4O3V5QE9DbZK908dh5Xya4Un57SDIKwB9eow==", - "dev": true - }, - "@webassemblyjs/helper-module-context": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.8.5.tgz", - "integrity": "sha512-/O1B236mN7UNEU4t9X7Pj38i4VoU8CcMHyy3l2cV/kIF4U5KoHXDVqcDuOs1ltkac90IM4vZdHc52t1x8Yfs3g==", + "@commitlint/is-ignored": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-8.1.0.tgz", + "integrity": "sha512-HUSxx6kuLbqrQ8jb5QRzo+yR+CIXgA9HNcIcZ1qWrb+O9GOixt3mlW8li1IcfIgfODlaWoxIz0jYCxR08IoQLg==", "dev": true, "requires": { - "@webassemblyjs/ast": "1.8.5", - "mamacro": "^0.0.3" - } - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.8.5.tgz", - "integrity": "sha512-Cu4YMYG3Ddl72CbmpjU/wbP6SACcOPVbHN1dI4VJNJVgFwaKf1ppeFJrwydOG3NDHxVGuCfPlLZNyEdIYlQ6QQ==", - "dev": true - }, - "@webassemblyjs/helper-wasm-section": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.8.5.tgz", - "integrity": "sha512-VV083zwR+VTrIWWtgIUpqfvVdK4ff38loRmrdDBgBT8ADXYsEZ5mPQ4Nde90N3UYatHdYoDIFb7oHzMncI02tA==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.8.5", - "@webassemblyjs/helper-buffer": "1.8.5", - "@webassemblyjs/helper-wasm-bytecode": "1.8.5", - "@webassemblyjs/wasm-gen": "1.8.5" + "@types/semver": "^6.0.1", + "semver": "6.1.1" + }, + "dependencies": { + "semver": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.1.1.tgz", + "integrity": "sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ==", + "dev": true + } } }, - "@webassemblyjs/ieee754": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.8.5.tgz", - "integrity": "sha512-aaCvQYrvKbY/n6wKHb/ylAJr27GglahUO89CcGXMItrOBqRarUMxWLJgxm9PJNuKULwN5n1csT9bYoMeZOGF3g==", + "@commitlint/lint": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-8.1.0.tgz", + "integrity": "sha512-WYjbUgtqvnlVH3S3XPZMAa+N7KO0yQ+GuUG20Qra+EtER6SRYawykmEs4wAyrmY8VcFXUnKgSlIQUsqmGKwNZQ==", "dev": true, "requires": { - "@xtuc/ieee754": "^1.2.0" + "@commitlint/is-ignored": "^8.1.0", + "@commitlint/parse": "^8.1.0", + "@commitlint/rules": "^8.1.0", + "babel-runtime": "^6.23.0", + "lodash": "4.17.14" + }, + "dependencies": { + "lodash": { + "version": "4.17.14", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", + "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", + "dev": true + } } }, - "@webassemblyjs/leb128": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.8.5.tgz", - "integrity": "sha512-plYUuUwleLIziknvlP8VpTgO4kqNaH57Y3JnNa6DLpu/sGcP6hbVdfdX5aHAV716pQBKrfuU26BJK29qY37J7A==", + "@commitlint/load": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-8.1.0.tgz", + "integrity": "sha512-ra02Dvmd7Gp1+uFLzTY3yGOpHjPzl5T9wYg/xrtPJNiOWXvQ0Mw7THw+ucd1M5iLUWjvdavv2N87YDRc428wHg==", "dev": true, "requires": { - "@xtuc/long": "4.2.2" + "@commitlint/execute-rule": "^8.1.0", + "@commitlint/resolve-extends": "^8.1.0", + "babel-runtime": "^6.23.0", + "chalk": "2.4.2", + "cosmiconfig": "^5.2.0", + "lodash": "4.17.14", + "resolve-from": "^5.0.0" + }, + "dependencies": { + "lodash": { + "version": "4.17.14", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", + "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", + "dev": true + }, + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true + } } }, - "@webassemblyjs/utf8": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.8.5.tgz", - "integrity": "sha512-U7zgftmQriw37tfD934UNInokz6yTmn29inT2cAetAsaU9YeVCveWEwhKL1Mg4yS7q//NGdzy79nlXh3bT8Kjw==", + "@commitlint/message": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-8.1.0.tgz", + "integrity": "sha512-AjHq022G8jQQ/3YrBOjwVBD4xF75hvC3vcvFoBIb7cC8vad1QWq+1w+aks0KlEK5IW+/+7ORZXIH+oyW7h3+8A==", "dev": true }, - "@webassemblyjs/wasm-edit": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.8.5.tgz", - "integrity": "sha512-A41EMy8MWw5yvqj7MQzkDjU29K7UJq1VrX2vWLzfpRHt3ISftOXqrtojn7nlPsZ9Ijhp5NwuODuycSvfAO/26Q==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.8.5", - "@webassemblyjs/helper-buffer": "1.8.5", - "@webassemblyjs/helper-wasm-bytecode": "1.8.5", - "@webassemblyjs/helper-wasm-section": "1.8.5", - "@webassemblyjs/wasm-gen": "1.8.5", - "@webassemblyjs/wasm-opt": "1.8.5", - "@webassemblyjs/wasm-parser": "1.8.5", - "@webassemblyjs/wast-printer": "1.8.5" - } - }, - "@webassemblyjs/wasm-gen": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.8.5.tgz", - "integrity": "sha512-BCZBT0LURC0CXDzj5FXSc2FPTsxwp3nWcqXQdOZE4U7h7i8FqtFK5Egia6f9raQLpEKT1VL7zr4r3+QX6zArWg==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.8.5", - "@webassemblyjs/helper-wasm-bytecode": "1.8.5", - "@webassemblyjs/ieee754": "1.8.5", - "@webassemblyjs/leb128": "1.8.5", - "@webassemblyjs/utf8": "1.8.5" - } - }, - "@webassemblyjs/wasm-opt": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.8.5.tgz", - "integrity": "sha512-HKo2mO/Uh9A6ojzu7cjslGaHaUU14LdLbGEKqTR7PBKwT6LdPtLLh9fPY33rmr5wcOMrsWDbbdCHq4hQUdd37Q==", + "@commitlint/parse": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-8.1.0.tgz", + "integrity": "sha512-n4fEbZ5kdK5HChvne7Mj8rGGkKMfA4H11IuWiWmmMzgmZTNb/B04LPrzdUm4lm3f10XzM2JMM7PLXqofQJOGvA==", "dev": true, "requires": { - "@webassemblyjs/ast": "1.8.5", - "@webassemblyjs/helper-buffer": "1.8.5", - "@webassemblyjs/wasm-gen": "1.8.5", - "@webassemblyjs/wasm-parser": "1.8.5" + "conventional-changelog-angular": "^1.3.3", + "conventional-commits-parser": "^2.1.0", + "lodash": "^4.17.11" } }, - "@webassemblyjs/wasm-parser": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.8.5.tgz", - "integrity": "sha512-pi0SYE9T6tfcMkthwcgCpL0cM9nRYr6/6fjgDtL6q/ZqKHdMWvxitRi5JcZ7RI4SNJJYnYNaWy5UUrHQy998lw==", + "@commitlint/read": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-8.1.0.tgz", + "integrity": "sha512-PKsGMQFEr2sX/+orI71b82iyi8xFqb7F4cTvsLxzB5x6/QutxPVM3rg+tEVdi6rBKIDuqRIp2puDZQuREZs3vg==", "dev": true, "requires": { - "@webassemblyjs/ast": "1.8.5", - "@webassemblyjs/helper-api-error": "1.8.5", - "@webassemblyjs/helper-wasm-bytecode": "1.8.5", - "@webassemblyjs/ieee754": "1.8.5", - "@webassemblyjs/leb128": "1.8.5", - "@webassemblyjs/utf8": "1.8.5" + "@commitlint/top-level": "^8.1.0", + "@marionebl/sander": "^0.6.0", + "babel-runtime": "^6.23.0", + "git-raw-commits": "^1.3.0" } }, - "@webassemblyjs/wast-parser": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.8.5.tgz", - "integrity": "sha512-daXC1FyKWHF1i11obK086QRlsMsY4+tIOKgBqI1lxAnkp9xe9YMcgOxm9kLe+ttjs5aWV2KKE1TWJCN57/Btsg==", + "@commitlint/resolve-extends": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-8.1.0.tgz", + "integrity": "sha512-r/y+CeKW72Oa9BUctS1+I/MFCDiI3lfhwfQ65Tpfn6eZ4CuBYKzrCRi++GTHeAFKE3y8q1epJq5Rl/1GBejtBw==", "dev": true, "requires": { - "@webassemblyjs/ast": "1.8.5", - "@webassemblyjs/floating-point-hex-parser": "1.8.5", - "@webassemblyjs/helper-api-error": "1.8.5", - "@webassemblyjs/helper-code-frame": "1.8.5", - "@webassemblyjs/helper-fsm": "1.8.5", - "@xtuc/long": "4.2.2" + "@types/node": "^12.0.2", + "import-fresh": "^3.0.0", + "lodash": "4.17.14", + "resolve-from": "^5.0.0", + "resolve-global": "^1.0.0" + }, + "dependencies": { + "@types/node": { + "version": "12.7.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.7.1.tgz", + "integrity": "sha512-aK9jxMypeSrhiYofWWBf/T7O+KwaiAHzM4sveCdWPn71lzUSMimRnKzhXDKfKwV1kWoBo2P1aGgaIYGLf9/ljw==", + "dev": true + }, + "import-fresh": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.1.0.tgz", + "integrity": "sha512-PpuksHKGt8rXfWEr9m9EHIpgyyaltBy8+eF6GJM0QCAxMgxCfucMF3mjecK2QsJr0amJW7gTqh5/wht0z2UhEQ==", + "dev": true, + "requires": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "dependencies": { + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true + } + } + }, + "lodash": { + "version": "4.17.14", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", + "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", + "dev": true + }, + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true + } } }, - "@webassemblyjs/wast-printer": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.8.5.tgz", - "integrity": "sha512-w0U0pD4EhlnvRyeJzBqaVSJAo9w/ce7/WPogeXLzGkO6hzhr4GnQIZ4W4uUt5b9ooAaXPtnXlj0gzsXEOUNYMg==", + "@commitlint/rules": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-8.1.0.tgz", + "integrity": "sha512-hlM8VfNjsOkbvMteFyqn0c3akiUjqG09Iid28MBLrXl/d+8BR3eTzwJ4wMta4oz/iqGyrIywvg1FpHrV977MPA==", "dev": true, "requires": { - "@webassemblyjs/ast": "1.8.5", - "@webassemblyjs/wast-parser": "1.8.5", - "@xtuc/long": "4.2.2" + "@commitlint/ensure": "^8.1.0", + "@commitlint/message": "^8.1.0", + "@commitlint/to-lines": "^8.1.0", + "babel-runtime": "^6.23.0" } }, - "@xtuc/ieee754": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", - "dev": true - }, - "@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", - "dev": true - }, - "@yarnpkg/lockfile": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz", - "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==", + "@commitlint/to-lines": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-8.1.0.tgz", + "integrity": "sha512-Lh4OH1bInI8GME/7FggS0/XkIMEJdTObMbXRyPRGaPcWH5S7zpB6y+b4qjzBHXAbEv2O46QAAMjZ+ywPQCpmYQ==", "dev": true }, - "JSONStream": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", - "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", + "@commitlint/top-level": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-8.1.0.tgz", + "integrity": "sha512-EvQuofuA/+0l1w9pkG/PRyIwACmZdIh9qxyax7w7mR8qqmSHscqf2jARIylh1TOx0uI9egO8MuPLiwC1RwyREA==", "dev": true, "requires": { - "jsonparse": "^1.2.0", - "through": ">=2.2.7 <3" - } - }, - "abab": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.0.tgz", - "integrity": "sha512-sY5AXXVZv4Y1VACTtR11UJCPHHudgY5i26Qj5TypE6DKlIApbwb5uqhXcJ5UUGbvZNRh7EeIoW+LrJumBsKp7w==", - "dev": true - }, - "accepts": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", - "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", + "find-up": "^4.0.0" + }, + "dependencies": { + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "requires": { + "p-locate": "^4.1.0" + } + }, + "p-limit": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz", + "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", + "dev": true, + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "requires": { + "p-limit": "^2.2.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true + } + } + }, + "@cypress/listr-verbose-renderer": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@cypress/listr-verbose-renderer/-/listr-verbose-renderer-0.4.1.tgz", + "integrity": "sha1-p3SS9LEdzHxEajSz4ochr9M8ZCo=", "dev": true, "requires": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" + "chalk": "^1.1.3", + "cli-cursor": "^1.0.2", + "date-fns": "^1.27.2", + "figures": "^1.7.0" + }, + "dependencies": { + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + } } }, - "acorn": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.1.1.tgz", - "integrity": "sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==", - "dev": true - }, - "acorn-globals": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.2.tgz", - "integrity": "sha512-BbzvZhVtZP+Bs1J1HcwrQe8ycfO0wStkSGxuul3He3GkHOIZ6eTqOkPuw9IP1X3+IkOo4wiJmwkobzXYz4wewQ==", + "@cypress/xvfb": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@cypress/xvfb/-/xvfb-1.2.4.tgz", + "integrity": "sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==", "dev": true, "requires": { - "acorn": "^6.0.1", - "acorn-walk": "^6.0.1" + "debug": "^3.1.0", + "lodash.once": "^4.1.1" } }, - "acorn-walk": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-6.1.1.tgz", - "integrity": "sha512-OtUw6JUTgxA2QoqqmrmQ7F2NYqiBPi/L2jqHyFtllhOUvXYQXf0Z1CYUinIfyT4bTCGmrA7gX9FvHA81uzCoVw==", + "@iarna/toml": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.3.tgz", + "integrity": "sha512-FmuxfCuolpLl0AnQ2NHSzoUKWEJDFl63qXjzdoWBVyFCXzMGm1spBzk7LeHNoVCiWCF7mRVms9e6jEV9+MoPbg==", "dev": true }, - "add-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz", - "integrity": "sha1-anmQQ3ynNtXhKI25K9MmbV9csqo=", + "@istanbuljs/schema": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz", + "integrity": "sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==", "dev": true }, - "agent-base": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", - "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", - "dev": true, - "requires": { - "es6-promisify": "^5.0.0" - } - }, - "agentkeepalive": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-3.5.2.tgz", - "integrity": "sha512-e0L/HNe6qkQ7H19kTlRRqUibEAwDK5AFk6y3PtMsuut2VAH6+Q4xZml1tNDJD7kSAyqmbG/K08K5WEJYtUrSlQ==", + "@jest/console": { + "version": "24.7.1", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-24.7.1.tgz", + "integrity": "sha512-iNhtIy2M8bXlAOULWVTUxmnelTLFneTNEkHCgPmgd+zNwy9zVddJ6oS5rZ9iwoscNdT5mMwUd0C51v/fSlzItg==", "dev": true, "requires": { - "humanize-ms": "^1.2.1" - } - }, - "ajv": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.0.tgz", - "integrity": "sha512-nffhOpkymDECQyR0mnsUtoCE8RlX38G0rYP+wgLWFyZuUyuuojSSvi/+euOiQBIn63whYwYVIIH1TvE3tu4OEg==", - "requires": { - "fast-deep-equal": "^2.0.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" + "@jest/source-map": "^24.3.0", + "chalk": "^2.0.1", + "slash": "^2.0.0" + }, + "dependencies": { + "slash": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", + "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "dev": true + } } }, - "ajv-errors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", - "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==", - "dev": true - }, - "ajv-keywords": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.4.1.tgz", - "integrity": "sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ==", - "dev": true - }, - "amdefine": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", - "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=", - "dev": true - }, - "ansi-align": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz", - "integrity": "sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw==", + "@jest/core": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-24.8.0.tgz", + "integrity": "sha512-R9rhAJwCBQzaRnrRgAdVfnglUuATXdwTRsYqs6NMdVcAl5euG8LtWDe+fVkN27YfKVBW61IojVsXKaOmSnqd/A==", "dev": true, "requires": { - "string-width": "^3.0.0" + "@jest/console": "^24.7.1", + "@jest/reporters": "^24.8.0", + "@jest/test-result": "^24.8.0", + "@jest/transform": "^24.8.0", + "@jest/types": "^24.8.0", + "ansi-escapes": "^3.0.0", + "chalk": "^2.0.1", + "exit": "^0.1.2", + "graceful-fs": "^4.1.15", + "jest-changed-files": "^24.8.0", + "jest-config": "^24.8.0", + "jest-haste-map": "^24.8.0", + "jest-message-util": "^24.8.0", + "jest-regex-util": "^24.3.0", + "jest-resolve-dependencies": "^24.8.0", + "jest-runner": "^24.8.0", + "jest-runtime": "^24.8.0", + "jest-snapshot": "^24.8.0", + "jest-util": "^24.8.0", + "jest-validate": "^24.8.0", + "jest-watcher": "^24.8.0", + "micromatch": "^3.1.10", + "p-each-series": "^1.0.0", + "pirates": "^4.0.1", + "realpath-native": "^1.1.0", + "rimraf": "^2.5.4", + "strip-ansi": "^5.0.0" }, "dependencies": { + "ansi-escapes": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", + "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", + "dev": true + }, "ansi-regex": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", "dev": true }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "dev": true, - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, "strip-ansi": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", @@ -3565,5567 +4251,7529 @@ } } }, - "ansi-colors": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz", - "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==", - "dev": true - }, - "ansi-escapes": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz", - "integrity": "sha1-06ioOzGapneTZisT52HHkRQiMG4=", - "dev": true + "@jest/environment": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-24.8.0.tgz", + "integrity": "sha512-vlGt2HLg7qM+vtBrSkjDxk9K0YtRBi7HfRFaDxoRtyi+DyVChzhF20duvpdAnKVBV6W5tym8jm0U9EfXbDk1tw==", + "dev": true, + "requires": { + "@jest/fake-timers": "^24.8.0", + "@jest/transform": "^24.8.0", + "@jest/types": "^24.8.0", + "jest-mock": "^24.8.0" + } }, - "ansi-html": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz", - "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=", - "dev": true - }, - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true - }, - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", - "dev": true - }, - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", - "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "@jest/fake-timers": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-24.8.0.tgz", + "integrity": "sha512-2M4d5MufVXwi6VzZhJ9f5S/wU4ud2ck0kxPof1Iz3zWx6Y+V2eJrES9jEktB6O3o/oEyk+il/uNu9PvASjWXQw==", "dev": true, "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" + "@jest/types": "^24.8.0", + "jest-message-util": "^24.8.0", + "jest-mock": "^24.8.0" } }, - "app-root-path": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-2.2.1.tgz", - "integrity": "sha512-91IFKeKk7FjfmezPKkwtaRvSpnUc4gDwPAjA1YZ9Gn0q0PPeW+vbeUsZuyDwjI7+QTHhcLen2v25fi/AmhvbJA==", - "dev": true - }, - "aproba": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", - "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", - "dev": true - }, - "arch": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/arch/-/arch-2.1.1.tgz", - "integrity": "sha512-BLM56aPo9vLLFVa8+/+pJLnrZ7QGGTVHWsCwieAWT9o9K8UeGaQbzZbGoabWLOo2ksBCztoXdqBZBplqLDDCSg==", - "dev": true - }, - "arg": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.0.tgz", - "integrity": "sha512-ZWc51jO3qegGkVh8Hwpv636EkbesNV5ZNQPCtRa+0qytRYPEs9IYT9qITY9buezqUH5uqyzlWLcufrzU2rffdg==", - "dev": true - }, - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "@jest/reporters": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-24.8.0.tgz", + "integrity": "sha512-eZ9TyUYpyIIXfYCrw0UHUWUvE35vx5I92HGMgS93Pv7du+GHIzl+/vh8Qj9MCWFK/4TqyttVBPakWMOfZRIfxw==", "dev": true, "requires": { - "sprintf-js": "~1.0.2" + "@jest/environment": "^24.8.0", + "@jest/test-result": "^24.8.0", + "@jest/transform": "^24.8.0", + "@jest/types": "^24.8.0", + "chalk": "^2.0.1", + "exit": "^0.1.2", + "glob": "^7.1.2", + "istanbul-lib-coverage": "^2.0.2", + "istanbul-lib-instrument": "^3.0.1", + "istanbul-lib-report": "^2.0.4", + "istanbul-lib-source-maps": "^3.0.1", + "istanbul-reports": "^2.1.1", + "jest-haste-map": "^24.8.0", + "jest-resolve": "^24.8.0", + "jest-runtime": "^24.8.0", + "jest-util": "^24.8.0", + "jest-worker": "^24.6.0", + "node-notifier": "^5.2.1", + "slash": "^2.0.0", + "source-map": "^0.6.0", + "string-length": "^2.0.0" + }, + "dependencies": { + "istanbul-lib-coverage": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz", + "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==", + "dev": true + }, + "istanbul-lib-instrument": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz", + "integrity": "sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==", + "dev": true, + "requires": { + "@babel/generator": "^7.4.0", + "@babel/parser": "^7.4.3", + "@babel/template": "^7.4.0", + "@babel/traverse": "^7.4.3", + "@babel/types": "^7.4.0", + "istanbul-lib-coverage": "^2.0.5", + "semver": "^6.0.0" + } + }, + "semver": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.1.1.tgz", + "integrity": "sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ==", + "dev": true + }, + "slash": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", + "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } } }, - "aria-query": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-3.0.0.tgz", - "integrity": "sha1-ZbP8wcoRVajJrmTW7uKX8V1RM8w=", + "@jest/source-map": { + "version": "24.3.0", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-24.3.0.tgz", + "integrity": "sha512-zALZt1t2ou8le/crCeeiRYzvdnTzaIlpOWaet45lNSqNJUnXbppUUFR4ZUAlzgDmKee4Q5P/tKXypI1RiHwgag==", "dev": true, "requires": { - "ast-types-flow": "0.0.7", - "commander": "^2.11.0" + "callsites": "^3.0.0", + "graceful-fs": "^4.1.15", + "source-map": "^0.6.0" + }, + "dependencies": { + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } } }, - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", - "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=", - "dev": true - }, - "arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", - "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", - "dev": true - }, - "arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", - "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=", - "dev": true - }, - "array-equal": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz", - "integrity": "sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=", - "dev": true - }, - "array-filter": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz", - "integrity": "sha1-fajPLiZijtcygDWB/SH2fKzS7uw=", - "dev": true - }, - "array-find-index": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", - "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=", - "dev": true - }, - "array-flatten": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", - "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==", - "dev": true - }, - "array-ify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz", - "integrity": "sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=", - "dev": true - }, - "array-map": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz", - "integrity": "sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI=", - "dev": true - }, - "array-reduce": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz", - "integrity": "sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys=", - "dev": true - }, - "array-union": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", + "@jest/test-result": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-24.8.0.tgz", + "integrity": "sha512-+YdLlxwizlfqkFDh7Mc7ONPQAhA4YylU1s529vVM1rsf67vGZH/2GGm5uO8QzPeVyaVMobCQ7FTxl38QrKRlng==", "dev": true, "requires": { - "array-uniq": "^1.0.1" + "@jest/console": "^24.7.1", + "@jest/types": "^24.8.0", + "@types/istanbul-lib-coverage": "^2.0.0" } }, - "array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=", - "dev": true - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", - "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=", - "dev": true - }, - "arrify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", - "dev": true + "@jest/test-sequencer": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-24.8.0.tgz", + "integrity": "sha512-OzL/2yHyPdCHXEzhoBuq37CE99nkme15eHkAzXRVqthreWZamEMA0WoetwstsQBCXABhczpK03JNbc4L01vvLg==", + "dev": true, + "requires": { + "@jest/test-result": "^24.8.0", + "jest-haste-map": "^24.8.0", + "jest-runner": "^24.8.0", + "jest-runtime": "^24.8.0" + } }, - "asap": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=", - "dev": true - }, - "asn1": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", - "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", - "requires": { - "safer-buffer": "~2.1.0" - } - }, - "asn1.js": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz", - "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==", - "dev": true, - "requires": { - "bn.js": "^4.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" - } - }, - "assert": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", - "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", + "@jest/transform": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-24.8.0.tgz", + "integrity": "sha512-xBMfFUP7TortCs0O+Xtez2W7Zu1PLH9bvJgtraN1CDST6LBM/eTOZ9SfwS/lvV8yOfcDpFmwf9bq5cYbXvqsvA==", "dev": true, "requires": { - "object-assign": "^4.1.1", - "util": "0.10.3" + "@babel/core": "^7.1.0", + "@jest/types": "^24.8.0", + "babel-plugin-istanbul": "^5.1.0", + "chalk": "^2.0.1", + "convert-source-map": "^1.4.0", + "fast-json-stable-stringify": "^2.0.0", + "graceful-fs": "^4.1.15", + "jest-haste-map": "^24.8.0", + "jest-regex-util": "^24.3.0", + "jest-util": "^24.8.0", + "micromatch": "^3.1.10", + "realpath-native": "^1.1.0", + "slash": "^2.0.0", + "source-map": "^0.6.1", + "write-file-atomic": "2.4.1" }, "dependencies": { - "inherits": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", - "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=", + "slash": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", + "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", "dev": true }, - "util": { - "version": "0.10.3", - "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", - "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", - "dev": true, - "requires": { - "inherits": "2.0.1" - } + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true } } }, - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" - }, - "assign-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", - "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=", - "dev": true - }, - "ast-types-flow": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", - "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0=", - "dev": true - }, - "astral-regex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz", - "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==", - "dev": true - }, - "async": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", - "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", + "@jest/types": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-24.8.0.tgz", + "integrity": "sha512-g17UxVr2YfBtaMUxn9u/4+siG1ptg9IGYAYwvpwn61nBg779RXnjE/m7CxYcIzEt0AbHZZAHSEZNhkE2WxURVg==", "dev": true, "requires": { - "lodash": "^4.17.10" + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^1.1.1", + "@types/yargs": "^12.0.9" } }, - "async-each": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", - "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==", - "dev": true - }, - "async-limiter": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", - "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==", - "dev": true - }, - "async-retry": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.2.3.tgz", - "integrity": "sha512-tfDb02Th6CE6pJUF2gjW5ZVjsgwlucVXOEQMvEX9JgSJMs9gAX+Nz3xRuJBKuUYjTSYORqvDBORdAQ3LU59g7Q==", + "@marionebl/sander": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/@marionebl/sander/-/sander-0.6.1.tgz", + "integrity": "sha1-GViWWHTyS8Ub5Ih1/rUNZC/EH3s=", "dev": true, "requires": { - "retry": "0.12.0" - }, - "dependencies": { - "retry": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", - "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=", - "dev": true - } + "graceful-fs": "^4.1.3", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.2" } }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" - }, - "atob": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", - "dev": true - }, - "atob-lite": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/atob-lite/-/atob-lite-2.0.0.tgz", - "integrity": "sha1-D+9a1G8b16hQLGVyfwNn1e5D1pY=", - "dev": true - }, - "autoprefixer": { - "version": "9.6.5", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.6.5.tgz", - "integrity": "sha512-rGd50YV8LgwFQ2WQp4XzOTG69u1qQsXn0amww7tjqV5jJuNazgFKYEVItEBngyyvVITKOg20zr2V+9VsrXJQ2g==", + "@ngtools/webpack": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-9.0.1.tgz", + "integrity": "sha512-SG1MDVSC7pIuaX1QYTh94k/YJa6w2OR2RNbghkDXToDzDv6bKnTQYoJPyXk+gwfDTVD4V5z2dKSNbxFzWleFpg==", "dev": true, "requires": { - "browserslist": "^4.7.0", - "caniuse-lite": "^1.0.30000999", - "chalk": "^2.4.2", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "postcss": "^7.0.18", - "postcss-value-parser": "^4.0.2" + "@angular-devkit/core": "9.0.1", + "enhanced-resolve": "4.1.1", + "rxjs": "6.5.3", + "webpack-sources": "1.4.3" }, "dependencies": { - "browserslist": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.7.1.tgz", - "integrity": "sha512-QtULFqKIAtiyNx7NhZ/p4rB8m3xDozVo/pi5VgTlADLF2tNigz/QH+v0m5qhn7XfHT7u+607NcCNOnC0HZAlMg==", + "@angular-devkit/core": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-9.0.1.tgz", + "integrity": "sha512-HboJI/x+SJD9clSOAMjHRv0eXAGRAdEaqJGmjDfdFMP2wznfsBiC6cgcHC17oM4jRWFhmWMR8Omc7CjLZJawJg==", "dev": true, "requires": { - "caniuse-lite": "^1.0.30000999", - "electron-to-chromium": "^1.3.284", - "node-releases": "^1.1.36" + "ajv": "6.10.2", + "fast-json-stable-stringify": "2.0.0", + "magic-string": "0.25.4", + "rxjs": "6.5.3", + "source-map": "0.7.3" } }, - "caniuse-lite": { - "version": "1.0.30000999", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000999.tgz", - "integrity": "sha512-1CUyKyecPeksKwXZvYw0tEoaMCo/RwBlXmEtN5vVnabvO0KPd9RQLcaAuR9/1F+KDMv6esmOFWlsXuzDk+8rxg==", - "dev": true - }, - "postcss": { - "version": "7.0.18", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.18.tgz", - "integrity": "sha512-/7g1QXXgegpF+9GJj4iN7ChGF40sYuGYJ8WZu8DZWnmhQ/G36hfdk3q9LBJmoK+lZ+yzZ5KYpOoxq7LF1BxE8g==", + "ajv": { + "version": "6.10.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz", + "integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==", "dev": true, "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" + "fast-deep-equal": "^2.0.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" } }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true + "magic-string": { + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.4.tgz", + "integrity": "sha512-oycWO9nEVAP2RVPbIoDoA4Y7LFIJ3xRYov93gAyJhZkET1tNuB0u7uWkZS2LpBWTJUWnmau/To8ECWRC+jKNfw==", + "dev": true, + "requires": { + "sourcemap-codec": "^1.4.4" + } }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "rxjs": { + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.3.tgz", + "integrity": "sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA==", "dev": true, "requires": { - "has-flag": "^3.0.0" + "tslib": "^1.9.0" } } } }, - "aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" + "@ngx-translate/core": { + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/@ngx-translate/core/-/core-11.0.1.tgz", + "integrity": "sha512-nBCa1ZD9fAUY/3eskP3Lql2fNg8OMrYIej1/5GRsfcutx9tG/5fZLCv9m6UCw1aS+u4uK/vXjv1ctG/FdMvaWg==", + "requires": { + "tslib": "^1.9.0" + } }, - "aws4": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz", - "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==" + "@ngx-translate/http-loader": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@ngx-translate/http-loader/-/http-loader-4.0.0.tgz", + "integrity": "sha512-x8LumqydWD7eX9yQTAVeoCM9gFUIGVTUjZqbxdAUavAA3qVnk9wCQux7iHLPXpydl8vyQmLoPQR+fFU+DUDOMA==", + "requires": { + "tslib": "^1.9.0" + } }, - "axobject-query": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.0.2.tgz", - "integrity": "sha512-MCeek8ZH7hKyO1rWUbKNQBbl4l2eY0ntk7OGi+q0RlafrCnfPxC06WZA+uebCfmYp4mNU9jRBP1AhGyf8+W3ww==", + "@ngxs/devtools-plugin": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/@ngxs/devtools-plugin/-/devtools-plugin-3.5.1.tgz", + "integrity": "sha512-3/dHWCnAC5D4K3c0XJZ3RtzbRAcYYJDnZtHTL9z/kzH96Rynb41K+T8bJ/XhLFHSbXuNxd0/m+/unuS0CQQGvA==", "dev": true, "requires": { - "ast-types-flow": "0.0.7" + "tslib": "^1.9.0" } }, - "babel-code-frame": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", - "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", + "@ngxs/logger-plugin": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/@ngxs/logger-plugin/-/logger-plugin-3.5.1.tgz", + "integrity": "sha512-bQJavIjutn/TI2dNg5qZ1nvXVTQHzl3b7bJqM8Fn8Nx8PCenVhBIm5rNpvCSBGsUUAixdzDmY7jTaAnRLB9A6Q==", "dev": true, "requires": { - "chalk": "^1.1.3", - "esutils": "^2.0.2", - "js-tokens": "^3.0.2" - }, - "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dev": true, - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - } - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "dev": true - } + "tslib": "^1.9.0" } }, - "babel-generator": { - "version": "6.26.1", - "resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.26.1.tgz", - "integrity": "sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==", - "dev": true, + "@ngxs/router-plugin": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/@ngxs/router-plugin/-/router-plugin-3.5.1.tgz", + "integrity": "sha512-Rsm7JQlLoLO+aSj2TE8g2yK90XwgyEE30pOmHWEdMt7YBKRst4wmz95SEczll1d+yphZet9AX2iAIxC6PRVxiw==", "requires": { - "babel-messages": "^6.23.0", - "babel-runtime": "^6.26.0", - "babel-types": "^6.26.0", - "detect-indent": "^4.0.0", - "jsesc": "^1.3.0", - "lodash": "^4.17.4", - "source-map": "^0.5.7", - "trim-right": "^1.0.1" - }, - "dependencies": { - "jsesc": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz", - "integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s=", - "dev": true - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true - } + "tslib": "^1.9.0" } }, - "babel-jest": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-24.8.0.tgz", - "integrity": "sha512-+5/kaZt4I9efoXzPlZASyK/lN9qdRKmmUav9smVc0ruPQD7IsfucQ87gpOE8mn2jbDuS6M/YOW6n3v9ZoIfgnw==", - "dev": true, + "@ngxs/store": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/@ngxs/store/-/store-3.5.1.tgz", + "integrity": "sha512-oChcRNHHpYwrYQO4aPs4OP5vjvqspb9OdUW7ZcyVHJF5UyLCrETBWh+fqJwFoEXAiiOBL2CP4LtVcSu+o8DEVg==", "requires": { - "@jest/transform": "^24.8.0", - "@jest/types": "^24.8.0", - "@types/babel__core": "^7.1.0", - "babel-plugin-istanbul": "^5.1.0", - "babel-preset-jest": "^24.6.0", - "chalk": "^2.4.2", - "slash": "^2.0.0" - }, - "dependencies": { - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", - "dev": true - } + "tslib": "^1.9.0" } }, - "babel-messages": { - "version": "6.23.0", - "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz", - "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", + "@nodelib/fs.scandir": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.1.tgz", + "integrity": "sha512-NT/skIZjgotDSiXs0WqYhgcuBKhUMgfekCmCGtkUAiLqZdOnrdjmZr9wRl3ll64J9NF79uZ4fk16Dx0yMc/Xbg==", "dev": true, "requires": { - "babel-runtime": "^6.22.0" + "@nodelib/fs.stat": "2.0.1", + "run-parallel": "^1.1.9" } }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz", - "integrity": "sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ==", + "@nodelib/fs.stat": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.1.tgz", + "integrity": "sha512-+RqhBlLn6YRBGOIoVYthsG0J9dfpO79eJyN7BYBkZJtfqrBwf2KK+rD/M/yjZR6WBmIhAgOV7S60eCgaSWtbFw==", + "dev": true + }, + "@nodelib/fs.walk": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.2.tgz", + "integrity": "sha512-J/DR3+W12uCzAJkw7niXDcqcKBg6+5G5Q/ZpThpGNzAUz70eOR6RV4XnnSN01qHZiVl0eavoxJsBypQoKsV2QQ==", "dev": true, "requires": { - "object.assign": "^4.1.0" + "@nodelib/fs.scandir": "2.1.1", + "fastq": "^1.6.0" } }, - "babel-plugin-istanbul": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-5.1.4.tgz", - "integrity": "sha512-dySz4VJMH+dpndj0wjJ8JPs/7i1TdSPb1nRrn56/92pKOF9VKC1FMFJmMXjzlGGusnCAqujP6PBCiKq0sVA+YQ==", + "@octokit/endpoint": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-5.3.2.tgz", + "integrity": "sha512-gRjteEM9I6f4D8vtwU2iGUTn9RX/AJ0SVXiqBUEuYEWVGGAVjSXdT0oNmghH5lvQNWs8mwt6ZaultuG6yXivNw==", "dev": true, "requires": { - "find-up": "^3.0.0", - "istanbul-lib-instrument": "^3.3.0", - "test-exclude": "^5.2.3" + "deepmerge": "4.0.0", + "is-plain-object": "^3.0.0", + "universal-user-agent": "^3.0.0", + "url-template": "^2.0.8" }, "dependencies": { - "find-up": { + "is-plain-object": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.0.tgz", + "integrity": "sha512-tZIpofR+P05k8Aocp7UI/2UTa9lTJSebCXpFFoR9aibpokDj/uXBsJ8luUu0tTVYKkMU6URDUuOfJZ7koewXvg==", "dev": true, "requires": { - "locate-path": "^3.0.0" + "isobject": "^4.0.0" } }, - "istanbul-lib-coverage": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz", - "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==", + "isobject": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz", + "integrity": "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==", "dev": true - }, - "istanbul-lib-instrument": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz", - "integrity": "sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==", - "dev": true, - "requires": { - "@babel/generator": "^7.4.0", - "@babel/parser": "^7.4.3", - "@babel/template": "^7.4.0", - "@babel/traverse": "^7.4.3", - "@babel/types": "^7.4.0", - "istanbul-lib-coverage": "^2.0.5", - "semver": "^6.0.0" - } - }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "p-limit": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz", - "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { + } + } + }, + "@octokit/request": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.0.2.tgz", + "integrity": "sha512-z1BQr43g4kOL4ZrIVBMHwi68Yg9VbkRUyuAgqCp1rU3vbYa69+2gIld/+gHclw15bJWQnhqqyEb7h5a5EqgZ0A==", + "dev": true, + "requires": { + "@octokit/endpoint": "^5.1.0", + "@octokit/request-error": "^1.0.1", + "deprecation": "^2.0.0", + "is-plain-object": "^3.0.0", + "node-fetch": "^2.3.0", + "once": "^1.4.0", + "universal-user-agent": "^3.0.0" + }, + "dependencies": { + "is-plain-object": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.0.tgz", + "integrity": "sha512-tZIpofR+P05k8Aocp7UI/2UTa9lTJSebCXpFFoR9aibpokDj/uXBsJ8luUu0tTVYKkMU6URDUuOfJZ7koewXvg==", "dev": true, "requires": { - "p-limit": "^2.0.0" + "isobject": "^4.0.0" } }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, - "semver": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.1.1.tgz", - "integrity": "sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ==", + "isobject": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz", + "integrity": "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==", "dev": true } } }, - "babel-plugin-jest-hoist": { - "version": "24.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-24.6.0.tgz", - "integrity": "sha512-3pKNH6hMt9SbOv0F3WVmy5CWQ4uogS3k0GY5XLyQHJ9EGpAT9XWkFd2ZiXXtkwFHdAHa5j7w7kfxSP5lAIwu7w==", + "@octokit/request-error": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-1.0.4.tgz", + "integrity": "sha512-L4JaJDXn8SGT+5G0uX79rZLv0MNJmfGa4vb4vy1NnpjSnWDLJRy6m90udGwvMmavwsStgbv2QNkPzzTCMmL+ig==", "dev": true, "requires": { - "@types/babel__traverse": "^7.0.6" + "deprecation": "^2.0.0", + "once": "^1.4.0" } }, - "babel-polyfill": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-polyfill/-/babel-polyfill-6.26.0.tgz", - "integrity": "sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM=", + "@octokit/rest": { + "version": "16.28.6", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-16.28.6.tgz", + "integrity": "sha512-ERfzS6g6ZNPJkEUclxLenr+UEncbymCe//IBrWWdp59nslYDeJboq07Ue9brX05Uv0+SY3kwA33cdiVBVPAOMQ==", "dev": true, "requires": { - "babel-runtime": "^6.26.0", - "core-js": "^2.5.0", - "regenerator-runtime": "^0.10.5" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.10.5", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz", - "integrity": "sha1-M2w+/BIgrc7dosn6tntaeVWjNlg=", - "dev": true - } + "@octokit/request": "^5.0.0", + "@octokit/request-error": "^1.0.2", + "atob-lite": "^2.0.0", + "before-after-hook": "^2.0.0", + "btoa-lite": "^1.0.0", + "deprecation": "^2.0.0", + "lodash.get": "^4.4.2", + "lodash.set": "^4.3.2", + "lodash.uniq": "^4.5.0", + "octokit-pagination-methods": "^1.1.0", + "once": "^1.4.0", + "universal-user-agent": "^3.0.0", + "url-template": "^2.0.8" } }, - "babel-preset-jest": { - "version": "24.6.0", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-24.6.0.tgz", - "integrity": "sha512-pdZqLEdmy1ZK5kyRUfvBb2IfTPb2BUvIJczlPspS8fWmBQslNNDBqVfh7BW5leOVJMDZKzjD8XEyABTk6gQ5yw==", + "@schematics/angular": { + "version": "8.3.12", + "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-8.3.12.tgz", + "integrity": "sha512-KQbc/UrNhlxgBVUSq2HwnM+roBjWh7DyAZ9Y2ozqpgvDVzQnROOus9o48fm7FiHj4Rwfe+JSW9GeTEF2eE1P1w==", "dev": true, "requires": { - "@babel/plugin-syntax-object-rest-spread": "^7.0.0", - "babel-plugin-jest-hoist": "^24.6.0" + "@angular-devkit/core": "8.3.12", + "@angular-devkit/schematics": "8.3.12" } }, - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", - "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", + "@schematics/update": { + "version": "0.803.12", + "resolved": "https://registry.npmjs.org/@schematics/update/-/update-0.803.12.tgz", + "integrity": "sha512-YoCJL4520+Wyt+F7/xCoLC7IIUaLLZUSIh+BikqC56h/YtFaEQoSL9vcolMuhs30KUG72lJsgpzBhQkWO77uNQ==", "dev": true, "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - } - }, - "babel-template": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.26.0.tgz", - "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=", - "dev": true, - "requires": { - "babel-runtime": "^6.26.0", - "babel-traverse": "^6.26.0", - "babel-types": "^6.26.0", - "babylon": "^6.18.0", - "lodash": "^4.17.4" - } - }, - "babel-traverse": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz", - "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=", - "dev": true, - "requires": { - "babel-code-frame": "^6.26.0", - "babel-messages": "^6.23.0", - "babel-runtime": "^6.26.0", - "babel-types": "^6.26.0", - "babylon": "^6.18.0", - "debug": "^2.6.8", - "globals": "^9.18.0", - "invariant": "^2.2.2", - "lodash": "^4.17.4" + "@angular-devkit/core": "8.3.12", + "@angular-devkit/schematics": "8.3.12", + "@yarnpkg/lockfile": "1.1.0", + "ini": "1.3.5", + "pacote": "9.5.5", + "rxjs": "6.4.0", + "semver": "6.3.0", + "semver-intersect": "1.4.0" }, "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "rxjs": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.4.0.tgz", + "integrity": "sha512-Z9Yfa11F6B9Sg/BK9MnqnQ+aQYicPLtilXBp2yUtDt2JRCE0h26d33EnfO3ZxoNxG0T92OUucP3Ct7cpfkdFfw==", "dev": true, "requires": { - "ms": "2.0.0" + "tslib": "^1.9.0" } }, - "globals": { - "version": "9.18.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz", - "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==", - "dev": true - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true } } }, - "babel-types": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", - "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "@sheerun/mutationobserver-shim": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.2.tgz", + "integrity": "sha512-vTCdPp/T/Q3oSqwHmZ5Kpa9oI7iLtGl3RQaA/NyLHikvcrPxACkkKVr/XzkSPJWXHRhKGzVvb0urJsbMlRxi1Q==", + "dev": true + }, + "@sindresorhus/is": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", + "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==", + "dev": true + }, + "@stackblitz/sdk": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@stackblitz/sdk/-/sdk-1.3.0.tgz", + "integrity": "sha512-dTqbGKHLowJokC+mbjHMH/9mEd0AJCxOXmsfuKGEWOjnVTnxHjJKXL+bL/vxBSjMwBaUFPUNGmHojPPd2OxADQ==" + }, + "@szmarczak/http-timer": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", + "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", "dev": true, "requires": { - "babel-runtime": "^6.26.0", - "esutils": "^2.0.2", - "lodash": "^4.17.4", - "to-fast-properties": "^1.0.3" - }, - "dependencies": { - "to-fast-properties": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", - "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", - "dev": true - } + "defer-to-connect": "^1.0.1" } }, - "babylon": { - "version": "6.18.0", - "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", - "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==", - "dev": true - }, - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", - "dev": true + "@types/babel__core": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.2.tgz", + "integrity": "sha512-cfCCrFmiGY/yq0NuKNxIQvZFy9kY/1immpSpTngOnyIbD4+eJOG5mxphhHDv3CHL9GltO4GcKr54kGBg3RNdbg==", + "dev": true, + "requires": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } }, - "base": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", - "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "@types/babel__generator": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.0.2.tgz", + "integrity": "sha512-NHcOfab3Zw4q5sEE2COkpfXjoE7o+PmqD9DQW4koUT3roNxwziUdXGnRndMat/LJNUtePwn1TlP4do3uoe3KZQ==", "dev": true, "requires": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "dev": true, - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "dev": true, - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "dev": true, - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "dev": true, - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } + "@babel/types": "^7.0.0" } }, - "base64-js": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.0.tgz", - "integrity": "sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw==" + "@types/babel__template": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.0.2.tgz", + "integrity": "sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg==", + "dev": true, + "requires": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } }, - "batch": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", - "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=", - "dev": true + "@types/babel__traverse": { + "version": "7.0.7", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.0.7.tgz", + "integrity": "sha512-CeBpmX1J8kWLcDEnI3Cl2Eo6RfbGvzUctA+CjZUhOKDFbLfcr7fc4usEqLNWetrlJd7RhAkyYe2czXop4fICpw==", + "dev": true, + "requires": { + "@babel/types": "^7.3.0" + } }, - "bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "@types/cypress": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@types/cypress/-/cypress-1.1.3.tgz", + "integrity": "sha512-OXe0Gw8LeCflkG1oPgFpyrYWJmEKqYncBsD/J0r17r0ETx/TnIGDNLwXt/pFYSYuYTpzcq1q3g62M9DrfsBL4g==", + "dev": true, "requires": { - "tweetnacl": "^0.14.3" + "cypress": "*" } }, - "before-after-hook": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.1.0.tgz", - "integrity": "sha512-IWIbu7pMqyw3EAJHzzHbWa85b6oud/yfKYg5rqB5hNE8CeMi3nX+2C2sj0HswfblST86hpVEOAb9x34NZd6P7A==", + "@types/estree": { + "version": "0.0.39", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", + "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==", "dev": true }, - "big-integer": { - "version": "1.6.44", - "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.44.tgz", - "integrity": "sha512-7MzElZPTyJ2fNvBkPxtFQ2fWIkVmuzw41+BZHSzpEq3ymB2MfeKp1+yXl/tS75xCx+WnyV+yb0kp+K1C3UNwmQ==" - }, - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", - "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "@types/events": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/events/-/events-3.0.0.tgz", + "integrity": "sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==", "dev": true }, - "binary-extensions": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.0.0.tgz", - "integrity": "sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow==", + "@types/file-saver": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@types/file-saver/-/file-saver-2.0.1.tgz", + "integrity": "sha512-g1QUuhYVVAamfCifK7oB7G3aIl4BbOyzDOqVyUfEr4tfBKrXfeH+M+Tg7HKCXSrbzxYdhyCP7z9WbKo0R2hBCw==", "dev": true }, - "bluebird": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.0.tgz", - "integrity": "sha1-eRQg1/VR7qKJdFOop3ZT+WYG1nw=", + "@types/glob": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.1.tgz", + "integrity": "sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w==", + "dev": true, + "requires": { + "@types/events": "*", + "@types/minimatch": "*", + "@types/node": "*" + } + }, + "@types/highlight.js": { + "version": "9.12.3", + "resolved": "https://registry.npmjs.org/@types/highlight.js/-/highlight.js-9.12.3.tgz", + "integrity": "sha512-pGF/zvYOACZ/gLGWdQH8zSwteQS1epp68yRcVLJMgUck/MjEn/FBYmPub9pXT8C1e4a8YZfHo1CKyV8q1vKUnQ==", "dev": true }, - "bn.js": { - "version": "4.11.8", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", - "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==", + "@types/istanbul-lib-coverage": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz", + "integrity": "sha512-hRJD2ahnnpLgsj6KWMYSrmXkM3rm2Dl1qkx6IOFD5FnuNPXJIG5L0dhgKXCYTRMGzU4n0wImQ/xfmRc4POUFlg==", "dev": true }, - "body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", - "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", + "@types/istanbul-lib-report": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-1.1.1.tgz", + "integrity": "sha512-3BUTyMzbZa2DtDI2BkERNC6jJw2Mr2Y0oGI7mRxYNBPxppbtEK1F66u3bKwU2g+wxwWI7PAoRpJnOY1grJqzHg==", "dev": true, "requires": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" - }, - "dependencies": { - "bytes": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", - "dev": true - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - }, - "qs": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", - "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==", - "dev": true - } + "@types/istanbul-lib-coverage": "*" } }, - "bonjour": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz", - "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", + "@types/istanbul-reports": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-1.1.1.tgz", + "integrity": "sha512-UpYjBi8xefVChsCoBpKShdxTllC9pwISirfoZsUa2AAdQg/Jd2KQGtSbw+ya7GPo7x/wAPlH6JBhKhAsXUEZNA==", "dev": true, "requires": { - "array-flatten": "^2.1.0", - "deep-equal": "^1.0.1", - "dns-equal": "^1.0.0", - "dns-txt": "^2.0.2", - "multicast-dns": "^6.0.1", - "multicast-dns-service-types": "^1.1.0" + "@types/istanbul-lib-coverage": "*", + "@types/istanbul-lib-report": "*" } }, - "boxen": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/boxen/-/boxen-3.2.0.tgz", - "integrity": "sha512-cU4J/+NodM3IHdSL2yN8bqYqnmlBTidDR4RC7nJs61ZmtGz8VZzM3HLQX0zY5mrSmPtR3xWwsq2jOUQqFZN8+A==", - "dev": true, - "requires": { - "ansi-align": "^3.0.0", - "camelcase": "^5.3.1", - "chalk": "^2.4.2", - "cli-boxes": "^2.2.0", - "string-width": "^3.0.0", - "term-size": "^1.2.0", - "type-fest": "^0.3.0", - "widest-line": "^2.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "dev": true - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "dev": true, - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dev": true, - "requires": { - "ansi-regex": "^4.1.0" - } - }, - "type-fest": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz", - "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==", - "dev": true - } - } + "@types/jest": { + "version": "23.3.14", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-23.3.14.tgz", + "integrity": "sha512-Q5hTcfdudEL2yOmluA1zaSyPbzWPmJ3XfSWeP3RyoYvS9hnje1ZyagrZOuQ6+1nQC1Gw+7gap3pLNL3xL6UBug==", + "dev": true }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } + "@types/minimatch": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz", + "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==", + "dev": true }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "@types/node": { + "version": "11.9.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-11.9.6.tgz", + "integrity": "sha512-4hS2K4gwo9/aXIcoYxCtHpdgd8XUeDmo1siRCAH3RziXB65JlPqUFMtfy9VPj+og7dp3w1TFjGwYga4e0m9GwA==", + "dev": true + }, + "@types/normalize-package-data": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz", + "integrity": "sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==", + "dev": true + }, + "@types/q": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.2.tgz", + "integrity": "sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==", + "dev": true + }, + "@types/resolve": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-0.0.8.tgz", + "integrity": "sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==", "dev": true, "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "requires": { - "is-extendable": "^0.1.0" - } - } + "@types/node": "*" } }, - "brorand": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", - "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=", + "@types/semver": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-6.0.1.tgz", + "integrity": "sha512-ffCdcrEE5h8DqVxinQjo+2d1q+FV5z7iNtPofw3JsrltSoSVlOGaW0rY8XxtO9XukdTn8TaCGWmk2VFGhI70mg==", "dev": true }, - "browser-process-hrtime": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-0.1.3.tgz", - "integrity": "sha512-bRFnI4NnjO6cnyLmOV/7PVoDEMJChlcfN0z4s1YMBY989/SvlfMI1lgCnkFUs53e9gQF+w7qu7XdllSTiSl8Aw==", + "@types/sketchapp": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@types/sketchapp/-/sketchapp-1.0.3.tgz", + "integrity": "sha512-cXEtfd4WQukCsp4l20PoA5F4NMDPCZhqFLUsh7R27Rqst/+IFUNTxnyHyhbVMKsqbFbZwpYh3SErut6Z+dS77Q==", "dev": true }, - "browser-resolve": { - "version": "1.11.3", - "resolved": "https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.3.tgz", - "integrity": "sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==", + "@types/source-list-map": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@types/source-list-map/-/source-list-map-0.1.2.tgz", + "integrity": "sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==", + "dev": true + }, + "@types/stack-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz", + "integrity": "sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==", + "dev": true + }, + "@types/webpack-sources": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-0.1.6.tgz", + "integrity": "sha512-FtAWR7wR5ocJ9+nP137DV81tveD/ZgB1sadnJ/axUGM3BUVfRPx8oQNMtv3JNfTeHx3VP7cXiyfR/jmtEsVHsQ==", "dev": true, "requires": { - "resolve": "1.1.7" + "@types/node": "*", + "@types/source-list-map": "*", + "source-map": "^0.6.1" }, "dependencies": { - "resolve": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz", - "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=", + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true } } }, - "browserify-aes": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", - "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", - "dev": true, - "requires": { - "buffer-xor": "^1.0.3", - "cipher-base": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.3", - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } + "@types/yargs": { + "version": "12.0.12", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-12.0.12.tgz", + "integrity": "sha512-SOhuU4wNBxhhTHxYaiG5NY4HBhDIDnJF60GU+2LqHAdKKer86//e4yg69aENCtQ04n0ovz+tq2YPME5t5yp4pw==", + "dev": true }, - "browserify-cipher": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", - "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", + "@webassemblyjs/ast": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.8.5.tgz", + "integrity": "sha512-aJMfngIZ65+t71C3y2nBBg5FFG0Okt9m0XEgWZ7Ywgn1oMAT8cNwx00Uv1cQyHtidq0Xn94R4TAywO+LCQ+ZAQ==", "dev": true, "requires": { - "browserify-aes": "^1.0.4", - "browserify-des": "^1.0.0", - "evp_bytestokey": "^1.0.0" + "@webassemblyjs/helper-module-context": "1.8.5", + "@webassemblyjs/helper-wasm-bytecode": "1.8.5", + "@webassemblyjs/wast-parser": "1.8.5" } }, - "browserify-des": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", - "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", - "dev": true, + "@webassemblyjs/floating-point-hex-parser": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.8.5.tgz", + "integrity": "sha512-9p+79WHru1oqBh9ewP9zW95E3XAo+90oth7S5Re3eQnECGq59ly1Ri5tsIipKGpiStHsUYmY3zMLqtk3gTcOtQ==", + "dev": true + }, + "@webassemblyjs/helper-api-error": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.8.5.tgz", + "integrity": "sha512-Za/tnzsvnqdaSPOUXHyKJ2XI7PDX64kWtURyGiJJZKVEdFOsdKUCPTNEVFZq3zJ2R0G5wc2PZ5gvdTRFgm81zA==", + "dev": true + }, + "@webassemblyjs/helper-buffer": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.8.5.tgz", + "integrity": "sha512-Ri2R8nOS0U6G49Q86goFIPNgjyl6+oE1abW1pS84BuhP1Qcr5JqMwRFT3Ah3ADDDYGEgGs1iyb1DGX+kAi/c/Q==", + "dev": true + }, + "@webassemblyjs/helper-code-frame": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.8.5.tgz", + "integrity": "sha512-VQAadSubZIhNpH46IR3yWO4kZZjMxN1opDrzePLdVKAZ+DFjkGD/rf4v1jap744uPVU6yjL/smZbRIIJTOUnKQ==", + "dev": true, "requires": { - "cipher-base": "^1.0.1", - "des.js": "^1.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" + "@webassemblyjs/wast-printer": "1.8.5" } }, - "browserify-rsa": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz", - "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=", + "@webassemblyjs/helper-fsm": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.8.5.tgz", + "integrity": "sha512-kRuX/saORcg8se/ft6Q2UbRpZwP4y7YrWsLXPbbmtepKr22i8Z4O3V5QE9DbZK908dh5Xya4Un57SDIKwB9eow==", + "dev": true + }, + "@webassemblyjs/helper-module-context": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.8.5.tgz", + "integrity": "sha512-/O1B236mN7UNEU4t9X7Pj38i4VoU8CcMHyy3l2cV/kIF4U5KoHXDVqcDuOs1ltkac90IM4vZdHc52t1x8Yfs3g==", "dev": true, "requires": { - "bn.js": "^4.1.0", - "randombytes": "^2.0.1" + "@webassemblyjs/ast": "1.8.5", + "mamacro": "^0.0.3" } }, - "browserify-sign": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz", - "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=", + "@webassemblyjs/helper-wasm-bytecode": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.8.5.tgz", + "integrity": "sha512-Cu4YMYG3Ddl72CbmpjU/wbP6SACcOPVbHN1dI4VJNJVgFwaKf1ppeFJrwydOG3NDHxVGuCfPlLZNyEdIYlQ6QQ==", + "dev": true + }, + "@webassemblyjs/helper-wasm-section": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.8.5.tgz", + "integrity": "sha512-VV083zwR+VTrIWWtgIUpqfvVdK4ff38loRmrdDBgBT8ADXYsEZ5mPQ4Nde90N3UYatHdYoDIFb7oHzMncI02tA==", "dev": true, "requires": { - "bn.js": "^4.1.1", - "browserify-rsa": "^4.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.2", - "elliptic": "^6.0.0", - "inherits": "^2.0.1", - "parse-asn1": "^5.0.0" + "@webassemblyjs/ast": "1.8.5", + "@webassemblyjs/helper-buffer": "1.8.5", + "@webassemblyjs/helper-wasm-bytecode": "1.8.5", + "@webassemblyjs/wasm-gen": "1.8.5" } }, - "browserify-zlib": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", - "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", + "@webassemblyjs/ieee754": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.8.5.tgz", + "integrity": "sha512-aaCvQYrvKbY/n6wKHb/ylAJr27GglahUO89CcGXMItrOBqRarUMxWLJgxm9PJNuKULwN5n1csT9bYoMeZOGF3g==", "dev": true, "requires": { - "pako": "~1.0.5" + "@xtuc/ieee754": "^1.2.0" } }, - "browserslist": { - "version": "4.6.6", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.6.6.tgz", - "integrity": "sha512-D2Nk3W9JL9Fp/gIcWei8LrERCS+eXu9AM5cfXA8WEZ84lFks+ARnZ0q/R69m2SV3Wjma83QDDPxsNKXUwdIsyA==", + "@webassemblyjs/leb128": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.8.5.tgz", + "integrity": "sha512-plYUuUwleLIziknvlP8VpTgO4kqNaH57Y3JnNa6DLpu/sGcP6hbVdfdX5aHAV716pQBKrfuU26BJK29qY37J7A==", "dev": true, "requires": { - "caniuse-lite": "^1.0.30000984", - "electron-to-chromium": "^1.3.191", - "node-releases": "^1.1.25" + "@xtuc/long": "4.2.2" } }, - "bser": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/bser/-/bser-2.0.0.tgz", - "integrity": "sha1-mseNPtXZFYBP2HrLFYvHlxR6Fxk=", + "@webassemblyjs/utf8": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.8.5.tgz", + "integrity": "sha512-U7zgftmQriw37tfD934UNInokz6yTmn29inT2cAetAsaU9YeVCveWEwhKL1Mg4yS7q//NGdzy79nlXh3bT8Kjw==", + "dev": true + }, + "@webassemblyjs/wasm-edit": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.8.5.tgz", + "integrity": "sha512-A41EMy8MWw5yvqj7MQzkDjU29K7UJq1VrX2vWLzfpRHt3ISftOXqrtojn7nlPsZ9Ijhp5NwuODuycSvfAO/26Q==", "dev": true, "requires": { - "node-int64": "^0.4.0" + "@webassemblyjs/ast": "1.8.5", + "@webassemblyjs/helper-buffer": "1.8.5", + "@webassemblyjs/helper-wasm-bytecode": "1.8.5", + "@webassemblyjs/helper-wasm-section": "1.8.5", + "@webassemblyjs/wasm-gen": "1.8.5", + "@webassemblyjs/wasm-opt": "1.8.5", + "@webassemblyjs/wasm-parser": "1.8.5", + "@webassemblyjs/wast-printer": "1.8.5" } }, - "btoa-lite": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/btoa-lite/-/btoa-lite-1.0.0.tgz", - "integrity": "sha1-M3dm2hWAEhD92VbCLpxokaudAzc=", - "dev": true + "@webassemblyjs/wasm-gen": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.8.5.tgz", + "integrity": "sha512-BCZBT0LURC0CXDzj5FXSc2FPTsxwp3nWcqXQdOZE4U7h7i8FqtFK5Egia6f9raQLpEKT1VL7zr4r3+QX6zArWg==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.8.5", + "@webassemblyjs/helper-wasm-bytecode": "1.8.5", + "@webassemblyjs/ieee754": "1.8.5", + "@webassemblyjs/leb128": "1.8.5", + "@webassemblyjs/utf8": "1.8.5" + } }, - "buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.2.1.tgz", - "integrity": "sha512-c+Ko0loDaFfuPWiL02ls9Xd3GO3cPVmUobQ6t3rXNUk304u6hGq+8N/kFi+QEIKhzK3uwolVhLzszmfLmMLnqg==", + "@webassemblyjs/wasm-opt": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.8.5.tgz", + "integrity": "sha512-HKo2mO/Uh9A6ojzu7cjslGaHaUU14LdLbGEKqTR7PBKwT6LdPtLLh9fPY33rmr5wcOMrsWDbbdCHq4hQUdd37Q==", + "dev": true, "requires": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4" + "@webassemblyjs/ast": "1.8.5", + "@webassemblyjs/helper-buffer": "1.8.5", + "@webassemblyjs/wasm-gen": "1.8.5", + "@webassemblyjs/wasm-parser": "1.8.5" } }, - "buffer-crc32": { - "version": "0.2.13", - "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", - "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=", - "dev": true + "@webassemblyjs/wasm-parser": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.8.5.tgz", + "integrity": "sha512-pi0SYE9T6tfcMkthwcgCpL0cM9nRYr6/6fjgDtL6q/ZqKHdMWvxitRi5JcZ7RI4SNJJYnYNaWy5UUrHQy998lw==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.8.5", + "@webassemblyjs/helper-api-error": "1.8.5", + "@webassemblyjs/helper-wasm-bytecode": "1.8.5", + "@webassemblyjs/ieee754": "1.8.5", + "@webassemblyjs/leb128": "1.8.5", + "@webassemblyjs/utf8": "1.8.5" + } }, - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", - "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==", - "dev": true + "@webassemblyjs/wast-parser": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.8.5.tgz", + "integrity": "sha512-daXC1FyKWHF1i11obK086QRlsMsY4+tIOKgBqI1lxAnkp9xe9YMcgOxm9kLe+ttjs5aWV2KKE1TWJCN57/Btsg==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.8.5", + "@webassemblyjs/floating-point-hex-parser": "1.8.5", + "@webassemblyjs/helper-api-error": "1.8.5", + "@webassemblyjs/helper-code-frame": "1.8.5", + "@webassemblyjs/helper-fsm": "1.8.5", + "@xtuc/long": "4.2.2" + } }, - "buffer-indexof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz", - "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==", - "dev": true + "@webassemblyjs/wast-printer": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.8.5.tgz", + "integrity": "sha512-w0U0pD4EhlnvRyeJzBqaVSJAo9w/ce7/WPogeXLzGkO6hzhr4GnQIZ4W4uUt5b9ooAaXPtnXlj0gzsXEOUNYMg==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.8.5", + "@webassemblyjs/wast-parser": "1.8.5", + "@xtuc/long": "4.2.2" + } }, - "buffer-xor": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", - "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=", + "@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", "dev": true }, - "builtin-modules": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.1.0.tgz", - "integrity": "sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw==", + "@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", "dev": true }, - "builtin-status-codes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", - "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=", + "@yarnpkg/lockfile": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz", + "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==", "dev": true }, - "builtins": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz", - "integrity": "sha1-y5T662HIaWRR2zZTThQi+U8K7og=", - "dev": true + "JSONStream": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", + "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", + "dev": true, + "requires": { + "jsonparse": "^1.2.0", + "through": ">=2.2.7 <3" + } }, - "bytes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", + "abab": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.0.tgz", + "integrity": "sha512-sY5AXXVZv4Y1VACTtR11UJCPHHudgY5i26Qj5TypE6DKlIApbwb5uqhXcJ5UUGbvZNRh7EeIoW+LrJumBsKp7w==", "dev": true }, - "cacache": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.2.tgz", - "integrity": "sha512-ifKgxH2CKhJEg6tNdAwziu6Q33EvuG26tYcda6PT3WKisZcYDXsnEdnRv67Po3yCzFfaSoMjGZzJyD2c3DT1dg==", + "accepts": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", + "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", "dev": true, "requires": { - "bluebird": "^3.5.5", - "chownr": "^1.1.1", - "figgy-pudding": "^3.5.1", - "glob": "^7.1.4", - "graceful-fs": "^4.1.15", - "infer-owner": "^1.0.3", - "lru-cache": "^5.1.1", - "mississippi": "^3.0.0", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "promise-inflight": "^1.0.1", - "rimraf": "^2.6.3", - "ssri": "^6.0.1", - "unique-filename": "^1.1.1", - "y18n": "^4.0.0" - }, - "dependencies": { - "bluebird": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.1.tgz", - "integrity": "sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==", - "dev": true - }, - "glob": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", - "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "requires": { - "yallist": "^3.0.2" - } - }, - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - } + "mime-types": "~2.1.24", + "negotiator": "0.6.2" } }, - "cache-base": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", - "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", - "dev": true, - "requires": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" - } + "acorn": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.1.1.tgz", + "integrity": "sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==", + "dev": true }, - "cacheable-request": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", - "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", + "acorn-globals": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.2.tgz", + "integrity": "sha512-BbzvZhVtZP+Bs1J1HcwrQe8ycfO0wStkSGxuul3He3GkHOIZ6eTqOkPuw9IP1X3+IkOo4wiJmwkobzXYz4wewQ==", "dev": true, "requires": { - "clone-response": "^1.0.2", - "get-stream": "^5.1.0", - "http-cache-semantics": "^4.0.0", - "keyv": "^3.0.0", - "lowercase-keys": "^2.0.0", - "normalize-url": "^4.1.0", - "responselike": "^1.0.2" - }, - "dependencies": { - "get-stream": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.1.0.tgz", - "integrity": "sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - }, - "http-cache-semantics": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.0.3.tgz", - "integrity": "sha512-TcIMG3qeVLgDr1TEd2XvHaTnMPwYQUQMIBLy+5pLSDKYFc7UIqj39w8EGzZkaxoLv/l2K8HaI0t5AVA+YYgUew==", - "dev": true - }, - "lowercase-keys": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", - "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", - "dev": true - }, - "normalize-url": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.3.0.tgz", - "integrity": "sha512-0NLtR71o4k6GLP+mr6Ty34c5GA6CMoEsncKJxvQd8NzPxaHRJNnb5gZE8R1XF4CPIS7QPHLJ74IFszwtNVAHVQ==", - "dev": true - } + "acorn": "^6.0.1", + "acorn-walk": "^6.0.1" } }, - "cachedir": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-1.3.0.tgz", - "integrity": "sha512-O1ji32oyON9laVPJL1IZ5bmwd2cB46VfpxkDequezH+15FDzzVddEyrGEeX4WusDSqKxdyFdDQDEG1yo1GoWkg==", + "acorn-walk": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-6.1.1.tgz", + "integrity": "sha512-OtUw6JUTgxA2QoqqmrmQ7F2NYqiBPi/L2jqHyFtllhOUvXYQXf0Z1CYUinIfyT4bTCGmrA7gX9FvHA81uzCoVw==", + "dev": true + }, + "add-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz", + "integrity": "sha1-anmQQ3ynNtXhKI25K9MmbV9csqo=", + "dev": true + }, + "agent-base": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", + "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", "dev": true, "requires": { - "os-homedir": "^1.0.1" + "es6-promisify": "^5.0.0" } }, - "caller-callsite": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", - "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=", + "agentkeepalive": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-3.5.2.tgz", + "integrity": "sha512-e0L/HNe6qkQ7H19kTlRRqUibEAwDK5AFk6y3PtMsuut2VAH6+Q4xZml1tNDJD7kSAyqmbG/K08K5WEJYtUrSlQ==", "dev": true, "requires": { - "callsites": "^2.0.0" + "humanize-ms": "^1.2.1" } }, - "caller-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz", - "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=", + "aggregate-error": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.1.tgz", + "integrity": "sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA==", "dev": true, "requires": { - "caller-callsite": "^2.0.0" + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + }, + "dependencies": { + "indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "dev": true + } } }, - "callsites": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz", - "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=", - "dev": true - }, - "camel-case": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz", - "integrity": "sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M=", + "ajv": { + "version": "6.10.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.0.tgz", + "integrity": "sha512-nffhOpkymDECQyR0mnsUtoCE8RlX38G0rYP+wgLWFyZuUyuuojSSvi/+euOiQBIn63whYwYVIIH1TvE3tu4OEg==", "requires": { - "no-case": "^2.2.0", - "upper-case": "^1.1.1" + "fast-deep-equal": "^2.0.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" } }, - "camelcase": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", - "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=", + "ajv-errors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", + "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==", "dev": true }, - "camelcase-keys": { - "version": "2.1.0", - "resolved": "http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", - "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", - "dev": true, - "requires": { - "camelcase": "^2.0.0", - "map-obj": "^1.0.0" - } - }, - "caniuse-lite": { - "version": "1.0.30000989", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000989.tgz", - "integrity": "sha512-vrMcvSuMz16YY6GSVZ0dWDTJP8jqk3iFQ/Aq5iqblPwxSVVZI+zxDyTX0VPqtQsDnfdrBDcsmhgTEOh5R8Lbpw==", + "ajv-keywords": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.4.1.tgz", + "integrity": "sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ==", "dev": true }, - "canonical-path": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/canonical-path/-/canonical-path-1.0.0.tgz", - "integrity": "sha512-feylzsbDxi1gPZ1IjystzIQZagYYLvfKrSuygUCgf7z6x790VEzze5QEkdSV1U58RA7Hi0+v6fv4K54atOzATg==", + "alphanum-sort": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz", + "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=", "dev": true }, - "capture-exit": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz", - "integrity": "sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==", - "dev": true, - "requires": { - "rsvp": "^4.8.4" - } - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" + "amdefine": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", + "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=", + "dev": true }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "ansi-align": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz", + "integrity": "sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw==", "dev": true, "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "string-width": "^3.0.0" }, "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - } - } - }, - "changelog-filename-regex": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/changelog-filename-regex/-/changelog-filename-regex-1.1.2.tgz", - "integrity": "sha512-kpOfKlZ9x2UpeC4at6FAXHLKfi/JEUqUqkPCb1JUCa5FnNbJIzOHRM9RfeQ1QDcpj+Gxuc/UoHqASgmEeFDejQ==", - "dev": true - }, - "chardet": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", - "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", - "dev": true - }, - "check-more-types": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/check-more-types/-/check-more-types-2.24.0.tgz", - "integrity": "sha1-FCD/sQ/URNz8ebQ4kbv//TKoRgA=" - }, - "chokidar": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.2.2.tgz", - "integrity": "sha512-bw3pm7kZ2Wa6+jQWYP/c7bAZy3i4GwiIiMO2EeRjrE48l8vBqC/WvFhSF0xyM8fQiPEGvwMY/5bqDG7sSEOuhg==", - "dev": true, - "requires": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "fsevents": "~2.1.1", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.2.0" - }, - "dependencies": { - "anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", - "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", - "dev": true, - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "requires": { - "fill-range": "^7.0.1" - } - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "requires": { - "to-regex-range": "^5.0.1" - } + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true }, - "fsevents": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.1.tgz", - "integrity": "sha512-4FRPXWETxtigtJW/gxzEDsX1LVbPAM93VleB83kZB+ellqbHMkyt2aJfuzNLRvFPnGi6bcE5SvfxgbXPeKteJw==", - "dev": true, - "optional": true + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true }, - "glob-parent": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.0.tgz", - "integrity": "sha512-qjtRgnIVmOfnKUE3NJAQEdk+lKrxfw8t5ke7SXtfMTHcjsBfOfWXCQfdb30zfDoZQ2IRSIiidmjtbHZPZ++Ihw==", + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", "dev": true, "requires": { - "is-glob": "^4.0.1" + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" } }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", "dev": true, "requires": { - "is-number": "^7.0.0" + "ansi-regex": "^4.1.0" } } } }, - "chownr": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.3.tgz", - "integrity": "sha512-i70fVHhmV3DtTl6nqvZOnIjbY0Pe4kAUjwHj8z0zAdgBtYrJyYwLKCCuRBQ5ppkyL0AkN7HKRnETdmdp1zqNXw==", + "ansi-colors": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz", + "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==", "dev": true }, - "chrome-trace-event": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz", - "integrity": "sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==", - "dev": true, - "requires": { - "tslib": "^1.9.0" - } + "ansi-escapes": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz", + "integrity": "sha1-06ioOzGapneTZisT52HHkRQiMG4=", + "dev": true }, - "ci-info": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz", - "integrity": "sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==", + "ansi-html": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz", + "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=", "dev": true }, - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", - "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", - "dev": true, - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true }, - "circular-dependency-plugin": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/circular-dependency-plugin/-/circular-dependency-plugin-5.2.0.tgz", - "integrity": "sha512-7p4Kn/gffhQaavNfyDFg7LS5S/UT1JAjyGd4UqR2+jzoYF02eDkj0Ec3+48TsIa4zghjLY87nQHIh/ecK9qLdw==", + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", "dev": true }, - "class-utils": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", - "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", "dev": true, "requires": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dev": true, - "requires": { - "is-descriptor": "^0.1.0" - } - } + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" } }, - "clean-css": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.1.tgz", - "integrity": "sha512-4ZxI6dy4lrY6FHzfiy1aEOXgu4LIsW2MhwG0VBKdcoGoH/XLFgaHSdLTGr4O8Be6A8r3MOphEiI8Gc1n0ecf3g==", - "dev": true, - "requires": { - "source-map": "~0.6.0" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } - } + "app-root-path": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-2.2.1.tgz", + "integrity": "sha512-91IFKeKk7FjfmezPKkwtaRvSpnUc4gDwPAjA1YZ9Gn0q0PPeW+vbeUsZuyDwjI7+QTHhcLen2v25fi/AmhvbJA==", + "dev": true }, - "cli-boxes": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.0.tgz", - "integrity": "sha512-gpaBrMAizVEANOpfZp/EEUixTXDyGt7DFzdK5hU+UbWt/J0lB0w20ncZj59Z9a93xHb9u12zF5BS6i9RKbtg4w==", + "aproba": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", "dev": true }, - "cli-cursor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz", - "integrity": "sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc=", + "arch": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/arch/-/arch-2.1.1.tgz", + "integrity": "sha512-BLM56aPo9vLLFVa8+/+pJLnrZ7QGGTVHWsCwieAWT9o9K8UeGaQbzZbGoabWLOo2ksBCztoXdqBZBplqLDDCSg==", + "dev": true + }, + "arg": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.0.tgz", + "integrity": "sha512-ZWc51jO3qegGkVh8Hwpv636EkbesNV5ZNQPCtRa+0qytRYPEs9IYT9qITY9buezqUH5uqyzlWLcufrzU2rffdg==", + "dev": true + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", "dev": true, "requires": { - "restore-cursor": "^1.0.1" + "sprintf-js": "~1.0.2" } }, - "cli-spinners": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.2.0.tgz", - "integrity": "sha512-tgU3fKwzYjiLEQgPMD9Jt+JjHVL9kW93FiIMX/l7rivvOD4/LL0Mf7gda3+4U2KJBloybwgj5KEoQgGRioMiKQ==", - "dev": true - }, - "cli-truncate": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-0.2.1.tgz", - "integrity": "sha1-nxXPuwcFAFNpIWxiasfQWrkN1XQ=", + "aria-query": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-3.0.0.tgz", + "integrity": "sha1-ZbP8wcoRVajJrmTW7uKX8V1RM8w=", "dev": true, "requires": { - "slice-ansi": "0.0.4", - "string-width": "^1.0.1" + "ast-types-flow": "0.0.7", + "commander": "^2.11.0" } }, - "cli-width": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.0.tgz", - "integrity": "sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=", + "arr-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", + "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=", "dev": true }, - "cliui": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz", - "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", - "dev": true, - "requires": { - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0", - "wrap-ansi": "^2.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true - }, - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", - "dev": true, - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - } - }, - "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "dev": true, - "requires": { - "ansi-regex": "^3.0.0" - } - } - } - }, - "clone": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", - "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=", + "arr-flatten": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", "dev": true }, - "clone-deep": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", - "dev": true, - "requires": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - } - }, - "clone-response": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", - "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", - "dev": true, - "requires": { - "mimic-response": "^1.0.0" - } + "arr-union": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", + "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=", + "dev": true }, - "closest-file-data": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/closest-file-data/-/closest-file-data-0.1.4.tgz", - "integrity": "sha1-l1+HwTLymdJKA3W59jyj+4j3Kzo=", + "array-equal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz", + "integrity": "sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=", "dev": true }, - "co": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", + "array-filter": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz", + "integrity": "sha1-fajPLiZijtcygDWB/SH2fKzS7uw=", "dev": true }, - "code-point-at": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", - "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", + "array-find-index": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", + "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=", "dev": true }, - "codelyzer": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/codelyzer/-/codelyzer-5.0.1.tgz", - "integrity": "sha512-UVV76+/y1RwaxzCeGPFE3G4GFtfV42r3x8EmRd7XMNFLlLC0ewdtCqWTbvhwPQMxFZZ+OTLEOJNWfyPPn3QFWg==", - "dev": true, - "requires": { - "app-root-path": "^2.1.0", - "aria-query": "^3.0.0", - "axobject-query": "^2.0.2", - "css-selector-tokenizer": "^0.7.1", - "cssauron": "^1.4.0", - "damerau-levenshtein": "^1.0.4", - "semver-dsl": "^1.0.1", - "source-map": "^0.5.7", - "sprintf-js": "^1.1.2" - }, - "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true - }, - "sprintf-js": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz", - "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==", - "dev": true - } - } + "array-flatten": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", + "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==", + "dev": true }, - "collection-visit": { + "array-ify": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", - "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", - "dev": true, - "requires": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" - } + "resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz", + "integrity": "sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=", + "dev": true }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } + "array-map": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz", + "integrity": "sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI=", + "dev": true }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "array-reduce": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz", + "integrity": "sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys=", "dev": true }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", + "dev": true, "requires": { - "delayed-stream": "~1.0.0" + "array-uniq": "^1.0.1" } }, - "commander": { - "version": "2.15.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.15.1.tgz", - "integrity": "sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==", + "array-uniq": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=", "dev": true }, - "common-tags": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.0.tgz", - "integrity": "sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw==", + "array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=", "dev": true }, - "commondir": { + "arrify": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", + "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", "dev": true }, - "compare-func": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/compare-func/-/compare-func-1.3.2.tgz", - "integrity": "sha1-md0LpFfh+bxyKxLAjsM+6rMfpkg=", - "dev": true, + "asap": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=", + "dev": true + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", "requires": { - "array-ify": "^1.0.0", - "dot-prop": "^3.0.0" + "safer-buffer": "~2.1.0" } }, - "component-emitter": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", - "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==", - "dev": true - }, - "compressible": { - "version": "2.0.17", - "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.17.tgz", - "integrity": "sha512-BGHeLCK1GV7j1bSmQQAi26X+GgWcTjLr/0tzSvMCl3LH1w1IJ4PFSPoV5316b30cneTziC+B1a+3OjoSUcQYmw==", + "asn1.js": { + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz", + "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==", "dev": true, "requires": { - "mime-db": ">= 1.40.0 < 2" + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" } }, - "compression": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "assert": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", + "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", "dev": true, "requires": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", - "debug": "2.6.9", - "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", - "vary": "~1.1.2" + "object-assign": "^4.1.1", + "util": "0.10.3" }, "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", + "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=", "dev": true - } - } - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", - "dev": true - }, - "concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", - "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", - "dev": true, - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - } - }, - "configstore": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/configstore/-/configstore-4.0.0.tgz", - "integrity": "sha512-CmquAXFBocrzaSM8mtGPMM/HiWmyIpr4CcJl/rgY2uCObZ/S7cKU0silxslqJejl+t/T9HS8E0PUNQD81JGUEQ==", - "dev": true, - "requires": { - "dot-prop": "^4.1.0", - "graceful-fs": "^4.1.2", - "make-dir": "^1.0.0", - "unique-string": "^1.0.0", - "write-file-atomic": "^2.0.0", - "xdg-basedir": "^3.0.0" - }, - "dependencies": { - "dot-prop": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz", - "integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==", + }, + "util": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", + "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", "dev": true, "requires": { - "is-obj": "^1.0.0" + "inherits": "2.0.1" } } } }, - "connect-history-api-fallback": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", - "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==", + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" + }, + "assign-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", + "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=", "dev": true }, - "console-browserify": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz", - "integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=", - "dev": true, - "requires": { - "date-now": "^0.1.4" - } + "ast-types-flow": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", + "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0=", + "dev": true }, - "constants-browserify": { + "astral-regex": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", - "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz", + "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==", "dev": true }, - "content-disposition": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", - "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", + "async": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", + "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", "dev": true, "requires": { - "safe-buffer": "5.1.2" + "lodash": "^4.17.10" } }, - "content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", + "async-each": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", + "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==", "dev": true }, - "conventional-changelog": { - "version": "3.1.8", - "resolved": "https://registry.npmjs.org/conventional-changelog/-/conventional-changelog-3.1.8.tgz", - "integrity": "sha512-fb3/DOLLrQdNqN0yYn/lT6HcNsAa9A+VTDBqlZBMQcEPPIeJIMI+DBs3yu+eiYOLi22w9oShq3nn/zN6qm1Hmw==", + "async-limiter": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", + "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==", + "dev": true + }, + "async-retry": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.2.3.tgz", + "integrity": "sha512-tfDb02Th6CE6pJUF2gjW5ZVjsgwlucVXOEQMvEX9JgSJMs9gAX+Nz3xRuJBKuUYjTSYORqvDBORdAQ3LU59g7Q==", "dev": true, "requires": { - "conventional-changelog-angular": "^5.0.3", - "conventional-changelog-atom": "^2.0.1", - "conventional-changelog-codemirror": "^2.0.1", - "conventional-changelog-conventionalcommits": "^3.0.2", - "conventional-changelog-core": "^3.2.2", - "conventional-changelog-ember": "^2.0.2", - "conventional-changelog-eslint": "^3.0.2", - "conventional-changelog-express": "^2.0.1", - "conventional-changelog-jquery": "^3.0.4", - "conventional-changelog-jshint": "^2.0.1", - "conventional-changelog-preset-loader": "^2.1.1" + "retry": "0.12.0" }, "dependencies": { - "conventional-changelog-angular": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.3.tgz", - "integrity": "sha512-YD1xzH7r9yXQte/HF9JBuEDfvjxxwDGGwZU1+ndanbY0oFgA+Po1T9JDSpPLdP0pZT6MhCAsdvFKC4TJ4MTJTA==", - "dev": true, - "requires": { - "compare-func": "^1.3.1", - "q": "^1.5.1" - } + "retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=", + "dev": true } } }, - "conventional-changelog-angular": { - "version": "1.6.6", - "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-1.6.6.tgz", - "integrity": "sha512-suQnFSqCxRwyBxY68pYTsFkG0taIdinHLNEAX5ivtw8bCRnIgnpvcHmlR/yjUyZIrNPYAoXlY1WiEKWgSE4BNg==", - "dev": true, - "requires": { - "compare-func": "^1.3.1", - "q": "^1.5.1" - } + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" }, - "conventional-changelog-atom": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-2.0.1.tgz", - "integrity": "sha512-9BniJa4gLwL20Sm7HWSNXd0gd9c5qo49gCi8nylLFpqAHhkFTj7NQfROq3f1VpffRtzfTQp4VKU5nxbe2v+eZQ==", - "dev": true, - "requires": { - "q": "^1.5.1" - } + "atob": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", + "dev": true }, - "conventional-changelog-cli": { - "version": "2.0.21", - "resolved": "https://registry.npmjs.org/conventional-changelog-cli/-/conventional-changelog-cli-2.0.21.tgz", - "integrity": "sha512-gMT1XvSVmo9Np1WUXz8Mvt3K+OtzR+Xu13z0jq/3qsXBbLuYc2/oaUXVr68r3fYOL8E9dN2uvX7Hc7RkeWvRVA==", + "atob-lite": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/atob-lite/-/atob-lite-2.0.0.tgz", + "integrity": "sha1-D+9a1G8b16hQLGVyfwNn1e5D1pY=", + "dev": true + }, + "autoprefixer": { + "version": "9.6.5", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.6.5.tgz", + "integrity": "sha512-rGd50YV8LgwFQ2WQp4XzOTG69u1qQsXn0amww7tjqV5jJuNazgFKYEVItEBngyyvVITKOg20zr2V+9VsrXJQ2g==", "dev": true, "requires": { - "add-stream": "^1.0.0", - "conventional-changelog": "^3.1.8", - "lodash": "^4.2.1", - "meow": "^4.0.0", - "tempfile": "^1.1.1" + "browserslist": "^4.7.0", + "caniuse-lite": "^1.0.30000999", + "chalk": "^2.4.2", + "normalize-range": "^0.1.2", + "num2fraction": "^1.2.2", + "postcss": "^7.0.18", + "postcss-value-parser": "^4.0.2" }, "dependencies": { - "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", - "dev": true - }, - "camelcase-keys": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", - "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", + "browserslist": { + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.7.1.tgz", + "integrity": "sha512-QtULFqKIAtiyNx7NhZ/p4rB8m3xDozVo/pi5VgTlADLF2tNigz/QH+v0m5qhn7XfHT7u+607NcCNOnC0HZAlMg==", "dev": true, "requires": { - "camelcase": "^4.1.0", - "map-obj": "^2.0.0", - "quick-lru": "^1.0.0" + "caniuse-lite": "^1.0.30000999", + "electron-to-chromium": "^1.3.284", + "node-releases": "^1.1.36" } }, - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", - "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", + "caniuse-lite": { + "version": "1.0.30000999", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000999.tgz", + "integrity": "sha512-1CUyKyecPeksKwXZvYw0tEoaMCo/RwBlXmEtN5vVnabvO0KPd9RQLcaAuR9/1F+KDMv6esmOFWlsXuzDk+8rxg==", "dev": true }, - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", + "postcss": { + "version": "7.0.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.18.tgz", + "integrity": "sha512-/7g1QXXgegpF+9GJj4iN7ChGF40sYuGYJ8WZu8DZWnmhQ/G36hfdk3q9LBJmoK+lZ+yzZ5KYpOoxq7LF1BxE8g==", "dev": true, "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" } }, - "map-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", - "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true }, - "meow": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", - "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", "dev": true, "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" + "has-flag": "^3.0.0" + } + } + } + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" + }, + "aws4": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz", + "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==" + }, + "axobject-query": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.0.2.tgz", + "integrity": "sha512-MCeek8ZH7hKyO1rWUbKNQBbl4l2eY0ntk7OGi+q0RlafrCnfPxC06WZA+uebCfmYp4mNU9jRBP1AhGyf8+W3ww==", + "dev": true, + "requires": { + "ast-types-flow": "0.0.7" + } + }, + "babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", + "dev": true, + "requires": { + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" + }, + "dependencies": { + "chalk": { + "version": "1.1.3", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" } }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + } + } + }, + "babel-jest": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-24.8.0.tgz", + "integrity": "sha512-+5/kaZt4I9efoXzPlZASyK/lN9qdRKmmUav9smVc0ruPQD7IsfucQ87gpOE8mn2jbDuS6M/YOW6n3v9ZoIfgnw==", + "dev": true, + "requires": { + "@jest/transform": "^24.8.0", + "@jest/types": "^24.8.0", + "@types/babel__core": "^7.1.0", + "babel-plugin-istanbul": "^5.1.0", + "babel-preset-jest": "^24.6.0", + "chalk": "^2.4.2", + "slash": "^2.0.0" + }, + "dependencies": { + "slash": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", + "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "dev": true + } + } + }, + "babel-loader": { + "version": "8.0.6", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.0.6.tgz", + "integrity": "sha512-4BmWKtBOBm13uoUwd08UwjZlaw3O9GWf456R9j+5YykFZ6LUIjIKLc0zEZf+hauxPOJs96C8k6FvYD09vWzhYw==", + "dev": true, + "requires": { + "find-cache-dir": "^2.0.0", + "loader-utils": "^1.0.2", + "mkdirp": "^0.5.1", + "pify": "^4.0.1" + }, + "dependencies": { + "find-cache-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", "dev": true, "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" + } + }, + "make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "requires": { + "pify": "^4.0.1", + "semver": "^5.6.0" } }, "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true + } + } + }, + "babel-plugin-dynamic-import-node": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz", + "integrity": "sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ==", + "dev": true, + "requires": { + "object.assign": "^4.1.0" + } + }, + "babel-plugin-istanbul": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-5.1.4.tgz", + "integrity": "sha512-dySz4VJMH+dpndj0wjJ8JPs/7i1TdSPb1nRrn56/92pKOF9VKC1FMFJmMXjzlGGusnCAqujP6PBCiKq0sVA+YQ==", + "dev": true, + "requires": { + "find-up": "^3.0.0", + "istanbul-lib-instrument": "^3.3.0", + "test-exclude": "^5.2.3" + }, + "dependencies": { + "find-up": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "requires": { + "locate-path": "^3.0.0" + } + }, + "istanbul-lib-coverage": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz", + "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==", "dev": true }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", + "istanbul-lib-instrument": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz", + "integrity": "sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==", "dev": true, "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" + "@babel/generator": "^7.4.0", + "@babel/parser": "^7.4.3", + "@babel/template": "^7.4.0", + "@babel/traverse": "^7.4.3", + "@babel/types": "^7.4.0", + "istanbul-lib-coverage": "^2.0.5", + "semver": "^6.0.0" } }, - "read-pkg-up": { + "locate-path": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "dev": true, "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" } }, - "redent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", - "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", + "p-limit": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz", + "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", "dev": true, "requires": { - "indent-string": "^3.0.0", - "strip-indent": "^2.0.0" + "p-try": "^2.0.0" } }, - "strip-bom": { + "p-locate": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "dev": true + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "requires": { + "p-limit": "^2.0.0" + } }, - "strip-indent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", - "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true }, - "trim-newlines": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", - "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", + "semver": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.1.1.tgz", + "integrity": "sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ==", "dev": true } } }, - "conventional-changelog-codemirror": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirror-2.0.1.tgz", - "integrity": "sha512-23kT5IZWa+oNoUaDUzVXMYn60MCdOygTA2I+UjnOMiYVhZgmVwNd6ri/yDlmQGXHqbKhNR5NoXdBzSOSGxsgIQ==", - "dev": true, - "requires": { - "q": "^1.5.1" - } - }, - "conventional-changelog-conventionalcommits": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-3.0.2.tgz", - "integrity": "sha512-w1+fQSDnm/7+sPKIYC5nfRVYDszt+6HdWizrigSqWFVIiiBVzkHGeqDLMSHc+Qq9qssHVAxAak5206epZyK87A==", + "babel-plugin-jest-hoist": { + "version": "24.6.0", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-24.6.0.tgz", + "integrity": "sha512-3pKNH6hMt9SbOv0F3WVmy5CWQ4uogS3k0GY5XLyQHJ9EGpAT9XWkFd2ZiXXtkwFHdAHa5j7w7kfxSP5lAIwu7w==", "dev": true, "requires": { - "compare-func": "^1.3.1", - "q": "^1.5.1" + "@types/babel__traverse": "^7.0.6" } }, - "conventional-changelog-core": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-3.2.2.tgz", - "integrity": "sha512-cssjAKajxaOX5LNAJLB+UOcoWjAIBvXtDMedv/58G+YEmAXMNfC16mmPl0JDOuVJVfIqM0nqQiZ8UCm8IXbE0g==", + "babel-polyfill": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-polyfill/-/babel-polyfill-6.26.0.tgz", + "integrity": "sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM=", "dev": true, "requires": { - "conventional-changelog-writer": "^4.0.5", - "conventional-commits-parser": "^3.0.2", - "dateformat": "^3.0.0", - "get-pkg-repo": "^1.0.0", - "git-raw-commits": "2.0.0", - "git-remote-origin-url": "^2.0.0", - "git-semver-tags": "^2.0.2", - "lodash": "^4.2.1", - "normalize-package-data": "^2.3.5", - "q": "^1.5.1", - "read-pkg": "^3.0.0", - "read-pkg-up": "^3.0.0", - "through2": "^3.0.0" + "babel-runtime": "^6.26.0", + "core-js": "^2.5.0", + "regenerator-runtime": "^0.10.5" }, "dependencies": { - "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", + "regenerator-runtime": { + "version": "0.10.5", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz", + "integrity": "sha1-M2w+/BIgrc7dosn6tntaeVWjNlg=", "dev": true - }, - "camelcase-keys": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", - "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", + } + } + }, + "babel-preset-jest": { + "version": "24.6.0", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-24.6.0.tgz", + "integrity": "sha512-pdZqLEdmy1ZK5kyRUfvBb2IfTPb2BUvIJczlPspS8fWmBQslNNDBqVfh7BW5leOVJMDZKzjD8XEyABTk6gQ5yw==", + "dev": true, + "requires": { + "@babel/plugin-syntax-object-rest-spread": "^7.0.0", + "babel-plugin-jest-hoist": "^24.6.0" + } + }, + "babel-runtime": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", + "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", + "dev": true, + "requires": { + "core-js": "^2.4.0", + "regenerator-runtime": "^0.11.0" + } + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "base": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", + "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "dev": true, + "requires": { + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "requires": { - "camelcase": "^4.1.0", - "map-obj": "^2.0.0", - "quick-lru": "^1.0.0" + "is-descriptor": "^1.0.0" } }, - "conventional-commits-parser": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.0.3.tgz", - "integrity": "sha512-KaA/2EeUkO4bKjinNfGUyqPTX/6w9JGshuQRik4r/wJz7rUw3+D3fDG6sZSEqJvKILzKXFQuFkpPLclcsAuZcg==", + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { - "JSONStream": "^1.0.4", - "is-text-path": "^2.0.0", - "lodash": "^4.2.1", - "meow": "^4.0.0", - "split2": "^2.0.0", - "through2": "^3.0.0", - "trim-off-newlines": "^1.0.0" + "kind-of": "^6.0.0" } }, - "git-raw-commits": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.0.tgz", - "integrity": "sha512-w4jFEJFgKXMQJ0H0ikBk2S+4KP2VEjhCvLCNqbNRQC8BgGWgLKNCO7a9K9LI+TVT7Gfoloje502sEnctibffgg==", + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { - "dargs": "^4.0.1", - "lodash.template": "^4.0.2", - "meow": "^4.0.0", - "split2": "^2.0.0", - "through2": "^2.0.0" - }, - "dependencies": { - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dev": true, - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - } + "kind-of": "^6.0.0" } }, - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", - "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", - "dev": true - }, - "is-text-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-2.0.0.tgz", - "integrity": "sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==", + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "text-extensions": "^2.0.0" + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" } + } + } + }, + "base64-js": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.0.tgz", + "integrity": "sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw==" + }, + "batch": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=", + "dev": true + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "before-after-hook": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.1.0.tgz", + "integrity": "sha512-IWIbu7pMqyw3EAJHzzHbWa85b6oud/yfKYg5rqB5hNE8CeMi3nX+2C2sj0HswfblST86hpVEOAb9x34NZd6P7A==", + "dev": true + }, + "big-integer": { + "version": "1.6.44", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.44.tgz", + "integrity": "sha512-7MzElZPTyJ2fNvBkPxtFQ2fWIkVmuzw41+BZHSzpEq3ymB2MfeKp1+yXl/tS75xCx+WnyV+yb0kp+K1C3UNwmQ==" + }, + "big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "dev": true + }, + "binary-extensions": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.0.0.tgz", + "integrity": "sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow==", + "dev": true + }, + "bluebird": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.0.tgz", + "integrity": "sha1-eRQg1/VR7qKJdFOop3ZT+WYG1nw=", + "dev": true + }, + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==", + "dev": true + }, + "body-parser": { + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", + "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", + "dev": true, + "requires": { + "bytes": "3.1.0", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "~1.1.2", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "on-finished": "~2.3.0", + "qs": "6.7.0", + "raw-body": "2.4.0", + "type-is": "~1.6.17" + }, + "dependencies": { + "bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", + "dev": true }, - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" + "ms": "2.0.0" } }, - "map-obj": { + "ms": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", - "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true }, - "meow": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", - "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", - "dev": true, - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" - } - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } + "qs": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==", + "dev": true + } + } + }, + "bonjour": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz", + "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", + "dev": true, + "requires": { + "array-flatten": "^2.1.0", + "deep-equal": "^1.0.1", + "dns-equal": "^1.0.0", + "dns-txt": "^2.0.2", + "multicast-dns": "^6.0.1", + "multicast-dns-service-types": "^1.1.0" + } + }, + "boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", + "dev": true + }, + "boxen": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-3.2.0.tgz", + "integrity": "sha512-cU4J/+NodM3IHdSL2yN8bqYqnmlBTidDR4RC7nJs61ZmtGz8VZzM3HLQX0zY5mrSmPtR3xWwsq2jOUQqFZN8+A==", + "dev": true, + "requires": { + "ansi-align": "^3.0.0", + "camelcase": "^5.3.1", + "chalk": "^2.4.2", + "cli-boxes": "^2.2.0", + "string-width": "^3.0.0", + "term-size": "^1.2.0", + "type-fest": "^0.3.0", + "widest-line": "^2.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", "dev": true }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", - "dev": true, - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - } + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true }, - "read-pkg-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", "dev": true, "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" } }, - "redent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", - "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", "dev": true, "requires": { - "indent-string": "^3.0.0", - "strip-indent": "^2.0.0" + "ansi-regex": "^4.1.0" } }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "dev": true - }, - "strip-indent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", - "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", - "dev": true - }, - "text-extensions": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-2.0.0.tgz", - "integrity": "sha512-F91ZqLgvi1E0PdvmxMgp+gcf6q8fMH7mhdwWfzXnl1k+GbpQDmi8l7DzLC5JTASKbwpY3TfxajAUzAXcv2NmsQ==", + "type-fest": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz", + "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==", "dev": true - }, - "through2": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.1.tgz", - "integrity": "sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww==", + } + } + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dev": true, + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "readable-stream": "2 || 3" + "is-extendable": "^0.1.0" } - }, - "trim-newlines": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", - "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", - "dev": true } } }, - "conventional-changelog-ember": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-2.0.2.tgz", - "integrity": "sha512-qtZbA3XefO/n6DDmkYywDYi6wDKNNc98MMl2F9PKSaheJ25Trpi3336W8fDlBhq0X+EJRuseceAdKLEMmuX2tg==", + "brorand": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=", + "dev": true + }, + "browser-process-hrtime": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-0.1.3.tgz", + "integrity": "sha512-bRFnI4NnjO6cnyLmOV/7PVoDEMJChlcfN0z4s1YMBY989/SvlfMI1lgCnkFUs53e9gQF+w7qu7XdllSTiSl8Aw==", + "dev": true + }, + "browser-resolve": { + "version": "1.11.3", + "resolved": "https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.3.tgz", + "integrity": "sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==", "dev": true, "requires": { - "q": "^1.5.1" + "resolve": "1.1.7" + }, + "dependencies": { + "resolve": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz", + "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=", + "dev": true + } } }, - "conventional-changelog-eslint": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.2.tgz", - "integrity": "sha512-Yi7tOnxjZLXlCYBHArbIAm8vZ68QUSygFS7PgumPRiEk+9NPUeucy5Wg9AAyKoBprSV3o6P7Oghh4IZSLtKCvQ==", + "browserify-aes": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", + "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", "dev": true, "requires": { - "q": "^1.5.1" + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" } }, - "conventional-changelog-express": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-2.0.1.tgz", - "integrity": "sha512-G6uCuCaQhLxdb4eEfAIHpcfcJ2+ao3hJkbLrw/jSK/eROeNfnxCJasaWdDAfFkxsbpzvQT4W01iSynU3OoPLIw==", + "browserify-cipher": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", + "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", "dev": true, "requires": { - "q": "^1.5.1" + "browserify-aes": "^1.0.4", + "browserify-des": "^1.0.0", + "evp_bytestokey": "^1.0.0" } }, - "conventional-changelog-jquery": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.4.tgz", - "integrity": "sha512-IVJGI3MseYoY6eybknnTf9WzeQIKZv7aNTm2KQsiFVJH21bfP2q7XVjfoMibdCg95GmgeFlaygMdeoDDa+ZbEQ==", + "browserify-des": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", + "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", "dev": true, "requires": { - "q": "^1.5.1" + "cipher-base": "^1.0.1", + "des.js": "^1.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" } }, - "conventional-changelog-jshint": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.1.tgz", - "integrity": "sha512-kRFJsCOZzPFm2tzRHULWP4tauGMvccOlXYf3zGeuSW4U0mZhk5NsjnRZ7xFWrTFPlCLV+PNmHMuXp5atdoZmEg==", + "browserify-rsa": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz", + "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=", "dev": true, "requires": { - "compare-func": "^1.3.1", - "q": "^1.5.1" + "bn.js": "^4.1.0", + "randombytes": "^2.0.1" } }, - "conventional-changelog-preset-loader": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.1.1.tgz", - "integrity": "sha512-K4avzGMLm5Xw0Ek/6eE3vdOXkqnpf9ydb68XYmCc16cJ99XMMbc2oaNMuPwAsxVK6CC1yA4/I90EhmWNj0Q6HA==", + "browserify-sign": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz", + "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=", + "dev": true, + "requires": { + "bn.js": "^4.1.1", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.2", + "elliptic": "^6.0.0", + "inherits": "^2.0.1", + "parse-asn1": "^5.0.0" + } + }, + "browserify-zlib": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", + "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", + "dev": true, + "requires": { + "pako": "~1.0.5" + } + }, + "browserslist": { + "version": "4.6.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.6.6.tgz", + "integrity": "sha512-D2Nk3W9JL9Fp/gIcWei8LrERCS+eXu9AM5cfXA8WEZ84lFks+ARnZ0q/R69m2SV3Wjma83QDDPxsNKXUwdIsyA==", + "dev": true, + "requires": { + "caniuse-lite": "^1.0.30000984", + "electron-to-chromium": "^1.3.191", + "node-releases": "^1.1.25" + } + }, + "bser": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/bser/-/bser-2.0.0.tgz", + "integrity": "sha1-mseNPtXZFYBP2HrLFYvHlxR6Fxk=", + "dev": true, + "requires": { + "node-int64": "^0.4.0" + } + }, + "btoa-lite": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/btoa-lite/-/btoa-lite-1.0.0.tgz", + "integrity": "sha1-M3dm2hWAEhD92VbCLpxokaudAzc=", "dev": true }, - "conventional-changelog-writer": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.6.tgz", - "integrity": "sha512-ou/sbrplJMM6KQpR5rKFYNVQYesFjN7WpNGdudQSWNi6X+RgyFUcSv871YBYkrUYV9EX8ijMohYVzn9RUb+4ag==", + "buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.2.1.tgz", + "integrity": "sha512-c+Ko0loDaFfuPWiL02ls9Xd3GO3cPVmUobQ6t3rXNUk304u6hGq+8N/kFi+QEIKhzK3uwolVhLzszmfLmMLnqg==", + "requires": { + "base64-js": "^1.0.2", + "ieee754": "^1.1.4" + } + }, + "buffer-crc32": { + "version": "0.2.13", + "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", + "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=", + "dev": true + }, + "buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==", + "dev": true + }, + "buffer-indexof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz", + "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==", + "dev": true + }, + "buffer-xor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=", + "dev": true + }, + "builtin-modules": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.1.0.tgz", + "integrity": "sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw==", + "dev": true + }, + "builtin-status-codes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", + "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=", + "dev": true + }, + "builtins": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz", + "integrity": "sha1-y5T662HIaWRR2zZTThQi+U8K7og=", + "dev": true + }, + "bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", + "dev": true + }, + "cacache": { + "version": "12.0.2", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.2.tgz", + "integrity": "sha512-ifKgxH2CKhJEg6tNdAwziu6Q33EvuG26tYcda6PT3WKisZcYDXsnEdnRv67Po3yCzFfaSoMjGZzJyD2c3DT1dg==", "dev": true, "requires": { - "compare-func": "^1.3.1", - "conventional-commits-filter": "^2.0.2", - "dateformat": "^3.0.0", - "handlebars": "^4.1.0", - "json-stringify-safe": "^5.0.1", - "lodash": "^4.2.1", - "meow": "^4.0.0", - "semver": "^6.0.0", - "split": "^1.0.0", - "through2": "^3.0.0" + "bluebird": "^3.5.5", + "chownr": "^1.1.1", + "figgy-pudding": "^3.5.1", + "glob": "^7.1.4", + "graceful-fs": "^4.1.15", + "infer-owner": "^1.0.3", + "lru-cache": "^5.1.1", + "mississippi": "^3.0.0", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "promise-inflight": "^1.0.1", + "rimraf": "^2.6.3", + "ssri": "^6.0.1", + "unique-filename": "^1.1.1", + "y18n": "^4.0.0" }, "dependencies": { - "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", + "bluebird": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.1.tgz", + "integrity": "sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==", "dev": true }, - "camelcase-keys": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", - "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", + "glob": { + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", + "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", "dev": true, "requires": { - "camelcase": "^4.1.0", - "map-obj": "^2.0.0", - "quick-lru": "^1.0.0" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", - "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", - "dev": true - }, - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dev": true, "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" + "yallist": "^3.0.2" } }, - "map-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", - "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", "dev": true - }, - "meow": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", - "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", - "dev": true, - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" - } - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + } + } + }, + "cache-base": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", + "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "dev": true, + "requires": { + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" + } + }, + "cacheable-request": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", + "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", + "dev": true, + "requires": { + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^3.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^4.1.0", + "responselike": "^1.0.2" + }, + "dependencies": { + "get-stream": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.1.0.tgz", + "integrity": "sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==", "dev": true, "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" + "pump": "^3.0.0" } }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "http-cache-semantics": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.0.3.tgz", + "integrity": "sha512-TcIMG3qeVLgDr1TEd2XvHaTnMPwYQUQMIBLy+5pLSDKYFc7UIqj39w8EGzZkaxoLv/l2K8HaI0t5AVA+YYgUew==", "dev": true }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", + "lowercase-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", + "dev": true + }, + "normalize-url": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.3.0.tgz", + "integrity": "sha512-0NLtR71o4k6GLP+mr6Ty34c5GA6CMoEsncKJxvQd8NzPxaHRJNnb5gZE8R1XF4CPIS7QPHLJ74IFszwtNVAHVQ==", + "dev": true + } + } + }, + "cachedir": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-1.3.0.tgz", + "integrity": "sha512-O1ji32oyON9laVPJL1IZ5bmwd2cB46VfpxkDequezH+15FDzzVddEyrGEeX4WusDSqKxdyFdDQDEG1yo1GoWkg==", + "dev": true, + "requires": { + "os-homedir": "^1.0.1" + } + }, + "caller-callsite": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", + "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=", + "dev": true, + "requires": { + "callsites": "^2.0.0" + } + }, + "caller-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz", + "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=", + "dev": true, + "requires": { + "caller-callsite": "^2.0.0" + } + }, + "callsites": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz", + "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=", + "dev": true + }, + "camel-case": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz", + "integrity": "sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M=", + "requires": { + "no-case": "^2.2.0", + "upper-case": "^1.1.1" + } + }, + "camelcase": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", + "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=", + "dev": true + }, + "camelcase-keys": { + "version": "2.1.0", + "resolved": "http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", + "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", + "dev": true, + "requires": { + "camelcase": "^2.0.0", + "map-obj": "^1.0.0" + } + }, + "caniuse-api": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", + "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", + "dev": true, + "requires": { + "browserslist": "^4.0.0", + "caniuse-lite": "^1.0.0", + "lodash.memoize": "^4.1.2", + "lodash.uniq": "^4.5.0" + } + }, + "caniuse-lite": { + "version": "1.0.30000989", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000989.tgz", + "integrity": "sha512-vrMcvSuMz16YY6GSVZ0dWDTJP8jqk3iFQ/Aq5iqblPwxSVVZI+zxDyTX0VPqtQsDnfdrBDcsmhgTEOh5R8Lbpw==", + "dev": true + }, + "canonical-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/canonical-path/-/canonical-path-1.0.0.tgz", + "integrity": "sha512-feylzsbDxi1gPZ1IjystzIQZagYYLvfKrSuygUCgf7z6x790VEzze5QEkdSV1U58RA7Hi0+v6fv4K54atOzATg==", + "dev": true + }, + "capture-exit": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz", + "integrity": "sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==", + "dev": true, + "requires": { + "rsvp": "^4.8.4" + } + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "dependencies": { + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" + "color-convert": "^1.9.0" + } + } + } + }, + "changelog-filename-regex": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/changelog-filename-regex/-/changelog-filename-regex-1.1.2.tgz", + "integrity": "sha512-kpOfKlZ9x2UpeC4at6FAXHLKfi/JEUqUqkPCb1JUCa5FnNbJIzOHRM9RfeQ1QDcpj+Gxuc/UoHqASgmEeFDejQ==", + "dev": true + }, + "chardet": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", + "dev": true + }, + "check-more-types": { + "version": "2.24.0", + "resolved": "https://registry.npmjs.org/check-more-types/-/check-more-types-2.24.0.tgz", + "integrity": "sha1-FCD/sQ/URNz8ebQ4kbv//TKoRgA=" + }, + "chokidar": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.2.2.tgz", + "integrity": "sha512-bw3pm7kZ2Wa6+jQWYP/c7bAZy3i4GwiIiMO2EeRjrE48l8vBqC/WvFhSF0xyM8fQiPEGvwMY/5bqDG7sSEOuhg==", + "dev": true, + "requires": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "fsevents": "~2.1.1", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.2.0" + }, + "dependencies": { + "anymatch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", + "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", + "dev": true, + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" } }, - "read-pkg-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", "dev": true, "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" + "fill-range": "^7.0.1" } }, - "redent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", - "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", "dev": true, "requires": { - "indent-string": "^3.0.0", - "strip-indent": "^2.0.0" + "to-regex-range": "^5.0.1" } }, - "semver": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.1.1.tgz", - "integrity": "sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ==", - "dev": true + "fsevents": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.1.tgz", + "integrity": "sha512-4FRPXWETxtigtJW/gxzEDsX1LVbPAM93VleB83kZB+ellqbHMkyt2aJfuzNLRvFPnGi6bcE5SvfxgbXPeKteJw==", + "dev": true, + "optional": true }, - "split": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/split/-/split-1.0.1.tgz", - "integrity": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==", + "glob-parent": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.0.tgz", + "integrity": "sha512-qjtRgnIVmOfnKUE3NJAQEdk+lKrxfw8t5ke7SXtfMTHcjsBfOfWXCQfdb30zfDoZQ2IRSIiidmjtbHZPZ++Ihw==", "dev": true, "requires": { - "through": "2" + "is-glob": "^4.0.1" } }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "dev": true }, - "strip-indent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", - "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true }, - "through2": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.1.tgz", - "integrity": "sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww==", + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dev": true, "requires": { - "readable-stream": "2 || 3" + "is-number": "^7.0.0" } - }, - "trim-newlines": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", - "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", - "dev": true } } }, - "conventional-commits-filter": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-2.0.2.tgz", - "integrity": "sha512-WpGKsMeXfs21m1zIw4s9H5sys2+9JccTzpN6toXtxhpw2VNF2JUXwIakthKBy+LN4DvJm+TzWhxOMWOs1OFCFQ==", + "chownr": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.3.tgz", + "integrity": "sha512-i70fVHhmV3DtTl6nqvZOnIjbY0Pe4kAUjwHj8z0zAdgBtYrJyYwLKCCuRBQ5ppkyL0AkN7HKRnETdmdp1zqNXw==", + "dev": true + }, + "chrome-trace-event": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz", + "integrity": "sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==", "dev": true, "requires": { - "lodash.ismatch": "^4.4.0", - "modify-values": "^1.0.0" + "tslib": "^1.9.0" } }, - "conventional-commits-parser": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-2.1.7.tgz", - "integrity": "sha512-BoMaddIEJ6B4QVMSDu9IkVImlGOSGA1I2BQyOZHeLQ6qVOJLcLKn97+fL6dGbzWEiqDzfH4OkcveULmeq2MHFQ==", + "ci-info": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz", + "integrity": "sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==", + "dev": true + }, + "cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", "dev": true, "requires": { - "JSONStream": "^1.0.4", - "is-text-path": "^1.0.0", - "lodash": "^4.2.1", - "meow": "^4.0.0", - "split2": "^2.0.0", - "through2": "^2.0.0", - "trim-off-newlines": "^1.0.0" + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "circular-dependency-plugin": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/circular-dependency-plugin/-/circular-dependency-plugin-5.2.0.tgz", + "integrity": "sha512-7p4Kn/gffhQaavNfyDFg7LS5S/UT1JAjyGd4UqR2+jzoYF02eDkj0Ec3+48TsIa4zghjLY87nQHIh/ecK9qLdw==", + "dev": true + }, + "class-utils": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", + "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "dev": true, + "requires": { + "arr-union": "^3.1.0", + "define-property": "^0.2.5", + "isobject": "^3.0.0", + "static-extend": "^0.1.1" }, "dependencies": { - "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", - "dev": true - }, - "camelcase-keys": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", - "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", - "dev": true, - "requires": { - "camelcase": "^4.1.0", - "map-obj": "^2.0.0", - "quick-lru": "^1.0.0" - } - }, - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", - "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", - "dev": true - }, - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - } - }, - "map-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", - "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", - "dev": true - }, - "meow": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", - "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", - "dev": true, - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" - } - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true - }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", - "dev": true, - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - } - }, - "read-pkg-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", - "dev": true, - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - } - }, - "redent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", - "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "indent-string": "^3.0.0", - "strip-indent": "^2.0.0" + "is-descriptor": "^0.1.0" } - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "dev": true - }, - "strip-indent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", - "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", - "dev": true - }, - "trim-newlines": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", - "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", - "dev": true } } }, - "convert-source-map": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz", - "integrity": "sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==", + "clean-css": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.1.tgz", + "integrity": "sha512-4ZxI6dy4lrY6FHzfiy1aEOXgu4LIsW2MhwG0VBKdcoGoH/XLFgaHSdLTGr4O8Be6A8r3MOphEiI8Gc1n0ecf3g==", "dev": true, "requires": { - "safe-buffer": "~5.1.1" + "source-map": "~0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } } }, - "cookie": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", - "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==", + "clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", "dev": true }, - "cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=", + "cli-boxes": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.0.tgz", + "integrity": "sha512-gpaBrMAizVEANOpfZp/EEUixTXDyGt7DFzdK5hU+UbWt/J0lB0w20ncZj59Z9a93xHb9u12zF5BS6i9RKbtg4w==", "dev": true }, - "copy-concurrently": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz", - "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", + "cli-cursor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz", + "integrity": "sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc=", "dev": true, "requires": { - "aproba": "^1.1.1", - "fs-write-stream-atomic": "^1.0.8", - "iferr": "^0.1.5", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.0" + "restore-cursor": "^1.0.1" } }, - "copy-descriptor": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", - "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=", + "cli-spinners": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.2.0.tgz", + "integrity": "sha512-tgU3fKwzYjiLEQgPMD9Jt+JjHVL9kW93FiIMX/l7rivvOD4/LL0Mf7gda3+4U2KJBloybwgj5KEoQgGRioMiKQ==", "dev": true }, - "copy-webpack-plugin": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-5.0.4.tgz", - "integrity": "sha512-YBuYGpSzoCHSSDGyHy6VJ7SHojKp6WHT4D7ItcQFNAYx2hrwkMe56e97xfVR0/ovDuMTrMffXUiltvQljtAGeg==", + "cli-truncate": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-0.2.1.tgz", + "integrity": "sha1-nxXPuwcFAFNpIWxiasfQWrkN1XQ=", "dev": true, "requires": { - "cacache": "^11.3.3", - "find-cache-dir": "^2.1.0", - "glob-parent": "^3.1.0", - "globby": "^7.1.1", - "is-glob": "^4.0.1", - "loader-utils": "^1.2.3", - "minimatch": "^3.0.4", - "normalize-path": "^3.0.0", - "p-limit": "^2.2.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^1.7.0", - "webpack-log": "^2.0.0" - }, - "dependencies": { - "bluebird": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.1.tgz", - "integrity": "sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==", - "dev": true - }, - "cacache": { - "version": "11.3.3", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.3.tgz", - "integrity": "sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==", - "dev": true, - "requires": { - "bluebird": "^3.5.5", - "chownr": "^1.1.1", - "figgy-pudding": "^3.5.1", - "glob": "^7.1.4", - "graceful-fs": "^4.1.15", - "lru-cache": "^5.1.1", - "mississippi": "^3.0.0", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "promise-inflight": "^1.0.1", - "rimraf": "^2.6.3", - "ssri": "^6.0.1", - "unique-filename": "^1.1.1", - "y18n": "^4.0.0" - } - }, - "find-cache-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", - "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", - "dev": true, - "requires": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" - } - }, - "glob": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", - "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "requires": { - "yallist": "^3.0.2" - } - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dev": true, - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - } - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true - }, - "p-limit": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz", - "integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "dev": true - }, - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - } + "slice-ansi": "0.0.4", + "string-width": "^1.0.1" } }, - "core-js": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.9.tgz", - "integrity": "sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==" + "cli-width": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.0.tgz", + "integrity": "sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=", + "dev": true }, - "core-js-compat": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.3.2.tgz", - "integrity": "sha512-gfiK4QnNXhnnHVOIZst2XHdFfdMTPxtR0EGs0TdILMlGIft+087oH6/Sw2xTTIjpWXC9vEwsJA8VG3XTGcmO5g==", + "cliui": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz", + "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", "dev": true, "requires": { - "browserslist": "^4.7.0", - "semver": "^6.3.0" + "string-width": "^2.1.1", + "strip-ansi": "^4.0.0", + "wrap-ansi": "^2.0.0" }, "dependencies": { - "browserslist": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.7.1.tgz", - "integrity": "sha512-QtULFqKIAtiyNx7NhZ/p4rB8m3xDozVo/pi5VgTlADLF2tNigz/QH+v0m5qhn7XfHT7u+607NcCNOnC0HZAlMg==", + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, "requires": { - "caniuse-lite": "^1.0.30000999", - "electron-to-chromium": "^1.3.284", - "node-releases": "^1.1.36" + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" } }, - "caniuse-lite": { - "version": "1.0.30000999", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000999.tgz", - "integrity": "sha512-1CUyKyecPeksKwXZvYw0tEoaMCo/RwBlXmEtN5vVnabvO0KPd9RQLcaAuR9/1F+KDMv6esmOFWlsXuzDk+8rxg==", - "dev": true - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" - }, - "cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", - "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", - "dev": true, - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": { - "parse-json": { + "strip-ansi": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" + "ansi-regex": "^3.0.0" } } } }, - "create-ecdh": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz", - "integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==", + "clone": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", + "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=", + "dev": true + }, + "clone-deep": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", "dev": true, "requires": { - "bn.js": "^4.1.0", - "elliptic": "^6.0.0" + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.2", + "shallow-clone": "^3.0.0" } }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", - "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "clone-response": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", + "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", "dev": true, "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" + "mimic-response": "^1.0.0" } }, - "create-hmac": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", - "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", + "closest-file-data": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/closest-file-data/-/closest-file-data-0.1.4.tgz", + "integrity": "sha1-l1+HwTLymdJKA3W59jyj+4j3Kzo=", + "dev": true + }, + "co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", + "dev": true + }, + "coa": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", + "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", "dev": true, "requires": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" + "@types/q": "^1.5.1", + "chalk": "^2.4.1", + "q": "^1.1.2" } }, - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } + "code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", + "dev": true }, - "crypto-browserify": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", - "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", + "codelyzer": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/codelyzer/-/codelyzer-5.0.1.tgz", + "integrity": "sha512-UVV76+/y1RwaxzCeGPFE3G4GFtfV42r3x8EmRd7XMNFLlLC0ewdtCqWTbvhwPQMxFZZ+OTLEOJNWfyPPn3QFWg==", "dev": true, "requires": { - "browserify-cipher": "^1.0.0", - "browserify-sign": "^4.0.0", - "create-ecdh": "^4.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.0", - "diffie-hellman": "^5.0.0", - "inherits": "^2.0.1", - "pbkdf2": "^3.0.3", - "public-encrypt": "^4.0.0", - "randombytes": "^2.0.0", - "randomfill": "^1.0.3" + "app-root-path": "^2.1.0", + "aria-query": "^3.0.0", + "axobject-query": "^2.0.2", + "css-selector-tokenizer": "^0.7.1", + "cssauron": "^1.4.0", + "damerau-levenshtein": "^1.0.4", + "semver-dsl": "^1.0.1", + "source-map": "^0.5.7", + "sprintf-js": "^1.1.2" + }, + "dependencies": { + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + }, + "sprintf-js": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz", + "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==", + "dev": true + } } }, - "crypto-random-string": { + "collection-visit": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz", - "integrity": "sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=", - "dev": true - }, - "css-parse": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/css-parse/-/css-parse-1.7.0.tgz", - "integrity": "sha1-Mh9s9zeCpv91ERE5D8BeLGV9jJs=", - "dev": true - }, - "css-selector-tokenizer": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.1.tgz", - "integrity": "sha512-xYL0AMZJ4gFzJQsHUKa5jiWWi2vH77WVNg7JYRyewwj6oPh4yb/y6Y9ZCw9dsj/9UauMhtuxR+ogQd//EdEVNA==", + "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", + "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", "dev": true, "requires": { - "cssesc": "^0.1.0", - "fastparse": "^1.1.1", - "regexpu-core": "^1.0.0" + "map-visit": "^1.0.0", + "object-visit": "^1.0.0" } }, - "cssauron": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/cssauron/-/cssauron-1.4.0.tgz", - "integrity": "sha1-pmAt/34EqDBtwNuaVR6S6LVmKtg=", + "color": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/color/-/color-3.1.2.tgz", + "integrity": "sha512-vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg==", "dev": true, "requires": { - "through": "X.X.X" + "color-convert": "^1.9.1", + "color-string": "^1.5.2" } }, - "cssesc": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz", - "integrity": "sha1-yBSQPkViM3GgR3tAEJqq++6t27Q=", - "dev": true - }, - "cssom": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.6.tgz", - "integrity": "sha512-DtUeseGk9/GBW0hl0vVPpU22iHL6YB5BUX7ml1hB+GMpo0NX5G4voX3kdWiMSEguFtcW3Vh3djqNF4aIe6ne0A==", - "dev": true - }, - "cssstyle": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-1.2.2.tgz", - "integrity": "sha512-43wY3kl1CVQSvL7wUY1qXkxVGkStjpkDmVjiIKX8R97uhajy8Bybay78uOtqvh7Q5GK75dNPfW0geWjE6qQQow==", + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dev": true, "requires": { - "cssom": "0.3.x" + "color-name": "1.1.3" } }, - "cuint": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/cuint/-/cuint-0.2.2.tgz", - "integrity": "sha1-QICG1AlVDCYxFVYZ6fp7ytw7mRs=", + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", "dev": true }, - "currently-unhandled": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", - "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", + "color-string": { + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.3.tgz", + "integrity": "sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw==", "dev": true, "requires": { - "array-find-index": "^1.0.1" + "color-name": "^1.0.0", + "simple-swizzle": "^0.2.2" } }, - "cyclist": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz", - "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=", - "dev": true - }, - "cypress": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-3.3.1.tgz", - "integrity": "sha512-JIo47ZD9P3jAw7oaK7YKUoODzszJbNw41JmBrlMMiupHOlhmXvZz75htuo7mfRFPC9/1MDQktO4lX/V2+a6lGQ==", - "dev": true, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", "requires": { - "@cypress/listr-verbose-renderer": "0.4.1", - "@cypress/xvfb": "1.2.4", - "arch": "2.1.1", - "bluebird": "3.5.0", - "cachedir": "1.3.0", - "chalk": "2.4.2", - "check-more-types": "2.24.0", - "commander": "2.15.1", - "common-tags": "1.8.0", - "debug": "3.2.6", - "execa": "0.10.0", - "executable": "4.1.1", - "extract-zip": "1.6.7", - "fs-extra": "4.0.1", - "getos": "3.1.1", - "glob": "7.1.3", - "is-ci": "1.2.1", - "is-installed-globally": "0.1.0", - "lazy-ass": "1.6.0", - "listr": "0.12.0", - "lodash": "4.17.11", - "log-symbols": "2.2.0", - "minimist": "1.2.0", - "moment": "2.24.0", - "ramda": "0.24.1", - "request": "2.88.0", - "request-progress": "0.4.0", - "supports-color": "5.5.0", - "tmp": "0.1.0", - "url": "0.11.0", - "yauzl": "2.10.0" - }, - "dependencies": { - "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", - "dev": true - } + "delayed-stream": "~1.0.0" } }, - "cypress-file-upload": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/cypress-file-upload/-/cypress-file-upload-3.1.3.tgz", - "integrity": "sha512-77GphGrVYzIOueAgTYQhttUMmBswoDmCYEFca/o+THylJXcl5Cmh5dIxsqzHCpOl0FdIzRmNsiJki6rW6UHiyQ==", + "commander": { + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.15.1.tgz", + "integrity": "sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==", "dev": true }, - "cypress-testing-library": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/cypress-testing-library/-/cypress-testing-library-2.6.0.tgz", - "integrity": "sha512-Zdt0jqmJTiLhi6JX2yZRQeqK8gRSvuue09GgKvMsuKS4vSNEeSH7kDqGjf9ORgkr65NkSw5NRrdlJaYsfQ8UMw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.4.3", - "dom-testing-library": "^3.12.4" - } + "common-tags": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.0.tgz", + "integrity": "sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw==", + "dev": true }, - "damerau-levenshtein": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.5.tgz", - "integrity": "sha512-CBCRqFnpu715iPmw1KrdOrzRqbdFwQTwAWyyyYS42+iAgHCuXZ+/TdMgQkUENPomxEz9z1BEzuQU2Xw0kUuAgA==", + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", "dev": true }, - "dargs": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz", - "integrity": "sha1-A6nbtLXC8Tm/FK5T8LiipqhvThc=", + "compare-func": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/compare-func/-/compare-func-1.3.2.tgz", + "integrity": "sha1-md0LpFfh+bxyKxLAjsM+6rMfpkg=", "dev": true, "requires": { - "number-is-nan": "^1.0.0" + "array-ify": "^1.0.0", + "dot-prop": "^3.0.0" } }, - "dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "component-emitter": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==", + "dev": true + }, + "compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "dev": true, "requires": { - "assert-plus": "^1.0.0" + "mime-db": ">= 1.43.0 < 2" + }, + "dependencies": { + "mime-db": { + "version": "1.43.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.43.0.tgz", + "integrity": "sha512-+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ==", + "dev": true + } } }, - "data-urls": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-1.1.0.tgz", - "integrity": "sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==", + "compression": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", "dev": true, "requires": { - "abab": "^2.0.0", - "whatwg-mimetype": "^2.2.0", - "whatwg-url": "^7.0.0" + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" }, "dependencies": { - "whatwg-url": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.0.0.tgz", - "integrity": "sha512-37GeVSIJ3kn1JgKyjiYNmSLP1yzbpb29jdmwBSgkD9h40/hyrR/OifpVUndji3tmwGgD8qpw7iQu3RSbCrBpsQ==", + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" + "ms": "2.0.0" } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true } } }, - "date-fns": { - "version": "1.30.1", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-1.30.1.tgz", - "integrity": "sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==", - "dev": true - }, - "date-now": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz", - "integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=", + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", "dev": true }, - "dateformat": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz", - "integrity": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==", - "dev": true + "concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + } }, - "debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "configstore": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-4.0.0.tgz", + "integrity": "sha512-CmquAXFBocrzaSM8mtGPMM/HiWmyIpr4CcJl/rgY2uCObZ/S7cKU0silxslqJejl+t/T9HS8E0PUNQD81JGUEQ==", "dev": true, "requires": { - "ms": "^2.1.1" + "dot-prop": "^4.1.0", + "graceful-fs": "^4.1.2", + "make-dir": "^1.0.0", + "unique-string": "^1.0.0", + "write-file-atomic": "^2.0.0", + "xdg-basedir": "^3.0.0" + }, + "dependencies": { + "dot-prop": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz", + "integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==", + "dev": true, + "requires": { + "is-obj": "^1.0.0" + } + } } }, - "debuglog": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz", - "integrity": "sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=", + "connect-history-api-fallback": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", + "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==", "dev": true }, - "decamelize": { + "console-browserify": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", + "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==", "dev": true }, - "decamelize-keys": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz", - "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=", - "dev": true, - "requires": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - } - }, - "decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", + "constants-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", + "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=", "dev": true }, - "decompress-response": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", - "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", - "dev": true, - "requires": { - "mimic-response": "^1.0.0" - } - }, - "deep-equal": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.0.tgz", - "integrity": "sha512-ZbfWJq/wN1Z273o7mUSjILYqehAktR2NVoSrOukDkU9kg2v/Uv89yU4Cvz8seJeAmtN5oqiefKq8FPuXOboqLw==", + "content-disposition": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", + "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", "dev": true, "requires": { - "is-arguments": "^1.0.4", - "is-date-object": "^1.0.1", - "is-regex": "^1.0.4", - "object-is": "^1.0.1", - "object-keys": "^1.1.1", - "regexp.prototype.flags": "^1.2.0" + "safe-buffer": "5.1.2" } }, - "deep-extend": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", - "dev": true - }, - "deep-is": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", - "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=", - "dev": true - }, - "deepmerge": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.0.0.tgz", - "integrity": "sha512-YZ1rOP5+kHor4hMAH+HRQnBQHg+wvS1un1hAOuIcxcBy0hzcUf6Jg2a1w65kpoOUnurOfZbERwjI1TfZxNjcww==", + "content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", "dev": true }, - "default-gateway": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-4.2.0.tgz", - "integrity": "sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==", + "conventional-changelog": { + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/conventional-changelog/-/conventional-changelog-3.1.8.tgz", + "integrity": "sha512-fb3/DOLLrQdNqN0yYn/lT6HcNsAa9A+VTDBqlZBMQcEPPIeJIMI+DBs3yu+eiYOLi22w9oShq3nn/zN6qm1Hmw==", "dev": true, "requires": { - "execa": "^1.0.0", - "ip-regex": "^2.1.0" + "conventional-changelog-angular": "^5.0.3", + "conventional-changelog-atom": "^2.0.1", + "conventional-changelog-codemirror": "^2.0.1", + "conventional-changelog-conventionalcommits": "^3.0.2", + "conventional-changelog-core": "^3.2.2", + "conventional-changelog-ember": "^2.0.2", + "conventional-changelog-eslint": "^3.0.2", + "conventional-changelog-express": "^2.0.1", + "conventional-changelog-jquery": "^3.0.4", + "conventional-changelog-jshint": "^2.0.1", + "conventional-changelog-preset-loader": "^2.1.1" }, "dependencies": { - "execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "dev": true, - "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - } - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "conventional-changelog-angular": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.3.tgz", + "integrity": "sha512-YD1xzH7r9yXQte/HF9JBuEDfvjxxwDGGwZU1+ndanbY0oFgA+Po1T9JDSpPLdP0pZT6MhCAsdvFKC4TJ4MTJTA==", "dev": true, "requires": { - "pump": "^3.0.0" + "compare-func": "^1.3.1", + "q": "^1.5.1" } } } }, - "defaults": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", - "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", + "conventional-changelog-angular": { + "version": "1.6.6", + "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-1.6.6.tgz", + "integrity": "sha512-suQnFSqCxRwyBxY68pYTsFkG0taIdinHLNEAX5ivtw8bCRnIgnpvcHmlR/yjUyZIrNPYAoXlY1WiEKWgSE4BNg==", "dev": true, "requires": { - "clone": "^1.0.2" - }, - "dependencies": { - "clone": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", - "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=", - "dev": true - } + "compare-func": "^1.3.1", + "q": "^1.5.1" } }, - "defer-to-connect": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.0.2.tgz", - "integrity": "sha512-k09hcQcTDY+cwgiwa6PYKLm3jlagNzQ+RSvhjzESOGOx+MNOuXkxTfEvPrO1IOQ81tArCFYQgi631clB70RpQw==", - "dev": true - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "conventional-changelog-atom": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-2.0.1.tgz", + "integrity": "sha512-9BniJa4gLwL20Sm7HWSNXd0gd9c5qo49gCi8nylLFpqAHhkFTj7NQfROq3f1VpffRtzfTQp4VKU5nxbe2v+eZQ==", "dev": true, "requires": { - "object-keys": "^1.0.12" + "q": "^1.5.1" } }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", - "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "conventional-changelog-cli": { + "version": "2.0.21", + "resolved": "https://registry.npmjs.org/conventional-changelog-cli/-/conventional-changelog-cli-2.0.21.tgz", + "integrity": "sha512-gMT1XvSVmo9Np1WUXz8Mvt3K+OtzR+Xu13z0jq/3qsXBbLuYc2/oaUXVr68r3fYOL8E9dN2uvX7Hc7RkeWvRVA==", "dev": true, "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" + "add-stream": "^1.0.0", + "conventional-changelog": "^3.1.8", + "lodash": "^4.2.1", + "meow": "^4.0.0", + "tempfile": "^1.1.1" }, "dependencies": { - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "camelcase": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", + "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", + "dev": true + }, + "camelcase-keys": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", + "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", "dev": true, "requires": { - "kind-of": "^6.0.0" + "camelcase": "^4.1.0", + "map-obj": "^2.0.0", + "quick-lru": "^1.0.0" } }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "indent-string": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", + "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", + "dev": true + }, + "load-json-file": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dev": true, "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" + } + }, + "map-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", + "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", + "dev": true + }, + "meow": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", + "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", "dev": true, "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" + "camelcase-keys": "^4.0.0", + "decamelize-keys": "^1.0.0", + "loud-rejection": "^1.0.0", + "minimist": "^1.1.3", + "minimist-options": "^3.0.1", + "normalize-package-data": "^2.3.4", + "read-pkg-up": "^3.0.0", + "redent": "^2.0.0", + "trim-newlines": "^2.0.0" } - } - } - }, - "del": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz", - "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==", - "dev": true, - "requires": { - "@types/glob": "^7.1.1", - "globby": "^6.1.0", - "is-path-cwd": "^2.0.0", - "is-path-in-cwd": "^2.0.0", - "p-map": "^2.0.0", - "pify": "^4.0.1", - "rimraf": "^2.6.3" - }, - "dependencies": { - "globby": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", - "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", + }, + "parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", "dev": true, "requires": { - "array-union": "^1.0.1", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "dependencies": { - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "dev": true - } + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" } }, - "p-map": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", - "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==", + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", "dev": true }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "read-pkg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", + "dev": true, + "requires": { + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" + } + }, + "read-pkg-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", + "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", + "dev": true, + "requires": { + "find-up": "^2.0.0", + "read-pkg": "^3.0.0" + } + }, + "redent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", + "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", + "dev": true, + "requires": { + "indent-string": "^3.0.0", + "strip-indent": "^2.0.0" + } + }, + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "dev": true + }, + "strip-indent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", + "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", + "dev": true + }, + "trim-newlines": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", + "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", "dev": true } } }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" - }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", - "dev": true - }, - "dependency-graph": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.7.2.tgz", - "integrity": "sha512-KqtH4/EZdtdfWX0p6MGP9jljvxSY6msy/pRUD4jgNwVpv3v1QmNLlsB3LDSSUg79BRVSn7jI1QPRtArGABovAQ==", - "dev": true - }, - "deprecated-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/deprecated-obj/-/deprecated-obj-1.0.1.tgz", - "integrity": "sha512-igs766xNtF7Fv/R//gT644e6dr+bT6kJrg+qyJA9affCyvf70UUNKIUIMUSROBg1sPUrBnENPsDdDHcBLI5wFQ==", - "dev": true, - "requires": { - "flat": "^4.1.0", - "lodash": "^4.17.11" - } - }, - "deprecation": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz", - "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==", - "dev": true - }, - "des.js": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz", - "integrity": "sha1-wHTS4qpqipoH29YfmhXCzYPsjsw=", - "dev": true, - "requires": { - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" - } - }, - "destroy": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", - "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=", - "dev": true - }, - "detect-indent": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz", - "integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=", - "dev": true, - "requires": { - "repeating": "^2.0.0" - } - }, - "detect-newline": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz", - "integrity": "sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=", - "dev": true - }, - "detect-node": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.4.tgz", - "integrity": "sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==", - "dev": true - }, - "detect-repo-changelog": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/detect-repo-changelog/-/detect-repo-changelog-1.0.1.tgz", - "integrity": "sha1-whCMu/CWTae8B0ZFtq0dO4CmvW0=", - "dev": true, - "requires": { - "changelog-filename-regex": "^1.1.0", - "is-regular-file": "^1.0.1", - "lodash.find": "^4.6.0", - "pify": "^2.3.0" - } - }, - "dezalgo": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.3.tgz", - "integrity": "sha1-f3Qt4Gb8dIvI24IFad3c5Jvw1FY=", + "conventional-changelog-codemirror": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirror-2.0.1.tgz", + "integrity": "sha512-23kT5IZWa+oNoUaDUzVXMYn60MCdOygTA2I+UjnOMiYVhZgmVwNd6ri/yDlmQGXHqbKhNR5NoXdBzSOSGxsgIQ==", "dev": true, "requires": { - "asap": "^2.0.0", - "wrappy": "1" + "q": "^1.5.1" } }, - "diff": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", - "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==", - "dev": true - }, - "diff-sequences": { - "version": "24.3.0", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-24.3.0.tgz", - "integrity": "sha512-xLqpez+Zj9GKSnPWS0WZw1igGocZ+uua8+y+5dDNTT934N3QuY1sp2LkHzwiaYQGz60hMq0pjAshdeXm5VUOEw==", - "dev": true - }, - "diffie-hellman": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", - "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", + "conventional-changelog-conventionalcommits": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-3.0.2.tgz", + "integrity": "sha512-w1+fQSDnm/7+sPKIYC5nfRVYDszt+6HdWizrigSqWFVIiiBVzkHGeqDLMSHc+Qq9qssHVAxAak5206epZyK87A==", "dev": true, "requires": { - "bn.js": "^4.1.0", - "miller-rabin": "^4.0.0", - "randombytes": "^2.0.0" + "compare-func": "^1.3.1", + "q": "^1.5.1" } }, - "dir-glob": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz", - "integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==", + "conventional-changelog-core": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-3.2.2.tgz", + "integrity": "sha512-cssjAKajxaOX5LNAJLB+UOcoWjAIBvXtDMedv/58G+YEmAXMNfC16mmPl0JDOuVJVfIqM0nqQiZ8UCm8IXbE0g==", "dev": true, "requires": { - "path-type": "^3.0.0" - } - }, - "dns-equal": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", - "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=", - "dev": true - }, - "dns-packet": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz", - "integrity": "sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==", - "dev": true, - "requires": { - "ip": "^1.1.0", - "safe-buffer": "^5.0.1" + "conventional-changelog-writer": "^4.0.5", + "conventional-commits-parser": "^3.0.2", + "dateformat": "^3.0.0", + "get-pkg-repo": "^1.0.0", + "git-raw-commits": "2.0.0", + "git-remote-origin-url": "^2.0.0", + "git-semver-tags": "^2.0.2", + "lodash": "^4.2.1", + "normalize-package-data": "^2.3.5", + "q": "^1.5.1", + "read-pkg": "^3.0.0", + "read-pkg-up": "^3.0.0", + "through2": "^3.0.0" + }, + "dependencies": { + "camelcase": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", + "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", + "dev": true + }, + "camelcase-keys": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", + "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", + "dev": true, + "requires": { + "camelcase": "^4.1.0", + "map-obj": "^2.0.0", + "quick-lru": "^1.0.0" + } + }, + "conventional-commits-parser": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.0.3.tgz", + "integrity": "sha512-KaA/2EeUkO4bKjinNfGUyqPTX/6w9JGshuQRik4r/wJz7rUw3+D3fDG6sZSEqJvKILzKXFQuFkpPLclcsAuZcg==", + "dev": true, + "requires": { + "JSONStream": "^1.0.4", + "is-text-path": "^2.0.0", + "lodash": "^4.2.1", + "meow": "^4.0.0", + "split2": "^2.0.0", + "through2": "^3.0.0", + "trim-off-newlines": "^1.0.0" + } + }, + "git-raw-commits": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.0.tgz", + "integrity": "sha512-w4jFEJFgKXMQJ0H0ikBk2S+4KP2VEjhCvLCNqbNRQC8BgGWgLKNCO7a9K9LI+TVT7Gfoloje502sEnctibffgg==", + "dev": true, + "requires": { + "dargs": "^4.0.1", + "lodash.template": "^4.0.2", + "meow": "^4.0.0", + "split2": "^2.0.0", + "through2": "^2.0.0" + }, + "dependencies": { + "through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "dev": true, + "requires": { + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" + } + } + } + }, + "indent-string": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", + "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", + "dev": true + }, + "is-text-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-2.0.0.tgz", + "integrity": "sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==", + "dev": true, + "requires": { + "text-extensions": "^2.0.0" + } + }, + "load-json-file": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" + } + }, + "map-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", + "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", + "dev": true + }, + "meow": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", + "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", + "dev": true, + "requires": { + "camelcase-keys": "^4.0.0", + "decamelize-keys": "^1.0.0", + "loud-rejection": "^1.0.0", + "minimist": "^1.1.3", + "minimist-options": "^3.0.1", + "normalize-package-data": "^2.3.4", + "read-pkg-up": "^3.0.0", + "redent": "^2.0.0", + "trim-newlines": "^2.0.0" + } + }, + "parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "dev": true, + "requires": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + } + }, + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true + }, + "read-pkg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", + "dev": true, + "requires": { + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" + } + }, + "read-pkg-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", + "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", + "dev": true, + "requires": { + "find-up": "^2.0.0", + "read-pkg": "^3.0.0" + } + }, + "redent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", + "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", + "dev": true, + "requires": { + "indent-string": "^3.0.0", + "strip-indent": "^2.0.0" + } + }, + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "dev": true + }, + "strip-indent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", + "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", + "dev": true + }, + "text-extensions": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-2.0.0.tgz", + "integrity": "sha512-F91ZqLgvi1E0PdvmxMgp+gcf6q8fMH7mhdwWfzXnl1k+GbpQDmi8l7DzLC5JTASKbwpY3TfxajAUzAXcv2NmsQ==", + "dev": true + }, + "through2": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.1.tgz", + "integrity": "sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww==", + "dev": true, + "requires": { + "readable-stream": "2 || 3" + } + }, + "trim-newlines": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", + "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", + "dev": true + } } }, - "dns-txt": { + "conventional-changelog-ember": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz", - "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", + "resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-2.0.2.tgz", + "integrity": "sha512-qtZbA3XefO/n6DDmkYywDYi6wDKNNc98MMl2F9PKSaheJ25Trpi3336W8fDlBhq0X+EJRuseceAdKLEMmuX2tg==", "dev": true, "requires": { - "buffer-indexof": "^1.0.0" + "q": "^1.5.1" } }, - "dom-testing-library": { - "version": "3.19.4", - "resolved": "https://registry.npmjs.org/dom-testing-library/-/dom-testing-library-3.19.4.tgz", - "integrity": "sha512-GJOx8CLpnkvM3takILOsld/itUUc9+7Qh6caN1Spj6+9jIgNPY36fsvoH7sEgYokC0lBRdttO7G7fIFYCXlmcA==", + "conventional-changelog-eslint": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.2.tgz", + "integrity": "sha512-Yi7tOnxjZLXlCYBHArbIAm8vZ68QUSygFS7PgumPRiEk+9NPUeucy5Wg9AAyKoBprSV3o6P7Oghh4IZSLtKCvQ==", "dev": true, "requires": { - "@babel/runtime": "^7.4.3", - "@sheerun/mutationobserver-shim": "^0.3.2", - "pretty-format": "^24.7.0", - "wait-for-expect": "^1.1.1" + "q": "^1.5.1" } }, - "domain-browser": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", - "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==", - "dev": true - }, - "domexception": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/domexception/-/domexception-1.0.1.tgz", - "integrity": "sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==", + "conventional-changelog-express": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-2.0.1.tgz", + "integrity": "sha512-G6uCuCaQhLxdb4eEfAIHpcfcJ2+ao3hJkbLrw/jSK/eROeNfnxCJasaWdDAfFkxsbpzvQT4W01iSynU3OoPLIw==", "dev": true, "requires": { - "webidl-conversions": "^4.0.2" + "q": "^1.5.1" } }, - "dot-prop": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-3.0.0.tgz", - "integrity": "sha1-G3CK8JSknJoOfbyteQq6U52sEXc=", - "dev": true, - "requires": { - "is-obj": "^1.0.0" - } - }, - "duplexer": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz", - "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=" - }, - "duplexer3": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", - "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=", - "dev": true - }, - "duplexify": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", - "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", - "dev": true, - "requires": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" - } - }, - "ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", - "requires": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, - "ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=", - "dev": true - }, - "electron-to-chromium": { - "version": "1.3.288", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.288.tgz", - "integrity": "sha512-ud61yGzwhaU1Xj3+erbSQfouP4zFAS61nR+heDLLDYTOWfnkZVMvt09dXk9raam4Rv1vLY5ux5BxTmlDTdx5zQ==", - "dev": true - }, - "elegant-spinner": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/elegant-spinner/-/elegant-spinner-1.0.1.tgz", - "integrity": "sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=", - "dev": true - }, - "elliptic": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.1.tgz", - "integrity": "sha512-xvJINNLbTeWQjrl6X+7eQCrIy/YPv5XCpKW6kB5mKvtnGILoLDcySuwomfdzt0BMdLNVnuRNTuzKNHj0bva1Cg==", - "dev": true, - "requires": { - "bn.js": "^4.4.0", - "brorand": "^1.0.1", - "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.0" - } - }, - "emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", - "dev": true - }, - "emojis-list": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz", - "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=", - "dev": true - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", - "dev": true - }, - "encoding": { - "version": "0.1.12", - "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz", - "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=", - "dev": true, - "requires": { - "iconv-lite": "~0.4.13" - } - }, - "end-of-stream": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz", - "integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==", - "requires": { - "once": "^1.4.0" - } - }, - "enhanced-resolve": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.1.0.tgz", - "integrity": "sha512-F/7vkyTtyc/llOIn8oWclcB25KdRaiPBpZYDgJHgh/UHtpgT2p2eldQgtQnLtUvfMKPKxbRaQM/hHkvLHt1Vng==", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.4.0", - "tapable": "^1.0.0" - } - }, - "err-code": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/err-code/-/err-code-1.1.2.tgz", - "integrity": "sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA=", - "dev": true - }, - "errno": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz", - "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==", - "dev": true, - "requires": { - "prr": "~1.0.1" - } - }, - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dev": true, - "requires": { - "is-arrayish": "^0.2.1" - } - }, - "es-abstract": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.13.0.tgz", - "integrity": "sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==", - "dev": true, - "requires": { - "es-to-primitive": "^1.2.0", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "is-callable": "^1.1.4", - "is-regex": "^1.0.4", - "object-keys": "^1.0.12" - } - }, - "es-to-primitive": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.0.tgz", - "integrity": "sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==", + "conventional-changelog-jquery": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.4.tgz", + "integrity": "sha512-IVJGI3MseYoY6eybknnTf9WzeQIKZv7aNTm2KQsiFVJH21bfP2q7XVjfoMibdCg95GmgeFlaygMdeoDDa+ZbEQ==", "dev": true, "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" + "q": "^1.5.1" } }, - "es6-promise": { - "version": "4.2.8", - "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", - "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==", - "dev": true - }, - "es6-promisify": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz", - "integrity": "sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=", + "conventional-changelog-jshint": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.1.tgz", + "integrity": "sha512-kRFJsCOZzPFm2tzRHULWP4tauGMvccOlXYf3zGeuSW4U0mZhk5NsjnRZ7xFWrTFPlCLV+PNmHMuXp5atdoZmEg==", "dev": true, "requires": { - "es6-promise": "^4.0.3" + "compare-func": "^1.3.1", + "q": "^1.5.1" } }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=", - "dev": true - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "conventional-changelog-preset-loader": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.1.1.tgz", + "integrity": "sha512-K4avzGMLm5Xw0Ek/6eE3vdOXkqnpf9ydb68XYmCc16cJ99XMMbc2oaNMuPwAsxVK6CC1yA4/I90EhmWNj0Q6HA==", "dev": true }, - "escodegen": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.11.1.tgz", - "integrity": "sha512-JwiqFD9KdGVVpeuRa68yU3zZnBEOcPs0nKW7wZzXky8Z7tffdYUHbe11bPCV5jYlK6DVdKLWLm0f5I/QlL0Kmw==", + "conventional-changelog-writer": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.6.tgz", + "integrity": "sha512-ou/sbrplJMM6KQpR5rKFYNVQYesFjN7WpNGdudQSWNi6X+RgyFUcSv871YBYkrUYV9EX8ijMohYVzn9RUb+4ag==", "dev": true, "requires": { - "esprima": "^3.1.3", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" + "compare-func": "^1.3.1", + "conventional-commits-filter": "^2.0.2", + "dateformat": "^3.0.0", + "handlebars": "^4.1.0", + "json-stringify-safe": "^5.0.1", + "lodash": "^4.2.1", + "meow": "^4.0.0", + "semver": "^6.0.0", + "split": "^1.0.0", + "through2": "^3.0.0" }, "dependencies": { - "esprima": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz", - "integrity": "sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM=", + "camelcase": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", + "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", "dev": true }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "camelcase-keys": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", + "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", "dev": true, - "optional": true - } - } - }, - "eslint-scope": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", - "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", - "dev": true, - "requires": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - } - }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "dev": true - }, - "esrecurse": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.1.tgz", - "integrity": "sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ==", - "dev": true, - "requires": { - "estraverse": "^4.1.0" - } - }, - "estraverse": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz", - "integrity": "sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=", - "dev": true - }, - "estree-walker": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.1.tgz", - "integrity": "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==", - "dev": true - }, - "esutils": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz", - "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=", - "dev": true - }, - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", - "dev": true - }, - "event-stream": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz", - "integrity": "sha1-SrTJoPWlTbkzi0w02Gv86PSzVXE=", - "requires": { - "duplexer": "~0.1.1", - "from": "~0", - "map-stream": "~0.1.0", - "pause-stream": "0.0.11", - "split": "0.3", - "stream-combiner": "~0.0.4", - "through": "~2.3.1" - } - }, - "eventemitter3": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz", - "integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg==", - "dev": true - }, - "events": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.0.0.tgz", - "integrity": "sha512-Dc381HFWJzEOhQ+d8pkNon++bk9h6cdAoAj4iE6Q4y6xgTzySWXlKn05/TVNpjnfRqi/X0EpJEJohPjNI3zpVA==", - "dev": true - }, - "eventsource": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.0.7.tgz", - "integrity": "sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ==", - "dev": true, - "requires": { - "original": "^1.0.0" - } - }, - "evp_bytestokey": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", - "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", - "dev": true, - "requires": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" - } - }, - "exec-sh": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.2.tgz", - "integrity": "sha512-9sLAvzhI5nc8TpuQUh4ahMdCrWT00wPWz7j47/emR5+2qEfoZP5zzUXvx+vdx+H6ohhnsYC31iX04QLYJK8zTg==", - "dev": true - }, - "execa": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-0.10.0.tgz", - "integrity": "sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw==", - "dev": true, - "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^3.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - } - }, - "executable": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz", - "integrity": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==", - "dev": true, - "requires": { - "pify": "^2.2.0" - } - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", - "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=", - "dev": true - }, - "exit-hook": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz", - "integrity": "sha1-8FyiM7SMBdVP/wd2XfhQfpXAL/g=", - "dev": true - }, - "expand-brackets": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", - "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", - "dev": true, - "requires": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "camelcase": "^4.1.0", + "map-obj": "^2.0.0", + "quick-lru": "^1.0.0" + } + }, + "indent-string": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", + "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", + "dev": true + }, + "load-json-file": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dev": true, "requires": { - "ms": "2.0.0" + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" } }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "map-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", + "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", + "dev": true + }, + "meow": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", + "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", "dev": true, "requires": { - "is-descriptor": "^0.1.0" + "camelcase-keys": "^4.0.0", + "decamelize-keys": "^1.0.0", + "loud-rejection": "^1.0.0", + "minimist": "^1.1.3", + "minimist-options": "^3.0.1", + "normalize-package-data": "^2.3.4", + "read-pkg-up": "^3.0.0", + "redent": "^2.0.0", + "trim-newlines": "^2.0.0" } }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", "dev": true, "requires": { - "is-extendable": "^0.1.0" + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" } }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", "dev": true - } - } - }, - "expect": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/expect/-/expect-24.8.0.tgz", - "integrity": "sha512-/zYvP8iMDrzaaxHVa724eJBCKqSHmO0FA7EDkBiRHxg6OipmMn1fN+C8T9L9K8yr7UONkOifu6+LLH+z76CnaA==", - "dev": true, - "requires": { - "@jest/types": "^24.8.0", - "ansi-styles": "^3.2.0", - "jest-get-type": "^24.8.0", - "jest-matcher-utils": "^24.8.0", - "jest-message-util": "^24.8.0", - "jest-regex-util": "^24.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + }, + "read-pkg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", "dev": true, "requires": { - "color-convert": "^1.9.0" + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" } - } - } - }, - "express": { - "version": "4.17.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", - "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", - "dev": true, - "requires": { - "accepts": "~1.3.7", - "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", - "content-type": "~1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "dependencies": { - "array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=", + }, + "read-pkg-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", + "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", + "dev": true, + "requires": { + "find-up": "^2.0.0", + "read-pkg": "^3.0.0" + } + }, + "redent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", + "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", + "dev": true, + "requires": { + "indent-string": "^3.0.0", + "strip-indent": "^2.0.0" + } + }, + "semver": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.1.1.tgz", + "integrity": "sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ==", "dev": true }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "split": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/split/-/split-1.0.1.tgz", + "integrity": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==", "dev": true, "requires": { - "ms": "2.0.0" + "through": "2" } }, - "ms": { + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "dev": true + }, + "strip-indent": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", + "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", "dev": true }, - "qs": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", - "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==", + "through2": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.1.tgz", + "integrity": "sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww==", + "dev": true, + "requires": { + "readable-stream": "2 || 3" + } + }, + "trim-newlines": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", + "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", "dev": true } } }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "conventional-commits-filter": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-2.0.2.tgz", + "integrity": "sha512-WpGKsMeXfs21m1zIw4s9H5sys2+9JccTzpN6toXtxhpw2VNF2JUXwIakthKBy+LN4DvJm+TzWhxOMWOs1OFCFQ==", "dev": true, "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, - "requires": { - "is-plain-object": "^2.0.4" - } - } + "lodash.ismatch": "^4.4.0", + "modify-values": "^1.0.0" } }, - "external-editor": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.0.3.tgz", - "integrity": "sha512-bn71H9+qWoOQKyZDo25mOMVpSmXROAsTJVVVYzrrtol3d4y+AsKjf4Iwl2Q+IuT0kFSQ1qo166UuIwqYq7mGnA==", + "conventional-commits-parser": { + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-2.1.7.tgz", + "integrity": "sha512-BoMaddIEJ6B4QVMSDu9IkVImlGOSGA1I2BQyOZHeLQ6qVOJLcLKn97+fL6dGbzWEiqDzfH4OkcveULmeq2MHFQ==", "dev": true, "requires": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" + "JSONStream": "^1.0.4", + "is-text-path": "^1.0.0", + "lodash": "^4.2.1", + "meow": "^4.0.0", + "split2": "^2.0.0", + "through2": "^2.0.0", + "trim-off-newlines": "^1.0.0" }, "dependencies": { - "tmp": { - "version": "0.0.33", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", - "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "camelcase": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", + "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", + "dev": true + }, + "camelcase-keys": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", + "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", "dev": true, "requires": { - "os-tmpdir": "~1.0.2" + "camelcase": "^4.1.0", + "map-obj": "^2.0.0", + "quick-lru": "^1.0.0" } - } - } - }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", - "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", - "dev": true, - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + }, + "indent-string": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", + "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", + "dev": true + }, + "load-json-file": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dev": true, "requires": { - "is-descriptor": "^1.0.0" + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" } }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "map-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", + "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", + "dev": true + }, + "meow": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", + "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", "dev": true, "requires": { - "is-extendable": "^0.1.0" + "camelcase-keys": "^4.0.0", + "decamelize-keys": "^1.0.0", + "loud-rejection": "^1.0.0", + "minimist": "^1.1.3", + "minimist-options": "^3.0.1", + "normalize-package-data": "^2.3.4", + "read-pkg-up": "^3.0.0", + "redent": "^2.0.0", + "trim-newlines": "^2.0.0" } }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", "dev": true, "requires": { - "kind-of": "^6.0.0" + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" } }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true + }, + "read-pkg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", "dev": true, "requires": { - "kind-of": "^6.0.0" + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" } }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "read-pkg-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", + "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", "dev": true, "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" + "find-up": "^2.0.0", + "read-pkg": "^3.0.0" } - } - } - }, - "extract-zip": { - "version": "1.6.7", - "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.7.tgz", - "integrity": "sha1-qEC0uK9kAyZMjbV/Txp0Mz74H+k=", - "dev": true, - "requires": { - "concat-stream": "1.6.2", - "debug": "2.6.9", - "mkdirp": "0.5.1", - "yauzl": "2.4.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + }, + "redent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", + "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", "dev": true, "requires": { - "ms": "2.0.0" + "indent-string": "^3.0.0", + "strip-indent": "^2.0.0" } }, - "ms": { + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "dev": true + }, + "strip-indent": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", + "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", "dev": true }, - "yauzl": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz", - "integrity": "sha1-lSj0QtqxsihOWLQ3m7GU4i4MQAU=", - "dev": true, - "requires": { - "fd-slicer": "~1.0.1" - } + "trim-newlines": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", + "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", + "dev": true } } }, - "extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" + "convert-source-map": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz", + "integrity": "sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.1" + } }, - "fast-deep-equal": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", - "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=" + "cookie": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", + "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==", + "dev": true }, - "fast-glob": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.0.4.tgz", - "integrity": "sha512-wkIbV6qg37xTJwqSsdnIphL1e+LaGz4AIQqr00mIubMaEhv1/HEmJ0uuCGZRNRUkZZmOB5mJKO0ZUTVq+SxMQg==", + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=", + "dev": true + }, + "copy-concurrently": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz", + "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", "dev": true, "requires": { - "@nodelib/fs.stat": "^2.0.1", - "@nodelib/fs.walk": "^1.2.1", - "glob-parent": "^5.0.0", + "aproba": "^1.1.1", + "fs-write-stream-atomic": "^1.0.8", + "iferr": "^0.1.5", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.0" + } + }, + "copy-descriptor": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", + "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=", + "dev": true + }, + "copy-webpack-plugin": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-5.1.1.tgz", + "integrity": "sha512-P15M5ZC8dyCjQHWwd4Ia/dm0SgVvZJMYeykVIVYXbGyqO4dWB5oyPHp9i7wjwo5LhtlhKbiBCdS2NvM07Wlybg==", + "dev": true, + "requires": { + "cacache": "^12.0.3", + "find-cache-dir": "^2.1.0", + "glob-parent": "^3.1.0", + "globby": "^7.1.1", "is-glob": "^4.0.1", - "merge2": "^1.2.3", - "micromatch": "^4.0.2" + "loader-utils": "^1.2.3", + "minimatch": "^3.0.4", + "normalize-path": "^3.0.0", + "p-limit": "^2.2.1", + "schema-utils": "^1.0.0", + "serialize-javascript": "^2.1.2", + "webpack-log": "^2.0.0" }, "dependencies": { - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", + "dev": true + }, + "cacache": { + "version": "12.0.3", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.3.tgz", + "integrity": "sha512-kqdmfXEGFepesTuROHMs3MpFLWrPkSSpRqOw80RCflZXy/khxaArvFrQ7uJxSUduzAufc6G0g1VUCOZXxWavPw==", "dev": true, "requires": { - "fill-range": "^7.0.1" + "bluebird": "^3.5.5", + "chownr": "^1.1.1", + "figgy-pudding": "^3.5.1", + "glob": "^7.1.4", + "graceful-fs": "^4.1.15", + "infer-owner": "^1.0.3", + "lru-cache": "^5.1.1", + "mississippi": "^3.0.0", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "promise-inflight": "^1.0.1", + "rimraf": "^2.6.3", + "ssri": "^6.0.1", + "unique-filename": "^1.1.1", + "y18n": "^4.0.0" } }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "find-cache-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", "dev": true, "requires": { - "to-regex-range": "^5.0.1" + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" } }, - "glob-parent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.0.0.tgz", - "integrity": "sha512-Z2RwiujPRGluePM6j699ktJYxmPpJKCfpGA13jz2hmFZC7gKetzrWvg5KN3+OsIFmydGyZ1AVwERCq1w/ZZwRg==", + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", "dev": true, "requires": { - "is-glob": "^4.0.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "requires": { + "yallist": "^3.0.2" + } }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", - "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", + "make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", "dev": true, "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" + "pify": "^4.0.1", + "semver": "^5.6.0" } }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true + }, + "p-limit": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.2.tgz", + "integrity": "sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==", "dev": true, "requires": { - "is-number": "^7.0.0" + "p-try": "^2.0.0" } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true + }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true + }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true } } }, - "fast-json-stable-stringify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", - "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=" - }, - "fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", - "dev": true - }, - "fastparse": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.2.tgz", - "integrity": "sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==", - "dev": true - }, - "fastq": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.6.0.tgz", - "integrity": "sha512-jmxqQ3Z/nXoeyDmWAzF9kH1aGZSis6e/SbfPmJpUnyZ0ogr6iscHQaml4wsEepEWSdtmpy+eVXmCRIMpxaXqOA==", - "dev": true, - "requires": { - "reusify": "^1.0.0" - } + "core-js": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.9.tgz", + "integrity": "sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==" }, - "faye-websocket": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz", - "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=", + "core-js-compat": { + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.6.4.tgz", + "integrity": "sha512-zAa3IZPvsJ0slViBQ2z+vgyyTuhd3MFn1rBQjZSKVEgB0UMYhUkCj9jJUVPgGTGqWvsBVmfnruXgTcNyTlEiSA==", "dev": true, "requires": { - "websocket-driver": ">=0.5.1" - } - }, - "fb-watchman": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.0.tgz", - "integrity": "sha1-VOmr99+i8mzZsWNsWIwa/AXeXVg=", - "dev": true, - "requires": { - "bser": "^2.0.0" - } - }, - "fd-slicer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz", - "integrity": "sha1-i1vL2ewyfFBBv5qwI/1nUPEXfmU=", - "dev": true, - "requires": { - "pend": "~1.2.0" - } - }, - "figgy-pudding": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.1.tgz", - "integrity": "sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w==", - "dev": true - }, - "figures": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz", - "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", - "dev": true, - "requires": { - "escape-string-regexp": "^1.0.5", - "object-assign": "^4.1.0" - } - }, - "file-loader": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-4.2.0.tgz", - "integrity": "sha512-+xZnaK5R8kBJrHK0/6HRlrKNamvVS5rjyuju+rnyxRGuwUJwpAMsVzUl5dz6rK8brkzjV6JpcFNjp6NqV0g1OQ==", - "dev": true, - "requires": { - "loader-utils": "^1.2.3", - "schema-utils": "^2.0.0" + "browserslist": "^4.8.3", + "semver": "7.0.0" }, "dependencies": { - "ajv": { - "version": "6.10.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz", - "integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==", + "browserslist": { + "version": "4.8.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.8.6.tgz", + "integrity": "sha512-ZHao85gf0eZ0ESxLfCp73GG9O/VTytYDIkIiZDlURppLTI9wErSM/5yAKEq6rcUdxBLjMELmrYUJGg5sxGKMHg==", "dev": true, "requires": { - "fast-deep-equal": "^2.0.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" + "caniuse-lite": "^1.0.30001023", + "electron-to-chromium": "^1.3.341", + "node-releases": "^1.1.47" } }, - "schema-utils": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.5.0.tgz", - "integrity": "sha512-32ISrwW2scPXHUSusP8qMg5dLUawKkyV+/qIEV9JdXKx+rsM6mi8vZY8khg2M69Qom16rtroWXD3Ybtiws38gQ==", + "caniuse-lite": { + "version": "1.0.30001025", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001025.tgz", + "integrity": "sha512-SKyFdHYfXUZf5V85+PJgLYyit27q4wgvZuf8QTOk1osbypcROihMBlx9GRar2/pIcKH2r4OehdlBr9x6PXetAQ==", + "dev": true + }, + "electron-to-chromium": { + "version": "1.3.345", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.345.tgz", + "integrity": "sha512-f8nx53+Z9Y+SPWGg3YdHrbYYfIJAtbUjpFfW4X1RwTZ94iUG7geg9tV8HqzAXX7XTNgyWgAFvce4yce8ZKxKmg==", + "dev": true + }, + "node-releases": { + "version": "1.1.48", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.48.tgz", + "integrity": "sha512-Hr8BbmUl1ujAST0K0snItzEA5zkJTQup8VNTKNfT6Zw8vTJkIiagUPNfxHmgDOyfFYNfKAul40sD0UEYTvwebw==", "dev": true, "requires": { - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1" + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } } + }, + "semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", + "dev": true } } }, - "file-saver": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/file-saver/-/file-saver-2.0.2.tgz", - "integrity": "sha512-Wz3c3XQ5xroCxd1G8b7yL0Ehkf0TC9oYC6buPFkNnU9EnaPlifeAFCyCh+iewXTyFRcg0a6j3J7FmJsIhlhBdw==" - }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dev": true, - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" }, - "finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", - "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "cosmiconfig": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", + "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", "dev": true, "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" + "import-fresh": "^2.0.0", + "is-directory": "^0.3.1", + "js-yaml": "^3.13.1", + "parse-json": "^4.0.0" }, "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", "dev": true, "requires": { - "ms": "2.0.0" + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true } } }, - "find-cache-dir": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.0.0.tgz", - "integrity": "sha512-t7ulV1fmbxh5G9l/492O1p5+EBbr3uwpt6odhFTMc+nWyhmbloe+ja9BZ8pIBtqFWhOmCWVjx+pTW4zDkFoclw==", + "coverage-istanbul-loader": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/coverage-istanbul-loader/-/coverage-istanbul-loader-2.0.3.tgz", + "integrity": "sha512-LiGRvyIuzVYs3M1ZYK1tF0HekjH0DJ8zFdUwAZq378EJzqOgToyb1690dp3TAUlP6Y+82uu42LRjuROVeJ54CA==", "dev": true, "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.0", - "pkg-dir": "^4.1.0" + "convert-source-map": "^1.7.0", + "istanbul-lib-instrument": "^4.0.0", + "loader-utils": "^1.2.3", + "merge-source-map": "^1.1.0", + "schema-utils": "^2.6.1" }, "dependencies": { - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "requires": { - "p-locate": "^4.1.0" - } - }, - "make-dir": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.0.0.tgz", - "integrity": "sha512-grNJDhb8b1Jm1qeqW5R/O63wUo4UXo2v2HMic6YT9i/HBlF93S8jkMgH7yugvY9ABDShH4VZMn8I+U8+fCNegw==", - "dev": true, - "requires": { - "semver": "^6.0.0" - } - }, - "p-limit": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz", - "integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==", + "ajv": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.11.0.tgz", + "integrity": "sha512-nCprB/0syFYy9fVYU1ox1l2KN8S9I+tziH8D4zdZuLT3N6RMlGSGt5FSTpAiHB/Whv8Qs1cWHma1aMKZyaHRKA==", "dev": true, "requires": { - "p-try": "^2.0.0" + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" } }, - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "convert-source-map": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", + "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", "dev": true, "requires": { - "p-limit": "^2.2.0" + "safe-buffer": "~5.1.1" } }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "fast-deep-equal": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz", + "integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==", "dev": true }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "schema-utils": { + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.6.4.tgz", + "integrity": "sha512-VNjcaUxVnEeun6B2fiiUDjXXBtD4ZSH7pdbfIu1pOFwgptDPLMo/z9jr4sUfsjFVPqDCEin/F7IYlq7/E6yDbQ==", "dev": true, "requires": { - "find-up": "^4.0.0" + "ajv": "^6.10.2", + "ajv-keywords": "^3.4.1" } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true } } }, - "find-parent-dir": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/find-parent-dir/-/find-parent-dir-0.3.0.tgz", - "integrity": "sha1-M8RLQpqysvBkYpnF+fcY83b/jVQ=", - "dev": true - }, - "find-up": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", + "create-ecdh": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz", + "integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==", "dev": true, "requires": { - "locate-path": "^2.0.0" + "bn.js": "^4.1.0", + "elliptic": "^6.0.0" } }, - "flat": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/flat/-/flat-4.1.0.tgz", - "integrity": "sha512-Px/TiLIznH7gEDlPXcUD4KnBusa6kR6ayRUVcnEAbreRIuhkqow/mun59BuRXwoYk7ZQOLW1ZM05ilIvK38hFw==", + "create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", "dev": true, "requires": { - "is-buffer": "~2.0.3" - }, - "dependencies": { - "is-buffer": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.3.tgz", - "integrity": "sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw==", - "dev": true - } + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" } }, - "flush-write-stream": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz", - "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", + "create-hmac": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", + "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", "dev": true, "requires": { - "inherits": "^2.0.3", - "readable-stream": "^2.3.6" + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" } }, - "follow-redirects": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.9.0.tgz", - "integrity": "sha512-CRcPzsSIbXyVDl0QI01muNDu69S8trU4jArW9LpOt2WtC6LyUJetcIrmfHsRBx7/Jb6GHJUiuqyYxPooFfNt6A==", + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "requires": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "crypto-browserify": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", + "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", "dev": true, "requires": { - "debug": "^3.0.0" + "browserify-cipher": "^1.0.0", + "browserify-sign": "^4.0.0", + "create-ecdh": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.0", + "diffie-hellman": "^5.0.0", + "inherits": "^2.0.1", + "pbkdf2": "^3.0.3", + "public-encrypt": "^4.0.0", + "randombytes": "^2.0.0", + "randomfill": "^1.0.3" } }, - "for-in": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", - "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=", + "crypto-random-string": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz", + "integrity": "sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=", "dev": true }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" + "css": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz", + "integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "source-map": "^0.6.1", + "source-map-resolve": "^0.5.2", + "urix": "^0.1.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } }, - "form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "css-color-names": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz", + "integrity": "sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=", + "dev": true + }, + "css-declaration-sorter": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz", + "integrity": "sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==", + "dev": true, "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" + "postcss": "^7.0.1", + "timsort": "^0.3.0" } }, - "forwarded": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", - "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=", + "css-parse": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/css-parse/-/css-parse-1.7.0.tgz", + "integrity": "sha1-Mh9s9zeCpv91ERE5D8BeLGV9jJs=", "dev": true }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", - "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", + "css-select": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz", + "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==", "dev": true, "requires": { - "map-cache": "^0.2.2" + "boolbase": "^1.0.0", + "css-what": "^3.2.1", + "domutils": "^1.7.0", + "nth-check": "^1.0.2" } }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", + "css-select-base-adapter": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", + "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==", "dev": true }, - "from": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/from/-/from-0.1.7.tgz", - "integrity": "sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=" + "css-selector-tokenizer": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.1.tgz", + "integrity": "sha512-xYL0AMZJ4gFzJQsHUKa5jiWWi2vH77WVNg7JYRyewwj6oPh4yb/y6Y9ZCw9dsj/9UauMhtuxR+ogQd//EdEVNA==", + "dev": true, + "requires": { + "cssesc": "^0.1.0", + "fastparse": "^1.1.1", + "regexpu-core": "^1.0.0" + } }, - "from2": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", - "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", + "css-tree": { + "version": "1.0.0-alpha.37", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", + "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", "dev": true, "requires": { - "inherits": "^2.0.1", - "readable-stream": "^2.0.0" + "mdn-data": "2.0.4", + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } } }, - "fs-extra": { + "css-unit-converter": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/css-unit-converter/-/css-unit-converter-1.1.1.tgz", + "integrity": "sha1-2bkoGtz9jO2TW9urqDeGiX9k6ZY=", + "dev": true + }, + "css-what": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.2.1.tgz", + "integrity": "sha512-WwOrosiQTvyms+Ti5ZC5vGEK0Vod3FTt1ca+payZqvKuGJF+dq7bG63DstxtN0dpm6FxY27a/zS3Wten+gEtGw==", + "dev": true + }, + "cssauron": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/cssauron/-/cssauron-1.4.0.tgz", + "integrity": "sha1-pmAt/34EqDBtwNuaVR6S6LVmKtg=", + "dev": true, + "requires": { + "through": "X.X.X" + } + }, + "cssesc": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz", + "integrity": "sha1-yBSQPkViM3GgR3tAEJqq++6t27Q=", + "dev": true + }, + "cssnano": { + "version": "4.1.10", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-4.1.10.tgz", + "integrity": "sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ==", + "dev": true, + "requires": { + "cosmiconfig": "^5.0.0", + "cssnano-preset-default": "^4.0.7", + "is-resolvable": "^1.0.0", + "postcss": "^7.0.0" + } + }, + "cssnano-preset-default": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-4.0.7.tgz", + "integrity": "sha512-x0YHHx2h6p0fCl1zY9L9roD7rnlltugGu7zXSKQx6k2rYw0Hi3IqxcoAGF7u9Q5w1nt7vK0ulxV8Lo+EvllGsA==", + "dev": true, + "requires": { + "css-declaration-sorter": "^4.0.1", + "cssnano-util-raw-cache": "^4.0.1", + "postcss": "^7.0.0", + "postcss-calc": "^7.0.1", + "postcss-colormin": "^4.0.3", + "postcss-convert-values": "^4.0.1", + "postcss-discard-comments": "^4.0.2", + "postcss-discard-duplicates": "^4.0.2", + "postcss-discard-empty": "^4.0.1", + "postcss-discard-overridden": "^4.0.1", + "postcss-merge-longhand": "^4.0.11", + "postcss-merge-rules": "^4.0.3", + "postcss-minify-font-values": "^4.0.2", + "postcss-minify-gradients": "^4.0.2", + "postcss-minify-params": "^4.0.2", + "postcss-minify-selectors": "^4.0.2", + "postcss-normalize-charset": "^4.0.1", + "postcss-normalize-display-values": "^4.0.2", + "postcss-normalize-positions": "^4.0.2", + "postcss-normalize-repeat-style": "^4.0.2", + "postcss-normalize-string": "^4.0.2", + "postcss-normalize-timing-functions": "^4.0.2", + "postcss-normalize-unicode": "^4.0.1", + "postcss-normalize-url": "^4.0.1", + "postcss-normalize-whitespace": "^4.0.2", + "postcss-ordered-values": "^4.1.2", + "postcss-reduce-initial": "^4.0.3", + "postcss-reduce-transforms": "^4.0.2", + "postcss-svgo": "^4.0.2", + "postcss-unique-selectors": "^4.0.1" + } + }, + "cssnano-util-get-arguments": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz", + "integrity": "sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8=", + "dev": true + }, + "cssnano-util-get-match": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz", + "integrity": "sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0=", + "dev": true + }, + "cssnano-util-raw-cache": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.1.tgz", - "integrity": "sha1-f8DGyJV/mD9X8waiTlud3Y0N2IA=", + "resolved": "https://registry.npmjs.org/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz", + "integrity": "sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==", "dev": true, "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^3.0.0", - "universalify": "^0.1.0" + "postcss": "^7.0.0" } }, - "fs-minipass": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz", - "integrity": "sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==", + "cssnano-util-same-parent": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz", + "integrity": "sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==", + "dev": true + }, + "csso": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/csso/-/csso-4.0.2.tgz", + "integrity": "sha512-kS7/oeNVXkHWxby5tHVxlhjizRCSv8QdU7hB2FpdAibDU8FjTAolhNjKNTiLzXtUrKT6HwClE81yXwEk1309wg==", "dev": true, "requires": { - "minipass": "^2.6.0" + "css-tree": "1.0.0-alpha.37" } }, - "fs-write-stream-atomic": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz", - "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=", + "cssom": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.6.tgz", + "integrity": "sha512-DtUeseGk9/GBW0hl0vVPpU22iHL6YB5BUX7ml1hB+GMpo0NX5G4voX3kdWiMSEguFtcW3Vh3djqNF4aIe6ne0A==", + "dev": true + }, + "cssstyle": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-1.2.2.tgz", + "integrity": "sha512-43wY3kl1CVQSvL7wUY1qXkxVGkStjpkDmVjiIKX8R97uhajy8Bybay78uOtqvh7Q5GK75dNPfW0geWjE6qQQow==", "dev": true, "requires": { - "graceful-fs": "^4.1.2", - "iferr": "^0.1.5", - "imurmurhash": "^0.1.4", - "readable-stream": "1 || 2" + "cssom": "0.3.x" } }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "cuint": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/cuint/-/cuint-0.2.2.tgz", + "integrity": "sha1-QICG1AlVDCYxFVYZ6fp7ytw7mRs=", "dev": true }, - "fsevents": { - "version": "1.2.9", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.9.tgz", - "integrity": "sha512-oeyj2H3EjjonWcFjD5NvZNE9Rqe4UW+nQBU2HNeKw0koVLEFIhtyETyAakeAM3de7Z/SW5kcA+fZUait9EApnw==", + "currently-unhandled": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", + "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", "dev": true, - "optional": true, "requires": { - "nan": "^2.12.1", - "node-pre-gyp": "^0.12.0" - }, - "dependencies": { - "abbrev": { - "version": "1.1.1", - "bundled": true, - "dev": true, - "optional": true - }, - "ansi-regex": { - "version": "2.1.1", - "bundled": true, - "dev": true, - "optional": true - }, - "aproba": { - "version": "1.2.0", - "bundled": true, - "dev": true, - "optional": true - }, - "are-we-there-yet": { - "version": "1.1.5", - "bundled": true, - "dev": true, - "optional": true, - "requires": { - "delegates": "^1.0.0", - "readable-stream": "^2.0.6" - } - }, - "balanced-match": { - "version": "1.0.0", - "bundled": true, - "dev": true, - "optional": true - }, - "brace-expansion": { - "version": "1.1.11", - "bundled": true, - "dev": true, - "optional": true, - "requires": { - "balanced-match": "^1.0.0", + "array-find-index": "^1.0.1" + } + }, + "cyclist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz", + "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=", + "dev": true + }, + "cypress": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-3.3.1.tgz", + "integrity": "sha512-JIo47ZD9P3jAw7oaK7YKUoODzszJbNw41JmBrlMMiupHOlhmXvZz75htuo7mfRFPC9/1MDQktO4lX/V2+a6lGQ==", + "dev": true, + "requires": { + "@cypress/listr-verbose-renderer": "0.4.1", + "@cypress/xvfb": "1.2.4", + "arch": "2.1.1", + "bluebird": "3.5.0", + "cachedir": "1.3.0", + "chalk": "2.4.2", + "check-more-types": "2.24.0", + "commander": "2.15.1", + "common-tags": "1.8.0", + "debug": "3.2.6", + "execa": "0.10.0", + "executable": "4.1.1", + "extract-zip": "1.6.7", + "fs-extra": "4.0.1", + "getos": "3.1.1", + "glob": "7.1.3", + "is-ci": "1.2.1", + "is-installed-globally": "0.1.0", + "lazy-ass": "1.6.0", + "listr": "0.12.0", + "lodash": "4.17.11", + "log-symbols": "2.2.0", + "minimist": "1.2.0", + "moment": "2.24.0", + "ramda": "0.24.1", + "request": "2.88.0", + "request-progress": "0.4.0", + "supports-color": "5.5.0", + "tmp": "0.1.0", + "url": "0.11.0", + "yauzl": "2.10.0" + }, + "dependencies": { + "lodash": { + "version": "4.17.11", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", + "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", + "dev": true + } + } + }, + "cypress-file-upload": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/cypress-file-upload/-/cypress-file-upload-3.1.3.tgz", + "integrity": "sha512-77GphGrVYzIOueAgTYQhttUMmBswoDmCYEFca/o+THylJXcl5Cmh5dIxsqzHCpOl0FdIzRmNsiJki6rW6UHiyQ==", + "dev": true + }, + "cypress-testing-library": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/cypress-testing-library/-/cypress-testing-library-2.6.0.tgz", + "integrity": "sha512-Zdt0jqmJTiLhi6JX2yZRQeqK8gRSvuue09GgKvMsuKS4vSNEeSH7kDqGjf9ORgkr65NkSw5NRrdlJaYsfQ8UMw==", + "dev": true, + "requires": { + "@babel/runtime": "^7.4.3", + "dom-testing-library": "^3.12.4" + } + }, + "damerau-levenshtein": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.5.tgz", + "integrity": "sha512-CBCRqFnpu715iPmw1KrdOrzRqbdFwQTwAWyyyYS42+iAgHCuXZ+/TdMgQkUENPomxEz9z1BEzuQU2Xw0kUuAgA==", + "dev": true + }, + "dargs": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz", + "integrity": "sha1-A6nbtLXC8Tm/FK5T8LiipqhvThc=", + "dev": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "data-urls": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-1.1.0.tgz", + "integrity": "sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==", + "dev": true, + "requires": { + "abab": "^2.0.0", + "whatwg-mimetype": "^2.2.0", + "whatwg-url": "^7.0.0" + }, + "dependencies": { + "whatwg-url": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.0.0.tgz", + "integrity": "sha512-37GeVSIJ3kn1JgKyjiYNmSLP1yzbpb29jdmwBSgkD9h40/hyrR/OifpVUndji3tmwGgD8qpw7iQu3RSbCrBpsQ==", + "dev": true, + "requires": { + "lodash.sortby": "^4.7.0", + "tr46": "^1.0.1", + "webidl-conversions": "^4.0.2" + } + } + } + }, + "date-fns": { + "version": "1.30.1", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-1.30.1.tgz", + "integrity": "sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==", + "dev": true + }, + "dateformat": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz", + "integrity": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==", + "dev": true + }, + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, + "debuglog": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz", + "integrity": "sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=", + "dev": true + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "dev": true + }, + "decamelize-keys": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz", + "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=", + "dev": true, + "requires": { + "decamelize": "^1.1.0", + "map-obj": "^1.0.0" + } + }, + "decode-uri-component": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", + "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", + "dev": true + }, + "decompress-response": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", + "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", + "dev": true, + "requires": { + "mimic-response": "^1.0.0" + } + }, + "deep-equal": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz", + "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==", + "dev": true, + "requires": { + "is-arguments": "^1.0.4", + "is-date-object": "^1.0.1", + "is-regex": "^1.0.4", + "object-is": "^1.0.1", + "object-keys": "^1.1.1", + "regexp.prototype.flags": "^1.2.0" + } + }, + "deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "dev": true + }, + "deep-is": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", + "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=", + "dev": true + }, + "deepmerge": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.0.0.tgz", + "integrity": "sha512-YZ1rOP5+kHor4hMAH+HRQnBQHg+wvS1un1hAOuIcxcBy0hzcUf6Jg2a1w65kpoOUnurOfZbERwjI1TfZxNjcww==", + "dev": true + }, + "default-gateway": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-4.2.0.tgz", + "integrity": "sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==", + "dev": true, + "requires": { + "execa": "^1.0.0", + "ip-regex": "^2.1.0" + }, + "dependencies": { + "execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "dev": true, + "requires": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } + }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } + } + } + }, + "defaults": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", + "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", + "dev": true, + "requires": { + "clone": "^1.0.2" + }, + "dependencies": { + "clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=", + "dev": true + } + } + }, + "defer-to-connect": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.0.2.tgz", + "integrity": "sha512-k09hcQcTDY+cwgiwa6PYKLm3jlagNzQ+RSvhjzESOGOx+MNOuXkxTfEvPrO1IOQ81tArCFYQgi631clB70RpQw==", + "dev": true + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dev": true, + "requires": { + "object-keys": "^1.0.12" + } + }, + "define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "dev": true, + "requires": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "dependencies": { + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "dev": true, + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dev": true, + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "dev": true, + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "del": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz", + "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==", + "dev": true, + "requires": { + "@types/glob": "^7.1.1", + "globby": "^6.1.0", + "is-path-cwd": "^2.0.0", + "is-path-in-cwd": "^2.0.0", + "p-map": "^2.0.0", + "pify": "^4.0.1", + "rimraf": "^2.6.3" + }, + "dependencies": { + "globby": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", + "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", + "dev": true, + "requires": { + "array-union": "^1.0.1", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "dependencies": { + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "dev": true + } + } + }, + "p-map": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", + "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==", + "dev": true + }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true + } + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" + }, + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", + "dev": true + }, + "dependency-graph": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.7.2.tgz", + "integrity": "sha512-KqtH4/EZdtdfWX0p6MGP9jljvxSY6msy/pRUD4jgNwVpv3v1QmNLlsB3LDSSUg79BRVSn7jI1QPRtArGABovAQ==", + "dev": true + }, + "deprecated-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/deprecated-obj/-/deprecated-obj-1.0.1.tgz", + "integrity": "sha512-igs766xNtF7Fv/R//gT644e6dr+bT6kJrg+qyJA9affCyvf70UUNKIUIMUSROBg1sPUrBnENPsDdDHcBLI5wFQ==", + "dev": true, + "requires": { + "flat": "^4.1.0", + "lodash": "^4.17.11" + } + }, + "deprecation": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz", + "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==", + "dev": true + }, + "des.js": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz", + "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + } + }, + "destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=", + "dev": true + }, + "detect-newline": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz", + "integrity": "sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=", + "dev": true + }, + "detect-node": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.4.tgz", + "integrity": "sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==", + "dev": true + }, + "detect-repo-changelog": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/detect-repo-changelog/-/detect-repo-changelog-1.0.1.tgz", + "integrity": "sha1-whCMu/CWTae8B0ZFtq0dO4CmvW0=", + "dev": true, + "requires": { + "changelog-filename-regex": "^1.1.0", + "is-regular-file": "^1.0.1", + "lodash.find": "^4.6.0", + "pify": "^2.3.0" + } + }, + "dezalgo": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.3.tgz", + "integrity": "sha1-f3Qt4Gb8dIvI24IFad3c5Jvw1FY=", + "dev": true, + "requires": { + "asap": "^2.0.0", + "wrappy": "1" + } + }, + "diff": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", + "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==", + "dev": true + }, + "diff-sequences": { + "version": "24.3.0", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-24.3.0.tgz", + "integrity": "sha512-xLqpez+Zj9GKSnPWS0WZw1igGocZ+uua8+y+5dDNTT934N3QuY1sp2LkHzwiaYQGz60hMq0pjAshdeXm5VUOEw==", + "dev": true + }, + "diffie-hellman": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", + "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", + "dev": true, + "requires": { + "bn.js": "^4.1.0", + "miller-rabin": "^4.0.0", + "randombytes": "^2.0.0" + } + }, + "dir-glob": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz", + "integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==", + "dev": true, + "requires": { + "path-type": "^3.0.0" + } + }, + "dns-equal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", + "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=", + "dev": true + }, + "dns-packet": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz", + "integrity": "sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==", + "dev": true, + "requires": { + "ip": "^1.1.0", + "safe-buffer": "^5.0.1" + } + }, + "dns-txt": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz", + "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", + "dev": true, + "requires": { + "buffer-indexof": "^1.0.0" + } + }, + "dom-serializer": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "dev": true, + "requires": { + "domelementtype": "^2.0.1", + "entities": "^2.0.0" + }, + "dependencies": { + "domelementtype": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.1.tgz", + "integrity": "sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ==", + "dev": true + } + } + }, + "dom-testing-library": { + "version": "3.19.4", + "resolved": "https://registry.npmjs.org/dom-testing-library/-/dom-testing-library-3.19.4.tgz", + "integrity": "sha512-GJOx8CLpnkvM3takILOsld/itUUc9+7Qh6caN1Spj6+9jIgNPY36fsvoH7sEgYokC0lBRdttO7G7fIFYCXlmcA==", + "dev": true, + "requires": { + "@babel/runtime": "^7.4.3", + "@sheerun/mutationobserver-shim": "^0.3.2", + "pretty-format": "^24.7.0", + "wait-for-expect": "^1.1.1" + } + }, + "domain-browser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", + "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==", + "dev": true + }, + "domelementtype": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", + "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==", + "dev": true + }, + "domexception": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/domexception/-/domexception-1.0.1.tgz", + "integrity": "sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==", + "dev": true, + "requires": { + "webidl-conversions": "^4.0.2" + } + }, + "domutils": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", + "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", + "dev": true, + "requires": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "dot-prop": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-3.0.0.tgz", + "integrity": "sha1-G3CK8JSknJoOfbyteQq6U52sEXc=", + "dev": true, + "requires": { + "is-obj": "^1.0.0" + } + }, + "duplexer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz", + "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=" + }, + "duplexer3": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", + "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=", + "dev": true + }, + "duplexify": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", + "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", + "dev": true, + "requires": { + "end-of-stream": "^1.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.0.0", + "stream-shift": "^1.0.0" + } + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "requires": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=", + "dev": true + }, + "electron-to-chromium": { + "version": "1.3.288", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.288.tgz", + "integrity": "sha512-ud61yGzwhaU1Xj3+erbSQfouP4zFAS61nR+heDLLDYTOWfnkZVMvt09dXk9raam4Rv1vLY5ux5BxTmlDTdx5zQ==", + "dev": true + }, + "elegant-spinner": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/elegant-spinner/-/elegant-spinner-1.0.1.tgz", + "integrity": "sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=", + "dev": true + }, + "elliptic": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz", + "integrity": "sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==", + "dev": true, + "requires": { + "bn.js": "^4.4.0", + "brorand": "^1.0.1", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.0" + } + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", + "dev": true + }, + "emojis-list": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz", + "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=", + "dev": true + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", + "dev": true + }, + "encoding": { + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz", + "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=", + "dev": true, + "requires": { + "iconv-lite": "~0.4.13" + } + }, + "end-of-stream": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz", + "integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==", + "requires": { + "once": "^1.4.0" + } + }, + "enhanced-resolve": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.1.1.tgz", + "integrity": "sha512-98p2zE+rL7/g/DzMHMTF4zZlCgeVdJ7yr6xzEpJRYwFYrGi9ANdn5DnJURg6RpBkyk60XYDnWIv51VfIhfNGuA==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "memory-fs": "^0.5.0", + "tapable": "^1.0.0" + } + }, + "entities": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.0.tgz", + "integrity": "sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==", + "dev": true + }, + "err-code": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/err-code/-/err-code-1.1.2.tgz", + "integrity": "sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA=", + "dev": true + }, + "errno": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz", + "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==", + "dev": true, + "requires": { + "prr": "~1.0.1" + } + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "es-abstract": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.13.0.tgz", + "integrity": "sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==", + "dev": true, + "requires": { + "es-to-primitive": "^1.2.0", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "is-callable": "^1.1.4", + "is-regex": "^1.0.4", + "object-keys": "^1.0.12" + } + }, + "es-to-primitive": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.0.tgz", + "integrity": "sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==", + "dev": true, + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "es6-promise": { + "version": "4.2.8", + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", + "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==", + "dev": true + }, + "es6-promisify": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz", + "integrity": "sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=", + "dev": true, + "requires": { + "es6-promise": "^4.0.3" + } + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=", + "dev": true + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + }, + "escodegen": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.11.1.tgz", + "integrity": "sha512-JwiqFD9KdGVVpeuRa68yU3zZnBEOcPs0nKW7wZzXky8Z7tffdYUHbe11bPCV5jYlK6DVdKLWLm0f5I/QlL0Kmw==", + "dev": true, + "requires": { + "esprima": "^3.1.3", + "estraverse": "^4.2.0", + "esutils": "^2.0.2", + "optionator": "^0.8.1", + "source-map": "~0.6.1" + }, + "dependencies": { + "esprima": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz", + "integrity": "sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM=", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "optional": true + } + } + }, + "eslint-scope": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", + "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", + "dev": true, + "requires": { + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" + } + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true + }, + "esrecurse": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.1.tgz", + "integrity": "sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ==", + "dev": true, + "requires": { + "estraverse": "^4.1.0" + } + }, + "estraverse": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz", + "integrity": "sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=", + "dev": true + }, + "estree-walker": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.1.tgz", + "integrity": "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==", + "dev": true + }, + "esutils": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz", + "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=", + "dev": true + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", + "dev": true + }, + "event-stream": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz", + "integrity": "sha1-SrTJoPWlTbkzi0w02Gv86PSzVXE=", + "requires": { + "duplexer": "~0.1.1", + "from": "~0", + "map-stream": "~0.1.0", + "pause-stream": "0.0.11", + "split": "0.3", + "stream-combiner": "~0.0.4", + "through": "~2.3.1" + } + }, + "eventemitter3": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz", + "integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg==", + "dev": true + }, + "events": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.1.0.tgz", + "integrity": "sha512-Rv+u8MLHNOdMjTAFeT3nCjHn2aGlx435FP/sDHNaRhDEMwyI/aB22Kj2qIN8R0cw3z28psEQLYwxVKLsKrMgWg==", + "dev": true + }, + "eventsource": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.0.7.tgz", + "integrity": "sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ==", + "dev": true, + "requires": { + "original": "^1.0.0" + } + }, + "evp_bytestokey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "dev": true, + "requires": { + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" + } + }, + "exec-sh": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.2.tgz", + "integrity": "sha512-9sLAvzhI5nc8TpuQUh4ahMdCrWT00wPWz7j47/emR5+2qEfoZP5zzUXvx+vdx+H6ohhnsYC31iX04QLYJK8zTg==", + "dev": true + }, + "execa": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.10.0.tgz", + "integrity": "sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw==", + "dev": true, + "requires": { + "cross-spawn": "^6.0.0", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } + }, + "executable": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz", + "integrity": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==", + "dev": true, + "requires": { + "pify": "^2.2.0" + } + }, + "exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=", + "dev": true + }, + "exit-hook": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz", + "integrity": "sha1-8FyiM7SMBdVP/wd2XfhQfpXAL/g=", + "dev": true + }, + "expand-brackets": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", + "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", + "dev": true, + "requires": { + "debug": "^2.3.3", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "posix-character-classes": "^0.1.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dev": true, + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, + "expect": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/expect/-/expect-24.8.0.tgz", + "integrity": "sha512-/zYvP8iMDrzaaxHVa724eJBCKqSHmO0FA7EDkBiRHxg6OipmMn1fN+C8T9L9K8yr7UONkOifu6+LLH+z76CnaA==", + "dev": true, + "requires": { + "@jest/types": "^24.8.0", + "ansi-styles": "^3.2.0", + "jest-get-type": "^24.8.0", + "jest-matcher-utils": "^24.8.0", + "jest-message-util": "^24.8.0", + "jest-regex-util": "^24.3.0" + }, + "dependencies": { + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + } + } + }, + "express": { + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", + "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", + "dev": true, + "requires": { + "accepts": "~1.3.7", + "array-flatten": "1.1.1", + "body-parser": "1.19.0", + "content-disposition": "0.5.3", + "content-type": "~1.0.4", + "cookie": "0.4.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~1.1.2", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "~1.1.2", + "fresh": "0.5.2", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.5", + "qs": "6.7.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.1.2", + "send": "0.17.1", + "serve-static": "1.14.1", + "setprototypeof": "1.1.1", + "statuses": "~1.5.0", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "dependencies": { + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=", + "dev": true + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "qs": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==", + "dev": true + } + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "dev": true, + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dev": true, + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "external-editor": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.0.3.tgz", + "integrity": "sha512-bn71H9+qWoOQKyZDo25mOMVpSmXROAsTJVVVYzrrtol3d4y+AsKjf4Iwl2Q+IuT0kFSQ1qo166UuIwqYq7mGnA==", + "dev": true, + "requires": { + "chardet": "^0.7.0", + "iconv-lite": "^0.4.24", + "tmp": "^0.0.33" + }, + "dependencies": { + "tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dev": true, + "requires": { + "os-tmpdir": "~1.0.2" + } + } + } + }, + "extglob": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", + "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", + "dev": true, + "requires": { + "array-unique": "^0.3.2", + "define-property": "^1.0.0", + "expand-brackets": "^2.1.4", + "extend-shallow": "^2.0.1", + "fragment-cache": "^0.2.1", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "dev": true, + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "dev": true, + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dev": true, + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "dev": true, + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "extract-zip": { + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.7.tgz", + "integrity": "sha1-qEC0uK9kAyZMjbV/Txp0Mz74H+k=", + "dev": true, + "requires": { + "concat-stream": "1.6.2", + "debug": "2.6.9", + "mkdirp": "0.5.1", + "yauzl": "2.4.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "yauzl": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz", + "integrity": "sha1-lSj0QtqxsihOWLQ3m7GU4i4MQAU=", + "dev": true, + "requires": { + "fd-slicer": "~1.0.1" + } + } + } + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" + }, + "fast-deep-equal": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", + "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=" + }, + "fast-glob": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.0.4.tgz", + "integrity": "sha512-wkIbV6qg37xTJwqSsdnIphL1e+LaGz4AIQqr00mIubMaEhv1/HEmJ0uuCGZRNRUkZZmOB5mJKO0ZUTVq+SxMQg==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "^2.0.1", + "@nodelib/fs.walk": "^1.2.1", + "glob-parent": "^5.0.0", + "is-glob": "^4.0.1", + "merge2": "^1.2.3", + "micromatch": "^4.0.2" + }, + "dependencies": { + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "requires": { + "fill-range": "^7.0.1" + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "glob-parent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.0.0.tgz", + "integrity": "sha512-Z2RwiujPRGluePM6j699ktJYxmPpJKCfpGA13jz2hmFZC7gKetzrWvg5KN3+OsIFmydGyZ1AVwERCq1w/ZZwRg==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true + }, + "micromatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", + "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", + "dev": true, + "requires": { + "braces": "^3.0.1", + "picomatch": "^2.0.5" + } + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "requires": { + "is-number": "^7.0.0" + } + } + } + }, + "fast-json-stable-stringify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", + "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=" + }, + "fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "dev": true + }, + "fastparse": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.2.tgz", + "integrity": "sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==", + "dev": true + }, + "fastq": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.6.0.tgz", + "integrity": "sha512-jmxqQ3Z/nXoeyDmWAzF9kH1aGZSis6e/SbfPmJpUnyZ0ogr6iscHQaml4wsEepEWSdtmpy+eVXmCRIMpxaXqOA==", + "dev": true, + "requires": { + "reusify": "^1.0.0" + } + }, + "faye-websocket": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz", + "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=", + "dev": true, + "requires": { + "websocket-driver": ">=0.5.1" + } + }, + "fb-watchman": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.0.tgz", + "integrity": "sha1-VOmr99+i8mzZsWNsWIwa/AXeXVg=", + "dev": true, + "requires": { + "bser": "^2.0.0" + } + }, + "fd-slicer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz", + "integrity": "sha1-i1vL2ewyfFBBv5qwI/1nUPEXfmU=", + "dev": true, + "requires": { + "pend": "~1.2.0" + } + }, + "figgy-pudding": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.1.tgz", + "integrity": "sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w==", + "dev": true + }, + "figures": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz", + "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.5", + "object-assign": "^4.1.0" + } + }, + "file-loader": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-4.2.0.tgz", + "integrity": "sha512-+xZnaK5R8kBJrHK0/6HRlrKNamvVS5rjyuju+rnyxRGuwUJwpAMsVzUl5dz6rK8brkzjV6JpcFNjp6NqV0g1OQ==", + "dev": true, + "requires": { + "loader-utils": "^1.2.3", + "schema-utils": "^2.0.0" + }, + "dependencies": { + "ajv": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.11.0.tgz", + "integrity": "sha512-nCprB/0syFYy9fVYU1ox1l2KN8S9I+tziH8D4zdZuLT3N6RMlGSGt5FSTpAiHB/Whv8Qs1cWHma1aMKZyaHRKA==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "fast-deep-equal": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz", + "integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==", + "dev": true + }, + "schema-utils": { + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.6.4.tgz", + "integrity": "sha512-VNjcaUxVnEeun6B2fiiUDjXXBtD4ZSH7pdbfIu1pOFwgptDPLMo/z9jr4sUfsjFVPqDCEin/F7IYlq7/E6yDbQ==", + "dev": true, + "requires": { + "ajv": "^6.10.2", + "ajv-keywords": "^3.4.1" + } + } + } + }, + "file-saver": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/file-saver/-/file-saver-2.0.2.tgz", + "integrity": "sha512-Wz3c3XQ5xroCxd1G8b7yL0Ehkf0TC9oYC6buPFkNnU9EnaPlifeAFCyCh+iewXTyFRcg0a6j3J7FmJsIhlhBdw==" + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "dev": true, + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "finalhandler": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "dev": true, + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, + "find-cache-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.0.0.tgz", + "integrity": "sha512-t7ulV1fmbxh5G9l/492O1p5+EBbr3uwpt6odhFTMc+nWyhmbloe+ja9BZ8pIBtqFWhOmCWVjx+pTW4zDkFoclw==", + "dev": true, + "requires": { + "commondir": "^1.0.1", + "make-dir": "^3.0.0", + "pkg-dir": "^4.1.0" + }, + "dependencies": { + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "requires": { + "p-locate": "^4.1.0" + } + }, + "make-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.0.0.tgz", + "integrity": "sha512-grNJDhb8b1Jm1qeqW5R/O63wUo4UXo2v2HMic6YT9i/HBlF93S8jkMgH7yugvY9ABDShH4VZMn8I+U8+fCNegw==", + "dev": true, + "requires": { + "semver": "^6.0.0" + } + }, + "p-limit": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.2.tgz", + "integrity": "sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==", + "dev": true, + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "requires": { + "p-limit": "^2.2.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true + }, + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, + "requires": { + "find-up": "^4.0.0" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "find-parent-dir": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/find-parent-dir/-/find-parent-dir-0.3.0.tgz", + "integrity": "sha1-M8RLQpqysvBkYpnF+fcY83b/jVQ=", + "dev": true + }, + "find-up": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", + "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", + "dev": true, + "requires": { + "locate-path": "^2.0.0" + } + }, + "flat": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/flat/-/flat-4.1.0.tgz", + "integrity": "sha512-Px/TiLIznH7gEDlPXcUD4KnBusa6kR6ayRUVcnEAbreRIuhkqow/mun59BuRXwoYk7ZQOLW1ZM05ilIvK38hFw==", + "dev": true, + "requires": { + "is-buffer": "~2.0.3" + }, + "dependencies": { + "is-buffer": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.3.tgz", + "integrity": "sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw==", + "dev": true + } + } + }, + "flush-write-stream": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz", + "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "readable-stream": "^2.3.6" + } + }, + "follow-redirects": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.10.0.tgz", + "integrity": "sha512-4eyLK6s6lH32nOvLLwlIOnr9zrL8Sm+OvW4pVTJNoXeGzYIkHVf+pADQi+OJ0E67hiuSLezPVPyBcIZO50TmmQ==", + "dev": true, + "requires": { + "debug": "^3.0.0" + } + }, + "for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=", + "dev": true + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" + }, + "form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + } + }, + "forwarded": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", + "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=", + "dev": true + }, + "fragment-cache": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", + "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", + "dev": true, + "requires": { + "map-cache": "^0.2.2" + } + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", + "dev": true + }, + "from": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/from/-/from-0.1.7.tgz", + "integrity": "sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=" + }, + "from2": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", + "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "readable-stream": "^2.0.0" + } + }, + "fs-extra": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.1.tgz", + "integrity": "sha1-f8DGyJV/mD9X8waiTlud3Y0N2IA=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^3.0.0", + "universalify": "^0.1.0" + } + }, + "fs-minipass": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz", + "integrity": "sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==", + "dev": true, + "requires": { + "minipass": "^2.6.0" + } + }, + "fs-write-stream-atomic": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz", + "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "iferr": "^0.1.5", + "imurmurhash": "^0.1.4", + "readable-stream": "1 || 2" + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "fsevents": { + "version": "1.2.9", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.9.tgz", + "integrity": "sha512-oeyj2H3EjjonWcFjD5NvZNE9Rqe4UW+nQBU2HNeKw0koVLEFIhtyETyAakeAM3de7Z/SW5kcA+fZUait9EApnw==", + "dev": true, + "optional": true, + "requires": { + "nan": "^2.12.1", + "node-pre-gyp": "^0.12.0" + }, + "dependencies": { + "abbrev": { + "version": "1.1.1", + "bundled": true, + "dev": true, + "optional": true + }, + "ansi-regex": { + "version": "2.1.1", + "bundled": true, + "dev": true, + "optional": true + }, + "aproba": { + "version": "1.2.0", + "bundled": true, + "dev": true, + "optional": true + }, + "are-we-there-yet": { + "version": "1.1.5", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" + } + }, + "balanced-match": { + "version": "1.0.0", + "bundled": true, + "dev": true, + "optional": true + }, + "brace-expansion": { + "version": "1.1.11", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, - "chownr": { - "version": "1.1.1", + "chownr": { + "version": "1.1.1", + "bundled": true, + "dev": true, + "optional": true + }, + "code-point-at": { + "version": "1.1.0", + "bundled": true, + "dev": true, + "optional": true + }, + "concat-map": { + "version": "0.0.1", + "bundled": true, + "dev": true, + "optional": true + }, + "console-control-strings": { + "version": "1.1.0", + "bundled": true, + "dev": true, + "optional": true + }, + "core-util-is": { + "version": "1.0.2", + "bundled": true, + "dev": true, + "optional": true + }, + "debug": { + "version": "4.1.1", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "ms": "^2.1.1" + } + }, + "deep-extend": { + "version": "0.6.0", + "bundled": true, + "dev": true, + "optional": true + }, + "delegates": { + "version": "1.0.0", + "bundled": true, + "dev": true, + "optional": true + }, + "detect-libc": { + "version": "1.0.3", + "bundled": true, + "dev": true, + "optional": true + }, + "fs-minipass": { + "version": "1.2.5", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "minipass": "^2.2.1" + } + }, + "fs.realpath": { + "version": "1.0.0", "bundled": true, "dev": true, "optional": true }, - "code-point-at": { - "version": "1.1.0", + "gauge": { + "version": "2.7.4", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" + } + }, + "glob": { + "version": "7.1.3", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "has-unicode": { + "version": "2.0.1", "bundled": true, "dev": true, "optional": true }, - "concat-map": { - "version": "0.0.1", + "iconv-lite": { + "version": "0.4.24", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "ignore-walk": { + "version": "3.0.1", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "minimatch": "^3.0.4" + } + }, + "inflight": { + "version": "1.0.6", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.3", "bundled": true, "dev": true, "optional": true }, - "console-control-strings": { - "version": "1.1.0", + "ini": { + "version": "1.3.5", "bundled": true, "dev": true, "optional": true }, - "core-util-is": { - "version": "1.0.2", + "is-fullwidth-code-point": { + "version": "1.0.0", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "isarray": { + "version": "1.0.0", "bundled": true, "dev": true, "optional": true }, - "debug": { + "minimatch": { + "version": "3.0.4", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "0.0.8", + "bundled": true, + "dev": true, + "optional": true + }, + "minipass": { + "version": "2.3.5", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "safe-buffer": "^5.1.2", + "yallist": "^3.0.0" + } + }, + "minizlib": { + "version": "1.2.1", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "minipass": "^2.2.1" + } + }, + "mkdirp": { + "version": "0.5.1", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "minimist": "0.0.8" + } + }, + "ms": { + "version": "2.1.1", + "bundled": true, + "dev": true, + "optional": true + }, + "needle": { + "version": "2.3.0", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "debug": "^4.1.0", + "iconv-lite": "^0.4.4", + "sax": "^1.2.4" + } + }, + "node-pre-gyp": { + "version": "0.12.0", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "detect-libc": "^1.0.2", + "mkdirp": "^0.5.1", + "needle": "^2.2.1", + "nopt": "^4.0.1", + "npm-packlist": "^1.1.6", + "npmlog": "^4.0.2", + "rc": "^1.2.7", + "rimraf": "^2.6.1", + "semver": "^5.3.0", + "tar": "^4" + } + }, + "nopt": { + "version": "4.0.1", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "abbrev": "1", + "osenv": "^0.1.4" + } + }, + "npm-bundled": { + "version": "1.0.6", + "bundled": true, + "dev": true, + "optional": true + }, + "npm-packlist": { + "version": "1.4.1", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "ignore-walk": "^3.0.1", + "npm-bundled": "^1.0.1" + } + }, + "npmlog": { + "version": "4.1.2", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "bundled": true, + "dev": true, + "optional": true + }, + "object-assign": { "version": "4.1.1", "bundled": true, "dev": true, + "optional": true + }, + "once": { + "version": "1.4.0", + "bundled": true, + "dev": true, "optional": true, "requires": { - "ms": "^2.1.1" + "wrappy": "1" } }, - "deep-extend": { - "version": "0.6.0", + "os-homedir": { + "version": "1.0.2", + "bundled": true, + "dev": true, + "optional": true + }, + "os-tmpdir": { + "version": "1.0.2", "bundled": true, "dev": true, "optional": true }, - "delegates": { - "version": "1.0.0", + "osenv": { + "version": "0.1.5", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" + } + }, + "path-is-absolute": { + "version": "1.0.1", "bundled": true, "dev": true, "optional": true }, - "detect-libc": { - "version": "1.0.3", + "process-nextick-args": { + "version": "2.0.0", "bundled": true, "dev": true, "optional": true }, - "fs-minipass": { - "version": "1.2.5", + "rc": { + "version": "1.2.8", "bundled": true, "dev": true, "optional": true, "requires": { - "minipass": "^2.2.1" + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + }, + "dependencies": { + "minimist": { + "version": "1.2.0", + "bundled": true, + "dev": true, + "optional": true + } } }, - "fs.realpath": { - "version": "1.0.0", - "bundled": true, - "dev": true, - "optional": true - }, - "gauge": { - "version": "2.7.4", + "readable-stream": { + "version": "2.3.6", "bundled": true, "dev": true, "optional": true, "requires": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" } }, - "glob": { - "version": "7.1.3", + "rimraf": { + "version": "2.6.3", "bundled": true, "dev": true, "optional": true, "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "glob": "^7.1.3" } }, - "has-unicode": { - "version": "2.0.1", + "safe-buffer": { + "version": "5.1.2", "bundled": true, "dev": true, "optional": true }, - "iconv-lite": { - "version": "0.4.24", + "safer-buffer": { + "version": "2.1.2", "bundled": true, "dev": true, - "optional": true, - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - } + "optional": true }, - "ignore-walk": { - "version": "3.0.1", + "sax": { + "version": "1.2.4", "bundled": true, "dev": true, - "optional": true, - "requires": { - "minimatch": "^3.0.4" - } + "optional": true }, - "inflight": { - "version": "1.0.6", + "semver": { + "version": "5.7.0", "bundled": true, "dev": true, - "optional": true, - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } + "optional": true }, - "inherits": { - "version": "2.0.3", + "set-blocking": { + "version": "2.0.0", "bundled": true, "dev": true, "optional": true }, - "ini": { - "version": "1.3.5", + "signal-exit": { + "version": "3.0.2", "bundled": true, "dev": true, "optional": true }, - "is-fullwidth-code-point": { - "version": "1.0.0", + "string-width": { + "version": "1.0.2", "bundled": true, "dev": true, "optional": true, "requires": { - "number-is-nan": "^1.0.0" + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" } }, - "isarray": { - "version": "1.0.0", + "string_decoder": { + "version": "1.1.1", "bundled": true, "dev": true, - "optional": true + "optional": true, + "requires": { + "safe-buffer": "~5.1.0" + } }, - "minimatch": { - "version": "3.0.4", + "strip-ansi": { + "version": "3.0.1", "bundled": true, "dev": true, "optional": true, "requires": { - "brace-expansion": "^1.1.7" + "ansi-regex": "^2.0.0" } }, - "minimist": { - "version": "0.0.8", + "strip-json-comments": { + "version": "2.0.1", "bundled": true, "dev": true, "optional": true }, - "minipass": { - "version": "2.3.5", + "tar": { + "version": "4.4.8", "bundled": true, "dev": true, "optional": true, "requires": { + "chownr": "^1.1.1", + "fs-minipass": "^1.2.5", + "minipass": "^2.3.4", + "minizlib": "^1.1.1", + "mkdirp": "^0.5.0", "safe-buffer": "^5.1.2", - "yallist": "^3.0.0" + "yallist": "^3.0.2" } }, - "minizlib": { - "version": "1.2.1", + "util-deprecate": { + "version": "1.0.2", "bundled": true, "dev": true, - "optional": true, - "requires": { - "minipass": "^2.2.1" - } + "optional": true }, - "mkdirp": { - "version": "0.5.1", + "wide-align": { + "version": "1.1.3", "bundled": true, "dev": true, "optional": true, "requires": { - "minimist": "0.0.8" + "string-width": "^1.0.2 || 2" } }, - "ms": { - "version": "2.1.1", + "wrappy": { + "version": "1.0.2", "bundled": true, "dev": true, "optional": true }, - "needle": { - "version": "2.3.0", + "yallist": { + "version": "3.0.3", "bundled": true, "dev": true, - "optional": true, - "requires": { - "debug": "^4.1.0", - "iconv-lite": "^0.4.4", - "sax": "^1.2.4" - } + "optional": true + } + } + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "genfun": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/genfun/-/genfun-5.0.0.tgz", + "integrity": "sha512-KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA==", + "dev": true + }, + "gensync": { + "version": "1.0.0-beta.1", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.1.tgz", + "integrity": "sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==", + "dev": true + }, + "get-caller-file": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz", + "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==", + "dev": true + }, + "get-pkg-repo": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/get-pkg-repo/-/get-pkg-repo-1.4.0.tgz", + "integrity": "sha1-xztInAbYDMVTbCyFP54FIyBWly0=", + "dev": true, + "requires": { + "hosted-git-info": "^2.1.4", + "meow": "^3.3.0", + "normalize-package-data": "^2.3.0", + "parse-github-repo-url": "^1.3.0", + "through2": "^2.0.0" + } + }, + "get-stdin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", + "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", + "dev": true + }, + "get-stream": { + "version": "3.0.0", + "resolved": "http://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", + "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=", + "dev": true + }, + "get-value": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=", + "dev": true + }, + "getos": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/getos/-/getos-3.1.1.tgz", + "integrity": "sha512-oUP1rnEhAr97rkitiszGP9EgDVYnmchgFzfqRzSkgtfv7ai6tEi7Ko8GgjNXts7VLWEqrTWyhsOKLe5C5b/Zkg==", + "dev": true, + "requires": { + "async": "2.6.1" + } + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "git-raw-commits": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-1.3.6.tgz", + "integrity": "sha512-svsK26tQ8vEKnMshTDatSIQSMDdz8CxIIqKsvPqbtV23Etmw6VNaFAitu8zwZ0VrOne7FztwPyRLxK7/DIUTQg==", + "dev": true, + "requires": { + "dargs": "^4.0.1", + "lodash.template": "^4.0.2", + "meow": "^4.0.0", + "split2": "^2.0.0", + "through2": "^2.0.0" + }, + "dependencies": { + "camelcase": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", + "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", + "dev": true }, - "node-pre-gyp": { - "version": "0.12.0", - "bundled": true, + "camelcase-keys": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", + "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", "dev": true, - "optional": true, "requires": { - "detect-libc": "^1.0.2", - "mkdirp": "^0.5.1", - "needle": "^2.2.1", - "nopt": "^4.0.1", - "npm-packlist": "^1.1.6", - "npmlog": "^4.0.2", - "rc": "^1.2.7", - "rimraf": "^2.6.1", - "semver": "^5.3.0", - "tar": "^4" + "camelcase": "^4.1.0", + "map-obj": "^2.0.0", + "quick-lru": "^1.0.0" } }, - "nopt": { - "version": "4.0.1", - "bundled": true, + "indent-string": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", + "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", + "dev": true + }, + "load-json-file": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dev": true, - "optional": true, "requires": { - "abbrev": "1", - "osenv": "^0.1.4" + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" } }, - "npm-bundled": { - "version": "1.0.6", - "bundled": true, - "dev": true, - "optional": true + "map-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", + "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", + "dev": true }, - "npm-packlist": { - "version": "1.4.1", - "bundled": true, + "meow": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", + "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", "dev": true, - "optional": true, "requires": { - "ignore-walk": "^3.0.1", - "npm-bundled": "^1.0.1" + "camelcase-keys": "^4.0.0", + "decamelize-keys": "^1.0.0", + "loud-rejection": "^1.0.0", + "minimist": "^1.1.3", + "minimist-options": "^3.0.1", + "normalize-package-data": "^2.3.4", + "read-pkg-up": "^3.0.0", + "redent": "^2.0.0", + "trim-newlines": "^2.0.0" } }, - "npmlog": { - "version": "4.1.2", - "bundled": true, + "parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", "dev": true, - "optional": true, "requires": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" } }, - "number-is-nan": { - "version": "1.0.1", - "bundled": true, - "dev": true, - "optional": true - }, - "object-assign": { - "version": "4.1.1", - "bundled": true, - "dev": true, - "optional": true + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true }, - "once": { - "version": "1.4.0", - "bundled": true, + "read-pkg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", "dev": true, - "optional": true, "requires": { - "wrappy": "1" + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" } }, - "os-homedir": { - "version": "1.0.2", - "bundled": true, - "dev": true, - "optional": true - }, - "os-tmpdir": { - "version": "1.0.2", - "bundled": true, - "dev": true, - "optional": true - }, - "osenv": { - "version": "0.1.5", - "bundled": true, + "read-pkg-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", + "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", "dev": true, - "optional": true, "requires": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.0" + "find-up": "^2.0.0", + "read-pkg": "^3.0.0" } }, - "path-is-absolute": { - "version": "1.0.1", - "bundled": true, - "dev": true, - "optional": true - }, - "process-nextick-args": { + "redent": { "version": "2.0.0", - "bundled": true, - "dev": true, - "optional": true - }, - "rc": { - "version": "1.2.8", - "bundled": true, + "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", + "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", "dev": true, - "optional": true, "requires": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "dependencies": { - "minimist": { - "version": "1.2.0", - "bundled": true, - "dev": true, - "optional": true - } + "indent-string": "^3.0.0", + "strip-indent": "^2.0.0" } }, - "readable-stream": { - "version": "2.3.6", - "bundled": true, - "dev": true, - "optional": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "dev": true }, - "rimraf": { - "version": "2.6.3", - "bundled": true, - "dev": true, - "optional": true, - "requires": { - "glob": "^7.1.3" - } + "strip-indent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", + "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", + "dev": true }, - "safe-buffer": { - "version": "5.1.2", - "bundled": true, - "dev": true, - "optional": true + "trim-newlines": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", + "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", + "dev": true + } + } + }, + "git-remote-origin-url": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz", + "integrity": "sha1-UoJlna4hBxRaERJhEq0yFuxfpl8=", + "dev": true, + "requires": { + "gitconfiglocal": "^1.0.0", + "pify": "^2.3.0" + } + }, + "git-semver-tags": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-2.0.2.tgz", + "integrity": "sha512-34lMF7Yo1xEmsK2EkbArdoU79umpvm0MfzaDkSNYSJqtM5QLAVTPWgpiXSVI5o/O9EvZPSrP4Zvnec/CqhSd5w==", + "dev": true, + "requires": { + "meow": "^4.0.0", + "semver": "^5.5.0" + }, + "dependencies": { + "camelcase": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", + "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", + "dev": true }, - "safer-buffer": { - "version": "2.1.2", - "bundled": true, + "camelcase-keys": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", + "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", "dev": true, - "optional": true + "requires": { + "camelcase": "^4.1.0", + "map-obj": "^2.0.0", + "quick-lru": "^1.0.0" + } }, - "sax": { - "version": "1.2.4", - "bundled": true, - "dev": true, - "optional": true + "indent-string": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", + "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", + "dev": true }, - "semver": { - "version": "5.7.0", - "bundled": true, + "load-json-file": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dev": true, - "optional": true + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" + } }, - "set-blocking": { + "map-obj": { "version": "2.0.0", - "bundled": true, - "dev": true, - "optional": true - }, - "signal-exit": { - "version": "3.0.2", - "bundled": true, - "dev": true, - "optional": true + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", + "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", + "dev": true }, - "string-width": { - "version": "1.0.2", - "bundled": true, + "meow": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", + "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", "dev": true, - "optional": true, "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" + "camelcase-keys": "^4.0.0", + "decamelize-keys": "^1.0.0", + "loud-rejection": "^1.0.0", + "minimist": "^1.1.3", + "minimist-options": "^3.0.1", + "normalize-package-data": "^2.3.4", + "read-pkg-up": "^3.0.0", + "redent": "^2.0.0", + "trim-newlines": "^2.0.0" } }, - "string_decoder": { - "version": "1.1.1", - "bundled": true, + "parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", "dev": true, - "optional": true, "requires": { - "safe-buffer": "~5.1.0" + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" } }, - "strip-ansi": { - "version": "3.0.1", - "bundled": true, + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true + }, + "read-pkg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", "dev": true, - "optional": true, "requires": { - "ansi-regex": "^2.0.0" + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" } }, - "strip-json-comments": { - "version": "2.0.1", - "bundled": true, + "read-pkg-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", + "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", "dev": true, - "optional": true + "requires": { + "find-up": "^2.0.0", + "read-pkg": "^3.0.0" + } }, - "tar": { - "version": "4.4.8", - "bundled": true, + "redent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", + "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", "dev": true, - "optional": true, "requires": { - "chownr": "^1.1.1", - "fs-minipass": "^1.2.5", - "minipass": "^2.3.4", - "minizlib": "^1.1.1", - "mkdirp": "^0.5.0", - "safe-buffer": "^5.1.2", - "yallist": "^3.0.2" + "indent-string": "^3.0.0", + "strip-indent": "^2.0.0" } }, - "util-deprecate": { - "version": "1.0.2", - "bundled": true, - "dev": true, - "optional": true + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "dev": true }, - "wide-align": { - "version": "1.1.3", - "bundled": true, + "strip-indent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", + "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", + "dev": true + }, + "trim-newlines": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", + "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", + "dev": true + } + } + }, + "git-up": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/git-up/-/git-up-4.0.1.tgz", + "integrity": "sha512-LFTZZrBlrCrGCG07/dm1aCjjpL1z9L3+5aEeI9SBhAqSc+kiA9Or1bgZhQFNppJX6h/f5McrvJt1mQXTFm6Qrw==", + "dev": true, + "requires": { + "is-ssh": "^1.3.0", + "parse-url": "^5.0.0" + } + }, + "git-url-parse": { + "version": "11.1.2", + "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.1.2.tgz", + "integrity": "sha512-gZeLVGY8QVKMIkckncX+iCq2/L8PlwncvDFKiWkBn9EtCfYDbliRTTp6qzyQ1VMdITUfq7293zDzfpjdiGASSQ==", + "dev": true, + "requires": { + "git-up": "^4.0.0" + } + }, + "gitconfiglocal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz", + "integrity": "sha1-QdBF84UaXqiPA/JMocYXgRRGS5s=", + "dev": true, + "requires": { + "ini": "^1.3.2" + } + }, + "glob": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "dev": true, + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "dev": true, + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "global-dirs": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz", + "integrity": "sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=", + "dev": true, + "requires": { + "ini": "^1.3.4" + } + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true + }, + "globby": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/globby/-/globby-7.1.1.tgz", + "integrity": "sha1-+yzP+UAfhgCUXfral0QMypcrhoA=", + "dev": true, + "requires": { + "array-union": "^1.0.1", + "dir-glob": "^2.0.0", + "glob": "^7.1.2", + "ignore": "^3.3.5", + "pify": "^3.0.0", + "slash": "^1.0.0" + }, + "dependencies": { + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true + } + } + }, + "got": { + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", + "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", + "dev": true, + "requires": { + "@sindresorhus/is": "^0.14.0", + "@szmarczak/http-timer": "^1.1.2", + "cacheable-request": "^6.0.0", + "decompress-response": "^3.3.0", + "duplexer3": "^0.1.4", + "get-stream": "^4.1.0", + "lowercase-keys": "^1.0.1", + "mimic-response": "^1.0.1", + "p-cancelable": "^1.0.0", + "to-readable-stream": "^1.0.0", + "url-parse-lax": "^3.0.0" + }, + "dependencies": { + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", "dev": true, - "optional": true, "requires": { - "string-width": "^1.0.2 || 2" + "pump": "^3.0.0" } - }, - "wrappy": { - "version": "1.0.2", - "bundled": true, - "dev": true, - "optional": true - }, - "yallist": { - "version": "3.0.3", - "bundled": true, - "dev": true, - "optional": true } } }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "graceful-fs": { + "version": "4.1.15", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz", + "integrity": "sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==", "dev": true }, - "genfun": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/genfun/-/genfun-5.0.0.tgz", - "integrity": "sha512-KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA==", + "growly": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz", + "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=", "dev": true }, - "get-caller-file": { + "hammerjs": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/hammerjs/-/hammerjs-2.0.8.tgz", + "integrity": "sha1-BO93hiz/K7edMPdpIJWTAiK/YPE=" + }, + "handle-thing": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.0.tgz", + "integrity": "sha512-d4sze1JNC454Wdo2fkuyzCr6aHcbL6PGGuFAz0Li/NcOm1tCHGnWDRmJP85dh9IhQErTc2svWFEX5xHIOo//kQ==", + "dev": true + }, + "handlebars": { + "version": "4.7.3", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.3.tgz", + "integrity": "sha512-SRGwSYuNfx8DwHD/6InAPzD6RgeruWLT+B8e8a7gGs8FWgHzlExpTFMEq2IA6QpAfOClpKHy6+8IqTjeBCu6Kg==", + "dev": true, + "requires": { + "neo-async": "^2.6.0", + "optimist": "^0.6.1", + "source-map": "^0.6.1", + "uglify-js": "^3.1.4" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" + }, + "har-validator": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz", + "integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==", + "requires": { + "ajv": "^6.5.5", + "har-schema": "^2.0.0" + } + }, + "has": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz", - "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", "dev": true }, - "get-pkg-repo": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/get-pkg-repo/-/get-pkg-repo-1.4.0.tgz", - "integrity": "sha1-xztInAbYDMVTbCyFP54FIyBWly0=", + "has-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz", + "integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=", + "dev": true + }, + "has-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", + "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", "dev": true, "requires": { - "hosted-git-info": "^2.1.4", - "meow": "^3.3.0", - "normalize-package-data": "^2.3.0", - "parse-github-repo-url": "^1.3.0", - "through2": "^2.0.0" + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" } }, - "get-stdin": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", - "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", + "has-values": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", + "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", + "dev": true, + "requires": { + "is-number": "^3.0.0", + "kind-of": "^4.0.0" + }, + "dependencies": { + "kind-of": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "has-yarn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz", + "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==", "dev": true }, - "get-stream": { - "version": "3.0.0", - "resolved": "http://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", - "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=", + "hash-base": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz", + "integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" + } + }, + "hex-color-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz", + "integrity": "sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==", "dev": true }, - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", - "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=", + "highlight.js": { + "version": "9.15.8", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.15.8.tgz", + "integrity": "sha512-RrapkKQWwE+wKdF73VsOa2RQdIoO3mxwJ4P8mhbI6KYJUraUHRKM5w5zQQKXNk0xNL4UVRdulV9SBJcmzJNzVA==" + }, + "hmac-drbg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", + "dev": true, + "requires": { + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" + } + }, + "hoek": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/hoek/-/hoek-5.0.4.tgz", + "integrity": "sha512-Alr4ZQgoMlnere5FZJsIyfIjORBqZll5POhDsF4q64dPuJR6rNxXdDxtHSQq8OXRurhmx+PWYEE8bXRROY8h0w==" + }, + "hosted-git-info": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz", + "integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==", + "dev": true + }, + "hpack.js": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" + } + }, + "hsl-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hsl-regex/-/hsl-regex-1.0.0.tgz", + "integrity": "sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4=", + "dev": true + }, + "hsla-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hsla-regex/-/hsla-regex-1.0.0.tgz", + "integrity": "sha1-wc56MWjIxmFAM6S194d/OyJfnDg=", + "dev": true + }, + "html-comment-regex": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.2.tgz", + "integrity": "sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==", + "dev": true + }, + "html-encoding-sniffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz", + "integrity": "sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==", + "dev": true, + "requires": { + "whatwg-encoding": "^1.0.1" + } + }, + "html-entities": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.2.1.tgz", + "integrity": "sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=", + "dev": true + }, + "http-cache-semantics": { + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz", + "integrity": "sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==", + "dev": true + }, + "http-deceiver": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=", "dev": true }, - "getos": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/getos/-/getos-3.1.1.tgz", - "integrity": "sha512-oUP1rnEhAr97rkitiszGP9EgDVYnmchgFzfqRzSkgtfv7ai6tEi7Ko8GgjNXts7VLWEqrTWyhsOKLe5C5b/Zkg==", + "http-errors": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", + "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", "dev": true, "requires": { - "async": "2.6.1" + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.1", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.0" } }, - "getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "http-parser-js": { + "version": "0.4.10", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.4.10.tgz", + "integrity": "sha1-ksnBN0w1CF912zWexWzCV8u5P6Q=", + "dev": true + }, + "http-proxy": { + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.0.tgz", + "integrity": "sha512-84I2iJM/n1d4Hdgc6y2+qY5mDaz2PUVjlg9znE9byl+q0uC3DeByqBGReQu5tpLK0TAqTIXScRUV+dg7+bUPpQ==", + "dev": true, "requires": { - "assert-plus": "^1.0.0" + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" } }, - "git-raw-commits": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-1.3.6.tgz", - "integrity": "sha512-svsK26tQ8vEKnMshTDatSIQSMDdz8CxIIqKsvPqbtV23Etmw6VNaFAitu8zwZ0VrOne7FztwPyRLxK7/DIUTQg==", + "http-proxy-agent": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-2.1.0.tgz", + "integrity": "sha512-qwHbBLV7WviBl0rQsOzH6o5lwyOIvwp/BdFnvVxXORldu5TmjFfjzBcWUWS5kWAZhmv+JtiDhSuQCp4sBfbIgg==", "dev": true, "requires": { - "dargs": "^4.0.1", - "lodash.template": "^4.0.2", - "meow": "^4.0.0", - "split2": "^2.0.0", - "through2": "^2.0.0" + "agent-base": "4", + "debug": "3.1.0" }, "dependencies": { - "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", - "dev": true - }, - "camelcase-keys": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", - "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", - "dev": true, - "requires": { - "camelcase": "^4.1.0", - "map-obj": "^2.0.0", - "quick-lru": "^1.0.0" - } - }, - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", - "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", - "dev": true - }, - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - } - }, - "map-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", - "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", - "dev": true - }, - "meow": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", - "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", - "dev": true, - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" - } - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true - }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", - "dev": true, - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - } - }, - "read-pkg-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", - "dev": true, - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - } - }, - "redent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", - "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", + "debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", "dev": true, "requires": { - "indent-string": "^3.0.0", - "strip-indent": "^2.0.0" + "ms": "2.0.0" } }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "dev": true - }, - "strip-indent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", - "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", - "dev": true - }, - "trim-newlines": { + "ms": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", - "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true } } }, - "git-remote-origin-url": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz", - "integrity": "sha1-UoJlna4hBxRaERJhEq0yFuxfpl8=", + "http-proxy-middleware": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz", + "integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==", "dev": true, "requires": { - "gitconfiglocal": "^1.0.0", - "pify": "^2.3.0" + "http-proxy": "^1.17.0", + "is-glob": "^4.0.0", + "lodash": "^4.17.11", + "micromatch": "^3.1.10" } }, - "git-semver-tags": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-2.0.2.tgz", - "integrity": "sha512-34lMF7Yo1xEmsK2EkbArdoU79umpvm0MfzaDkSNYSJqtM5QLAVTPWgpiXSVI5o/O9EvZPSrP4Zvnec/CqhSd5w==", + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "requires": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, + "https-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", + "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=", + "dev": true + }, + "https-proxy-agent": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz", + "integrity": "sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==", "dev": true, "requires": { - "meow": "^4.0.0", - "semver": "^5.5.0" + "agent-base": "^4.3.0", + "debug": "^3.1.0" + } + }, + "humanize-ms": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", + "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", + "dev": true, + "requires": { + "ms": "^2.0.0" + } + }, + "husky": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-1.3.1.tgz", + "integrity": "sha512-86U6sVVVf4b5NYSZ0yvv88dRgBSSXXmHaiq5pP4KDj5JVzdwKgBjEtUPOm8hcoytezFwbU+7gotXNhpHdystlg==", + "dev": true, + "requires": { + "cosmiconfig": "^5.0.7", + "execa": "^1.0.0", + "find-up": "^3.0.0", + "get-stdin": "^6.0.0", + "is-ci": "^2.0.0", + "pkg-dir": "^3.0.0", + "please-upgrade-node": "^3.1.1", + "read-pkg": "^4.0.1", + "run-node": "^1.0.0", + "slash": "^2.0.0" }, "dependencies": { - "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", + "ci-info": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", + "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", "dev": true }, - "camelcase-keys": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", - "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", + "execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "dev": true, + "requires": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "dev": true, "requires": { - "camelcase": "^4.1.0", - "map-obj": "^2.0.0", - "quick-lru": "^1.0.0" + "locate-path": "^3.0.0" } }, - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", - "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", + "get-stdin": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz", + "integrity": "sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==", "dev": true }, - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", "dev": true, "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" + "pump": "^3.0.0" } }, - "map-obj": { + "is-ci": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", - "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", - "dev": true + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", + "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", + "dev": true, + "requires": { + "ci-info": "^2.0.0" + } }, - "meow": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", - "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "dev": true, "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "p-limit": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz", + "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", + "dev": true, + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "requires": { + "p-limit": "^2.0.0" } }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true + }, "parse-json": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", @@ -9142,299 +11790,414 @@ "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", "dev": true }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", - "dev": true, - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - } - }, - "read-pkg-up": { + "pkg-dir": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", "dev": true, "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" + "find-up": "^3.0.0" } }, - "redent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", - "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", + "read-pkg": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-4.0.1.tgz", + "integrity": "sha1-ljYlN48+HE1IyFhytabsfV0JMjc=", "dev": true, "requires": { - "indent-string": "^3.0.0", - "strip-indent": "^2.0.0" + "normalize-package-data": "^2.3.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0" } }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "dev": true - }, - "strip-indent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", - "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", - "dev": true - }, - "trim-newlines": { + "slash": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", - "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", + "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", "dev": true } } }, - "git-up": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/git-up/-/git-up-4.0.1.tgz", - "integrity": "sha512-LFTZZrBlrCrGCG07/dm1aCjjpL1z9L3+5aEeI9SBhAqSc+kiA9Or1bgZhQFNppJX6h/f5McrvJt1mQXTFm6Qrw==", + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", "dev": true, "requires": { - "is-ssh": "^1.3.0", - "parse-url": "^5.0.0" + "safer-buffer": ">= 2.1.2 < 3" } }, - "git-url-parse": { - "version": "11.1.2", - "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.1.2.tgz", - "integrity": "sha512-gZeLVGY8QVKMIkckncX+iCq2/L8PlwncvDFKiWkBn9EtCfYDbliRTTp6qzyQ1VMdITUfq7293zDzfpjdiGASSQ==", + "ieee754": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz", + "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==" + }, + "iferr": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz", + "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=", + "dev": true + }, + "ignore": { + "version": "3.3.10", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz", + "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==", + "dev": true + }, + "ignore-walk": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.3.tgz", + "integrity": "sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==", "dev": true, "requires": { - "git-up": "^4.0.0" + "minimatch": "^3.0.4" } }, - "gitconfiglocal": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz", - "integrity": "sha1-QdBF84UaXqiPA/JMocYXgRRGS5s=", + "image-size": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz", + "integrity": "sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=", "dev": true, - "requires": { - "ini": "^1.3.2" - } + "optional": true }, - "glob": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", - "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", + "immediate": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", + "integrity": "sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=" + }, + "import-cwd": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz", + "integrity": "sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=", "dev": true, "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "import-from": "^2.1.0" } }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "import-fresh": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", + "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", "dev": true, "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "dev": true, - "requires": { - "is-extglob": "^2.1.0" - } - } + "caller-path": "^2.0.0", + "resolve-from": "^3.0.0" } }, - "global-dirs": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz", - "integrity": "sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=", + "import-from": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz", + "integrity": "sha1-M1238qev/VOqpHHUuAId7ja387E=", "dev": true, "requires": { - "ini": "^1.3.4" - } - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "resolve-from": "^3.0.0" + } + }, + "import-lazy": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", + "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=", "dev": true }, - "globby": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/globby/-/globby-7.1.1.tgz", - "integrity": "sha1-+yzP+UAfhgCUXfral0QMypcrhoA=", + "import-local": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz", + "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==", "dev": true, "requires": { - "array-union": "^1.0.1", - "dir-glob": "^2.0.0", - "glob": "^7.1.2", - "ignore": "^3.3.5", - "pify": "^3.0.0", - "slash": "^1.0.0" + "pkg-dir": "^3.0.0", + "resolve-cwd": "^2.0.0" }, "dependencies": { - "pify": { + "find-up": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "requires": { + "locate-path": "^3.0.0" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "p-limit": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz", + "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", + "dev": true, + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "requires": { + "p-limit": "^2.0.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true + }, + "pkg-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "dev": true, + "requires": { + "find-up": "^3.0.0" + } } } }, - "got": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", - "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "dev": true + }, + "indent-string": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", + "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", "dev": true, "requires": { - "@sindresorhus/is": "^0.14.0", - "@szmarczak/http-timer": "^1.1.2", - "cacheable-request": "^6.0.0", - "decompress-response": "^3.3.0", - "duplexer3": "^0.1.4", - "get-stream": "^4.1.0", - "lowercase-keys": "^1.0.1", - "mimic-response": "^1.0.1", - "p-cancelable": "^1.0.0", - "to-readable-stream": "^1.0.0", - "url-parse-lax": "^3.0.0" - }, - "dependencies": { - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - } + "repeating": "^2.0.0" } }, - "graceful-fs": { - "version": "4.1.15", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz", - "integrity": "sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==", + "indexes-of": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz", + "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=", "dev": true }, - "growly": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz", - "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=", + "infer-owner": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", + "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", "dev": true }, - "hammerjs": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/hammerjs/-/hammerjs-2.0.8.tgz", - "integrity": "sha1-BO93hiz/K7edMPdpIJWTAiK/YPE=" + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } }, - "handle-thing": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.0.tgz", - "integrity": "sha512-d4sze1JNC454Wdo2fkuyzCr6aHcbL6PGGuFAz0Li/NcOm1tCHGnWDRmJP85dh9IhQErTc2svWFEX5xHIOo//kQ==", + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "ini": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", + "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", "dev": true }, - "handlebars": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz", - "integrity": "sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==", + "injection-js": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/injection-js/-/injection-js-2.2.2.tgz", + "integrity": "sha512-9K4fW2NNPG3JCvORx5G/T6q/PZYIr43RFgxBvtk3OV4omh5iqvpK4cChuBfhgPnRbXSgZRfuROh0XG5KNA8Xlg==", + "dev": true + }, + "inquirer": { + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-6.5.1.tgz", + "integrity": "sha512-uxNHBeQhRXIoHWTSNYUFhQVrHYFThIt6IVo2fFmSe8aBwdR3/w6b58hJpiL/fMukFkvGzjg+hSxFtwvVmKZmXw==", "dev": true, "requires": { - "neo-async": "^2.6.0", - "optimist": "^0.6.1", - "source-map": "^0.6.1", - "uglify-js": "^3.1.4" + "ansi-escapes": "^4.2.1", + "chalk": "^2.4.2", + "cli-cursor": "^3.1.0", + "cli-width": "^2.0.0", + "external-editor": "^3.0.3", + "figures": "^3.0.0", + "lodash": "^4.17.15", + "mute-stream": "0.0.8", + "run-async": "^2.2.0", + "rxjs": "^6.4.0", + "string-width": "^4.1.0", + "strip-ansi": "^5.1.0", + "through": "^2.3.6" }, "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "ansi-escapes": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.2.1.tgz", + "integrity": "sha512-Cg3ymMAdN10wOk/VYfLV7KCQyv7EDirJ64500sU7n9UlmioEtDuU5Gd+hj73hXSU/ex7tHJSssmyftDdkMLO8Q==", + "dev": true, + "requires": { + "type-fest": "^0.5.2" + } + }, + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true + }, + "cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "requires": { + "restore-cursor": "^3.1.0" + } + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "figures": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.0.0.tgz", + "integrity": "sha512-HKri+WoWoUgr83pehn/SIgLOMZ9nAWC6dcGj26RY2R4F50u4+RTUz0RCrUlOV3nKRAICW1UGzyb+kcX2qK1S/g==", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.5" + } + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "mute-stream": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", "dev": true + }, + "onetime": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.0.tgz", + "integrity": "sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==", + "dev": true, + "requires": { + "mimic-fn": "^2.1.0" + } + }, + "restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "requires": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + } + }, + "string-width": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.1.0.tgz", + "integrity": "sha512-NrX+1dVVh+6Y9dnQ19pR0pP4FiEIlUvdTGn8pw6CKTNq5sgib2nIhmUNT5TAmhWmvKr3WcxBcP3E8nWezuipuQ==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^5.2.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "requires": { + "ansi-regex": "^4.1.0" + } } } }, - "har-schema": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" - }, - "har-validator": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz", - "integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==", + "internal-ip": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-4.3.0.tgz", + "integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==", + "dev": true, "requires": { - "ajv": "^6.5.5", - "har-schema": "^2.0.0" + "default-gateway": "^4.2.0", + "ipaddr.js": "^1.9.0" } }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "interpret": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.2.0.tgz", + "integrity": "sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw==", + "dev": true + }, + "invariant": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", + "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", "dev": true, "requires": { - "function-bind": "^1.1.1" + "loose-envify": "^1.0.0" } }, - "has-ansi": { + "invert-kv": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", - "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", - "dev": true, - "requires": { - "ansi-regex": "^2.0.0" - } + "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz", + "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==", + "dev": true }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "ip": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", + "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=", "dev": true }, - "has-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz", - "integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=", + "ip-regex": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz", + "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=", "dev": true }, - "has-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", - "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", - "dev": true, - "requires": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" - } + "ipaddr.js": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.0.tgz", + "integrity": "sha512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA==", + "dev": true }, - "has-values": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", - "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", + "is-absolute-url": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.1.0.tgz", + "integrity": "sha1-UFMN+4T8yap9vnhS6Do3uTufKqY=", + "dev": true + }, + "is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", "dev": true, "requires": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" + "kind-of": "^3.0.2" }, "dependencies": { "kind-of": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", - "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { "is-buffer": "^1.1.5" @@ -9442,1276 +12205,1273 @@ } } }, - "has-yarn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz", - "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==", + "is-arguments": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.4.tgz", + "integrity": "sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA==", "dev": true }, - "hash-base": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz", - "integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=", - "dev": true, - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } - }, - "hash.js": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", - "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" - } - }, - "highlight.js": { - "version": "9.15.8", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.15.8.tgz", - "integrity": "sha512-RrapkKQWwE+wKdF73VsOa2RQdIoO3mxwJ4P8mhbI6KYJUraUHRKM5w5zQQKXNk0xNL4UVRdulV9SBJcmzJNzVA==" + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "dev": true }, - "hmac-drbg": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", - "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "dev": true, "requires": { - "hash.js": "^1.0.3", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.1" + "binary-extensions": "^2.0.0" } }, - "hoek": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/hoek/-/hoek-5.0.4.tgz", - "integrity": "sha512-Alr4ZQgoMlnere5FZJsIyfIjORBqZll5POhDsF4q64dPuJR6rNxXdDxtHSQq8OXRurhmx+PWYEE8bXRROY8h0w==" - }, - "hosted-git-info": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz", - "integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==", + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", "dev": true }, - "hpack.js": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", - "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", - "dev": true, - "requires": { - "inherits": "^2.0.1", - "obuf": "^1.0.0", - "readable-stream": "^2.0.1", - "wbuf": "^1.1.0" - } + "is-callable": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz", + "integrity": "sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==", + "dev": true }, - "html-encoding-sniffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz", - "integrity": "sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==", + "is-ci": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz", + "integrity": "sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==", "dev": true, "requires": { - "whatwg-encoding": "^1.0.1" + "ci-info": "^1.5.0" } }, - "html-entities": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.2.1.tgz", - "integrity": "sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=", - "dev": true - }, - "http-cache-semantics": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz", - "integrity": "sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==", - "dev": true - }, - "http-deceiver": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", - "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=", - "dev": true - }, - "http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", - "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", + "is-color-stop": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-color-stop/-/is-color-stop-1.1.0.tgz", + "integrity": "sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=", "dev": true, "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" + "css-color-names": "^0.0.4", + "hex-color-regex": "^1.1.0", + "hsl-regex": "^1.0.0", + "hsla-regex": "^1.0.0", + "rgb-regex": "^1.0.1", + "rgba-regex": "^1.0.0" } }, - "http-parser-js": { - "version": "0.4.10", - "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.4.10.tgz", - "integrity": "sha1-ksnBN0w1CF912zWexWzCV8u5P6Q=", - "dev": true - }, - "http-proxy": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.0.tgz", - "integrity": "sha512-84I2iJM/n1d4Hdgc6y2+qY5mDaz2PUVjlg9znE9byl+q0uC3DeByqBGReQu5tpLK0TAqTIXScRUV+dg7+bUPpQ==", + "is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", "dev": true, "requires": { - "eventemitter3": "^4.0.0", - "follow-redirects": "^1.0.0", - "requires-port": "^1.0.0" + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } } }, - "http-proxy-agent": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-2.1.0.tgz", - "integrity": "sha512-qwHbBLV7WviBl0rQsOzH6o5lwyOIvwp/BdFnvVxXORldu5TmjFfjzBcWUWS5kWAZhmv+JtiDhSuQCp4sBfbIgg==", + "is-date-object": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz", + "integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=", + "dev": true + }, + "is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", "dev": true, "requires": { - "agent-base": "4", - "debug": "3.1.0" + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" }, "dependencies": { - "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", "dev": true } } }, - "http-proxy-middleware": { - "version": "0.19.1", - "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz", - "integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==", + "is-directory": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", + "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=", + "dev": true + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", + "dev": true + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "dev": true + }, + "is-finite": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz", + "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=", "dev": true, "requires": { - "http-proxy": "^1.17.0", - "is-glob": "^4.0.0", - "lodash": "^4.17.11", - "micromatch": "^3.1.10" + "number-is-nan": "^1.0.0" } }, - "http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "dev": true, "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" + "number-is-nan": "^1.0.0" } }, - "https-browserify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", - "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=", + "is-generator-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", + "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", "dev": true }, - "https-proxy-agent": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.1.tgz", - "integrity": "sha512-HPCTS1LW51bcyMYbxUIOO4HEOlQ1/1qRaFWcyxvwaqUS9TY88aoEuHUY33kuAh1YhVVaDQhLZsnPd+XNARWZlQ==", + "is-glob": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", + "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", "dev": true, "requires": { - "agent-base": "^4.1.0", - "debug": "^3.1.0" + "is-extglob": "^2.1.1" } }, - "humanize-ms": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", - "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", + "is-installed-globally": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.1.0.tgz", + "integrity": "sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA=", "dev": true, "requires": { - "ms": "^2.0.0" + "global-dirs": "^0.1.0", + "is-path-inside": "^1.0.0" } }, - "husky": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-1.3.1.tgz", - "integrity": "sha512-86U6sVVVf4b5NYSZ0yvv88dRgBSSXXmHaiq5pP4KDj5JVzdwKgBjEtUPOm8hcoytezFwbU+7gotXNhpHdystlg==", - "dev": true, - "requires": { - "cosmiconfig": "^5.0.7", - "execa": "^1.0.0", - "find-up": "^3.0.0", - "get-stdin": "^6.0.0", - "is-ci": "^2.0.0", - "pkg-dir": "^3.0.0", - "please-upgrade-node": "^3.1.1", - "read-pkg": "^4.0.1", - "run-node": "^1.0.0", - "slash": "^2.0.0" - }, - "dependencies": { - "ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", - "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", - "dev": true - }, - "execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "dev": true, - "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - } - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dev": true, - "requires": { - "locate-path": "^3.0.0" - } - }, - "get-stdin": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz", - "integrity": "sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==", - "dev": true - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", - "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", - "dev": true, - "requires": { - "ci-info": "^2.0.0" - } - }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "p-limit": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz", - "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dev": true, - "requires": { - "p-limit": "^2.0.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true - }, - "pkg-dir": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", - "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "dev": true + }, + "is-module": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", + "integrity": "sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=", + "dev": true + }, + "is-npm": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-3.0.0.tgz", + "integrity": "sha512-wsigDr1Kkschp2opC4G3yA6r9EgVA6NjRpWzIi9axXqeIaAATPRJc4uLujXe3Nd9uO8KoDyA4MD6aZSeXTADhA==", + "dev": true + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "dev": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "find-up": "^3.0.0" + "is-buffer": "^1.1.5" } - }, - "read-pkg": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-4.0.1.tgz", - "integrity": "sha1-ljYlN48+HE1IyFhytabsfV0JMjc=", + } + } + }, + "is-obj": { + "version": "1.0.1", + "resolved": "http://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=", + "dev": true + }, + "is-path-cwd": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", + "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==", + "dev": true + }, + "is-path-in-cwd": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz", + "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==", + "dev": true, + "requires": { + "is-path-inside": "^2.1.0" + }, + "dependencies": { + "is-path-inside": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz", + "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==", "dev": true, "requires": { - "normalize-package-data": "^2.3.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0" + "path-is-inside": "^1.0.2" } - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", - "dev": true } } }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "is-path-inside": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", + "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=", "dev": true, "requires": { - "safer-buffer": ">= 2.1.2 < 3" + "path-is-inside": "^1.0.1" } }, - "ieee754": { - "version": "1.1.13", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz", - "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==" - }, - "iferr": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz", - "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=", + "is-plain-obj": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", + "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=", "dev": true }, - "ignore": { - "version": "3.3.10", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz", - "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==", + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dev": true, + "requires": { + "isobject": "^3.0.1" + } + }, + "is-promise": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz", + "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=", "dev": true }, - "ignore-walk": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.3.tgz", - "integrity": "sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==", + "is-reference": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.1.4.tgz", + "integrity": "sha512-uJA/CDPO3Tao3GTrxYn6AwkM4nUPJiGGYu5+cB8qbC7WGFlrKZbiRo7SFKxUAEpFUfiHofWCXBUNhvYJMh+6zw==", "dev": true, "requires": { - "minimatch": "^3.0.4" + "@types/estree": "0.0.39" } }, - "image-size": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz", - "integrity": "sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=", + "is-regex": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz", + "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=", "dev": true, - "optional": true + "requires": { + "has": "^1.0.1" + } }, - "immediate": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", - "integrity": "sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=" + "is-regular-file": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-regular-file/-/is-regular-file-1.1.1.tgz", + "integrity": "sha512-+1U3MZrVwC4HM6VUKk3L5fiHtNd2d9kayzEJhmQ+B+uIBPE/p8Fy8QVdkx0HIr3o9J5TOKJY40eI5GfTfBqbdA==", + "dev": true }, - "import-cwd": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz", - "integrity": "sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=", + "is-resolvable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz", + "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==", + "dev": true + }, + "is-ssh": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.3.1.tgz", + "integrity": "sha512-0eRIASHZt1E68/ixClI8bp2YK2wmBPVWEismTs6M+M099jKgrzl/3E976zIbImSIob48N2/XGe9y7ZiYdImSlg==", "dev": true, "requires": { - "import-from": "^2.1.0" + "protocols": "^1.1.0" } }, - "import-fresh": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", - "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" + }, + "is-svg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz", + "integrity": "sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ==", "dev": true, "requires": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" + "html-comment-regex": "^1.1.0" } }, - "import-from": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz", - "integrity": "sha1-M1238qev/VOqpHHUuAId7ja387E=", + "is-symbol": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.2.tgz", + "integrity": "sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw==", "dev": true, "requires": { - "resolve-from": "^3.0.0" + "has-symbols": "^1.0.0" } }, - "import-lazy": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", - "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=", + "is-text-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz", + "integrity": "sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=", + "dev": true, + "requires": { + "text-extensions": "^1.0.0" + } + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" + }, + "is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", "dev": true }, - "import-local": { + "is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", + "dev": true + }, + "is-wsl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=", + "dev": true + }, + "is-yarn-global": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz", + "integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==", + "dev": true + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "isemail": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/isemail/-/isemail-3.2.0.tgz", + "integrity": "sha512-zKqkK+O+dGqevc93KNsbZ/TqTUFd46MwWjYOoMrjIMZ51eU7DtQG3Wmd9SQQT7i7RVnuTPEiYEWHU3MSbxC1Tg==", + "requires": { + "punycode": "2.x.x" + } + }, + "isexe": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz", - "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + }, + "isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "dev": true + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" + }, + "istanbul-lib-coverage": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz", + "integrity": "sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==", + "dev": true + }, + "istanbul-lib-instrument": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.1.tgz", + "integrity": "sha512-imIchxnodll7pvQBYOqUu88EufLCU56LMeFPZZM/fJZ1irYcYdqroaV+ACK1Ila8ls09iEYArp+nqyC6lW1Vfg==", "dev": true, "requires": { - "pkg-dir": "^3.0.0", - "resolve-cwd": "^2.0.0" + "@babel/core": "^7.7.5", + "@babel/parser": "^7.7.5", + "@babel/template": "^7.7.4", + "@babel/traverse": "^7.7.4", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.0.0", + "semver": "^6.3.0" }, "dependencies": { - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "@babel/code-frame": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", + "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==", + "dev": true, + "requires": { + "@babel/highlight": "^7.8.3" + } + }, + "@babel/core": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.8.4.tgz", + "integrity": "sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.8.3", + "@babel/generator": "^7.8.4", + "@babel/helpers": "^7.8.4", + "@babel/parser": "^7.8.4", + "@babel/template": "^7.8.3", + "@babel/traverse": "^7.8.4", + "@babel/types": "^7.8.3", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.0", + "lodash": "^4.17.13", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } + } + }, + "@babel/generator": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.8.4.tgz", + "integrity": "sha512-PwhclGdRpNAf3IxZb0YVuITPZmmrXz9zf6fH8lT4XbrmfQKr6ryBzhv593P5C6poJRciFCL/eHGW2NuGrgEyxA==", "dev": true, "requires": { - "locate-path": "^3.0.0" + "@babel/types": "^7.8.3", + "jsesc": "^2.5.1", + "lodash": "^4.17.13", + "source-map": "^0.5.0" } }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "@babel/helper-function-name": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz", + "integrity": "sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==", "dev": true, "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" + "@babel/helper-get-function-arity": "^7.8.3", + "@babel/template": "^7.8.3", + "@babel/types": "^7.8.3" } }, - "p-limit": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz", - "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", + "@babel/helper-get-function-arity": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz", + "integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==", "dev": true, "requires": { - "p-try": "^2.0.0" + "@babel/types": "^7.8.3" } }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "@babel/helper-split-export-declaration": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz", + "integrity": "sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==", "dev": true, "requires": { - "p-limit": "^2.0.0" + "@babel/types": "^7.8.3" } }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "@babel/helpers": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.8.4.tgz", + "integrity": "sha512-VPbe7wcQ4chu4TDQjimHv/5tj73qz88o12EPkO2ValS2QiQS/1F2SsjyIGNnAD0vF/nZS6Cf9i+vW6HIlnaR8w==", + "dev": true, + "requires": { + "@babel/template": "^7.8.3", + "@babel/traverse": "^7.8.4", + "@babel/types": "^7.8.3" + } + }, + "@babel/highlight": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz", + "integrity": "sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==", + "dev": true, + "requires": { + "chalk": "^2.0.0", + "esutils": "^2.0.2", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.8.4.tgz", + "integrity": "sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==", "dev": true }, - "pkg-dir": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", - "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "@babel/template": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.8.3.tgz", + "integrity": "sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==", "dev": true, "requires": { - "find-up": "^3.0.0" + "@babel/code-frame": "^7.8.3", + "@babel/parser": "^7.8.3", + "@babel/types": "^7.8.3" + } + }, + "@babel/traverse": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.8.4.tgz", + "integrity": "sha512-NGLJPZwnVEyBPLI+bl9y9aSnxMhsKz42so7ApAv9D+b4vAFPpY013FTS9LdKxcABoIYFU52HcYga1pPlx454mg==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.8.3", + "@babel/generator": "^7.8.4", + "@babel/helper-function-name": "^7.8.3", + "@babel/helper-split-export-declaration": "^7.8.3", + "@babel/parser": "^7.8.4", + "@babel/types": "^7.8.3", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.13" + } + }, + "@babel/types": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", + "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", + "dev": true, + "requires": { + "esutils": "^2.0.2", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + }, + "convert-source-map": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", + "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.1" + } + }, + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "dev": true, + "requires": { + "ms": "^2.1.1" } + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "json5": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.1.tgz", + "integrity": "sha512-l+3HXD0GEI3huGq1njuqtzYK8OYJyXMkOLtQ53pjWh89tvWS2h6l+1zMkYWqlb57+SiQodKZyvMEFb2X+KrFhQ==", + "dev": true, + "requires": { + "minimist": "^1.2.0" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true } } }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", - "dev": true - }, - "indent-string": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", - "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", + "istanbul-lib-report": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-2.0.8.tgz", + "integrity": "sha512-fHBeG573EIihhAblwgxrSenp0Dby6tJMFR/HvlerBsrCTD5bkUuoNtn3gVh29ZCS824cGGBPn7Sg7cNk+2xUsQ==", "dev": true, "requires": { - "repeating": "^2.0.0" + "istanbul-lib-coverage": "^2.0.5", + "make-dir": "^2.1.0", + "supports-color": "^6.1.0" + }, + "dependencies": { + "istanbul-lib-coverage": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz", + "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==", + "dev": true + }, + "make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "requires": { + "pify": "^4.0.1", + "semver": "^5.6.0" + } + }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } } }, - "infer-owner": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", - "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", - "dev": true - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "istanbul-lib-source-maps": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.6.tgz", + "integrity": "sha512-R47KzMtDJH6X4/YW9XTx+jrLnZnscW4VpNN+1PViSYTejLVPWv7oov+Duf8YQSPyVRUvueQqz1TcsC6mooZTXw==", "dev": true, "requires": { - "once": "^1.3.0", - "wrappy": "1" + "debug": "^4.1.1", + "istanbul-lib-coverage": "^2.0.5", + "make-dir": "^2.1.0", + "rimraf": "^2.6.3", + "source-map": "^0.6.1" + }, + "dependencies": { + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, + "istanbul-lib-coverage": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz", + "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==", + "dev": true + }, + "make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "requires": { + "pify": "^4.0.1", + "semver": "^5.6.0" + } + }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } } }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", - "dev": true - }, - "injection-js": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/injection-js/-/injection-js-2.2.2.tgz", - "integrity": "sha512-9K4fW2NNPG3JCvORx5G/T6q/PZYIr43RFgxBvtk3OV4omh5iqvpK4cChuBfhgPnRbXSgZRfuROh0XG5KNA8Xlg==", - "dev": true - }, - "inquirer": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-6.5.1.tgz", - "integrity": "sha512-uxNHBeQhRXIoHWTSNYUFhQVrHYFThIt6IVo2fFmSe8aBwdR3/w6b58hJpiL/fMukFkvGzjg+hSxFtwvVmKZmXw==", + "istanbul-reports": { + "version": "2.2.6", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-2.2.6.tgz", + "integrity": "sha512-SKi4rnMyLBKe0Jy2uUdx28h8oG7ph2PPuQPvIAh31d+Ci+lSiEu4C+h3oBPuJ9+mPKhOyW0M8gY4U5NM1WLeXA==", "dev": true, "requires": { - "ansi-escapes": "^4.2.1", - "chalk": "^2.4.2", - "cli-cursor": "^3.1.0", - "cli-width": "^2.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.15", - "mute-stream": "0.0.8", - "run-async": "^2.2.0", - "rxjs": "^6.4.0", - "string-width": "^4.1.0", - "strip-ansi": "^5.1.0", - "through": "^2.3.6" + "handlebars": "^4.1.2" + } + }, + "jest": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/jest/-/jest-24.8.0.tgz", + "integrity": "sha512-o0HM90RKFRNWmAWvlyV8i5jGZ97pFwkeVoGvPW1EtLTgJc2+jcuqcbbqcSZLE/3f2S5pt0y2ZBETuhpWNl1Reg==", + "dev": true, + "requires": { + "import-local": "^2.0.0", + "jest-cli": "^24.8.0" }, "dependencies": { - "ansi-escapes": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.2.1.tgz", - "integrity": "sha512-Cg3ymMAdN10wOk/VYfLV7KCQyv7EDirJ64500sU7n9UlmioEtDuU5Gd+hj73hXSU/ex7tHJSssmyftDdkMLO8Q==", + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "dev": true + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true + }, + "ci-info": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", + "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", + "dev": true + }, + "cliui": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz", + "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", "dev": true, "requires": { - "type-fest": "^0.5.2" + "string-width": "^2.1.1", + "strip-ansi": "^4.0.0", + "wrap-ansi": "^2.0.0" } }, - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "dev": true + "execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "dev": true, + "requires": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } }, - "cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "dev": true, "requires": { - "restore-cursor": "^3.1.0" + "locate-path": "^3.0.0" } }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } + }, + "invert-kv": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz", + "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==", "dev": true }, - "figures": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-3.0.0.tgz", - "integrity": "sha512-HKri+WoWoUgr83pehn/SIgLOMZ9nAWC6dcGj26RY2R4F50u4+RTUz0RCrUlOV3nKRAICW1UGzyb+kcX2qK1S/g==", + "is-ci": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", + "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", "dev": true, "requires": { - "escape-string-regexp": "^1.0.5" + "ci-info": "^2.0.0" } }, "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", "dev": true }, - "mute-stream": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", - "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", - "dev": true + "jest-cli": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-24.8.0.tgz", + "integrity": "sha512-+p6J00jSMPQ116ZLlHJJvdf8wbjNbZdeSX9ptfHX06/MSNaXmKihQzx5vQcw0q2G6JsdVkUIdWbOWtSnaYs3yA==", + "dev": true, + "requires": { + "@jest/core": "^24.8.0", + "@jest/test-result": "^24.8.0", + "@jest/types": "^24.8.0", + "chalk": "^2.0.1", + "exit": "^0.1.2", + "import-local": "^2.0.0", + "is-ci": "^2.0.0", + "jest-config": "^24.8.0", + "jest-util": "^24.8.0", + "jest-validate": "^24.8.0", + "prompts": "^2.0.1", + "realpath-native": "^1.1.0", + "yargs": "^12.0.2" + } }, - "onetime": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.0.tgz", - "integrity": "sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==", + "lcid": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz", + "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", "dev": true, "requires": { - "mimic-fn": "^2.1.0" + "invert-kv": "^2.0.0" } }, - "restore-cursor": { + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "os-locale": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz", + "integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==", "dev": true, "requires": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" + "execa": "^1.0.0", + "lcid": "^2.0.0", + "mem": "^4.0.0" } }, - "string-width": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.1.0.tgz", - "integrity": "sha512-NrX+1dVVh+6Y9dnQ19pR0pP4FiEIlUvdTGn8pw6CKTNq5sgib2nIhmUNT5TAmhWmvKr3WcxBcP3E8nWezuipuQ==", + "p-limit": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz", + "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", "dev": true, "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^5.2.0" + "p-try": "^2.0.0" } }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "dev": true, "requires": { - "ansi-regex": "^4.1.0" + "p-limit": "^2.0.0" } - } - } - }, - "internal-ip": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-4.3.0.tgz", - "integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==", - "dev": true, - "requires": { - "default-gateway": "^4.2.0", - "ipaddr.js": "^1.9.0" - } - }, - "interpret": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.2.0.tgz", - "integrity": "sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw==", - "dev": true - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", - "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", - "dev": true, - "requires": { - "loose-envify": "^1.0.0" - } - }, - "invert-kv": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz", - "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==", - "dev": true - }, - "ip": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=", - "dev": true - }, - "ip-regex": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz", - "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=", - "dev": true - }, - "ipaddr.js": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.0.tgz", - "integrity": "sha512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA==", - "dev": true - }, - "is-absolute-url": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz", - "integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==", - "dev": true - }, - "is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "dev": true, - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, "requires": { - "is-buffer": "^1.1.5" + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" } - } - } - }, - "is-arguments": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.4.tgz", - "integrity": "sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA==", - "dev": true - }, - "is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", - "dev": true - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "requires": { - "binary-extensions": "^2.0.0" - } - }, - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true - }, - "is-callable": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz", - "integrity": "sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==", - "dev": true - }, - "is-ci": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz", - "integrity": "sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==", - "dev": true, - "requires": { - "ci-info": "^1.5.0" - } - }, - "is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "dev": true, - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "is-buffer": "^1.1.5" + "ansi-regex": "^3.0.0" } - } - } - }, - "is-date-object": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz", - "integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=", - "dev": true - }, - "is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "dev": true, - "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "dependencies": { - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", "dev": true - } - } - }, - "is-directory": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", - "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=", - "dev": true - }, - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "dev": true - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true - }, - "is-finite": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz", - "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=", - "dev": true, - "requires": { - "number-is-nan": "^1.0.0" - } - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "dev": true, - "requires": { - "number-is-nan": "^1.0.0" - } - }, - "is-generator-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", - "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", - "dev": true - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", - "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", - "dev": true, - "requires": { - "is-extglob": "^2.1.1" - } - }, - "is-installed-globally": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.1.0.tgz", - "integrity": "sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA=", - "dev": true, - "requires": { - "global-dirs": "^0.1.0", - "is-path-inside": "^1.0.0" - } - }, - "is-interactive": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", - "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", - "dev": true - }, - "is-module": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", - "integrity": "sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=", - "dev": true - }, - "is-npm": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-3.0.0.tgz", - "integrity": "sha512-wsigDr1Kkschp2opC4G3yA6r9EgVA6NjRpWzIi9axXqeIaAATPRJc4uLujXe3Nd9uO8KoDyA4MD6aZSeXTADhA==", - "dev": true - }, - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dev": true, - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + }, + "yargs": { + "version": "12.0.5", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz", + "integrity": "sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==", "dev": true, "requires": { - "is-buffer": "^1.1.5" + "cliui": "^4.0.0", + "decamelize": "^1.2.0", + "find-up": "^3.0.0", + "get-caller-file": "^1.0.1", + "os-locale": "^3.0.0", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^2.0.0", + "which-module": "^2.0.0", + "y18n": "^3.2.1 || ^4.0.0", + "yargs-parser": "^11.1.1" + } + }, + "yargs-parser": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz", + "integrity": "sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==", + "dev": true, + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" } } } }, - "is-obj": { - "version": "1.0.1", - "resolved": "http://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", - "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=", - "dev": true - }, - "is-path-cwd": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", - "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==", - "dev": true - }, - "is-path-in-cwd": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz", - "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==", + "jest-changed-files": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-24.8.0.tgz", + "integrity": "sha512-qgANC1Yrivsq+UrLXsvJefBKVoCsKB0Hv+mBb6NMjjZ90wwxCDmU3hsCXBya30cH+LnPYjwgcU65i6yJ5Nfuug==", "dev": true, "requires": { - "is-path-inside": "^2.1.0" + "@jest/types": "^24.8.0", + "execa": "^1.0.0", + "throat": "^4.0.0" }, "dependencies": { - "is-path-inside": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz", - "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==", + "execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", "dev": true, "requires": { - "path-is-inside": "^1.0.2" + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } + }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dev": true, + "requires": { + "pump": "^3.0.0" } } } }, - "is-path-inside": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", - "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=", + "jest-config": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-24.8.0.tgz", + "integrity": "sha512-Czl3Nn2uEzVGsOeaewGWoDPD8GStxCpAe0zOYs2x2l0fZAgPbCr3uwUkgNKV3LwE13VXythM946cd5rdGkkBZw==", "dev": true, "requires": { - "path-is-inside": "^1.0.1" + "@babel/core": "^7.1.0", + "@jest/test-sequencer": "^24.8.0", + "@jest/types": "^24.8.0", + "babel-jest": "^24.8.0", + "chalk": "^2.0.1", + "glob": "^7.1.1", + "jest-environment-jsdom": "^24.8.0", + "jest-environment-node": "^24.8.0", + "jest-get-type": "^24.8.0", + "jest-jasmine2": "^24.8.0", + "jest-regex-util": "^24.3.0", + "jest-resolve": "^24.8.0", + "jest-util": "^24.8.0", + "jest-validate": "^24.8.0", + "micromatch": "^3.1.10", + "pretty-format": "^24.8.0", + "realpath-native": "^1.1.0" } }, - "is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", - "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=", - "dev": true + "jest-diff": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-24.8.0.tgz", + "integrity": "sha512-wxetCEl49zUpJ/bvUmIFjd/o52J+yWcoc5ZyPq4/W1LUKGEhRYDIbP1KcF6t+PvqNrGAFk4/JhtxDq/Nnzs66g==", + "dev": true, + "requires": { + "chalk": "^2.0.1", + "diff-sequences": "^24.3.0", + "jest-get-type": "^24.8.0", + "pretty-format": "^24.8.0" + } }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "jest-docblock": { + "version": "24.3.0", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-24.3.0.tgz", + "integrity": "sha512-nlANmF9Yq1dufhFlKG9rasfQlrY7wINJbo3q01tu56Jv5eBU5jirylhF2O5ZBnLxzOVBGRDz/9NAwNyBtG4Nyg==", "dev": true, "requires": { - "isobject": "^3.0.1" + "detect-newline": "^2.1.0" } }, - "is-promise": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz", - "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=", - "dev": true + "jest-each": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-24.8.0.tgz", + "integrity": "sha512-NrwK9gaL5+XgrgoCsd9svsoWdVkK4gnvyhcpzd6m487tXHqIdYeykgq3MKI1u4I+5Zf0tofr70at9dWJDeb+BA==", + "dev": true, + "requires": { + "@jest/types": "^24.8.0", + "chalk": "^2.0.1", + "jest-get-type": "^24.8.0", + "jest-util": "^24.8.0", + "pretty-format": "^24.8.0" + } }, - "is-reference": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.1.4.tgz", - "integrity": "sha512-uJA/CDPO3Tao3GTrxYn6AwkM4nUPJiGGYu5+cB8qbC7WGFlrKZbiRo7SFKxUAEpFUfiHofWCXBUNhvYJMh+6zw==", + "jest-environment-jsdom": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-24.8.0.tgz", + "integrity": "sha512-qbvgLmR7PpwjoFjM/sbuqHJt/NCkviuq9vus9NBn/76hhSidO+Z6Bn9tU8friecegbJL8gzZQEMZBQlFWDCwAQ==", "dev": true, "requires": { - "@types/estree": "0.0.39" + "@jest/environment": "^24.8.0", + "@jest/fake-timers": "^24.8.0", + "@jest/types": "^24.8.0", + "jest-mock": "^24.8.0", + "jest-util": "^24.8.0", + "jsdom": "^11.5.1" } }, - "is-regex": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz", - "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=", + "jest-environment-node": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-24.8.0.tgz", + "integrity": "sha512-vIGUEScd1cdDgR6sqn2M08sJTRLQp6Dk/eIkCeO4PFHxZMOgy+uYLPMC4ix3PEfM5Au/x3uQ/5Tl0DpXXZsJ/Q==", "dev": true, "requires": { - "has": "^1.0.1" + "@jest/environment": "^24.8.0", + "@jest/fake-timers": "^24.8.0", + "@jest/types": "^24.8.0", + "jest-mock": "^24.8.0", + "jest-util": "^24.8.0" } }, - "is-regular-file": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-regular-file/-/is-regular-file-1.1.1.tgz", - "integrity": "sha512-+1U3MZrVwC4HM6VUKk3L5fiHtNd2d9kayzEJhmQ+B+uIBPE/p8Fy8QVdkx0HIr3o9J5TOKJY40eI5GfTfBqbdA==", + "jest-get-type": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-24.8.0.tgz", + "integrity": "sha512-RR4fo8jEmMD9zSz2nLbs2j0zvPpk/KCEz3a62jJWbd2ayNo0cb+KFRxPHVhE4ZmgGJEQp0fosmNz84IfqM8cMQ==", "dev": true }, - "is-ssh": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.3.1.tgz", - "integrity": "sha512-0eRIASHZt1E68/ixClI8bp2YK2wmBPVWEismTs6M+M099jKgrzl/3E976zIbImSIob48N2/XGe9y7ZiYdImSlg==", + "jest-haste-map": { + "version": "24.8.1", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-24.8.1.tgz", + "integrity": "sha512-SwaxMGVdAZk3ernAx2Uv2sorA7jm3Kx+lR0grp6rMmnY06Kn/urtKx1LPN2mGTea4fCT38impYT28FfcLUhX0g==", "dev": true, "requires": { - "protocols": "^1.1.0" + "@jest/types": "^24.8.0", + "anymatch": "^2.0.0", + "fb-watchman": "^2.0.0", + "fsevents": "^1.2.7", + "graceful-fs": "^4.1.15", + "invariant": "^2.2.4", + "jest-serializer": "^24.4.0", + "jest-util": "^24.8.0", + "jest-worker": "^24.6.0", + "micromatch": "^3.1.10", + "sane": "^4.0.3", + "walker": "^1.0.7" } }, - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" - }, - "is-symbol": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.2.tgz", - "integrity": "sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw==", + "jest-jasmine2": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-24.8.0.tgz", + "integrity": "sha512-cEky88npEE5LKd5jPpTdDCLvKkdyklnaRycBXL6GNmpxe41F0WN44+i7lpQKa/hcbXaQ+rc9RMaM4dsebrYong==", "dev": true, "requires": { - "has-symbols": "^1.0.0" + "@babel/traverse": "^7.1.0", + "@jest/environment": "^24.8.0", + "@jest/test-result": "^24.8.0", + "@jest/types": "^24.8.0", + "chalk": "^2.0.1", + "co": "^4.6.0", + "expect": "^24.8.0", + "is-generator-fn": "^2.0.0", + "jest-each": "^24.8.0", + "jest-matcher-utils": "^24.8.0", + "jest-message-util": "^24.8.0", + "jest-runtime": "^24.8.0", + "jest-snapshot": "^24.8.0", + "jest-util": "^24.8.0", + "pretty-format": "^24.8.0", + "throat": "^4.0.0" } }, - "is-text-path": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz", - "integrity": "sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=", + "jest-leak-detector": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-24.8.0.tgz", + "integrity": "sha512-cG0yRSK8A831LN8lIHxI3AblB40uhv0z+SsQdW3GoMMVcK+sJwrIIyax5tu3eHHNJ8Fu6IMDpnLda2jhn2pD/g==", "dev": true, "requires": { - "text-extensions": "^1.0.0" + "pretty-format": "^24.8.0" } }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" - }, - "is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", - "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", - "dev": true - }, - "is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", - "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", - "dev": true - }, - "is-wsl": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", - "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=", - "dev": true - }, - "is-yarn-global": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz", - "integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==", - "dev": true - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "isemail": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/isemail/-/isemail-3.2.0.tgz", - "integrity": "sha512-zKqkK+O+dGqevc93KNsbZ/TqTUFd46MwWjYOoMrjIMZ51eU7DtQG3Wmd9SQQT7i7RVnuTPEiYEWHU3MSbxC1Tg==", + "jest-matcher-utils": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-24.8.0.tgz", + "integrity": "sha512-lex1yASY51FvUuHgm0GOVj7DCYEouWSlIYmCW7APSqB9v8mXmKSn5+sWVF0MhuASG0bnYY106/49JU1FZNl5hw==", + "dev": true, "requires": { - "punycode": "2.x.x" + "chalk": "^2.0.1", + "jest-diff": "^24.8.0", + "jest-get-type": "^24.8.0", + "pretty-format": "^24.8.0" } }, - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", - "dev": true - }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" - }, - "istanbul-instrumenter-loader": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/istanbul-instrumenter-loader/-/istanbul-instrumenter-loader-3.0.1.tgz", - "integrity": "sha512-a5SPObZgS0jB/ixaKSMdn6n/gXSrK2S6q/UfRJBT3e6gQmVjwZROTODQsYW5ZNwOu78hG62Y3fWlebaVOL0C+w==", + "jest-message-util": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-24.8.0.tgz", + "integrity": "sha512-p2k71rf/b6ns8btdB0uVdljWo9h0ovpnEe05ZKWceQGfXYr4KkzgKo3PBi8wdnd9OtNh46VpNIJynUn/3MKm1g==", "dev": true, "requires": { - "convert-source-map": "^1.5.0", - "istanbul-lib-instrument": "^1.7.3", - "loader-utils": "^1.1.0", - "schema-utils": "^0.3.0" + "@babel/code-frame": "^7.0.0", + "@jest/test-result": "^24.8.0", + "@jest/types": "^24.8.0", + "@types/stack-utils": "^1.0.1", + "chalk": "^2.0.1", + "micromatch": "^3.1.10", + "slash": "^2.0.0", + "stack-utils": "^1.0.1" }, "dependencies": { - "ajv": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz", - "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=", - "dev": true, - "requires": { - "co": "^4.6.0", - "fast-deep-equal": "^1.0.0", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.3.0" - } - }, - "fast-deep-equal": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", - "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=", - "dev": true - }, - "json-schema-traverse": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", - "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=", + "slash": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", + "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", "dev": true - }, - "schema-utils": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.3.0.tgz", - "integrity": "sha1-9YdyIs4+kx7a4DnxfrNxbnE3+M8=", - "dev": true, - "requires": { - "ajv": "^5.0.0" - } } } }, - "istanbul-lib-coverage": { + "jest-mock": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-24.8.0.tgz", + "integrity": "sha512-6kWugwjGjJw+ZkK4mDa0Df3sDlUTsV47MSrT0nGQ0RBWJbpODDQ8MHDVtGtUYBne3IwZUhtB7elxHspU79WH3A==", + "dev": true, + "requires": { + "@jest/types": "^24.8.0" + } + }, + "jest-pnp-resolver": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-1.2.1.tgz", - "integrity": "sha512-PzITeunAgyGbtY1ibVIUiV679EFChHjoMNRibEIobvmrCRaIgwLxNucOSimtNWUhEib/oO7QY2imD75JVgCJWQ==", + "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.1.tgz", + "integrity": "sha512-pgFw2tm54fzgYvc/OHrnysABEObZCUNFnhjoRjaVOCN8NYc032/gVjPaHD4Aq6ApkSieWtfKAFQtmDKAmhupnQ==", "dev": true }, - "istanbul-lib-instrument": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.2.tgz", - "integrity": "sha512-aWHxfxDqvh/ZlxR8BBaEPVSWDPUkGD63VjGQn3jcw8jCp7sHEMKcrj4xfJn/ABzdMEHiQNyvDQhqm5o8+SQg7A==", + "jest-preset-angular": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/jest-preset-angular/-/jest-preset-angular-6.0.2.tgz", + "integrity": "sha512-uhrllY41tUvkeR41aX9bU5w3/EvvmwZiJ3UitDhRSEJL2Jvq2N/xKlmw7qvlZoGZnciFjOUJ2WDKv5fmCrvnQA==", "dev": true, "requires": { - "babel-generator": "^6.18.0", - "babel-template": "^6.16.0", - "babel-traverse": "^6.18.0", - "babel-types": "^6.18.0", - "babylon": "^6.18.0", - "istanbul-lib-coverage": "^1.2.1", - "semver": "^5.3.0" + "@types/jest": "^23.3.1", + "jest-zone-patch": ">=0.0.9 <1.0.0", + "ts-jest": "~23.1.3" } }, - "istanbul-lib-report": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-2.0.8.tgz", - "integrity": "sha512-fHBeG573EIihhAblwgxrSenp0Dby6tJMFR/HvlerBsrCTD5bkUuoNtn3gVh29ZCS824cGGBPn7Sg7cNk+2xUsQ==", + "jest-regex-util": { + "version": "24.3.0", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-24.3.0.tgz", + "integrity": "sha512-tXQR1NEOyGlfylyEjg1ImtScwMq8Oh3iJbGTjN7p0J23EuVX1MA8rwU69K4sLbCmwzgCUbVkm0FkSF9TdzOhtg==", + "dev": true + }, + "jest-resolve": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-24.8.0.tgz", + "integrity": "sha512-+hjSzi1PoRvnuOICoYd5V/KpIQmkAsfjFO71458hQ2Whi/yf1GDeBOFj8Gxw4LrApHsVJvn5fmjcPdmoUHaVKw==", "dev": true, "requires": { - "istanbul-lib-coverage": "^2.0.5", - "make-dir": "^2.1.0", - "supports-color": "^6.1.0" - }, - "dependencies": { - "istanbul-lib-coverage": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz", - "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==", - "dev": true - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dev": true, - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - } - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "dev": true - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } + "@jest/types": "^24.8.0", + "browser-resolve": "^1.11.3", + "chalk": "^2.0.1", + "jest-pnp-resolver": "^1.2.1", + "realpath-native": "^1.1.0" } }, - "istanbul-lib-source-maps": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.6.tgz", - "integrity": "sha512-R47KzMtDJH6X4/YW9XTx+jrLnZnscW4VpNN+1PViSYTejLVPWv7oov+Duf8YQSPyVRUvueQqz1TcsC6mooZTXw==", + "jest-resolve-dependencies": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-24.8.0.tgz", + "integrity": "sha512-hyK1qfIf/krV+fSNyhyJeq3elVMhK9Eijlwy+j5jqmZ9QsxwKBiP6qukQxaHtK8k6zql/KYWwCTQ+fDGTIJauw==", "dev": true, "requires": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^2.0.5", - "make-dir": "^2.1.0", - "rimraf": "^2.6.3", - "source-map": "^0.6.1" - }, - "dependencies": { - "debug": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", - "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", - "dev": true, - "requires": { - "ms": "^2.1.1" - } - }, - "istanbul-lib-coverage": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz", - "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==", - "dev": true - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dev": true, - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - } - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "dev": true - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } + "@jest/types": "^24.8.0", + "jest-regex-util": "^24.3.0", + "jest-snapshot": "^24.8.0" } }, - "istanbul-reports": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-2.2.6.tgz", - "integrity": "sha512-SKi4rnMyLBKe0Jy2uUdx28h8oG7ph2PPuQPvIAh31d+Ci+lSiEu4C+h3oBPuJ9+mPKhOyW0M8gY4U5NM1WLeXA==", + "jest-runner": { + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-24.8.0.tgz", + "integrity": "sha512-utFqC5BaA3JmznbissSs95X1ZF+d+4WuOWwpM9+Ak356YtMhHE/GXUondZdcyAAOTBEsRGAgH/0TwLzfI9h7ow==", "dev": true, "requires": { - "handlebars": "^4.1.2" + "@jest/console": "^24.7.1", + "@jest/environment": "^24.8.0", + "@jest/test-result": "^24.8.0", + "@jest/types": "^24.8.0", + "chalk": "^2.4.2", + "exit": "^0.1.2", + "graceful-fs": "^4.1.15", + "jest-config": "^24.8.0", + "jest-docblock": "^24.3.0", + "jest-haste-map": "^24.8.0", + "jest-jasmine2": "^24.8.0", + "jest-leak-detector": "^24.8.0", + "jest-message-util": "^24.8.0", + "jest-resolve": "^24.8.0", + "jest-runtime": "^24.8.0", + "jest-util": "^24.8.0", + "jest-worker": "^24.6.0", + "source-map-support": "^0.5.6", + "throat": "^4.0.0" } }, - "jest": { + "jest-runtime": { "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest/-/jest-24.8.0.tgz", - "integrity": "sha512-o0HM90RKFRNWmAWvlyV8i5jGZ97pFwkeVoGvPW1EtLTgJc2+jcuqcbbqcSZLE/3f2S5pt0y2ZBETuhpWNl1Reg==", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-24.8.0.tgz", + "integrity": "sha512-Mq0aIXhvO/3bX44ccT+czU1/57IgOMyy80oM0XR/nyD5zgBcesF84BPabZi39pJVA6UXw+fY2Q1N+4BiVUBWOA==", "dev": true, "requires": { - "import-local": "^2.0.0", - "jest-cli": "^24.8.0" + "@jest/console": "^24.7.1", + "@jest/environment": "^24.8.0", + "@jest/source-map": "^24.3.0", + "@jest/transform": "^24.8.0", + "@jest/types": "^24.8.0", + "@types/yargs": "^12.0.2", + "chalk": "^2.0.1", + "exit": "^0.1.2", + "glob": "^7.1.3", + "graceful-fs": "^4.1.15", + "jest-config": "^24.8.0", + "jest-haste-map": "^24.8.0", + "jest-message-util": "^24.8.0", + "jest-mock": "^24.8.0", + "jest-regex-util": "^24.3.0", + "jest-resolve": "^24.8.0", + "jest-snapshot": "^24.8.0", + "jest-util": "^24.8.0", + "jest-validate": "^24.8.0", + "realpath-native": "^1.1.0", + "slash": "^2.0.0", + "strip-bom": "^3.0.0", + "yargs": "^12.0.2" }, "dependencies": { "ansi-regex": { @@ -10726,12 +13486,6 @@ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", "dev": true }, - "ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", - "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", - "dev": true - }, "cliui": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz", @@ -10782,42 +13536,12 @@ "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==", "dev": true }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", - "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", - "dev": true, - "requires": { - "ci-info": "^2.0.0" - } - }, "is-fullwidth-code-point": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", "dev": true }, - "jest-cli": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-24.8.0.tgz", - "integrity": "sha512-+p6J00jSMPQ116ZLlHJJvdf8wbjNbZdeSX9ptfHX06/MSNaXmKihQzx5vQcw0q2G6JsdVkUIdWbOWtSnaYs3yA==", - "dev": true, - "requires": { - "@jest/core": "^24.8.0", - "@jest/test-result": "^24.8.0", - "@jest/types": "^24.8.0", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "import-local": "^2.0.0", - "is-ci": "^2.0.0", - "jest-config": "^24.8.0", - "jest-util": "^24.8.0", - "jest-validate": "^24.8.0", - "prompts": "^2.0.1", - "realpath-native": "^1.1.0", - "yargs": "^12.0.2" - } - }, "lcid": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz", @@ -10872,6 +13596,12 @@ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true }, + "slash": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", + "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "dev": true + }, "string-width": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", @@ -10891,6 +13621,12 @@ "ansi-regex": "^3.0.0" } }, + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "dev": true + }, "which-module": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", @@ -10929,336 +13665,359 @@ } } }, - "jest-changed-files": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-24.8.0.tgz", - "integrity": "sha512-qgANC1Yrivsq+UrLXsvJefBKVoCsKB0Hv+mBb6NMjjZ90wwxCDmU3hsCXBya30cH+LnPYjwgcU65i6yJ5Nfuug==", - "dev": true, - "requires": { - "@jest/types": "^24.8.0", - "execa": "^1.0.0", - "throat": "^4.0.0" - }, - "dependencies": { - "execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "dev": true, - "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - } - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - } - } + "jest-serializer": { + "version": "24.4.0", + "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-24.4.0.tgz", + "integrity": "sha512-k//0DtglVstc1fv+GY/VHDIjrtNjdYvYjMlbLUed4kxrE92sIUewOi5Hj3vrpB8CXfkJntRPDRjCrCvUhBdL8Q==", + "dev": true }, - "jest-config": { + "jest-snapshot": { "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-24.8.0.tgz", - "integrity": "sha512-Czl3Nn2uEzVGsOeaewGWoDPD8GStxCpAe0zOYs2x2l0fZAgPbCr3uwUkgNKV3LwE13VXythM946cd5rdGkkBZw==", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-24.8.0.tgz", + "integrity": "sha512-5ehtWoc8oU9/cAPe6fez6QofVJLBKyqkY2+TlKTOf0VllBB/mqUNdARdcjlZrs9F1Cv+/HKoCS/BknT0+tmfPg==", "dev": true, "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^24.8.0", + "@babel/types": "^7.0.0", "@jest/types": "^24.8.0", - "babel-jest": "^24.8.0", "chalk": "^2.0.1", - "glob": "^7.1.1", - "jest-environment-jsdom": "^24.8.0", - "jest-environment-node": "^24.8.0", - "jest-get-type": "^24.8.0", - "jest-jasmine2": "^24.8.0", - "jest-regex-util": "^24.3.0", + "expect": "^24.8.0", + "jest-diff": "^24.8.0", + "jest-matcher-utils": "^24.8.0", + "jest-message-util": "^24.8.0", "jest-resolve": "^24.8.0", - "jest-util": "^24.8.0", - "jest-validate": "^24.8.0", - "micromatch": "^3.1.10", + "mkdirp": "^0.5.1", + "natural-compare": "^1.4.0", "pretty-format": "^24.8.0", - "realpath-native": "^1.1.0" + "semver": "^5.5.0" } }, - "jest-diff": { + "jest-util": { "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-24.8.0.tgz", - "integrity": "sha512-wxetCEl49zUpJ/bvUmIFjd/o52J+yWcoc5ZyPq4/W1LUKGEhRYDIbP1KcF6t+PvqNrGAFk4/JhtxDq/Nnzs66g==", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-24.8.0.tgz", + "integrity": "sha512-DYZeE+XyAnbNt0BG1OQqKy/4GVLPtzwGx5tsnDrFcax36rVE3lTA5fbvgmbVPUZf9w77AJ8otqR4VBbfFJkUZA==", "dev": true, "requires": { + "@jest/console": "^24.7.1", + "@jest/fake-timers": "^24.8.0", + "@jest/source-map": "^24.3.0", + "@jest/test-result": "^24.8.0", + "@jest/types": "^24.8.0", + "callsites": "^3.0.0", "chalk": "^2.0.1", - "diff-sequences": "^24.3.0", - "jest-get-type": "^24.8.0", - "pretty-format": "^24.8.0" - } - }, - "jest-docblock": { - "version": "24.3.0", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-24.3.0.tgz", - "integrity": "sha512-nlANmF9Yq1dufhFlKG9rasfQlrY7wINJbo3q01tu56Jv5eBU5jirylhF2O5ZBnLxzOVBGRDz/9NAwNyBtG4Nyg==", - "dev": true, - "requires": { - "detect-newline": "^2.1.0" + "graceful-fs": "^4.1.15", + "is-ci": "^2.0.0", + "mkdirp": "^0.5.1", + "slash": "^2.0.0", + "source-map": "^0.6.0" + }, + "dependencies": { + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true + }, + "ci-info": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", + "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", + "dev": true + }, + "is-ci": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", + "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", + "dev": true, + "requires": { + "ci-info": "^2.0.0" + } + }, + "slash": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", + "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } } }, - "jest-each": { + "jest-validate": { "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-24.8.0.tgz", - "integrity": "sha512-NrwK9gaL5+XgrgoCsd9svsoWdVkK4gnvyhcpzd6m487tXHqIdYeykgq3MKI1u4I+5Zf0tofr70at9dWJDeb+BA==", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-24.8.0.tgz", + "integrity": "sha512-+/N7VOEMW1Vzsrk3UWBDYTExTPwf68tavEPKDnJzrC6UlHtUDU/fuEdXqFoHzv9XnQ+zW6X3qMZhJ3YexfeLDA==", "dev": true, "requires": { "@jest/types": "^24.8.0", + "camelcase": "^5.0.0", "chalk": "^2.0.1", "jest-get-type": "^24.8.0", - "jest-util": "^24.8.0", + "leven": "^2.1.0", "pretty-format": "^24.8.0" + }, + "dependencies": { + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true + } } }, - "jest-environment-jsdom": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-24.8.0.tgz", - "integrity": "sha512-qbvgLmR7PpwjoFjM/sbuqHJt/NCkviuq9vus9NBn/76hhSidO+Z6Bn9tU8friecegbJL8gzZQEMZBQlFWDCwAQ==", - "dev": true, - "requires": { - "@jest/environment": "^24.8.0", - "@jest/fake-timers": "^24.8.0", - "@jest/types": "^24.8.0", - "jest-mock": "^24.8.0", - "jest-util": "^24.8.0", - "jsdom": "^11.5.1" - } - }, - "jest-environment-node": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-24.8.0.tgz", - "integrity": "sha512-vIGUEScd1cdDgR6sqn2M08sJTRLQp6Dk/eIkCeO4PFHxZMOgy+uYLPMC4ix3PEfM5Au/x3uQ/5Tl0DpXXZsJ/Q==", - "dev": true, - "requires": { - "@jest/environment": "^24.8.0", - "@jest/fake-timers": "^24.8.0", - "@jest/types": "^24.8.0", - "jest-mock": "^24.8.0", - "jest-util": "^24.8.0" - } - }, - "jest-get-type": { + "jest-watcher": { "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-24.8.0.tgz", - "integrity": "sha512-RR4fo8jEmMD9zSz2nLbs2j0zvPpk/KCEz3a62jJWbd2ayNo0cb+KFRxPHVhE4ZmgGJEQp0fosmNz84IfqM8cMQ==", - "dev": true - }, - "jest-haste-map": { - "version": "24.8.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-24.8.1.tgz", - "integrity": "sha512-SwaxMGVdAZk3ernAx2Uv2sorA7jm3Kx+lR0grp6rMmnY06Kn/urtKx1LPN2mGTea4fCT38impYT28FfcLUhX0g==", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-24.8.0.tgz", + "integrity": "sha512-SBjwHt5NedQoVu54M5GEx7cl7IGEFFznvd/HNT8ier7cCAx/Qgu9ZMlaTQkvK22G1YOpcWBLQPFSImmxdn3DAw==", "dev": true, "requires": { + "@jest/test-result": "^24.8.0", "@jest/types": "^24.8.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "fsevents": "^1.2.7", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.4.0", + "@types/yargs": "^12.0.9", + "ansi-escapes": "^3.0.0", + "chalk": "^2.0.1", "jest-util": "^24.8.0", - "jest-worker": "^24.6.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" + "string-length": "^2.0.0" + }, + "dependencies": { + "ansi-escapes": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", + "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", + "dev": true + } } }, - "jest-jasmine2": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-24.8.0.tgz", - "integrity": "sha512-cEky88npEE5LKd5jPpTdDCLvKkdyklnaRycBXL6GNmpxe41F0WN44+i7lpQKa/hcbXaQ+rc9RMaM4dsebrYong==", + "jest-worker": { + "version": "24.6.0", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-24.6.0.tgz", + "integrity": "sha512-jDwgW5W9qGNvpI1tNnvajh0a5IE/PuGLFmHk6aR/BZFz8tSgGw17GsDPXAJ6p91IvYDjOw8GpFbvvZGAK+DPQQ==", "dev": true, "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^24.8.0", - "@jest/test-result": "^24.8.0", - "@jest/types": "^24.8.0", - "chalk": "^2.0.1", - "co": "^4.6.0", - "expect": "^24.8.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^24.8.0", - "jest-matcher-utils": "^24.8.0", - "jest-message-util": "^24.8.0", - "jest-runtime": "^24.8.0", - "jest-snapshot": "^24.8.0", - "jest-util": "^24.8.0", - "pretty-format": "^24.8.0", - "throat": "^4.0.0" + "merge-stream": "^1.0.1", + "supports-color": "^6.1.0" + }, + "dependencies": { + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } } }, - "jest-leak-detector": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-24.8.0.tgz", - "integrity": "sha512-cG0yRSK8A831LN8lIHxI3AblB40uhv0z+SsQdW3GoMMVcK+sJwrIIyax5tu3eHHNJ8Fu6IMDpnLda2jhn2pD/g==", - "dev": true, + "jest-zone-patch": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/jest-zone-patch/-/jest-zone-patch-0.0.10.tgz", + "integrity": "sha512-K5uHLHgMgi2Eyj74gbY+xSeGGekb5U48bXsgDwgipRbFdaekyZK+TAcp8auamqU4UjrAt5S4sIUZz/2bBNyTTA==", + "dev": true + }, + "joi": { + "version": "13.7.0", + "resolved": "https://registry.npmjs.org/joi/-/joi-13.7.0.tgz", + "integrity": "sha512-xuY5VkHfeOYK3Hdi91ulocfuFopwgbSORmIwzcwHKESQhC7w1kD5jaVSPnqDxS2I8t3RZ9omCKAxNwXN5zG1/Q==", "requires": { - "pretty-format": "^24.8.0" + "hoek": "5.x.x", + "isemail": "3.x.x", + "topo": "3.x.x" } }, - "jest-matcher-utils": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-24.8.0.tgz", - "integrity": "sha512-lex1yASY51FvUuHgm0GOVj7DCYEouWSlIYmCW7APSqB9v8mXmKSn5+sWVF0MhuASG0bnYY106/49JU1FZNl5hw==", + "js-levenshtein": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/js-levenshtein/-/js-levenshtein-1.1.6.tgz", + "integrity": "sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==", + "dev": true + }, + "js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", + "dev": true + }, + "js-yaml": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", "dev": true, "requires": { - "chalk": "^2.0.1", - "jest-diff": "^24.8.0", - "jest-get-type": "^24.8.0", - "pretty-format": "^24.8.0" + "argparse": "^1.0.7", + "esprima": "^4.0.0" } }, - "jest-message-util": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-24.8.0.tgz", - "integrity": "sha512-p2k71rf/b6ns8btdB0uVdljWo9h0ovpnEe05ZKWceQGfXYr4KkzgKo3PBi8wdnd9OtNh46VpNIJynUn/3MKm1g==", + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" + }, + "jsdom": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-11.12.0.tgz", + "integrity": "sha512-y8Px43oyiBM13Zc1z780FrfNLJCXTL40EWlty/LXUtcjykRBNgLlCjWXpfSPBl2iv+N7koQN+dvqszHZgT/Fjw==", "dev": true, "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.8.0", - "@jest/types": "^24.8.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" + "abab": "^2.0.0", + "acorn": "^5.5.3", + "acorn-globals": "^4.1.0", + "array-equal": "^1.0.0", + "cssom": ">= 0.3.2 < 0.4.0", + "cssstyle": "^1.0.0", + "data-urls": "^1.0.0", + "domexception": "^1.0.1", + "escodegen": "^1.9.1", + "html-encoding-sniffer": "^1.0.2", + "left-pad": "^1.3.0", + "nwsapi": "^2.0.7", + "parse5": "4.0.0", + "pn": "^1.1.0", + "request": "^2.87.0", + "request-promise-native": "^1.0.5", + "sax": "^1.2.4", + "symbol-tree": "^3.2.2", + "tough-cookie": "^2.3.4", + "w3c-hr-time": "^1.0.1", + "webidl-conversions": "^4.0.2", + "whatwg-encoding": "^1.0.3", + "whatwg-mimetype": "^2.1.0", + "whatwg-url": "^6.4.1", + "ws": "^5.2.0", + "xml-name-validator": "^3.0.0" }, "dependencies": { - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "acorn": { + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz", + "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==", + "dev": true + }, + "parse5": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-4.0.0.tgz", + "integrity": "sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==", + "dev": true + }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", "dev": true } } }, - "jest-mock": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-24.8.0.tgz", - "integrity": "sha512-6kWugwjGjJw+ZkK4mDa0Df3sDlUTsV47MSrT0nGQ0RBWJbpODDQ8MHDVtGtUYBne3IwZUhtB7elxHspU79WH3A==", + "jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true + }, + "json-buffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", + "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=", + "dev": true + }, + "json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "dev": true + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" + }, + "json3": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.3.tgz", + "integrity": "sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==", + "dev": true + }, + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", "dev": true, "requires": { - "@jest/types": "^24.8.0" + "minimist": "^1.2.0" } }, - "jest-pnp-resolver": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.1.tgz", - "integrity": "sha512-pgFw2tm54fzgYvc/OHrnysABEObZCUNFnhjoRjaVOCN8NYc032/gVjPaHD4Aq6ApkSieWtfKAFQtmDKAmhupnQ==", - "dev": true - }, - "jest-preset-angular": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/jest-preset-angular/-/jest-preset-angular-6.0.2.tgz", - "integrity": "sha512-uhrllY41tUvkeR41aX9bU5w3/EvvmwZiJ3UitDhRSEJL2Jvq2N/xKlmw7qvlZoGZnciFjOUJ2WDKv5fmCrvnQA==", + "jsonfile": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.1.tgz", + "integrity": "sha1-pezG9l9T9mLEQVx2daAzHQmS7GY=", "dev": true, "requires": { - "@types/jest": "^23.3.1", - "jest-zone-patch": ">=0.0.9 <1.0.0", - "ts-jest": "~23.1.3" + "graceful-fs": "^4.1.6" } }, - "jest-regex-util": { - "version": "24.3.0", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-24.3.0.tgz", - "integrity": "sha512-tXQR1NEOyGlfylyEjg1ImtScwMq8Oh3iJbGTjN7p0J23EuVX1MA8rwU69K4sLbCmwzgCUbVkm0FkSF9TdzOhtg==", + "jsonify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", + "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=", "dev": true }, - "jest-resolve": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-24.8.0.tgz", - "integrity": "sha512-+hjSzi1PoRvnuOICoYd5V/KpIQmkAsfjFO71458hQ2Whi/yf1GDeBOFj8Gxw4LrApHsVJvn5fmjcPdmoUHaVKw==", - "dev": true, + "jsonparse": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", + "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=", + "dev": true + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", "requires": { - "@jest/types": "^24.8.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" } }, - "jest-resolve-dependencies": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-24.8.0.tgz", - "integrity": "sha512-hyK1qfIf/krV+fSNyhyJeq3elVMhK9Eijlwy+j5jqmZ9QsxwKBiP6qukQxaHtK8k6zql/KYWwCTQ+fDGTIJauw==", - "dev": true, + "jszip": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.2.1.tgz", + "integrity": "sha512-iCMBbo4eE5rb1VCpm5qXOAaUiRKRUKiItn8ah2YQQx9qymmSAY98eyQfioChEYcVQLh0zxJ3wS4A0mh90AVPvw==", "requires": { - "@jest/types": "^24.8.0", - "jest-regex-util": "^24.3.0", - "jest-snapshot": "^24.8.0" + "lie": "~3.3.0", + "pako": "~1.0.2", + "readable-stream": "~2.3.6", + "set-immediate-shim": "~1.0.1" } }, - "jest-runner": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-24.8.0.tgz", - "integrity": "sha512-utFqC5BaA3JmznbissSs95X1ZF+d+4WuOWwpM9+Ak356YtMhHE/GXUondZdcyAAOTBEsRGAgH/0TwLzfI9h7ow==", + "karma-mocha": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/karma-mocha/-/karma-mocha-1.3.0.tgz", + "integrity": "sha1-7qrH/8DiAetjxGdEDStpx883eL8=", "dev": true, "requires": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.8.0", - "@jest/test-result": "^24.8.0", - "@jest/types": "^24.8.0", - "chalk": "^2.4.2", - "exit": "^0.1.2", - "graceful-fs": "^4.1.15", - "jest-config": "^24.8.0", - "jest-docblock": "^24.3.0", - "jest-haste-map": "^24.8.0", - "jest-jasmine2": "^24.8.0", - "jest-leak-detector": "^24.8.0", - "jest-message-util": "^24.8.0", - "jest-resolve": "^24.8.0", - "jest-runtime": "^24.8.0", - "jest-util": "^24.8.0", - "jest-worker": "^24.6.0", - "source-map-support": "^0.5.6", - "throat": "^4.0.0" + "minimist": "1.2.0" } }, - "jest-runtime": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-24.8.0.tgz", - "integrity": "sha512-Mq0aIXhvO/3bX44ccT+czU1/57IgOMyy80oM0XR/nyD5zgBcesF84BPabZi39pJVA6UXw+fY2Q1N+4BiVUBWOA==", + "karma-mocha-reporter": { + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/karma-mocha-reporter/-/karma-mocha-reporter-2.2.5.tgz", + "integrity": "sha1-FRIAlejtgZGG5HoLAS8810GJVWA=", "dev": true, "requires": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.8.0", - "@jest/source-map": "^24.3.0", - "@jest/transform": "^24.8.0", - "@jest/types": "^24.8.0", - "@types/yargs": "^12.0.2", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.1.15", - "jest-config": "^24.8.0", - "jest-haste-map": "^24.8.0", - "jest-message-util": "^24.8.0", - "jest-mock": "^24.8.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.8.0", - "jest-snapshot": "^24.8.0", - "jest-util": "^24.8.0", - "jest-validate": "^24.8.0", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "strip-bom": "^3.0.0", - "yargs": "^12.0.2" + "chalk": "^2.1.0", + "log-symbols": "^2.1.0", + "strip-ansi": "^4.0.0" }, "dependencies": { "ansi-regex": { @@ -11267,1454 +14026,1662 @@ "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", "dev": true }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true - }, - "cliui": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz", - "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", - "dev": true, - "requires": { - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0", - "wrap-ansi": "^2.0.0" - } - }, - "execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "dev": true, - "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - } - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dev": true, - "requires": { - "locate-path": "^3.0.0" - } - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - }, - "invert-kv": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz", - "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true - }, - "lcid": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz", - "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", - "dev": true, - "requires": { - "invert-kv": "^2.0.0" - } - }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "os-locale": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz", - "integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==", - "dev": true, - "requires": { - "execa": "^1.0.0", - "lcid": "^2.0.0", - "mem": "^4.0.0" - } - }, - "p-limit": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz", - "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dev": true, - "requires": { - "p-limit": "^2.0.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", - "dev": true - }, - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", - "dev": true, - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - } - }, "strip-ansi": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, - "requires": { - "ansi-regex": "^3.0.0" - } - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "dev": true - }, - "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", + "requires": { + "ansi-regex": "^3.0.0" + } + } + } + }, + "karma-source-map-support": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/karma-source-map-support/-/karma-source-map-support-1.4.0.tgz", + "integrity": "sha512-RsBECncGO17KAoJCYXjv+ckIz+Ii9NCi+9enk+rq6XC81ezYkb4/RHE6CTXdA7IOJqoF3wcaLfVG0CPmE5ca6A==", + "dev": true, + "requires": { + "source-map-support": "^0.5.5" + } + }, + "keyv": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", + "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", + "dev": true, + "requires": { + "json-buffer": "3.0.0" + } + }, + "killable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/killable/-/killable-1.0.1.tgz", + "integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==", + "dev": true + }, + "kind-of": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", + "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==", + "dev": true + }, + "kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "dev": true + }, + "latest-version": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz", + "integrity": "sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==", + "dev": true, + "requires": { + "package-json": "^6.3.0" + } + }, + "lazy-ass": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/lazy-ass/-/lazy-ass-1.6.0.tgz", + "integrity": "sha1-eZllXoZGwX8In90YfRUNMyTVRRM=" + }, + "lcid": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz", + "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", + "dev": true, + "requires": { + "invert-kv": "^2.0.0" + } + }, + "left-pad": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/left-pad/-/left-pad-1.3.0.tgz", + "integrity": "sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==", + "dev": true + }, + "less": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/less/-/less-3.9.0.tgz", + "integrity": "sha512-31CmtPEZraNUtuUREYjSqRkeETFdyEHSEPAGq4erDlUXtda7pzNmctdljdIagSb589d/qXGWiiP31R5JVf+v0w==", + "dev": true, + "requires": { + "clone": "^2.1.2", + "errno": "^0.1.1", + "graceful-fs": "^4.1.2", + "image-size": "~0.5.0", + "mime": "^1.4.1", + "mkdirp": "^0.5.0", + "promise": "^7.1.1", + "request": "^2.83.0", + "source-map": "~0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "optional": true + } + } + }, + "less-loader": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/less-loader/-/less-loader-5.0.0.tgz", + "integrity": "sha512-bquCU89mO/yWLaUq0Clk7qCsKhsF/TZpJUzETRvJa9KSVEL9SO3ovCvdEHISBhrC81OwC8QSVX7E0bzElZj9cg==", + "dev": true, + "requires": { + "clone": "^2.1.1", + "loader-utils": "^1.1.0", + "pify": "^4.0.1" + }, + "dependencies": { + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", "dev": true - }, - "yargs": { - "version": "12.0.5", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz", - "integrity": "sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==", + } + } + }, + "less-plugin-npm-import": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/less-plugin-npm-import/-/less-plugin-npm-import-2.1.0.tgz", + "integrity": "sha1-gj5phskzGKmBccqFiEi2vq1Vvz4=", + "dev": true, + "requires": { + "promise": "~7.0.1", + "resolve": "~1.1.6" + }, + "dependencies": { + "promise": { + "version": "7.0.4", + "resolved": "http://registry.npmjs.org/promise/-/promise-7.0.4.tgz", + "integrity": "sha1-Nj6EpMNsg1a4kP7WLJHOhdAu1Tk=", "dev": true, "requires": { - "cliui": "^4.0.0", - "decamelize": "^1.2.0", - "find-up": "^3.0.0", - "get-caller-file": "^1.0.1", - "os-locale": "^3.0.0", - "require-directory": "^2.1.1", - "require-main-filename": "^1.0.1", - "set-blocking": "^2.0.0", - "string-width": "^2.0.0", - "which-module": "^2.0.0", - "y18n": "^3.2.1 || ^4.0.0", - "yargs-parser": "^11.1.1" + "asap": "~2.0.3" } }, - "yargs-parser": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz", - "integrity": "sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==", - "dev": true, - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } + "resolve": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz", + "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=", + "dev": true } } }, - "jest-serializer": { - "version": "24.4.0", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-24.4.0.tgz", - "integrity": "sha512-k//0DtglVstc1fv+GY/VHDIjrtNjdYvYjMlbLUed4kxrE92sIUewOi5Hj3vrpB8CXfkJntRPDRjCrCvUhBdL8Q==", + "leven": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-2.1.0.tgz", + "integrity": "sha1-wuep93IJTe6dNCAq6KzORoeHVYA=", "dev": true }, - "jest-snapshot": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-24.8.0.tgz", - "integrity": "sha512-5ehtWoc8oU9/cAPe6fez6QofVJLBKyqkY2+TlKTOf0VllBB/mqUNdARdcjlZrs9F1Cv+/HKoCS/BknT0+tmfPg==", + "levn": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", + "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", "dev": true, "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^24.8.0", - "chalk": "^2.0.1", - "expect": "^24.8.0", - "jest-diff": "^24.8.0", - "jest-matcher-utils": "^24.8.0", - "jest-message-util": "^24.8.0", - "jest-resolve": "^24.8.0", - "mkdirp": "^0.5.1", - "natural-compare": "^1.4.0", - "pretty-format": "^24.8.0", - "semver": "^5.5.0" + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" } }, - "jest-util": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-24.8.0.tgz", - "integrity": "sha512-DYZeE+XyAnbNt0BG1OQqKy/4GVLPtzwGx5tsnDrFcax36rVE3lTA5fbvgmbVPUZf9w77AJ8otqR4VBbfFJkUZA==", + "license-webpack-plugin": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-2.1.3.tgz", + "integrity": "sha512-vTSY5r9HOq4sxR2BIxdIXWKI+9n3b+DoQkhKHedB3TdSxTfXUDRxKXdAj5iejR+qNXprXsxvEu9W+zOhgGIkAw==", "dev": true, "requires": { - "@jest/console": "^24.7.1", - "@jest/fake-timers": "^24.8.0", - "@jest/source-map": "^24.3.0", - "@jest/test-result": "^24.8.0", - "@jest/types": "^24.8.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" + "@types/webpack-sources": "^0.1.5", + "webpack-sources": "^1.2.0" + } + }, + "lie": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz", + "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", + "requires": { + "immediate": "~3.0.5" + } + }, + "lines-and-columns": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", + "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=", + "dev": true + }, + "listr": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/listr/-/listr-0.12.0.tgz", + "integrity": "sha1-a84sD1YD+klYDqF81qAMwOX6RRo=", + "dev": true, + "requires": { + "chalk": "^1.1.3", + "cli-truncate": "^0.2.1", + "figures": "^1.7.0", + "indent-string": "^2.1.0", + "is-promise": "^2.1.0", + "is-stream": "^1.1.0", + "listr-silent-renderer": "^1.1.1", + "listr-update-renderer": "^0.2.0", + "listr-verbose-renderer": "^0.4.0", + "log-symbols": "^1.0.2", + "log-update": "^1.0.2", + "ora": "^0.2.3", + "p-map": "^1.1.1", + "rxjs": "^5.0.0-beta.11", + "stream-to-observable": "^0.1.0", + "strip-ansi": "^3.0.1" }, "dependencies": { - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } }, - "ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", - "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", + "cli-spinners": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-0.1.2.tgz", + "integrity": "sha1-u3ZNiOGF+54eaiofGXcjGPYF4xw=", "dev": true }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", - "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", + "log-symbols": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz", + "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", "dev": true, "requires": { - "ci-info": "^2.0.0" + "chalk": "^1.0.0" } }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", - "dev": true + "ora": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/ora/-/ora-0.2.3.tgz", + "integrity": "sha1-N1J9Igrc1Tw5tzVx11QVbV22V6Q=", + "dev": true, + "requires": { + "chalk": "^1.1.1", + "cli-cursor": "^1.0.2", + "cli-spinners": "^0.1.2", + "object-assign": "^4.0.1" + } }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } - } - }, - "jest-validate": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-24.8.0.tgz", - "integrity": "sha512-+/N7VOEMW1Vzsrk3UWBDYTExTPwf68tavEPKDnJzrC6UlHtUDU/fuEdXqFoHzv9XnQ+zW6X3qMZhJ3YexfeLDA==", - "dev": true, - "requires": { - "@jest/types": "^24.8.0", - "camelcase": "^5.0.0", - "chalk": "^2.0.1", - "jest-get-type": "^24.8.0", - "leven": "^2.1.0", - "pretty-format": "^24.8.0" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "rxjs": { + "version": "5.5.12", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.12.tgz", + "integrity": "sha512-xx2itnL5sBbqeeiVgNPVuQQ1nC8Jp2WfNJhXWHmElW9YmrpS9UVnNzhP3EH3HFqexO5Tlp8GhYY+WEcqcVMvGw==", + "dev": true, + "requires": { + "symbol-observable": "1.0.1" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true } } }, - "jest-watcher": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-24.8.0.tgz", - "integrity": "sha512-SBjwHt5NedQoVu54M5GEx7cl7IGEFFznvd/HNT8ier7cCAx/Qgu9ZMlaTQkvK22G1YOpcWBLQPFSImmxdn3DAw==", + "listr-silent-renderer": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/listr-silent-renderer/-/listr-silent-renderer-1.1.1.tgz", + "integrity": "sha1-kktaN1cVN3C/Go4/v3S4u/P5JC4=", + "dev": true + }, + "listr-update-renderer": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/listr-update-renderer/-/listr-update-renderer-0.2.0.tgz", + "integrity": "sha1-yoDhd5tOcCZoB+ju0a1qvjmFUPk=", "dev": true, "requires": { - "@jest/test-result": "^24.8.0", - "@jest/types": "^24.8.0", - "@types/yargs": "^12.0.9", - "ansi-escapes": "^3.0.0", - "chalk": "^2.0.1", - "jest-util": "^24.8.0", - "string-length": "^2.0.0" + "chalk": "^1.1.3", + "cli-truncate": "^0.2.1", + "elegant-spinner": "^1.0.1", + "figures": "^1.7.0", + "indent-string": "^3.0.0", + "log-symbols": "^1.0.2", + "log-update": "^1.0.2", + "strip-ansi": "^3.0.1" }, "dependencies": { - "ansi-escapes": { + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "indent-string": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", - "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", + "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", + "dev": true + }, + "log-symbols": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz", + "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", + "dev": true, + "requires": { + "chalk": "^1.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true } } }, - "jest-worker": { - "version": "24.6.0", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-24.6.0.tgz", - "integrity": "sha512-jDwgW5W9qGNvpI1tNnvajh0a5IE/PuGLFmHk6aR/BZFz8tSgGw17GsDPXAJ6p91IvYDjOw8GpFbvvZGAK+DPQQ==", + "listr-verbose-renderer": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/listr-verbose-renderer/-/listr-verbose-renderer-0.4.1.tgz", + "integrity": "sha1-ggb0z21S3cWCfl/RSYng6WWTOjU=", "dev": true, "requires": { - "merge-stream": "^1.0.1", - "supports-color": "^6.1.0" + "chalk": "^1.1.3", + "cli-cursor": "^1.0.2", + "date-fns": "^1.27.2", + "figures": "^1.7.0" }, "dependencies": { - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "has-flag": "^3.0.0" + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true } } }, - "jest-zone-patch": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/jest-zone-patch/-/jest-zone-patch-0.0.10.tgz", - "integrity": "sha512-K5uHLHgMgi2Eyj74gbY+xSeGGekb5U48bXsgDwgipRbFdaekyZK+TAcp8auamqU4UjrAt5S4sIUZz/2bBNyTTA==", - "dev": true - }, - "joi": { - "version": "13.7.0", - "resolved": "https://registry.npmjs.org/joi/-/joi-13.7.0.tgz", - "integrity": "sha512-xuY5VkHfeOYK3Hdi91ulocfuFopwgbSORmIwzcwHKESQhC7w1kD5jaVSPnqDxS2I8t3RZ9omCKAxNwXN5zG1/Q==", + "load-json-file": { + "version": "1.1.0", + "resolved": "http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", + "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", + "dev": true, "requires": { - "hoek": "5.x.x", - "isemail": "3.x.x", - "topo": "3.x.x" + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "strip-bom": "^2.0.0" } }, - "js-levenshtein": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/js-levenshtein/-/js-levenshtein-1.1.6.tgz", - "integrity": "sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==", - "dev": true - }, - "js-tokens": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", - "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", + "loader-runner": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz", + "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==", "dev": true }, - "js-yaml": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", - "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "loader-utils": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz", + "integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==", "dev": true, "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" + "big.js": "^5.2.2", + "emojis-list": "^2.0.0", + "json5": "^1.0.1" } }, - "jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" - }, - "jsdom": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-11.12.0.tgz", - "integrity": "sha512-y8Px43oyiBM13Zc1z780FrfNLJCXTL40EWlty/LXUtcjykRBNgLlCjWXpfSPBl2iv+N7koQN+dvqszHZgT/Fjw==", + "locate-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", + "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", "dev": true, "requires": { - "abab": "^2.0.0", - "acorn": "^5.5.3", - "acorn-globals": "^4.1.0", - "array-equal": "^1.0.0", - "cssom": ">= 0.3.2 < 0.4.0", - "cssstyle": "^1.0.0", - "data-urls": "^1.0.0", - "domexception": "^1.0.1", - "escodegen": "^1.9.1", - "html-encoding-sniffer": "^1.0.2", - "left-pad": "^1.3.0", - "nwsapi": "^2.0.7", - "parse5": "4.0.0", - "pn": "^1.1.0", - "request": "^2.87.0", - "request-promise-native": "^1.0.5", - "sax": "^1.2.4", - "symbol-tree": "^3.2.2", - "tough-cookie": "^2.3.4", - "w3c-hr-time": "^1.0.1", - "webidl-conversions": "^4.0.2", - "whatwg-encoding": "^1.0.3", - "whatwg-mimetype": "^2.1.0", - "whatwg-url": "^6.4.1", - "ws": "^5.2.0", - "xml-name-validator": "^3.0.0" - }, - "dependencies": { - "acorn": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz", - "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==", - "dev": true - }, - "parse5": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-4.0.0.tgz", - "integrity": "sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==", - "dev": true - }, - "sax": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", - "dev": true - } + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" } }, - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "lodash": { + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", "dev": true }, - "json-buffer": { + "lodash._reinterpolate": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", - "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=", + "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", + "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=", "dev": true }, - "json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "lodash.clonedeep": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", + "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=", "dev": true }, - "json-schema": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", - "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + "lodash.find": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.find/-/lodash.find-4.6.0.tgz", + "integrity": "sha1-ywcE1Hq3F4n/oN6Ll92Sb7iLE7E=", + "dev": true }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" + "lodash.get": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", + "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=", + "dev": true }, - "json3": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.3.tgz", - "integrity": "sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==", + "lodash.ismatch": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz", + "integrity": "sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=", "dev": true }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", - "dev": true, - "requires": { - "minimist": "^1.2.0" - } + "lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=", + "dev": true }, - "jsonfile": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.1.tgz", - "integrity": "sha1-pezG9l9T9mLEQVx2daAzHQmS7GY=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.6" - } + "lodash.once": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", + "integrity": "sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=", + "dev": true }, - "jsonify": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", - "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=", + "lodash.set": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz", + "integrity": "sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=", "dev": true }, - "jsonparse": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", - "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=", + "lodash.sortby": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", + "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=", "dev": true }, - "jsprim": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", - "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "lodash.template": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.4.0.tgz", + "integrity": "sha1-5zoDhcg1VZF0bgILmWecaQ5o+6A=", + "dev": true, "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" + "lodash._reinterpolate": "~3.0.0", + "lodash.templatesettings": "^4.0.0" } }, - "jszip": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.2.1.tgz", - "integrity": "sha512-iCMBbo4eE5rb1VCpm5qXOAaUiRKRUKiItn8ah2YQQx9qymmSAY98eyQfioChEYcVQLh0zxJ3wS4A0mh90AVPvw==", + "lodash.templatesettings": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.1.0.tgz", + "integrity": "sha1-K01OlbpEDZFf8IvImeRVNmZxMxY=", + "dev": true, "requires": { - "lie": "~3.3.0", - "pako": "~1.0.2", - "readable-stream": "~2.3.6", - "set-immediate-shim": "~1.0.1" + "lodash._reinterpolate": "~3.0.0" } }, - "karma-mocha": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/karma-mocha/-/karma-mocha-1.3.0.tgz", - "integrity": "sha1-7qrH/8DiAetjxGdEDStpx883eL8=", + "lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=", + "dev": true + }, + "log-symbols": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", + "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", "dev": true, "requires": { - "minimist": "1.2.0" + "chalk": "^2.0.1" } }, - "karma-mocha-reporter": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/karma-mocha-reporter/-/karma-mocha-reporter-2.2.5.tgz", - "integrity": "sha1-FRIAlejtgZGG5HoLAS8810GJVWA=", + "log-update": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-1.0.2.tgz", + "integrity": "sha1-GZKfZMQJPS0ucHWh2tivWcKWuNE=", "dev": true, "requires": { - "chalk": "^2.1.0", - "log-symbols": "^2.1.0", - "strip-ansi": "^4.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", - "dev": true - }, - "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "dev": true, - "requires": { - "ansi-regex": "^3.0.0" - } - } + "ansi-escapes": "^1.0.0", + "cli-cursor": "^1.0.2" } }, - "karma-source-map-support": { + "loglevel": { + "version": "1.6.6", + "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.6.6.tgz", + "integrity": "sha512-Sgr5lbboAUBo3eXCSPL4/KoVz3ROKquOjcctxmHIt+vol2DrqTQe3SwkKKuYhEiWB5kYa13YyopJ69deJ1irzQ==", + "dev": true + }, + "loose-envify": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/karma-source-map-support/-/karma-source-map-support-1.4.0.tgz", - "integrity": "sha512-RsBECncGO17KAoJCYXjv+ckIz+Ii9NCi+9enk+rq6XC81ezYkb4/RHE6CTXdA7IOJqoF3wcaLfVG0CPmE5ca6A==", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", "dev": true, "requires": { - "source-map-support": "^0.5.5" + "js-tokens": "^3.0.0 || ^4.0.0" } }, - "keyv": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", - "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", + "loud-rejection": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", + "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", "dev": true, "requires": { - "json-buffer": "3.0.0" + "currently-unhandled": "^0.4.1", + "signal-exit": "^3.0.0" } }, - "killable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/killable/-/killable-1.0.1.tgz", - "integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==", - "dev": true - }, - "kind-of": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", - "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==", - "dev": true + "lower-case": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-1.1.4.tgz", + "integrity": "sha1-miyr0bno4K6ZOkv31YdcOcQujqw=" }, - "kleur": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "lowercase-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", + "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==", "dev": true }, - "latest-version": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz", - "integrity": "sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==", - "dev": true, - "requires": { - "package-json": "^6.3.0" - } - }, - "lazy-ass": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/lazy-ass/-/lazy-ass-1.6.0.tgz", - "integrity": "sha1-eZllXoZGwX8In90YfRUNMyTVRRM=" - }, - "lcid": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz", - "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", + "lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", "dev": true, "requires": { - "invert-kv": "^2.0.0" + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" } }, - "left-pad": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/left-pad/-/left-pad-1.3.0.tgz", - "integrity": "sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==", + "macos-release": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/macos-release/-/macos-release-2.3.0.tgz", + "integrity": "sha512-OHhSbtcviqMPt7yfw5ef5aghS2jzFVKEFyCJndQt2YpSQ9qRVSEv2axSJI1paVThEu+FFGs584h/1YhxjVqajA==", "dev": true }, - "less": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/less/-/less-3.9.0.tgz", - "integrity": "sha512-31CmtPEZraNUtuUREYjSqRkeETFdyEHSEPAGq4erDlUXtda7pzNmctdljdIagSb589d/qXGWiiP31R5JVf+v0w==", + "magic-string": { + "version": "0.25.3", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.3.tgz", + "integrity": "sha512-6QK0OpF/phMz0Q2AxILkX2mFhi7m+WMwTRg0LQKq/WBB0cDP4rYH3Wp4/d3OTXlrPLVJT/RFqj8tFeAR4nk8AA==", "dev": true, "requires": { - "clone": "^2.1.2", - "errno": "^0.1.1", - "graceful-fs": "^4.1.2", - "image-size": "~0.5.0", - "mime": "^1.4.1", - "mkdirp": "^0.5.0", - "promise": "^7.1.1", - "request": "^2.83.0", - "source-map": "~0.6.0" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "optional": true - } + "sourcemap-codec": "^1.4.4" } }, - "less-loader": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/less-loader/-/less-loader-5.0.0.tgz", - "integrity": "sha512-bquCU89mO/yWLaUq0Clk7qCsKhsF/TZpJUzETRvJa9KSVEL9SO3ovCvdEHISBhrC81OwC8QSVX7E0bzElZj9cg==", + "make-dir": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz", + "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==", "dev": true, "requires": { - "clone": "^2.1.1", - "loader-utils": "^1.1.0", - "pify": "^4.0.1" + "pify": "^3.0.0" }, "dependencies": { "pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", "dev": true } } }, - "less-plugin-npm-import": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/less-plugin-npm-import/-/less-plugin-npm-import-2.1.0.tgz", - "integrity": "sha1-gj5phskzGKmBccqFiEi2vq1Vvz4=", + "make-error": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.5.tgz", + "integrity": "sha512-c3sIjNUow0+8swNwVpqoH4YCShKNFkMaw6oH1mNS2haDZQqkeZFlHS3dhoeEbKKmJB4vXpJucU6oH75aDYeE9g==", + "dev": true + }, + "make-fetch-happen": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-5.0.0.tgz", + "integrity": "sha512-nFr/vpL1Jc60etMVKeaLOqfGjMMb3tAHFVJWxHOFCFS04Zmd7kGlMxo0l1tzfhoQje0/UPnd0X8OeGUiXXnfPA==", "dev": true, "requires": { - "promise": "~7.0.1", - "resolve": "~1.1.6" + "agentkeepalive": "^3.4.1", + "cacache": "^12.0.0", + "http-cache-semantics": "^3.8.1", + "http-proxy-agent": "^2.1.0", + "https-proxy-agent": "^2.2.1", + "lru-cache": "^5.1.1", + "mississippi": "^3.0.0", + "node-fetch-npm": "^2.0.2", + "promise-retry": "^1.1.1", + "socks-proxy-agent": "^4.0.0", + "ssri": "^6.0.0" }, "dependencies": { - "promise": { - "version": "7.0.4", - "resolved": "http://registry.npmjs.org/promise/-/promise-7.0.4.tgz", - "integrity": "sha1-Nj6EpMNsg1a4kP7WLJHOhdAu1Tk=", + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dev": true, "requires": { - "asap": "~2.0.3" + "yallist": "^3.0.2" } }, - "resolve": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz", - "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=", + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", "dev": true } } }, - "leven": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/leven/-/leven-2.1.0.tgz", - "integrity": "sha1-wuep93IJTe6dNCAq6KzORoeHVYA=", - "dev": true - }, - "levn": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "makeerror": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz", + "integrity": "sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=", "dev": true, "requires": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" + "tmpl": "1.0.x" } }, - "license-webpack-plugin": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-2.1.2.tgz", - "integrity": "sha512-7poZHRla+ae0eEButlwMrPpkXyhNVBf2EHePYWT0jyLnI6311/OXJkTI2sOIRungRpQgU2oDMpro5bSFPT5F0A==", + "mamacro": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/mamacro/-/mamacro-0.0.3.tgz", + "integrity": "sha512-qMEwh+UujcQ+kbz3T6V+wAmO2U8veoq2w+3wY8MquqwVA3jChfwY+Tk52GZKDfACEPjuZ7r2oJLejwpt8jtwTA==", + "dev": true + }, + "map-age-cleaner": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", + "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", "dev": true, "requires": { - "@types/webpack-sources": "^0.1.5", - "webpack-sources": "^1.2.0" + "p-defer": "^1.0.0" } }, - "lie": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz", - "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", - "requires": { - "immediate": "~3.0.5" - } + "map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=", + "dev": true }, - "lines-and-columns": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", - "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=", + "map-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", + "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", "dev": true }, - "listr": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/listr/-/listr-0.12.0.tgz", - "integrity": "sha1-a84sD1YD+klYDqF81qAMwOX6RRo=", + "map-stream": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.1.0.tgz", + "integrity": "sha1-5WqpTEyAVaFkBKBnS3jyFffI4ZQ=" + }, + "map-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", + "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", "dev": true, "requires": { - "chalk": "^1.1.3", - "cli-truncate": "^0.2.1", - "figures": "^1.7.0", - "indent-string": "^2.1.0", - "is-promise": "^2.1.0", - "is-stream": "^1.1.0", - "listr-silent-renderer": "^1.1.1", - "listr-update-renderer": "^0.2.0", - "listr-verbose-renderer": "^0.4.0", - "log-symbols": "^1.0.2", - "log-update": "^1.0.2", - "ora": "^0.2.3", - "p-map": "^1.1.1", - "rxjs": "^5.0.0-beta.11", - "stream-to-observable": "^0.1.0", - "strip-ansi": "^3.0.1" - }, - "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dev": true, - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - } - }, - "cli-spinners": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-0.1.2.tgz", - "integrity": "sha1-u3ZNiOGF+54eaiofGXcjGPYF4xw=", - "dev": true - }, - "log-symbols": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz", - "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", - "dev": true, - "requires": { - "chalk": "^1.0.0" - } - }, - "ora": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/ora/-/ora-0.2.3.tgz", - "integrity": "sha1-N1J9Igrc1Tw5tzVx11QVbV22V6Q=", - "dev": true, - "requires": { - "chalk": "^1.1.1", - "cli-cursor": "^1.0.2", - "cli-spinners": "^0.1.2", - "object-assign": "^4.0.1" - } - }, - "rxjs": { - "version": "5.5.12", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.12.tgz", - "integrity": "sha512-xx2itnL5sBbqeeiVgNPVuQQ1nC8Jp2WfNJhXWHmElW9YmrpS9UVnNzhP3EH3HFqexO5Tlp8GhYY+WEcqcVMvGw==", - "dev": true, - "requires": { - "symbol-observable": "1.0.1" - } - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "dev": true - } + "object-visit": "^1.0.0" } }, - "listr-silent-renderer": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/listr-silent-renderer/-/listr-silent-renderer-1.1.1.tgz", - "integrity": "sha1-kktaN1cVN3C/Go4/v3S4u/P5JC4=", - "dev": true + "material-colors": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/material-colors/-/material-colors-1.2.6.tgz", + "integrity": "sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg==" }, - "listr-update-renderer": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/listr-update-renderer/-/listr-update-renderer-0.2.0.tgz", - "integrity": "sha1-yoDhd5tOcCZoB+ju0a1qvjmFUPk=", + "md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", "dev": true, "requires": { - "chalk": "^1.1.3", - "cli-truncate": "^0.2.1", - "elegant-spinner": "^1.0.1", - "figures": "^1.7.0", - "indent-string": "^3.0.0", - "log-symbols": "^1.0.2", - "log-update": "^1.0.2", - "strip-ansi": "^3.0.1" - }, - "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dev": true, - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - } - }, - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", - "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", - "dev": true - }, - "log-symbols": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz", - "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", - "dev": true, - "requires": { - "chalk": "^1.0.0" - } - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "dev": true - } + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "mdn-data": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz", + "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==", + "dev": true + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", + "dev": true + }, + "mem": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/mem/-/mem-4.3.0.tgz", + "integrity": "sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==", + "dev": true, + "requires": { + "map-age-cleaner": "^0.1.1", + "mimic-fn": "^2.0.0", + "p-is-promise": "^2.0.0" } }, - "listr-verbose-renderer": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/listr-verbose-renderer/-/listr-verbose-renderer-0.4.1.tgz", - "integrity": "sha1-ggb0z21S3cWCfl/RSYng6WWTOjU=", + "memory-fs": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", + "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", "dev": true, "requires": { - "chalk": "^1.1.3", - "cli-cursor": "^1.0.2", - "date-fns": "^1.27.2", - "figures": "^1.7.0" + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + }, + "memorystream": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz", + "integrity": "sha1-htcJCzDORV1j+64S3aUaR93K+bI=", + "dev": true + }, + "meow": { + "version": "3.7.0", + "resolved": "http://registry.npmjs.org/meow/-/meow-3.7.0.tgz", + "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", + "dev": true, + "requires": { + "camelcase-keys": "^2.0.0", + "decamelize": "^1.1.2", + "loud-rejection": "^1.0.0", + "map-obj": "^1.0.1", + "minimist": "^1.1.3", + "normalize-package-data": "^2.3.4", + "object-assign": "^4.0.1", + "read-pkg-up": "^1.0.1", + "redent": "^1.0.0", + "trim-newlines": "^1.0.0" + } + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=", + "dev": true + }, + "merge-source-map": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/merge-source-map/-/merge-source-map-1.1.0.tgz", + "integrity": "sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw==", + "dev": true, + "requires": { + "source-map": "^0.6.1" }, "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dev": true, - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - } - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true } } }, - "load-json-file": { - "version": "1.1.0", - "resolved": "http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", - "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", + "merge-stream": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-1.0.1.tgz", + "integrity": "sha1-QEEgLVCKNCugAXQAjfDCUbjBNeE=", "dev": true, "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "strip-bom": "^2.0.0" + "readable-stream": "^2.0.1" } }, - "loader-runner": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz", - "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==", + "merge2": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.2.4.tgz", + "integrity": "sha512-FYE8xI+6pjFOhokZu0We3S5NKCirLbCzSh2Usf3qEyr4X8U+0jNg9P8RZ4qz+V2UoECLVwSyzU3LxXBaLGtD3A==", "dev": true }, - "loader-utils": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz", - "integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==", + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", + "dev": true + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", "dev": true, "requires": { - "big.js": "^5.2.2", - "emojis-list": "^2.0.0", - "json5": "^1.0.1" + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" } }, - "locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", + "miller-rabin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", + "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", "dev": true, "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" + "bn.js": "^4.0.0", + "brorand": "^1.0.1" } }, - "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", "dev": true }, - "lodash._reinterpolate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", - "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=", - "dev": true + "mime-db": { + "version": "1.40.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.40.0.tgz", + "integrity": "sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA==" }, - "lodash.clonedeep": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", - "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=", - "dev": true + "mime-types": { + "version": "2.1.24", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.24.tgz", + "integrity": "sha512-WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ==", + "requires": { + "mime-db": "1.40.0" + } }, - "lodash.find": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.find/-/lodash.find-4.6.0.tgz", - "integrity": "sha1-ywcE1Hq3F4n/oN6Ll92Sb7iLE7E=", + "mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true }, - "lodash.get": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", - "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=", + "mimic-response": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", + "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", "dev": true }, - "lodash.ismatch": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz", - "integrity": "sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=", - "dev": true + "mini-css-extract-plugin": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz", + "integrity": "sha512-MNpRGbNA52q6U92i0qbVpQNsgk7LExy41MdAlG84FeytfDOtRIf/mCHdEgG8rpTKOaNKiqUnZdlptF469hxqOw==", + "dev": true, + "requires": { + "loader-utils": "^1.1.0", + "normalize-url": "1.9.1", + "schema-utils": "^1.0.0", + "webpack-sources": "^1.1.0" + }, + "dependencies": { + "normalize-url": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz", + "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=", + "dev": true, + "requires": { + "object-assign": "^4.0.1", + "prepend-http": "^1.0.0", + "query-string": "^4.1.0", + "sort-keys": "^1.0.0" + } + }, + "prepend-http": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", + "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=", + "dev": true + } + } }, - "lodash.once": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", - "integrity": "sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=", + "minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", "dev": true }, - "lodash.set": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz", - "integrity": "sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=", + "minimalistic-crypto-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=", "dev": true }, - "lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=", - "dev": true + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } }, - "lodash.template": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.4.0.tgz", - "integrity": "sha1-5zoDhcg1VZF0bgILmWecaQ5o+6A=", + "minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" + }, + "minimist-options": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-3.0.2.tgz", + "integrity": "sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ==", "dev": true, "requires": { - "lodash._reinterpolate": "~3.0.0", - "lodash.templatesettings": "^4.0.0" + "arrify": "^1.0.1", + "is-plain-obj": "^1.1.0" } }, - "lodash.templatesettings": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.1.0.tgz", - "integrity": "sha1-K01OlbpEDZFf8IvImeRVNmZxMxY=", + "minipass": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.9.0.tgz", + "integrity": "sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==", "dev": true, "requires": { - "lodash._reinterpolate": "~3.0.0" + "safe-buffer": "^5.1.2", + "yallist": "^3.0.0" + }, + "dependencies": { + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + } } }, - "lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", - "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=", - "dev": true + "minipass-collect": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", + "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", + "dev": true, + "requires": { + "minipass": "^3.0.0" + }, + "dependencies": { + "minipass": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.1.tgz", + "integrity": "sha512-UFqVihv6PQgwj8/yTGvl9kPz7xIAY+R5z6XYjRInD3Gk3qx6QGSD6zEcpeG4Dy/lQnv1J6zv8ejV90hyYIKf3w==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + } + } }, - "log-symbols": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", - "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", + "minipass-flush": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", + "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", "dev": true, "requires": { - "chalk": "^2.0.1" + "minipass": "^3.0.0" + }, + "dependencies": { + "minipass": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.1.tgz", + "integrity": "sha512-UFqVihv6PQgwj8/yTGvl9kPz7xIAY+R5z6XYjRInD3Gk3qx6QGSD6zEcpeG4Dy/lQnv1J6zv8ejV90hyYIKf3w==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + } } }, - "log-update": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/log-update/-/log-update-1.0.2.tgz", - "integrity": "sha1-GZKfZMQJPS0ucHWh2tivWcKWuNE=", + "minipass-pipeline": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.2.tgz", + "integrity": "sha512-3JS5A2DKhD2g0Gg8x3yamO0pj7YeKGwVlDS90pF++kxptwx/F+B//roxf9SqYil5tQo65bijy+dAuAFZmYOouA==", "dev": true, "requires": { - "ansi-escapes": "^1.0.0", - "cli-cursor": "^1.0.2" + "minipass": "^3.0.0" + }, + "dependencies": { + "minipass": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.1.tgz", + "integrity": "sha512-UFqVihv6PQgwj8/yTGvl9kPz7xIAY+R5z6XYjRInD3Gk3qx6QGSD6zEcpeG4Dy/lQnv1J6zv8ejV90hyYIKf3w==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + } } }, - "loglevel": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.6.4.tgz", - "integrity": "sha512-p0b6mOGKcGa+7nnmKbpzR6qloPbrgLcnio++E+14Vo/XffOGwZtRpUhr8dTH/x2oCMmEoIU0Zwm3ZauhvYD17g==", - "dev": true + "minizlib": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-1.3.3.tgz", + "integrity": "sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==", + "dev": true, + "requires": { + "minipass": "^2.9.0" + } }, - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "mississippi": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz", + "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", "dev": true, "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" + "concat-stream": "^1.5.0", + "duplexify": "^3.4.2", + "end-of-stream": "^1.1.0", + "flush-write-stream": "^1.0.0", + "from2": "^2.1.0", + "parallel-transform": "^1.1.0", + "pump": "^3.0.0", + "pumpify": "^1.3.3", + "stream-each": "^1.1.0", + "through2": "^2.0.0" } }, - "loud-rejection": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", - "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", + "mixin-deep": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", + "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", "dev": true, "requires": { - "currently-unhandled": "^0.4.1", - "signal-exit": "^3.0.0" + "for-in": "^1.0.2", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dev": true, + "requires": { + "is-plain-object": "^2.0.4" + } + } } }, - "lower-case": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-1.1.4.tgz", - "integrity": "sha1-miyr0bno4K6ZOkv31YdcOcQujqw=" + "mkdirp": { + "version": "0.5.1", + "resolved": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "dev": true, + "requires": { + "minimist": "0.0.8" + }, + "dependencies": { + "minimist": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", + "dev": true + } + } }, - "lowercase-keys": { + "modify-values": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", - "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==", + "resolved": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz", + "integrity": "sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==", "dev": true }, - "lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", - "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "moment": { + "version": "2.24.0", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", + "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==", + "dev": true + }, + "move-concurrently": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", + "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=", "dev": true, "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" + "aproba": "^1.1.1", + "copy-concurrently": "^1.0.0", + "fs-write-stream-atomic": "^1.0.8", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.3" } }, - "macos-release": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/macos-release/-/macos-release-2.3.0.tgz", - "integrity": "sha512-OHhSbtcviqMPt7yfw5ef5aghS2jzFVKEFyCJndQt2YpSQ9qRVSEv2axSJI1paVThEu+FFGs584h/1YhxjVqajA==", - "dev": true + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, - "magic-string": { - "version": "0.25.3", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.3.tgz", - "integrity": "sha512-6QK0OpF/phMz0Q2AxILkX2mFhi7m+WMwTRg0LQKq/WBB0cDP4rYH3Wp4/d3OTXlrPLVJT/RFqj8tFeAR4nk8AA==", + "multicast-dns": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz", + "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==", "dev": true, "requires": { - "sourcemap-codec": "^1.4.4" + "dns-packet": "^1.3.1", + "thunky": "^1.0.2" } }, - "make-dir": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz", - "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==", + "multicast-dns-service-types": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz", + "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=", + "dev": true + }, + "mute-stream": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", + "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=", + "dev": true + }, + "nan": { + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz", + "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==", + "dev": true, + "optional": true + }, + "nanomatch": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", + "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", "dev": true, "requires": { - "pify": "^3.0.0" - }, - "dependencies": { - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true - } + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "fragment-cache": "^0.2.1", + "is-windows": "^1.0.2", + "kind-of": "^6.0.2", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" } }, - "make-error": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.5.tgz", - "integrity": "sha512-c3sIjNUow0+8swNwVpqoH4YCShKNFkMaw6oH1mNS2haDZQqkeZFlHS3dhoeEbKKmJB4vXpJucU6oH75aDYeE9g==", + "natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "dev": true + }, + "negotiator": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", + "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==", "dev": true }, - "make-fetch-happen": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-5.0.0.tgz", - "integrity": "sha512-nFr/vpL1Jc60etMVKeaLOqfGjMMb3tAHFVJWxHOFCFS04Zmd7kGlMxo0l1tzfhoQje0/UPnd0X8OeGUiXXnfPA==", + "neo-async": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz", + "integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==", + "dev": true + }, + "ng-packagr": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-5.7.0.tgz", + "integrity": "sha512-/75eqAyk2ef8J0aMLl7XCx1QXmqUUTsQDu+fNCFDIYpkpWBh0C8Rkdd72hMLPv3MMo63pfaNeiMXa0zzpQINyA==", "dev": true, "requires": { - "agentkeepalive": "^3.4.1", - "cacache": "^12.0.0", - "http-cache-semantics": "^3.8.1", - "http-proxy-agent": "^2.1.0", - "https-proxy-agent": "^2.2.1", - "lru-cache": "^5.1.1", - "mississippi": "^3.0.0", - "node-fetch-npm": "^2.0.2", - "promise-retry": "^1.1.1", - "socks-proxy-agent": "^4.0.0", - "ssri": "^6.0.0" + "ajv": "^6.10.2", + "autoprefixer": "^9.6.0", + "browserslist": "^4.0.0", + "chalk": "^2.3.1", + "chokidar": "^3.0.0", + "clean-css": "^4.1.11", + "commander": "^3.0.0", + "fs-extra": "^8.0.0", + "glob": "^7.1.2", + "injection-js": "^2.2.1", + "less": "^3.8.0", + "less-plugin-npm-import": "^2.1.0", + "node-sass-tilde-importer": "^1.0.0", + "postcss": "^7.0.0", + "postcss-url": "^8.0.0", + "read-pkg-up": "^5.0.0", + "rimraf": "^3.0.0", + "rollup": "^1.12.1", + "rollup-plugin-commonjs": "^10.0.0", + "rollup-plugin-json": "^4.0.0", + "rollup-plugin-node-resolve": "^5.0.0", + "rollup-plugin-sourcemaps": "^0.4.2", + "rxjs": "^6.0.0", + "sass": "^1.17.3", + "stylus": "^0.54.5", + "terser": "^4.1.2", + "update-notifier": "^3.0.0" }, "dependencies": { - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "ajv": { + "version": "6.10.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz", + "integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==", "dev": true, "requires": { - "yallist": "^3.0.2" + "fast-deep-equal": "^2.0.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" } }, - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "commander": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/commander/-/commander-3.0.2.tgz", + "integrity": "sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow==", "dev": true - } - } - }, - "makeerror": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz", - "integrity": "sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=", - "dev": true, - "requires": { - "tmpl": "1.0.x" - } - }, - "mamacro": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/mamacro/-/mamacro-0.0.3.tgz", - "integrity": "sha512-qMEwh+UujcQ+kbz3T6V+wAmO2U8veoq2w+3wY8MquqwVA3jChfwY+Tk52GZKDfACEPjuZ7r2oJLejwpt8jtwTA==", - "dev": true - }, - "map-age-cleaner": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", - "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", - "dev": true, - "requires": { - "p-defer": "^1.0.0" + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "requires": { + "locate-path": "^3.0.0" + } + }, + "fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "graceful-fs": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.2.tgz", + "integrity": "sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q==", + "dev": true + }, + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "p-limit": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz", + "integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==", + "dev": true, + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "requires": { + "p-limit": "^2.0.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true + }, + "parse-json": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.0.0.tgz", + "integrity": "sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1", + "lines-and-columns": "^1.1.6" + } + }, + "read-pkg": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", + "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", + "dev": true, + "requires": { + "@types/normalize-package-data": "^2.4.0", + "normalize-package-data": "^2.5.0", + "parse-json": "^5.0.0", + "type-fest": "^0.6.0" + } + }, + "read-pkg-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-5.0.0.tgz", + "integrity": "sha512-XBQjqOBtTzyol2CpsQOw8LHV0XbDZVG7xMMjmXAJomlVY03WOBRmYgDJETlvcg0H63AJvPRwT7GFi5rvOzUOKg==", + "dev": true, + "requires": { + "find-up": "^3.0.0", + "read-pkg": "^5.0.0" + } + }, + "rimraf": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.0.tgz", + "integrity": "sha512-NDGVxTsjqfunkds7CqsOiEnxln4Bo7Nddl3XhS4pXg5OzwkLqJ971ZVAAnB+DDLnF76N+VnDEiBHaVV8I06SUg==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "source-map-support": { + "version": "0.5.13", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", + "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "terser": { + "version": "4.3.9", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.3.9.tgz", + "integrity": "sha512-NFGMpHjlzmyOtPL+fDw3G7+6Ueh/sz4mkaUYa4lJCxOPTNzd0Uj0aZJOmsDYoSQyfuVoWDMSWTPU3huyOm2zdA==", + "dev": true, + "requires": { + "commander": "^2.20.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.12" + }, + "dependencies": { + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + } + } + }, + "type-fest": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", + "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", + "dev": true + } } }, - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", - "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=", - "dev": true - }, - "map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", - "dev": true - }, - "map-stream": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.1.0.tgz", - "integrity": "sha1-5WqpTEyAVaFkBKBnS3jyFffI4ZQ=" - }, - "map-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", - "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", - "dev": true, + "ngx-color": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/ngx-color/-/ngx-color-2.0.7.tgz", + "integrity": "sha512-R+J+4VxklH7VmHNXJg3wMlu8MMsnmUkdh8WGgcbDFep0z5aLXZ29RI9CqialNRN9ZYfN5BtbDSZQVKzY5GBG2A==", "requires": { - "object-visit": "^1.0.0" + "material-colors": "^1.2.6", + "tinycolor2": "^1.4.1", + "tslib": "^1.9.0" } }, - "material-colors": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/material-colors/-/material-colors-1.2.6.tgz", - "integrity": "sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg==" - }, - "md5.js": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", - "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", - "dev": true, + "ngx-highlightjs": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/ngx-highlightjs/-/ngx-highlightjs-3.0.3.tgz", + "integrity": "sha512-/Eh+uJL9CiePWXzyT7VpLaQoWQyyNEUQaHhJ4faUBQZLBpachCBY55iDX0mi50zG9dapTiiapH5Vz/sL2GDxlg==", "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" + "tslib": "^1.9.0" } }, - "media-typer": { - "version": "0.3.0", - "resolved": "http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", - "dev": true - }, - "mem": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/mem/-/mem-4.3.0.tgz", - "integrity": "sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==", - "dev": true, - "requires": { - "map-age-cleaner": "^0.1.1", - "mimic-fn": "^2.0.0", - "p-is-promise": "^2.0.0" - } + "nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" }, - "memory-fs": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", - "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", - "dev": true, + "no-case": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz", + "integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==", "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" + "lower-case": "^1.1.1" } }, - "memorystream": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz", - "integrity": "sha1-htcJCzDORV1j+64S3aUaR93K+bI=", + "node-eta": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/node-eta/-/node-eta-0.1.1.tgz", + "integrity": "sha1-QGYQmzk3HHYccrfr2pqeoKXeEh8=", "dev": true }, - "meow": { - "version": "3.7.0", - "resolved": "http://registry.npmjs.org/meow/-/meow-3.7.0.tgz", - "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", - "dev": true, - "requires": { - "camelcase-keys": "^2.0.0", - "decamelize": "^1.1.2", - "loud-rejection": "^1.0.0", - "map-obj": "^1.0.1", - "minimist": "^1.1.3", - "normalize-package-data": "^2.3.4", - "object-assign": "^4.0.1", - "read-pkg-up": "^1.0.1", - "redent": "^1.0.0", - "trim-newlines": "^1.0.0" - } - }, - "merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=", + "node-fetch": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", + "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==", "dev": true }, - "merge-stream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-1.0.1.tgz", - "integrity": "sha1-QEEgLVCKNCugAXQAjfDCUbjBNeE=", + "node-fetch-npm": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/node-fetch-npm/-/node-fetch-npm-2.0.2.tgz", + "integrity": "sha512-nJIxm1QmAj4v3nfCvEeCrYSoVwXyxLnaPBK5W1W5DGEJwjlKuC2VEUycGw5oxk+4zZahRrB84PUJJgEmhFTDFw==", "dev": true, "requires": { - "readable-stream": "^2.0.1" + "encoding": "^0.1.11", + "json-parse-better-errors": "^1.0.0", + "safe-buffer": "^5.1.1" } }, - "merge2": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.2.4.tgz", - "integrity": "sha512-FYE8xI+6pjFOhokZu0We3S5NKCirLbCzSh2Usf3qEyr4X8U+0jNg9P8RZ4qz+V2UoECLVwSyzU3LxXBaLGtD3A==", + "node-forge": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.9.0.tgz", + "integrity": "sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ==", "dev": true }, - "methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", + "node-int64": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=", "dev": true }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dev": true, - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "miller-rabin": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", - "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", + "node-libs-browser": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", + "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", "dev": true, "requires": { - "bn.js": "^4.0.0", - "brorand": "^1.0.1" + "assert": "^1.1.1", + "browserify-zlib": "^0.2.0", + "buffer": "^4.3.0", + "console-browserify": "^1.1.0", + "constants-browserify": "^1.0.0", + "crypto-browserify": "^3.11.0", + "domain-browser": "^1.1.1", + "events": "^3.0.0", + "https-browserify": "^1.0.0", + "os-browserify": "^0.3.0", + "path-browserify": "0.0.1", + "process": "^0.11.10", + "punycode": "^1.2.4", + "querystring-es3": "^0.2.0", + "readable-stream": "^2.3.3", + "stream-browserify": "^2.0.1", + "stream-http": "^2.7.2", + "string_decoder": "^1.0.0", + "timers-browserify": "^2.0.4", + "tty-browserify": "0.0.0", + "url": "^0.11.0", + "util": "^0.11.0", + "vm-browserify": "^1.0.1" + }, + "dependencies": { + "buffer": { + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", + "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", + "dev": true, + "requires": { + "base64-js": "^1.0.2", + "ieee754": "^1.1.4", + "isarray": "^1.0.0" + } + }, + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", + "dev": true + } } }, - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "node-modules-regexp": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz", + "integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=", "dev": true }, - "mime-db": { - "version": "1.40.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.40.0.tgz", - "integrity": "sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA==" - }, - "mime-types": { - "version": "2.1.24", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.24.tgz", - "integrity": "sha512-WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ==", + "node-notifier": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-5.4.0.tgz", + "integrity": "sha512-SUDEb+o71XR5lXSTyivXd9J7fCloE3SyP4lSgt3lU2oSANiox+SxlNRGPjDKrwU1YN3ix2KN/VGGCg0t01rttQ==", + "dev": true, "requires": { - "mime-db": "1.40.0" + "growly": "^1.3.0", + "is-wsl": "^1.1.0", + "semver": "^5.5.0", + "shellwords": "^0.1.1", + "which": "^1.3.0" } }, - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "dev": true - }, - "mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", - "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", - "dev": true - }, - "mini-css-extract-plugin": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz", - "integrity": "sha512-MNpRGbNA52q6U92i0qbVpQNsgk7LExy41MdAlG84FeytfDOtRIf/mCHdEgG8rpTKOaNKiqUnZdlptF469hxqOw==", + "node-releases": { + "version": "1.1.36", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.36.tgz", + "integrity": "sha512-ggXhX6QGyJSjj3r+6ml2LqqC28XOWmKtpb+a15/Zpr9V3yoNazxJNlcQDS9bYaid5FReEWHEgToH1mwoUceWwg==", "dev": true, "requires": { - "loader-utils": "^1.1.0", - "normalize-url": "1.9.1", - "schema-utils": "^1.0.0", - "webpack-sources": "^1.1.0" + "semver": "^6.3.0" }, "dependencies": { - "normalize-url": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz", - "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=", - "dev": true, - "requires": { - "object-assign": "^4.0.1", - "prepend-http": "^1.0.0", - "query-string": "^4.1.0", - "sort-keys": "^1.0.0" - } - }, - "prepend-http": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", - "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=", + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true } } }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", - "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", + "node-sass-tilde-importer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/node-sass-tilde-importer/-/node-sass-tilde-importer-1.0.2.tgz", + "integrity": "sha512-Swcmr38Y7uB78itQeBm3mThjxBy9/Ah/ykPIaURY/L6Nec9AyRoL/jJ7ECfMR+oZeCTVQNxVMu/aHU+TLRVbdg==", + "dev": true, + "requires": { + "find-parent-dir": "^0.3.0" + } + }, + "normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dev": true, + "requires": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "dev": true, + "requires": { + "remove-trailing-separator": "^1.0.1" + } + }, + "normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", "dev": true }, - "minimalistic-crypto-utils": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", - "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=", + "normalize-url": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz", + "integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==", "dev": true }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "npm-bundled": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.0.6.tgz", + "integrity": "sha512-8/JCaftHwbd//k6y2rEWp6k1wxVfpFzB6t1p825+cUb7Ym2XQfhwIC5KwhrvzZRJu+LtDE585zVaS32+CGtf0g==", + "dev": true + }, + "npm-package-arg": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-6.1.0.tgz", + "integrity": "sha512-zYbhP2k9DbJhA0Z3HKUePUgdB1x7MfIfKssC+WLPFMKTBZKpZh5m13PgexJjCq6KW7j17r0jHWcCpxEqnnncSA==", "dev": true, "requires": { - "brace-expansion": "^1.1.7" + "hosted-git-info": "^2.6.0", + "osenv": "^0.1.5", + "semver": "^5.5.0", + "validate-npm-package-name": "^3.0.0" } }, - "minimist": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" + "npm-packlist": { + "version": "1.4.6", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.6.tgz", + "integrity": "sha512-u65uQdb+qwtGvEJh/DgQgW1Xg7sqeNbmxYyrvlNznaVTjV3E5P6F/EFjM+BVHXl7JJlsdG8A64M0XI8FI/IOlg==", + "dev": true, + "requires": { + "ignore-walk": "^3.0.1", + "npm-bundled": "^1.0.1" + } }, - "minimist-options": { + "npm-pick-manifest": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-3.0.2.tgz", - "integrity": "sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ==", + "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-3.0.2.tgz", + "integrity": "sha512-wNprTNg+X5nf+tDi+hbjdHhM4bX+mKqv6XmPh7B5eG+QY9VARfQPfCEH013H5GqfNj6ee8Ij2fg8yk0mzps1Vw==", "dev": true, "requires": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0" + "figgy-pudding": "^3.5.1", + "npm-package-arg": "^6.0.0", + "semver": "^5.4.1" } }, - "minipass": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.9.0.tgz", - "integrity": "sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==", + "npm-registry-fetch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-4.0.2.tgz", + "integrity": "sha512-Z0IFtPEozNdeZRPh3aHHxdG+ZRpzcbQaJLthsm3VhNf6DScicTFRHZzK82u8RsJUsUHkX+QH/zcB/5pmd20H4A==", "dev": true, "requires": { - "safe-buffer": "^5.1.2", - "yallist": "^3.0.0" + "JSONStream": "^1.3.4", + "bluebird": "^3.5.1", + "figgy-pudding": "^3.4.1", + "lru-cache": "^5.1.1", + "make-fetch-happen": "^5.0.0", + "npm-package-arg": "^6.1.0", + "safe-buffer": "^5.2.0" }, "dependencies": { + "bluebird": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.1.tgz", + "integrity": "sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==", + "dev": true + }, + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "requires": { + "yallist": "^3.0.2" + } + }, + "safe-buffer": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", + "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==", + "dev": true + }, "yallist": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", @@ -12723,622 +15690,680 @@ } } }, - "minizlib": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-1.3.3.tgz", - "integrity": "sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==", + "npm-run-all": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.5.tgz", + "integrity": "sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==", "dev": true, "requires": { - "minipass": "^2.9.0" + "ansi-styles": "^3.2.1", + "chalk": "^2.4.1", + "cross-spawn": "^6.0.5", + "memorystream": "^0.3.1", + "minimatch": "^3.0.4", + "pidtree": "^0.3.0", + "read-pkg": "^3.0.0", + "shell-quote": "^1.6.1", + "string.prototype.padend": "^3.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "load-json-file": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" + } + }, + "parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "dev": true, + "requires": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + } + }, + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true + }, + "read-pkg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", + "dev": true, + "requires": { + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" + } + }, + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "dev": true + } } }, - "mississippi": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz", - "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", - "dev": true, + "npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", "requires": { - "concat-stream": "^1.5.0", - "duplexify": "^3.4.2", - "end-of-stream": "^1.1.0", - "flush-write-stream": "^1.0.0", - "from2": "^2.1.0", - "parallel-transform": "^1.1.0", - "pump": "^3.0.0", - "pumpify": "^1.3.3", - "stream-each": "^1.1.0", - "through2": "^2.0.0" + "path-key": "^2.0.0" + } + }, + "nth-check": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", + "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", + "dev": true, + "requires": { + "boolbase": "~1.0.0" } }, - "mixin-deep": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", - "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", + "num2fraction": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", + "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=", + "dev": true + }, + "number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", + "dev": true + }, + "nwsapi": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.1.4.tgz", + "integrity": "sha512-iGfd9Y6SFdTNldEy2L0GUhcarIutFmk+MPWIn9dmj8NMIup03G08uUF2KGbbmv/Ux4RT0VZJoP/sVbWA6d/VIw==", + "dev": true + }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "dev": true + }, + "object-copy": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", + "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", "dev": true, "requires": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" + "copy-descriptor": "^0.1.0", + "define-property": "^0.2.5", + "kind-of": "^3.0.3" }, "dependencies": { - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-plain-object": "^2.0.4" + "is-descriptor": "^0.1.0" + } + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" } } } }, - "mkdirp": { - "version": "0.5.1", - "resolved": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", - "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", - "dev": true, - "requires": { - "minimist": "0.0.8" - }, - "dependencies": { - "minimist": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", - "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", - "dev": true - } - } + "object-inspect": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz", + "integrity": "sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==", + "dev": true }, - "modify-values": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz", - "integrity": "sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==", + "object-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.0.2.tgz", + "integrity": "sha512-Epah+btZd5wrrfjkJZq1AOB9O6OxUQto45hzFd7lXGrpHPGE0W1k+426yrZV+k6NJOzLNNW/nVsmZdIWsAqoOQ==", "dev": true }, - "moment": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", - "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==", + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", "dev": true }, - "move-concurrently": { + "object-visit": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", - "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=", + "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", + "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", "dev": true, "requires": { - "aproba": "^1.1.1", - "copy-concurrently": "^1.0.0", - "fs-write-stream-atomic": "^1.0.8", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.3" + "isobject": "^3.0.0" } }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "multicast-dns": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz", - "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==", + "object.assign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", + "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", "dev": true, "requires": { - "dns-packet": "^1.3.1", - "thunky": "^1.0.2" + "define-properties": "^1.1.2", + "function-bind": "^1.1.1", + "has-symbols": "^1.0.0", + "object-keys": "^1.0.11" } }, - "multicast-dns-service-types": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz", - "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=", - "dev": true - }, - "mute-stream": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", - "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=", - "dev": true - }, - "nan": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz", - "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==", + "object.getownpropertydescriptors": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz", + "integrity": "sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY=", "dev": true, - "optional": true + "requires": { + "define-properties": "^1.1.2", + "es-abstract": "^1.5.1" + } }, - "nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", - "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", + "object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", "dev": true, "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" + "isobject": "^3.0.1" } }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", - "dev": true - }, - "negotiator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", - "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==", - "dev": true - }, - "neo-async": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz", - "integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==", - "dev": true - }, - "ng-packagr": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-5.7.0.tgz", - "integrity": "sha512-/75eqAyk2ef8J0aMLl7XCx1QXmqUUTsQDu+fNCFDIYpkpWBh0C8Rkdd72hMLPv3MMo63pfaNeiMXa0zzpQINyA==", + "object.values": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.1.tgz", + "integrity": "sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==", "dev": true, "requires": { - "ajv": "^6.10.2", - "autoprefixer": "^9.6.0", - "browserslist": "^4.0.0", - "chalk": "^2.3.1", - "chokidar": "^3.0.0", - "clean-css": "^4.1.11", - "commander": "^3.0.0", - "fs-extra": "^8.0.0", - "glob": "^7.1.2", - "injection-js": "^2.2.1", - "less": "^3.8.0", - "less-plugin-npm-import": "^2.1.0", - "node-sass-tilde-importer": "^1.0.0", - "postcss": "^7.0.0", - "postcss-url": "^8.0.0", - "read-pkg-up": "^5.0.0", - "rimraf": "^3.0.0", - "rollup": "^1.12.1", - "rollup-plugin-commonjs": "^10.0.0", - "rollup-plugin-json": "^4.0.0", - "rollup-plugin-node-resolve": "^5.0.0", - "rollup-plugin-sourcemaps": "^0.4.2", - "rxjs": "^6.0.0", - "sass": "^1.17.3", - "stylus": "^0.54.5", - "terser": "^4.1.2", - "update-notifier": "^3.0.0" - }, - "dependencies": { - "ajv": { - "version": "6.10.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz", - "integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==", - "dev": true, - "requires": { - "fast-deep-equal": "^2.0.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "commander": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/commander/-/commander-3.0.2.tgz", - "integrity": "sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow==", - "dev": true - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dev": true, - "requires": { - "locate-path": "^3.0.0" - } - }, - "fs-extra": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1", + "function-bind": "^1.1.1", + "has": "^1.0.3" + }, + "dependencies": { + "es-abstract": { + "version": "1.17.4", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.4.tgz", + "integrity": "sha512-Ae3um/gb8F0mui/jPL+QiqmglkUsaQf7FwBEHYIFkztkneosu9imhqHpBzQ3h1vit8t5iQ74t6PEVvphBZiuiQ==", + "dev": true, + "requires": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.1.5", + "is-regex": "^1.0.5", + "object-inspect": "^1.7.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.0", + "string.prototype.trimleft": "^2.1.1", + "string.prototype.trimright": "^2.1.1" + } + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", "dev": true, "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" } }, - "graceful-fs": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.2.tgz", - "integrity": "sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q==", + "has-symbols": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", + "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==", "dev": true }, - "jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "p-limit": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz", - "integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dev": true, - "requires": { - "p-limit": "^2.0.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "is-callable": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.5.tgz", + "integrity": "sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==", "dev": true }, - "parse-json": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.0.0.tgz", - "integrity": "sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw==", + "is-regex": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz", + "integrity": "sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==", "dev": true, "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1", - "lines-and-columns": "^1.1.6" + "has": "^1.0.3" } + } + } + }, + "obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", + "dev": true + }, + "octokit-pagination-methods": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz", + "integrity": "sha512-fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ==", + "dev": true + }, + "on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "dev": true, + "requires": { + "ee-first": "1.1.1" + } + }, + "on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "dev": true + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "requires": { + "wrappy": "1" + } + }, + "onetime": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz", + "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=", + "dev": true + }, + "open": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/open/-/open-6.4.0.tgz", + "integrity": "sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==", + "dev": true, + "requires": { + "is-wsl": "^1.1.0" + } + }, + "opn": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz", + "integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==", + "dev": true, + "requires": { + "is-wsl": "^1.1.0" + } + }, + "optimist": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", + "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=", + "dev": true, + "requires": { + "minimist": "~0.0.1", + "wordwrap": "~0.0.2" + }, + "dependencies": { + "minimist": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", + "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=", + "dev": true + } + } + }, + "optionator": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz", + "integrity": "sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=", + "dev": true, + "requires": { + "deep-is": "~0.1.3", + "fast-levenshtein": "~2.0.4", + "levn": "~0.3.0", + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2", + "wordwrap": "~1.0.0" + }, + "dependencies": { + "wordwrap": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", + "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=", + "dev": true + } + } + }, + "ora": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/ora/-/ora-4.0.2.tgz", + "integrity": "sha512-YUOZbamht5mfLxPmk4M35CD/5DuOkAacxlEUbStVXpBAt4fyhBf+vZHI/HRkI++QUp3sNoeA2Gw4C+hi4eGSig==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.2.0", + "is-interactive": "^1.0.0", + "log-symbols": "^3.0.0", + "strip-ansi": "^5.2.0", + "wcwidth": "^1.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true }, - "read-pkg": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", - "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", + "cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", "dev": true, "requires": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" + "restore-cursor": "^3.1.0" } }, - "read-pkg-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-5.0.0.tgz", - "integrity": "sha512-XBQjqOBtTzyol2CpsQOw8LHV0XbDZVG7xMMjmXAJomlVY03WOBRmYgDJETlvcg0H63AJvPRwT7GFi5rvOzUOKg==", + "log-symbols": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", + "integrity": "sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==", "dev": true, "requires": { - "find-up": "^3.0.0", - "read-pkg": "^5.0.0" + "chalk": "^2.4.2" } }, - "rimraf": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.0.tgz", - "integrity": "sha512-NDGVxTsjqfunkds7CqsOiEnxln4Bo7Nddl3XhS4pXg5OzwkLqJ971ZVAAnB+DDLnF76N+VnDEiBHaVV8I06SUg==", + "onetime": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.0.tgz", + "integrity": "sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==", "dev": true, "requires": { - "glob": "^7.1.3" + "mimic-fn": "^2.1.0" } }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - }, - "source-map-support": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", - "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", + "restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", "dev": true, "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" } }, - "terser": { - "version": "4.3.9", - "resolved": "https://registry.npmjs.org/terser/-/terser-4.3.9.tgz", - "integrity": "sha512-NFGMpHjlzmyOtPL+fDw3G7+6Ueh/sz4mkaUYa4lJCxOPTNzd0Uj0aZJOmsDYoSQyfuVoWDMSWTPU3huyOm2zdA==", + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", "dev": true, - "requires": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true - } + "requires": { + "ansi-regex": "^4.1.0" } - }, - "type-fest": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", - "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", - "dev": true } } }, - "ngx-color": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/ngx-color/-/ngx-color-2.0.7.tgz", - "integrity": "sha512-R+J+4VxklH7VmHNXJg3wMlu8MMsnmUkdh8WGgcbDFep0z5aLXZ29RI9CqialNRN9ZYfN5BtbDSZQVKzY5GBG2A==", - "requires": { - "material-colors": "^1.2.6", - "tinycolor2": "^1.4.1", - "tslib": "^1.9.0" - } - }, - "ngx-highlightjs": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/ngx-highlightjs/-/ngx-highlightjs-3.0.3.tgz", - "integrity": "sha512-/Eh+uJL9CiePWXzyT7VpLaQoWQyyNEUQaHhJ4faUBQZLBpachCBY55iDX0mi50zG9dapTiiapH5Vz/sL2GDxlg==", - "requires": { - "tslib": "^1.9.0" - } - }, - "nice-try": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", - "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" - }, - "no-case": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz", - "integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==", - "requires": { - "lower-case": "^1.1.1" - } - }, - "node-eta": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/node-eta/-/node-eta-0.1.1.tgz", - "integrity": "sha1-QGYQmzk3HHYccrfr2pqeoKXeEh8=", - "dev": true - }, - "node-fetch": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", - "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==", - "dev": true - }, - "node-fetch-npm": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/node-fetch-npm/-/node-fetch-npm-2.0.2.tgz", - "integrity": "sha512-nJIxm1QmAj4v3nfCvEeCrYSoVwXyxLnaPBK5W1W5DGEJwjlKuC2VEUycGw5oxk+4zZahRrB84PUJJgEmhFTDFw==", + "original": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz", + "integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==", "dev": true, "requires": { - "encoding": "^0.1.11", - "json-parse-better-errors": "^1.0.0", - "safe-buffer": "^5.1.1" + "url-parse": "^1.4.3" } }, - "node-forge": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.9.0.tgz", - "integrity": "sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ==", + "os-browserify": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", + "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=", "dev": true }, - "node-int64": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", - "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=", + "os-homedir": { + "version": "1.0.2", + "resolved": "http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", "dev": true }, - "node-libs-browser": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", - "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", + "os-locale": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz", + "integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==", "dev": true, "requires": { - "assert": "^1.1.1", - "browserify-zlib": "^0.2.0", - "buffer": "^4.3.0", - "console-browserify": "^1.1.0", - "constants-browserify": "^1.0.0", - "crypto-browserify": "^3.11.0", - "domain-browser": "^1.1.1", - "events": "^3.0.0", - "https-browserify": "^1.0.0", - "os-browserify": "^0.3.0", - "path-browserify": "0.0.1", - "process": "^0.11.10", - "punycode": "^1.2.4", - "querystring-es3": "^0.2.0", - "readable-stream": "^2.3.3", - "stream-browserify": "^2.0.1", - "stream-http": "^2.7.2", - "string_decoder": "^1.0.0", - "timers-browserify": "^2.0.4", - "tty-browserify": "0.0.0", - "url": "^0.11.0", - "util": "^0.11.0", - "vm-browserify": "^1.0.1" + "execa": "^1.0.0", + "lcid": "^2.0.0", + "mem": "^4.0.0" }, "dependencies": { - "buffer": { - "version": "4.9.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz", - "integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=", + "execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", "dev": true, "requires": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4", - "isarray": "^1.0.0" + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" } }, - "punycode": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", - "dev": true + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } } } }, - "node-modules-regexp": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz", - "integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=", - "dev": true - }, - "node-notifier": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-5.4.0.tgz", - "integrity": "sha512-SUDEb+o71XR5lXSTyivXd9J7fCloE3SyP4lSgt3lU2oSANiox+SxlNRGPjDKrwU1YN3ix2KN/VGGCg0t01rttQ==", + "os-name": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/os-name/-/os-name-3.1.0.tgz", + "integrity": "sha512-h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg==", "dev": true, "requires": { - "growly": "^1.3.0", - "is-wsl": "^1.1.0", - "semver": "^5.5.0", - "shellwords": "^0.1.1", - "which": "^1.3.0" + "macos-release": "^2.2.0", + "windows-release": "^3.1.0" } }, - "node-releases": { - "version": "1.1.36", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.36.tgz", - "integrity": "sha512-ggXhX6QGyJSjj3r+6ml2LqqC28XOWmKtpb+a15/Zpr9V3yoNazxJNlcQDS9bYaid5FReEWHEgToH1mwoUceWwg==", + "os-tmpdir": { + "version": "1.0.2", + "resolved": "http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "dev": true + }, + "osenv": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", + "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", "dev": true, "requires": { - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" } }, - "node-sass-tilde-importer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/node-sass-tilde-importer/-/node-sass-tilde-importer-1.0.2.tgz", - "integrity": "sha512-Swcmr38Y7uB78itQeBm3mThjxBy9/Ah/ykPIaURY/L6Nec9AyRoL/jJ7ECfMR+oZeCTVQNxVMu/aHU+TLRVbdg==", + "p-cancelable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", + "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==", + "dev": true + }, + "p-defer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", + "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=", + "dev": true + }, + "p-each-series": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-1.0.0.tgz", + "integrity": "sha1-kw89Et0fUOdDRFeiLNbwSsatf3E=", "dev": true, "requires": { - "find-parent-dir": "^0.3.0" + "p-reduce": "^1.0.0" } }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" + }, + "p-is-promise": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz", + "integrity": "sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==", + "dev": true + }, + "p-limit": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", + "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", "dev": true, "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" + "p-try": "^1.0.0" } }, - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "p-locate": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", + "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", "dev": true, "requires": { - "remove-trailing-separator": "^1.0.1" + "p-limit": "^1.1.0" } }, - "normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", - "dev": true - }, - "normalize-url": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz", - "integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==", + "p-map": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz", + "integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==", "dev": true }, - "npm-bundled": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.0.6.tgz", - "integrity": "sha512-8/JCaftHwbd//k6y2rEWp6k1wxVfpFzB6t1p825+cUb7Ym2XQfhwIC5KwhrvzZRJu+LtDE585zVaS32+CGtf0g==", + "p-reduce": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-1.0.0.tgz", + "integrity": "sha1-GMKw3ZNqRpClKfgjH1ig/bakffo=", "dev": true }, - "npm-package-arg": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-6.1.0.tgz", - "integrity": "sha512-zYbhP2k9DbJhA0Z3HKUePUgdB1x7MfIfKssC+WLPFMKTBZKpZh5m13PgexJjCq6KW7j17r0jHWcCpxEqnnncSA==", + "p-retry": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-3.0.1.tgz", + "integrity": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==", "dev": true, "requires": { - "hosted-git-info": "^2.6.0", - "osenv": "^0.1.5", - "semver": "^5.5.0", - "validate-npm-package-name": "^3.0.0" + "retry": "^0.12.0" + }, + "dependencies": { + "retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=", + "dev": true + } } }, - "npm-packlist": { - "version": "1.4.6", - "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.6.tgz", - "integrity": "sha512-u65uQdb+qwtGvEJh/DgQgW1Xg7sqeNbmxYyrvlNznaVTjV3E5P6F/EFjM+BVHXl7JJlsdG8A64M0XI8FI/IOlg==", - "dev": true, - "requires": { - "ignore-walk": "^3.0.1", - "npm-bundled": "^1.0.1" - } + "p-try": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", + "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", + "dev": true }, - "npm-pick-manifest": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-3.0.2.tgz", - "integrity": "sha512-wNprTNg+X5nf+tDi+hbjdHhM4bX+mKqv6XmPh7B5eG+QY9VARfQPfCEH013H5GqfNj6ee8Ij2fg8yk0mzps1Vw==", + "package-json": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz", + "integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==", "dev": true, "requires": { - "figgy-pudding": "^3.5.1", - "npm-package-arg": "^6.0.0", - "semver": "^5.4.1" + "got": "^9.6.0", + "registry-auth-token": "^4.0.0", + "registry-url": "^5.0.0", + "semver": "^6.2.0" + }, + "dependencies": { + "registry-auth-token": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.0.0.tgz", + "integrity": "sha512-lpQkHxd9UL6tb3k/aHAVfnVtn+Bcs9ob5InuFLLEDqSqeq+AljB8GZW9xY0x7F+xYwEcjKe07nyoxzEYz6yvkw==", + "dev": true, + "requires": { + "rc": "^1.2.8", + "safe-buffer": "^5.0.1" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } } }, - "npm-registry-fetch": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-4.0.2.tgz", - "integrity": "sha512-Z0IFtPEozNdeZRPh3aHHxdG+ZRpzcbQaJLthsm3VhNf6DScicTFRHZzK82u8RsJUsUHkX+QH/zcB/5pmd20H4A==", + "pacote": { + "version": "9.5.5", + "resolved": "https://registry.npmjs.org/pacote/-/pacote-9.5.5.tgz", + "integrity": "sha512-jAEP+Nqj4kyMWyNpfTU/Whx1jA7jEc5cCOlurm0/0oL+v8TAp1QSsK83N7bYe+2bEdFzMAtPG5TBebjzzGV0cA==", "dev": true, "requires": { - "JSONStream": "^1.3.4", - "bluebird": "^3.5.1", - "figgy-pudding": "^3.4.1", + "bluebird": "^3.5.3", + "cacache": "^12.0.2", + "figgy-pudding": "^3.5.1", + "get-stream": "^4.1.0", + "glob": "^7.1.3", + "infer-owner": "^1.0.4", "lru-cache": "^5.1.1", "make-fetch-happen": "^5.0.0", + "minimatch": "^3.0.4", + "minipass": "^2.3.5", + "mississippi": "^3.0.0", + "mkdirp": "^0.5.1", + "normalize-package-data": "^2.4.0", "npm-package-arg": "^6.1.0", - "safe-buffer": "^5.2.0" + "npm-packlist": "^1.1.12", + "npm-pick-manifest": "^2.2.3", + "npm-registry-fetch": "^4.0.0", + "osenv": "^0.1.5", + "promise-inflight": "^1.0.1", + "promise-retry": "^1.1.1", + "protoduck": "^5.0.1", + "rimraf": "^2.6.2", + "safe-buffer": "^5.1.2", + "semver": "^5.6.0", + "ssri": "^6.0.1", + "tar": "^4.4.8", + "unique-filename": "^1.1.1", + "which": "^1.3.1" }, "dependencies": { "bluebird": { @@ -13347,6 +16372,15 @@ "integrity": "sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==", "dev": true }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } + }, "lru-cache": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", @@ -13356,11 +16390,16 @@ "yallist": "^3.0.2" } }, - "safe-buffer": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", - "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==", - "dev": true + "npm-pick-manifest": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-2.2.3.tgz", + "integrity": "sha512-+IluBC5K201+gRU85vFlUwX3PFShZAbAgDNp2ewJdWMVSppdo/Zih0ul2Ecky/X7b51J7LrrUAP+XOmOCvYZqA==", + "dev": true, + "requires": { + "figgy-pudding": "^3.5.1", + "npm-package-arg": "^6.0.0", + "semver": "^5.4.1" + } }, "yallist": { "version": "3.1.1", @@ -13370,1037 +16409,918 @@ } } }, - "npm-run-all": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.5.tgz", - "integrity": "sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "chalk": "^2.4.1", - "cross-spawn": "^6.0.5", - "memorystream": "^0.3.1", - "minimatch": "^3.0.4", - "pidtree": "^0.3.0", - "read-pkg": "^3.0.0", - "shell-quote": "^1.6.1", - "string.prototype.padend": "^3.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - } - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true - }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", - "dev": true, - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - } - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "dev": true - } - } + "pako": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.10.tgz", + "integrity": "sha512-0DTvPVU3ed8+HNXOu5Bs+o//Mbdj9VNQMUOe9oKCwh8l0GNwpTDMKCWbRjgtD291AWnkAgkqA/LOnQS8AmS1tw==" }, - "npm-run-path": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", - "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", + "parallel-transform": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz", + "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==", + "dev": true, "requires": { - "path-key": "^2.0.0" + "cyclist": "^1.0.1", + "inherits": "^2.0.3", + "readable-stream": "^2.1.5" } }, - "num2fraction": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", - "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=", - "dev": true - }, - "number-is-nan": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", - "dev": true - }, - "nwsapi": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.1.4.tgz", - "integrity": "sha512-iGfd9Y6SFdTNldEy2L0GUhcarIutFmk+MPWIn9dmj8NMIup03G08uUF2KGbbmv/Ux4RT0VZJoP/sVbWA6d/VIw==", - "dev": true - }, - "oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", - "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "dev": true + "param-case": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-2.1.1.tgz", + "integrity": "sha1-35T9jPZTHs915r75oIWPvHK+Ikc=", + "requires": { + "no-case": "^2.2.0" + } }, - "object-copy": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", - "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", + "parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", "dev": true, "requires": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" + "callsites": "^3.0.0" }, "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dev": true, - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true } } }, - "object-is": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.0.1.tgz", - "integrity": "sha1-CqYOyZiaCz7Xlc9NBvYs8a1lObY=", - "dev": true + "parse-asn1": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.5.tgz", + "integrity": "sha512-jkMYn1dcJqF6d5CpU689bq7w/b5ALS9ROVSpQDPrZsqqesUJii9qutvoT5ltGedNXMO2e16YUWIghG9KxaViTQ==", + "dev": true, + "requires": { + "asn1.js": "^4.0.0", + "browserify-aes": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.0", + "pbkdf2": "^3.0.3", + "safe-buffer": "^5.1.1" + } }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "parse-github-repo-url": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/parse-github-repo-url/-/parse-github-repo-url-1.4.1.tgz", + "integrity": "sha1-nn2LslKmy2ukJZUGC3v23z28H1A=", "dev": true }, - "object-visit": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", - "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", "dev": true, "requires": { - "isobject": "^3.0.0" + "error-ex": "^1.2.0" } }, - "object.assign": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", - "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", + "parse-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-4.0.1.tgz", + "integrity": "sha512-d7yhga0Oc+PwNXDvQ0Jv1BuWkLVPXcAoQ/WREgd6vNNoKYaW52KI+RdOFjI63wjkmps9yUE8VS4veP+AgpQ/hA==", "dev": true, "requires": { - "define-properties": "^1.1.2", - "function-bind": "^1.1.1", - "has-symbols": "^1.0.0", - "object-keys": "^1.0.11" + "is-ssh": "^1.3.0", + "protocols": "^1.4.0" } }, - "object.getownpropertydescriptors": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz", - "integrity": "sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY=", + "parse-url": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-5.0.1.tgz", + "integrity": "sha512-flNUPP27r3vJpROi0/R3/2efgKkyXqnXwyP1KQ2U0SfFRgdizOdWfvrrvJg1LuOoxs7GQhmxJlq23IpQ/BkByg==", "dev": true, "requires": { - "define-properties": "^1.1.2", - "es-abstract": "^1.5.1" + "is-ssh": "^1.3.0", + "normalize-url": "^3.3.0", + "parse-path": "^4.0.0", + "protocols": "^1.4.0" } }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", - "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", - "dev": true, + "parse5": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-4.0.0.tgz", + "integrity": "sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==", + "dev": true + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "dev": true + }, + "pascal-case": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-2.0.1.tgz", + "integrity": "sha1-LVeNNFX2YNpl7KGO+VtODekSdh4=", "requires": { - "isobject": "^3.0.1" + "camel-case": "^3.0.0", + "upper-case-first": "^1.1.0" } }, - "obuf": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", - "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", + "pascalcase": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", + "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=", "dev": true }, - "octokit-pagination-methods": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz", - "integrity": "sha512-fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ==", + "path-browserify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", + "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==", "dev": true }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "path-dirname": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=", + "dev": true + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "dev": true + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true + }, + "path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=", + "dev": true + }, + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" + }, + "path-parse": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", + "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", + "dev": true + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=", + "dev": true + }, + "path-type": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", "dev": true, "requires": { - "ee-first": "1.1.1" + "pify": "^3.0.0" + }, + "dependencies": { + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true + } } }, - "on-headers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", - "dev": true + "pause-stream": { + "version": "0.0.11", + "resolved": "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz", + "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=", + "requires": { + "through": "~2.3" + } }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "pbkdf2": { + "version": "3.0.17", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz", + "integrity": "sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA==", + "dev": true, "requires": { - "wrappy": "1" + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" } }, - "onetime": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz", - "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=", + "pend": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", + "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=", + "dev": true + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" + }, + "picomatch": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.0.7.tgz", + "integrity": "sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA==", + "dev": true + }, + "pidtree": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.3.0.tgz", + "integrity": "sha512-9CT4NFlDcosssyg8KVFltgokyKZIFjoBxw8CTGy+5F38Y1eQWrt8tRayiUOXE+zVKQnYu5BR8JjCtvK3BcnBhg==", + "dev": true + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", "dev": true }, - "open": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/open/-/open-6.4.0.tgz", - "integrity": "sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==", - "dev": true, - "requires": { - "is-wsl": "^1.1.0" - } - }, - "opn": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz", - "integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==", - "dev": true, - "requires": { - "is-wsl": "^1.1.0" - } + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", + "dev": true }, - "optimist": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", - "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=", + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", "dev": true, "requires": { - "minimist": "~0.0.1", - "wordwrap": "~0.0.2" - }, - "dependencies": { - "minimist": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", - "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=", - "dev": true - } + "pinkie": "^2.0.0" } }, - "optionator": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz", - "integrity": "sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=", + "pirates": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.1.tgz", + "integrity": "sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==", "dev": true, "requires": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.4", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "wordwrap": "~1.0.0" - }, - "dependencies": { - "wordwrap": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", - "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=", - "dev": true - } + "node-modules-regexp": "^1.0.0" } }, - "ora": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/ora/-/ora-4.0.2.tgz", - "integrity": "sha512-YUOZbamht5mfLxPmk4M35CD/5DuOkAacxlEUbStVXpBAt4fyhBf+vZHI/HRkI++QUp3sNoeA2Gw4C+hi4eGSig==", + "pkg-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", "dev": true, "requires": { - "chalk": "^2.4.2", - "cli-cursor": "^3.1.0", - "cli-spinners": "^2.2.0", - "is-interactive": "^1.0.0", - "log-symbols": "^3.0.0", - "strip-ansi": "^5.2.0", - "wcwidth": "^1.0.1" + "find-up": "^3.0.0" }, "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "dev": true - }, - "cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "dev": true, "requires": { - "restore-cursor": "^3.1.0" + "locate-path": "^3.0.0" } }, - "log-symbols": { + "locate-path": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", - "integrity": "sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "dev": true, "requires": { - "chalk": "^2.4.2" + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" } }, - "onetime": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.0.tgz", - "integrity": "sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==", + "p-limit": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.2.tgz", + "integrity": "sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==", "dev": true, "requires": { - "mimic-fn": "^2.1.0" + "p-try": "^2.0.0" } }, - "restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "dev": true, "requires": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" + "p-limit": "^2.0.0" } }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dev": true, - "requires": { - "ansi-regex": "^4.1.0" - } + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true } } }, - "original": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz", - "integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==", + "please-upgrade-node": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.1.1.tgz", + "integrity": "sha512-KY1uHnQ2NlQHqIJQpnh/i54rKkuxCEBx+voJIS/Mvb+L2iYd2NMotwduhKTMjfC1uKoX3VXOxLjIYG66dfJTVQ==", "dev": true, "requires": { - "url-parse": "^1.4.3" + "semver-compare": "^1.0.0" } }, - "os-browserify": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", - "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=", - "dev": true - }, - "os-homedir": { - "version": "1.0.2", - "resolved": "http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", - "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", + "pn": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/pn/-/pn-1.1.0.tgz", + "integrity": "sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==", "dev": true }, - "os-locale": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz", - "integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==", + "portfinder": { + "version": "1.0.25", + "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.25.tgz", + "integrity": "sha512-6ElJnHBbxVA1XSLgBp7G1FiCkQdlqGzuF7DswL5tcea+E8UpuvPU7beVAjjRwCioTS9ZluNbu+ZyRvgTsmqEBg==", "dev": true, "requires": { - "execa": "^1.0.0", - "lcid": "^2.0.0", - "mem": "^4.0.0" + "async": "^2.6.2", + "debug": "^3.1.1", + "mkdirp": "^0.5.1" }, "dependencies": { - "execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "async": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", + "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", "dev": true, "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" + "lodash": "^4.17.14" } + } + } + }, + "posix-character-classes": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=", + "dev": true + }, + "postcss": { + "version": "7.0.17", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.17.tgz", + "integrity": "sha512-546ZowA+KZ3OasvQZHsbuEpysvwTZNGJv9EfyCQdsIDltPSWHAeTQ5fQy/Npi2ZDtLI3zs7Ps/p6wThErhm9fQ==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", "dev": true, "requires": { - "pump": "^3.0.0" + "has-flag": "^3.0.0" } } } }, - "os-name": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/os-name/-/os-name-3.1.0.tgz", - "integrity": "sha512-h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg==", + "postcss-calc": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-7.0.1.tgz", + "integrity": "sha512-oXqx0m6tb4N3JGdmeMSc/i91KppbYsFZKdH0xMOqK8V1rJlzrKlTdokz8ozUXLVejydRN6u2IddxpcijRj2FqQ==", + "dev": true, + "requires": { + "css-unit-converter": "^1.1.1", + "postcss": "^7.0.5", + "postcss-selector-parser": "^5.0.0-rc.4", + "postcss-value-parser": "^3.3.1" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + } + } + }, + "postcss-colormin": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-4.0.3.tgz", + "integrity": "sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==", + "dev": true, + "requires": { + "browserslist": "^4.0.0", + "color": "^3.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + } + } + }, + "postcss-convert-values": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz", + "integrity": "sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==", "dev": true, "requires": { - "macos-release": "^2.2.0", - "windows-release": "^3.1.0" + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + } } }, - "os-tmpdir": { - "version": "1.0.2", - "resolved": "http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", - "dev": true - }, - "osenv": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", - "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", + "postcss-discard-comments": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz", + "integrity": "sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==", "dev": true, "requires": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.0" + "postcss": "^7.0.0" } }, - "p-cancelable": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", - "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==", - "dev": true - }, - "p-defer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", - "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=", - "dev": true - }, - "p-each-series": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-1.0.0.tgz", - "integrity": "sha1-kw89Et0fUOdDRFeiLNbwSsatf3E=", + "postcss-discard-duplicates": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz", + "integrity": "sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==", "dev": true, "requires": { - "p-reduce": "^1.0.0" + "postcss": "^7.0.0" } }, - "p-finally": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", - "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" - }, - "p-is-promise": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz", - "integrity": "sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==", - "dev": true - }, - "p-limit": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", + "postcss-discard-empty": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz", + "integrity": "sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==", "dev": true, "requires": { - "p-try": "^1.0.0" + "postcss": "^7.0.0" } }, - "p-locate": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", + "postcss-discard-overridden": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz", + "integrity": "sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg==", "dev": true, "requires": { - "p-limit": "^1.1.0" + "postcss": "^7.0.0" } }, - "p-map": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz", - "integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==", - "dev": true - }, - "p-reduce": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-1.0.0.tgz", - "integrity": "sha1-GMKw3ZNqRpClKfgjH1ig/bakffo=", - "dev": true - }, - "p-retry": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-3.0.1.tgz", - "integrity": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==", + "postcss-import": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-12.0.1.tgz", + "integrity": "sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw==", "dev": true, "requires": { - "retry": "^0.12.0" + "postcss": "^7.0.1", + "postcss-value-parser": "^3.2.3", + "read-cache": "^1.0.0", + "resolve": "^1.1.7" }, "dependencies": { - "retry": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", - "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=", + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", "dev": true } } }, - "p-try": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", - "dev": true + "postcss-load-config": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-2.1.0.tgz", + "integrity": "sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q==", + "dev": true, + "requires": { + "cosmiconfig": "^5.0.0", + "import-cwd": "^2.0.0" + } }, - "package-json": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz", - "integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==", + "postcss-loader": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-3.0.0.tgz", + "integrity": "sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==", "dev": true, "requires": { - "got": "^9.6.0", - "registry-auth-token": "^4.0.0", - "registry-url": "^5.0.0", - "semver": "^6.2.0" + "loader-utils": "^1.1.0", + "postcss": "^7.0.0", + "postcss-load-config": "^2.0.0", + "schema-utils": "^1.0.0" + } + }, + "postcss-merge-longhand": { + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz", + "integrity": "sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw==", + "dev": true, + "requires": { + "css-color-names": "0.0.4", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0", + "stylehacks": "^4.0.0" }, "dependencies": { - "registry-auth-token": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.0.0.tgz", - "integrity": "sha512-lpQkHxd9UL6tb3k/aHAVfnVtn+Bcs9ob5InuFLLEDqSqeq+AljB8GZW9xY0x7F+xYwEcjKe07nyoxzEYz6yvkw==", - "dev": true, - "requires": { - "rc": "^1.2.8", - "safe-buffer": "^5.0.1" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", "dev": true } } }, - "pacote": { - "version": "9.5.5", - "resolved": "https://registry.npmjs.org/pacote/-/pacote-9.5.5.tgz", - "integrity": "sha512-jAEP+Nqj4kyMWyNpfTU/Whx1jA7jEc5cCOlurm0/0oL+v8TAp1QSsK83N7bYe+2bEdFzMAtPG5TBebjzzGV0cA==", + "postcss-merge-rules": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz", + "integrity": "sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==", "dev": true, "requires": { - "bluebird": "^3.5.3", - "cacache": "^12.0.2", - "figgy-pudding": "^3.5.1", - "get-stream": "^4.1.0", - "glob": "^7.1.3", - "infer-owner": "^1.0.4", - "lru-cache": "^5.1.1", - "make-fetch-happen": "^5.0.0", - "minimatch": "^3.0.4", - "minipass": "^2.3.5", - "mississippi": "^3.0.0", - "mkdirp": "^0.5.1", - "normalize-package-data": "^2.4.0", - "npm-package-arg": "^6.1.0", - "npm-packlist": "^1.1.12", - "npm-pick-manifest": "^2.2.3", - "npm-registry-fetch": "^4.0.0", - "osenv": "^0.1.5", - "promise-inflight": "^1.0.1", - "promise-retry": "^1.1.1", - "protoduck": "^5.0.1", - "rimraf": "^2.6.2", - "safe-buffer": "^5.1.2", - "semver": "^5.6.0", - "ssri": "^6.0.1", - "tar": "^4.4.8", - "unique-filename": "^1.1.1", - "which": "^1.3.1" + "browserslist": "^4.0.0", + "caniuse-api": "^3.0.0", + "cssnano-util-same-parent": "^4.0.0", + "postcss": "^7.0.0", + "postcss-selector-parser": "^3.0.0", + "vendors": "^1.0.0" }, "dependencies": { - "bluebird": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.1.tgz", - "integrity": "sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==", - "dev": true - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - }, - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "requires": { - "yallist": "^3.0.2" - } - }, - "npm-pick-manifest": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-2.2.3.tgz", - "integrity": "sha512-+IluBC5K201+gRU85vFlUwX3PFShZAbAgDNp2ewJdWMVSppdo/Zih0ul2Ecky/X7b51J7LrrUAP+XOmOCvYZqA==", + "dot-prop": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz", + "integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==", "dev": true, "requires": { - "figgy-pudding": "^3.5.1", - "npm-package-arg": "^6.0.0", - "semver": "^5.4.1" + "is-obj": "^1.0.0" } }, - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - } - } - }, - "pako": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.10.tgz", - "integrity": "sha512-0DTvPVU3ed8+HNXOu5Bs+o//Mbdj9VNQMUOe9oKCwh8l0GNwpTDMKCWbRjgtD291AWnkAgkqA/LOnQS8AmS1tw==" - }, - "parallel-transform": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz", - "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==", - "dev": true, - "requires": { - "cyclist": "^1.0.1", - "inherits": "^2.0.3", - "readable-stream": "^2.1.5" - } - }, - "param-case": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/param-case/-/param-case-2.1.1.tgz", - "integrity": "sha1-35T9jPZTHs915r75oIWPvHK+Ikc=", - "requires": { - "no-case": "^2.2.0" + "postcss-selector-parser": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz", + "integrity": "sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=", + "dev": true, + "requires": { + "dot-prop": "^4.1.1", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } } }, - "parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "postcss-minify-font-values": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz", + "integrity": "sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg==", "dev": true, "requires": { - "callsites": "^3.0.0" + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" }, "dependencies": { - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", "dev": true } } }, - "parse-asn1": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.5.tgz", - "integrity": "sha512-jkMYn1dcJqF6d5CpU689bq7w/b5ALS9ROVSpQDPrZsqqesUJii9qutvoT5ltGedNXMO2e16YUWIghG9KxaViTQ==", + "postcss-minify-gradients": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz", + "integrity": "sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q==", "dev": true, "requires": { - "asn1.js": "^4.0.0", - "browserify-aes": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.0", - "pbkdf2": "^3.0.3", - "safe-buffer": "^5.1.1" + "cssnano-util-get-arguments": "^4.0.0", + "is-color-stop": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + } } }, - "parse-github-repo-url": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/parse-github-repo-url/-/parse-github-repo-url-1.4.1.tgz", - "integrity": "sha1-nn2LslKmy2ukJZUGC3v23z28H1A=", - "dev": true - }, - "parse-json": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", - "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "postcss-minify-params": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz", + "integrity": "sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg==", "dev": true, "requires": { - "error-ex": "^1.2.0" + "alphanum-sort": "^1.0.0", + "browserslist": "^4.0.0", + "cssnano-util-get-arguments": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0", + "uniqs": "^2.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + } } }, - "parse-path": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-4.0.1.tgz", - "integrity": "sha512-d7yhga0Oc+PwNXDvQ0Jv1BuWkLVPXcAoQ/WREgd6vNNoKYaW52KI+RdOFjI63wjkmps9yUE8VS4veP+AgpQ/hA==", + "postcss-minify-selectors": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz", + "integrity": "sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g==", "dev": true, "requires": { - "is-ssh": "^1.3.0", - "protocols": "^1.4.0" + "alphanum-sort": "^1.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-selector-parser": "^3.0.0" + }, + "dependencies": { + "dot-prop": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz", + "integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==", + "dev": true, + "requires": { + "is-obj": "^1.0.0" + } + }, + "postcss-selector-parser": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz", + "integrity": "sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=", + "dev": true, + "requires": { + "dot-prop": "^4.1.1", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } } }, - "parse-url": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-5.0.1.tgz", - "integrity": "sha512-flNUPP27r3vJpROi0/R3/2efgKkyXqnXwyP1KQ2U0SfFRgdizOdWfvrrvJg1LuOoxs7GQhmxJlq23IpQ/BkByg==", + "postcss-normalize-charset": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz", + "integrity": "sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==", "dev": true, "requires": { - "is-ssh": "^1.3.0", - "normalize-url": "^3.3.0", - "parse-path": "^4.0.0", - "protocols": "^1.4.0" + "postcss": "^7.0.0" } }, - "parse5": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-4.0.0.tgz", - "integrity": "sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==", - "dev": true - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", - "dev": true - }, - "pascal-case": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-2.0.1.tgz", - "integrity": "sha1-LVeNNFX2YNpl7KGO+VtODekSdh4=", + "postcss-normalize-display-values": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz", + "integrity": "sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ==", + "dev": true, "requires": { - "camel-case": "^3.0.0", - "upper-case-first": "^1.1.0" + "cssnano-util-get-match": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + } } }, - "pascalcase": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", - "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=", - "dev": true - }, - "path-browserify": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", - "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==", - "dev": true - }, - "path-dirname": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", - "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=", - "dev": true - }, - "path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "dev": true - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", - "dev": true - }, - "path-is-inside": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", - "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=", - "dev": true - }, - "path-key": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", - "dev": true - }, - "path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=", - "dev": true - }, - "path-type": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", - "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "postcss-normalize-positions": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz", + "integrity": "sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA==", "dev": true, "requires": { - "pify": "^3.0.0" + "cssnano-util-get-arguments": "^4.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" }, "dependencies": { - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", "dev": true } } }, - "pause-stream": { - "version": "0.0.11", - "resolved": "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz", - "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=", + "postcss-normalize-repeat-style": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz", + "integrity": "sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q==", + "dev": true, "requires": { - "through": "~2.3" + "cssnano-util-get-arguments": "^4.0.0", + "cssnano-util-get-match": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + } } }, - "pbkdf2": { - "version": "3.0.17", - "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz", - "integrity": "sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA==", + "postcss-normalize-string": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz", + "integrity": "sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA==", "dev": true, "requires": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + } } }, - "pend": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", - "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=", - "dev": true - }, - "performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" - }, - "picomatch": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.0.7.tgz", - "integrity": "sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA==", - "dev": true - }, - "pidtree": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.3.0.tgz", - "integrity": "sha512-9CT4NFlDcosssyg8KVFltgokyKZIFjoBxw8CTGy+5F38Y1eQWrt8tRayiUOXE+zVKQnYu5BR8JjCtvK3BcnBhg==", - "dev": true - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "dev": true - }, - "pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", - "dev": true + "postcss-normalize-timing-functions": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz", + "integrity": "sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A==", + "dev": true, + "requires": { + "cssnano-util-get-match": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + } + } }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "postcss-normalize-unicode": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz", + "integrity": "sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==", "dev": true, "requires": { - "pinkie": "^2.0.0" + "browserslist": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + } } }, - "pirates": { + "postcss-normalize-url": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.1.tgz", - "integrity": "sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==", + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz", + "integrity": "sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA==", "dev": true, "requires": { - "node-modules-regexp": "^1.0.0" + "is-absolute-url": "^2.0.0", + "normalize-url": "^3.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + } } }, - "pkg-dir": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", - "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "postcss-normalize-whitespace": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz", + "integrity": "sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA==", "dev": true, "requires": { - "find-up": "^3.0.0" + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" }, "dependencies": { - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dev": true, - "requires": { - "locate-path": "^3.0.0" - } - }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "p-limit": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz", - "integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dev": true, - "requires": { - "p-limit": "^2.0.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", "dev": true } } }, - "please-upgrade-node": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.1.1.tgz", - "integrity": "sha512-KY1uHnQ2NlQHqIJQpnh/i54rKkuxCEBx+voJIS/Mvb+L2iYd2NMotwduhKTMjfC1uKoX3VXOxLjIYG66dfJTVQ==", + "postcss-ordered-values": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz", + "integrity": "sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw==", "dev": true, "requires": { - "semver-compare": "^1.0.0" + "cssnano-util-get-arguments": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + } } }, - "pn": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/pn/-/pn-1.1.0.tgz", - "integrity": "sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==", - "dev": true + "postcss-reduce-initial": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz", + "integrity": "sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==", + "dev": true, + "requires": { + "browserslist": "^4.0.0", + "caniuse-api": "^3.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0" + } }, - "portfinder": { - "version": "1.0.25", - "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.25.tgz", - "integrity": "sha512-6ElJnHBbxVA1XSLgBp7G1FiCkQdlqGzuF7DswL5tcea+E8UpuvPU7beVAjjRwCioTS9ZluNbu+ZyRvgTsmqEBg==", + "postcss-reduce-transforms": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz", + "integrity": "sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg==", "dev": true, "requires": { - "async": "^2.6.2", - "debug": "^3.1.1", - "mkdirp": "^0.5.1" + "cssnano-util-get-match": "^4.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" }, "dependencies": { - "async": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", - "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", - "dev": true, - "requires": { - "lodash": "^4.17.14" - } + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true } } }, - "posix-character-classes": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", - "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=", - "dev": true - }, - "postcss": { - "version": "7.0.17", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.17.tgz", - "integrity": "sha512-546ZowA+KZ3OasvQZHsbuEpysvwTZNGJv9EfyCQdsIDltPSWHAeTQ5fQy/Npi2ZDtLI3zs7Ps/p6wThErhm9fQ==", + "postcss-selector-parser": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz", + "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", "dev": true, "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" + "cssesc": "^2.0.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" }, "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "cssesc": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", + "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==", "dev": true - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } } } }, - "postcss-import": { - "version": "12.0.1", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-12.0.1.tgz", - "integrity": "sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw==", + "postcss-svgo": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-4.0.2.tgz", + "integrity": "sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw==", "dev": true, "requires": { - "postcss": "^7.0.1", - "postcss-value-parser": "^3.2.3", - "read-cache": "^1.0.0", - "resolve": "^1.1.7" + "is-svg": "^3.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0", + "svgo": "^1.0.0" }, "dependencies": { "postcss-value-parser": { @@ -14411,26 +17331,15 @@ } } }, - "postcss-load-config": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-2.1.0.tgz", - "integrity": "sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q==", - "dev": true, - "requires": { - "cosmiconfig": "^5.0.0", - "import-cwd": "^2.0.0" - } - }, - "postcss-loader": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-3.0.0.tgz", - "integrity": "sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==", + "postcss-unique-selectors": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz", + "integrity": "sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg==", "dev": true, "requires": { - "loader-utils": "^1.1.0", + "alphanum-sort": "^1.0.0", "postcss": "^7.0.0", - "postcss-load-config": "^2.0.0", - "schema-utils": "^1.0.0" + "uniqs": "^2.0.0" } }, "postcss-url": { @@ -14816,21 +17725,27 @@ }, "dependencies": { "ajv": { - "version": "6.10.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz", - "integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.11.0.tgz", + "integrity": "sha512-nCprB/0syFYy9fVYU1ox1l2KN8S9I+tziH8D4zdZuLT3N6RMlGSGt5FSTpAiHB/Whv8Qs1cWHma1aMKZyaHRKA==", "dev": true, "requires": { - "fast-deep-equal": "^2.0.1", + "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", "json-schema-traverse": "^0.4.1", "uri-js": "^4.2.2" } }, + "fast-deep-equal": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz", + "integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==", + "dev": true + }, "schema-utils": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.5.0.tgz", - "integrity": "sha512-32ISrwW2scPXHUSusP8qMg5dLUawKkyV+/qIEV9JdXKx+rsM6mi8vZY8khg2M69Qom16rtroWXD3Ybtiws38gQ==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.6.4.tgz", + "integrity": "sha512-VNjcaUxVnEeun6B2fiiUDjXXBtD4ZSH7pdbfIu1pOFwgptDPLMo/z9jr4sUfsjFVPqDCEin/F7IYlq7/E6yDbQ==", "dev": true, "requires": { "ajv": "^6.10.2", @@ -15055,12 +17970,66 @@ } }, "regexp.prototype.flags": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.2.0.tgz", - "integrity": "sha512-ztaw4M1VqgMwl9HlPpOuiYgItcHlunW0He2fE6eNfT6E/CF2FtYi9ofOYe4mKntstYk0Fyh/rDRBdS3AnxjlrA==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz", + "integrity": "sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==", "dev": true, "requires": { - "define-properties": "^1.1.2" + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" + }, + "dependencies": { + "es-abstract": { + "version": "1.17.4", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.4.tgz", + "integrity": "sha512-Ae3um/gb8F0mui/jPL+QiqmglkUsaQf7FwBEHYIFkztkneosu9imhqHpBzQ3h1vit8t5iQ74t6PEVvphBZiuiQ==", + "dev": true, + "requires": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.1.5", + "is-regex": "^1.0.5", + "object-inspect": "^1.7.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.0", + "string.prototype.trimleft": "^2.1.1", + "string.prototype.trimright": "^2.1.1" + } + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dev": true, + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "has-symbols": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", + "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==", + "dev": true + }, + "is-callable": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.5.tgz", + "integrity": "sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==", + "dev": true + }, + "is-regex": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz", + "integrity": "sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==", + "dev": true, + "requires": { + "has": "^1.0.3" + } + } } }, "regexpu-core": { @@ -15656,6 +18625,18 @@ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "dev": true }, + "rgb-regex": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rgb-regex/-/rgb-regex-1.0.1.tgz", + "integrity": "sha1-wODWiC3w4jviVKR16O3UGRX+rrE=", + "dev": true + }, + "rgba-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/rgba-regex/-/rgba-regex-1.0.0.tgz", + "integrity": "sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=", + "dev": true + }, "rimraf": { "version": "2.6.3", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", @@ -15880,22 +18861,50 @@ } }, "sass-loader": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-7.2.0.tgz", - "integrity": "sha512-h8yUWaWtsbuIiOCgR9fd9c2lRXZ2uG+h8Dzg/AGNj+Hg/3TO8+BBAW9mEP+mh8ei+qBKqSJ0F1FLlYjNBc61OA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-8.0.0.tgz", + "integrity": "sha512-+qeMu563PN7rPdit2+n5uuYVR0SSVwm0JsOUsaJXzgYcClWSlmX0iHDnmeOobPkf5kUglVot3QS6SyLyaQoJ4w==", "dev": true, "requires": { "clone-deep": "^4.0.1", - "loader-utils": "^1.0.1", - "neo-async": "^2.5.0", - "pify": "^4.0.1", - "semver": "^5.5.0" + "loader-utils": "^1.2.3", + "neo-async": "^2.6.1", + "schema-utils": "^2.1.0", + "semver": "^6.3.0" }, "dependencies": { - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "ajv": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.11.0.tgz", + "integrity": "sha512-nCprB/0syFYy9fVYU1ox1l2KN8S9I+tziH8D4zdZuLT3N6RMlGSGt5FSTpAiHB/Whv8Qs1cWHma1aMKZyaHRKA==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "fast-deep-equal": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz", + "integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==", + "dev": true + }, + "schema-utils": { + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.6.4.tgz", + "integrity": "sha512-VNjcaUxVnEeun6B2fiiUDjXXBtD4ZSH7pdbfIu1pOFwgptDPLMo/z9jr4sUfsjFVPqDCEin/F7IYlq7/E6yDbQ==", + "dev": true, + "requires": { + "ajv": "^6.10.2", + "ajv-keywords": "^3.4.1" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true } } @@ -16017,9 +19026,9 @@ } }, "serialize-javascript": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz", - "integrity": "sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-2.1.2.tgz", + "integrity": "sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ==", "dev": true }, "serve-index": { @@ -16196,6 +19205,23 @@ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=" }, + "simple-swizzle": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", + "integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=", + "dev": true, + "requires": { + "is-arrayish": "^0.3.1" + }, + "dependencies": { + "is-arrayish": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", + "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==", + "dev": true + } + } + }, "sisteransi": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.0.tgz", @@ -16359,9 +19385,9 @@ } }, "sockjs-client": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.3.0.tgz", - "integrity": "sha512-R9jxEzhnnrdxLCNln0xg5uGHqMnkhPSTzUZH2eXcR03S/On9Yvoq2wyUZILRUhZCNVu2PmwWVoyuiPz8th8zbg==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.4.0.tgz", + "integrity": "sha512-5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g==", "dev": true, "requires": { "debug": "^3.2.5", @@ -16568,9 +19594,9 @@ } }, "readable-stream": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.4.0.tgz", - "integrity": "sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.5.0.tgz", + "integrity": "sha512-gSz026xs2LfxBPudDuI41V1lka8cxg64E66SGe78zJlsUofOg/yqwezdIcdfwik6B4h8LFmWPA9ef9X3FiNFLA==", "dev": true, "requires": { "inherits": "^2.0.3", @@ -16646,6 +19672,12 @@ "figgy-pudding": "^3.5.1" } }, + "stable": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", + "dev": true + }, "stack-utils": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-1.0.2.tgz", @@ -16844,6 +19876,26 @@ "function-bind": "^1.0.2" } }, + "string.prototype.trimleft": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz", + "integrity": "sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==", + "dev": true, + "requires": { + "define-properties": "^1.1.3", + "function-bind": "^1.1.1" + } + }, + "string.prototype.trimright": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz", + "integrity": "sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==", + "dev": true, + "requires": { + "define-properties": "^1.1.3", + "function-bind": "^1.1.1" + } + }, "string_decoder": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", @@ -16901,21 +19953,27 @@ }, "dependencies": { "ajv": { - "version": "6.10.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz", - "integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.11.0.tgz", + "integrity": "sha512-nCprB/0syFYy9fVYU1ox1l2KN8S9I+tziH8D4zdZuLT3N6RMlGSGt5FSTpAiHB/Whv8Qs1cWHma1aMKZyaHRKA==", "dev": true, "requires": { - "fast-deep-equal": "^2.0.1", + "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", "json-schema-traverse": "^0.4.1", "uri-js": "^4.2.2" } }, + "fast-deep-equal": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz", + "integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==", + "dev": true + }, "schema-utils": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.5.0.tgz", - "integrity": "sha512-32ISrwW2scPXHUSusP8qMg5dLUawKkyV+/qIEV9JdXKx+rsM6mi8vZY8khg2M69Qom16rtroWXD3Ybtiws38gQ==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.6.4.tgz", + "integrity": "sha512-VNjcaUxVnEeun6B2fiiUDjXXBtD4ZSH7pdbfIu1pOFwgptDPLMo/z9jr4sUfsjFVPqDCEin/F7IYlq7/E6yDbQ==", "dev": true, "requires": { "ajv": "^6.10.2", @@ -16924,6 +19982,39 @@ } } }, + "stylehacks": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-4.0.3.tgz", + "integrity": "sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==", + "dev": true, + "requires": { + "browserslist": "^4.0.0", + "postcss": "^7.0.0", + "postcss-selector-parser": "^3.0.0" + }, + "dependencies": { + "dot-prop": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz", + "integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==", + "dev": true, + "requires": { + "is-obj": "^1.0.0" + } + }, + "postcss-selector-parser": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz", + "integrity": "sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=", + "dev": true, + "requires": { + "dot-prop": "^4.1.1", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, "stylus": { "version": "0.54.5", "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.54.5.tgz", @@ -16983,6 +20074,35 @@ "has-flag": "^3.0.0" } }, + "svgo": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz", + "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==", + "dev": true, + "requires": { + "chalk": "^2.4.1", + "coa": "^2.0.2", + "css-select": "^2.0.0", + "css-select-base-adapter": "^0.1.1", + "css-tree": "1.0.0-alpha.37", + "csso": "^4.0.2", + "js-yaml": "^3.13.1", + "mkdirp": "~0.5.1", + "object.values": "^1.1.0", + "sax": "~1.2.4", + "stable": "^0.1.8", + "unquote": "~1.1.1", + "util.promisify": "~1.0.0" + }, + "dependencies": { + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", + "dev": true + } + } + }, "symbol-observable": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.0.1.tgz", @@ -17057,101 +20177,307 @@ "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", "dev": true, "requires": { - "lru-cache": "^4.0.1", - "shebang-command": "^1.2.0", - "which": "^1.2.9" + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "execa": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz", + "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", + "dev": true, + "requires": { + "cross-spawn": "^5.0.1", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } + } + } + }, + "terser": { + "version": "3.17.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-3.17.0.tgz", + "integrity": "sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ==", + "dev": true, + "requires": { + "commander": "^2.19.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.10" + }, + "dependencies": { + "commander": { + "version": "2.20.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.0.tgz", + "integrity": "sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "terser-webpack-plugin": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-2.3.3.tgz", + "integrity": "sha512-gWHkaGzGYjmDoYxksFZynWTzvXOAjQ5dd7xuTMYlv4zpWlLSb6v0QLSZjELzP5dMs1ox30O1BIPs9dgqlMHuLQ==", + "dev": true, + "requires": { + "cacache": "^13.0.1", + "find-cache-dir": "^3.2.0", + "jest-worker": "^25.1.0", + "p-limit": "^2.2.2", + "schema-utils": "^2.6.4", + "serialize-javascript": "^2.1.2", + "source-map": "^0.6.1", + "terser": "^4.4.3", + "webpack-sources": "^1.4.3" + }, + "dependencies": { + "ajv": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.11.0.tgz", + "integrity": "sha512-nCprB/0syFYy9fVYU1ox1l2KN8S9I+tziH8D4zdZuLT3N6RMlGSGt5FSTpAiHB/Whv8Qs1cWHma1aMKZyaHRKA==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "cacache": { + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-13.0.1.tgz", + "integrity": "sha512-5ZvAxd05HDDU+y9BVvcqYu2LLXmPnQ0hW62h32g4xBTgL/MppR4/04NHfj/ycM2y6lmTnbw6HVi+1eN0Psba6w==", + "dev": true, + "requires": { + "chownr": "^1.1.2", + "figgy-pudding": "^3.5.1", + "fs-minipass": "^2.0.0", + "glob": "^7.1.4", + "graceful-fs": "^4.2.2", + "infer-owner": "^1.0.4", + "lru-cache": "^5.1.1", + "minipass": "^3.0.0", + "minipass-collect": "^1.0.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.2", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "p-map": "^3.0.0", + "promise-inflight": "^1.0.1", + "rimraf": "^2.7.1", + "ssri": "^7.0.0", + "unique-filename": "^1.1.1" + } + }, + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "fast-deep-equal": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz", + "integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==", + "dev": true + }, + "find-cache-dir": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.2.0.tgz", + "integrity": "sha512-1JKclkYYsf1q9WIJKLZa9S9muC+08RIjzAlLrK4QcYLJMS6mk9yombQ9qf+zJ7H9LS800k0s44L4sDq9VYzqyg==", + "dev": true, + "requires": { + "commondir": "^1.0.1", + "make-dir": "^3.0.0", + "pkg-dir": "^4.1.0" + } + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "dev": true, + "requires": { + "minipass": "^3.0.0" + } + }, + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "graceful-fs": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz", + "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-worker": { + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-25.1.0.tgz", + "integrity": "sha512-ZHhHtlxOWSxCoNOKHGbiLzXnl42ga9CxDr27H36Qn+15pQZd3R/F24jrmjDelw9j/iHUIWMWs08/u2QN50HHOg==", + "dev": true, + "requires": { + "merge-stream": "^2.0.0", + "supports-color": "^7.0.0" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "requires": { + "p-locate": "^4.1.0" + } + }, + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "requires": { + "yallist": "^3.0.2" + }, + "dependencies": { + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + } + } + }, + "make-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.0.0.tgz", + "integrity": "sha512-grNJDhb8b1Jm1qeqW5R/O63wUo4UXo2v2HMic6YT9i/HBlF93S8jkMgH7yugvY9ABDShH4VZMn8I+U8+fCNegw==", + "dev": true, + "requires": { + "semver": "^6.0.0" + } + }, + "merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "minipass": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.1.tgz", + "integrity": "sha512-UFqVihv6PQgwj8/yTGvl9kPz7xIAY+R5z6XYjRInD3Gk3qx6QGSD6zEcpeG4Dy/lQnv1J6zv8ejV90hyYIKf3w==", + "dev": true, + "requires": { + "yallist": "^4.0.0" } }, - "execa": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz", - "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", + "p-limit": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.2.tgz", + "integrity": "sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==", "dev": true, "requires": { - "cross-spawn": "^5.0.1", - "get-stream": "^3.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" + "p-try": "^2.0.0" } - } - } - }, - "terser": { - "version": "3.17.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-3.17.0.tgz", - "integrity": "sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ==", - "dev": true, - "requires": { - "commander": "^2.19.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.10" - }, - "dependencies": { - "commander": { - "version": "2.20.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.0.tgz", - "integrity": "sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==", - "dev": true }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "requires": { + "p-limit": "^2.2.0" + } + }, + "p-map": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz", + "integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==", + "dev": true, + "requires": { + "aggregate-error": "^3.0.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true - } - } - }, - "terser-webpack-plugin": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.1.tgz", - "integrity": "sha512-ZXmmfiwtCLfz8WKZyYUuuHf3dMYEjg8NrjHMb0JqHVHVOSkzp3cW2/XG1fP3tRhqEqSzMwzzRQGtAPbs4Cncxg==", - "dev": true, - "requires": { - "cacache": "^12.0.2", - "find-cache-dir": "^2.1.0", - "is-wsl": "^1.1.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^1.7.0", - "source-map": "^0.6.1", - "terser": "^4.1.2", - "webpack-sources": "^1.4.0", - "worker-farm": "^1.7.0" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true }, - "find-cache-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", - "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "dev": true, "requires": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" + "find-up": "^4.0.0" } }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", "dev": true, "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" + "glob": "^7.1.3" } }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "schema-utils": { + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.6.4.tgz", + "integrity": "sha512-VNjcaUxVnEeun6B2fiiUDjXXBtD4ZSH7pdbfIu1pOFwgptDPLMo/z9jr4sUfsjFVPqDCEin/F7IYlq7/E6yDbQ==", + "dev": true, + "requires": { + "ajv": "^6.10.2", + "ajv-keywords": "^3.4.1" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true }, "source-map": { @@ -17161,25 +20487,50 @@ "dev": true }, "source-map-support": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", - "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.16.tgz", + "integrity": "sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==", "dev": true, "requires": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" } }, + "ssri": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-7.1.0.tgz", + "integrity": "sha512-77/WrDZUWocK0mvA5NTRQyveUf+wsrIc6vyrxpS8tVvYBcX215QbafrJR3KtkpskIzoFLqqNuuYQvxaMjXJ/0g==", + "dev": true, + "requires": { + "figgy-pudding": "^3.5.1", + "minipass": "^3.1.1" + } + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, "terser": { - "version": "4.3.9", - "resolved": "https://registry.npmjs.org/terser/-/terser-4.3.9.tgz", - "integrity": "sha512-NFGMpHjlzmyOtPL+fDw3G7+6Ueh/sz4mkaUYa4lJCxOPTNzd0Uj0aZJOmsDYoSQyfuVoWDMSWTPU3huyOm2zdA==", + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.6.3.tgz", + "integrity": "sha512-Lw+ieAXmY69d09IIc/yqeBqXpEQIpDGZqT34ui1QWXIUpR2RjbqEkT8X7Lgex19hslSqcWM5iMN2kM11eMsESQ==", "dev": true, "requires": { "commander": "^2.20.0", "source-map": "~0.6.1", "source-map-support": "~0.5.12" } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true } } }, @@ -17349,6 +20700,12 @@ "setimmediate": "^1.0.4" } }, + "timsort": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz", + "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=", + "dev": true + }, "tinycolor2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.1.tgz", @@ -17476,9 +20833,9 @@ } }, "tree-kill": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.1.tgz", - "integrity": "sha512-4hjqbObwlh2dLyW4tcz0Ymw0ggoaVDMveUB9w8kFSQScdRLo0gxO9J7WFcUBo+W3C1TLdFIEwNOWebgZZ0RH9Q==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", + "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", "dev": true }, "trim-newlines": { @@ -17728,6 +21085,18 @@ "set-value": "^2.0.1" } }, + "uniq": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz", + "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=", + "dev": true + }, + "uniqs": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz", + "integrity": "sha1-/+3ks2slKQaW5uFl1KWe25mOawI=", + "dev": true + }, "unique-filename": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", @@ -17787,6 +21156,12 @@ "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", "dev": true }, + "unquote": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", + "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=", + "dev": true + }, "unset-value": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", @@ -18021,6 +21396,12 @@ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", "dev": true }, + "vendors": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz", + "integrity": "sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==", + "dev": true + }, "verror": { "version": "1.10.0", "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", @@ -18032,9 +21413,9 @@ } }, "vm-browserify": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.0.tgz", - "integrity": "sha512-iq+S7vZJE60yejDYM0ek6zg308+UZsdtPExWP9VZoCFCz1zkJoXFnAX7aZfd/ZwrkidzdUZL0C/ryW+JwAiIGw==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", + "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==", "dev": true }, "w3c-hr-time": { @@ -18163,9 +21544,9 @@ "dev": true }, "webpack": { - "version": "4.39.2", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.39.2.tgz", - "integrity": "sha512-AKgTfz3xPSsEibH00JfZ9sHXGUwIQ6eZ9tLN8+VLzachk1Cw2LVmy+4R7ZiwTa9cZZ15tzySjeMui/UnSCAZhA==", + "version": "4.41.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.41.2.tgz", + "integrity": "sha512-Zhw69edTGfbz9/8JJoyRQ/pq8FYUoY0diOXqW0T6yhgdhCv6wr0hra5DwwWexNRns2Z2+gsnrNcbe9hbGBgk/A==", "dev": true, "requires": { "@webassemblyjs/ast": "1.8.5", @@ -18194,64 +21575,141 @@ }, "dependencies": { "acorn": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.3.0.tgz", - "integrity": "sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.0.tgz", + "integrity": "sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw==", "dev": true }, "ajv": { - "version": "6.10.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz", - "integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.11.0.tgz", + "integrity": "sha512-nCprB/0syFYy9fVYU1ox1l2KN8S9I+tziH8D4zdZuLT3N6RMlGSGt5FSTpAiHB/Whv8Qs1cWHma1aMKZyaHRKA==", "dev": true, "requires": { - "fast-deep-equal": "^2.0.1", + "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", "json-schema-traverse": "^0.4.1", "uri-js": "^4.2.2" } - } - } - }, - "webpack-core": { - "version": "0.6.9", - "resolved": "https://registry.npmjs.org/webpack-core/-/webpack-core-0.6.9.tgz", - "integrity": "sha1-/FcViMhVjad76e+23r3Fo7FyvcI=", - "dev": true, - "requires": { - "source-list-map": "~0.1.7", - "source-map": "~0.4.1" - }, - "dependencies": { - "source-list-map": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-0.1.8.tgz", - "integrity": "sha1-xVCyq1Qn9rPyH1r+rYjE9Vh7IQY=", + }, + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "fast-deep-equal": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz", + "integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==", + "dev": true + }, + "find-cache-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "dev": true, + "requires": { + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" + } + }, + "make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "requires": { + "pify": "^4.0.1", + "semver": "^5.6.0" + } + }, + "memory-fs": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", + "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", + "dev": true, + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", "dev": true }, "source-map": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz", - "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "source-map-support": { + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.16.tgz", + "integrity": "sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==", "dev": true, "requires": { - "amdefine": ">=0.0.4" + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "terser": { + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.6.3.tgz", + "integrity": "sha512-Lw+ieAXmY69d09IIc/yqeBqXpEQIpDGZqT34ui1QWXIUpR2RjbqEkT8X7Lgex19hslSqcWM5iMN2kM11eMsESQ==", + "dev": true, + "requires": { + "commander": "^2.20.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.12" + } + }, + "terser-webpack-plugin": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.3.tgz", + "integrity": "sha512-QMxecFz/gHQwteWwSo5nTc6UaICqN1bMedC5sMtUc7y3Ha3Q8y6ZO0iCR8pq4RJC8Hjf0FEPEHZqcMB/+DFCrA==", + "dev": true, + "requires": { + "cacache": "^12.0.2", + "find-cache-dir": "^2.1.0", + "is-wsl": "^1.1.0", + "schema-utils": "^1.0.0", + "serialize-javascript": "^2.1.2", + "source-map": "^0.6.1", + "terser": "^4.1.2", + "webpack-sources": "^1.4.0", + "worker-farm": "^1.7.0" } } } }, "webpack-dev-middleware": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.0.tgz", - "integrity": "sha512-qvDesR1QZRIAZHOE3iQ4CXLZZSQ1lAUsSpnQmlB1PBfoN/xdRjmge3Dok0W4IdaVLJOGJy3sGI4sZHwjRU0PCA==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.2.tgz", + "integrity": "sha512-1xC42LxbYoqLNAhV6YzTYacicgMZQTqRd27Sim9wn5hJrX3I5nxYy1SxSd4+gjUFsz1dQFj+yEe6zEVmSkeJjw==", "dev": true, "requires": { "memory-fs": "^0.4.1", - "mime": "^2.4.2", + "mime": "^2.4.4", + "mkdirp": "^0.5.1", "range-parser": "^1.2.1", "webpack-log": "^2.0.0" }, "dependencies": { + "memory-fs": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", + "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", + "dev": true, + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + }, "mime": { "version": "2.4.4", "resolved": "https://registry.npmjs.org/mime/-/mime-2.4.4.tgz", @@ -18261,41 +21719,41 @@ } }, "webpack-dev-server": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.8.0.tgz", - "integrity": "sha512-Hs8K9yI6pyMvGkaPTeTonhD6JXVsigXDApYk9JLW4M7viVBspQvb1WdAcWxqtmttxNW4zf2UFLsLNe0y87pIGQ==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.9.0.tgz", + "integrity": "sha512-E6uQ4kRrTX9URN9s/lIbqTAztwEPdvzVrcmHE8EQ9YnuT9J8Es5Wrd8n9BKg1a0oZ5EgEke/EQFgUsp18dSTBw==", "dev": true, "requires": { "ansi-html": "0.0.7", "bonjour": "^3.5.0", - "chokidar": "^2.1.6", + "chokidar": "^2.1.8", "compression": "^1.7.4", "connect-history-api-fallback": "^1.6.0", "debug": "^4.1.1", "del": "^4.1.1", "express": "^4.17.1", "html-entities": "^1.2.1", - "http-proxy-middleware": "^0.19.1", + "http-proxy-middleware": "0.19.1", "import-local": "^2.0.0", "internal-ip": "^4.3.0", "ip": "^1.1.5", - "is-absolute-url": "^3.0.0", + "is-absolute-url": "^3.0.3", "killable": "^1.0.1", - "loglevel": "^1.6.3", + "loglevel": "^1.6.4", "opn": "^5.5.0", "p-retry": "^3.0.1", - "portfinder": "^1.0.21", + "portfinder": "^1.0.25", "schema-utils": "^1.0.0", - "selfsigned": "^1.10.4", + "selfsigned": "^1.10.7", "semver": "^6.3.0", "serve-index": "^1.9.1", "sockjs": "0.3.19", - "sockjs-client": "1.3.0", + "sockjs-client": "1.4.0", "spdy": "^4.0.1", "strip-ansi": "^3.0.1", "supports-color": "^6.1.0", "url": "^0.11.0", - "webpack-dev-middleware": "^3.7.0", + "webpack-dev-middleware": "^3.7.2", "webpack-log": "^2.0.0", "ws": "^6.2.1", "yargs": "12.0.5" @@ -18336,6 +21794,12 @@ "ms": "^2.1.1" } }, + "is-absolute-url": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz", + "integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==", + "dev": true + }, "is-binary-path": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", @@ -18399,12 +21863,12 @@ } }, "webpack-merge": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.2.1.tgz", - "integrity": "sha512-4p8WQyS98bUJcCvFMbdGZyZmsKuWjWVnVHnAS3FFg0HDaRVrPbkivx2RYCre8UiemD67RsiFFLfn4JhLAin8Vw==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.2.2.tgz", + "integrity": "sha512-TUE1UGoTX2Cd42j3krGYqObZbOD+xF7u28WB7tfUordytSjbWTIjK/8V0amkBfTYN4/pB/GIDlJZZ657BGG19g==", "dev": true, "requires": { - "lodash": "^4.17.5" + "lodash": "^4.17.15" } }, "webpack-sources": { @@ -18426,12 +21890,12 @@ } }, "webpack-subresource-integrity": { - "version": "1.1.0-rc.6", - "resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-1.1.0-rc.6.tgz", - "integrity": "sha512-Az7y8xTniNhaA0620AV1KPwWOqawurVVDzQSpPAeR5RwNbL91GoBSJAAo9cfd+GiFHwsS5bbHepBw1e6Hzxy4w==", + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-1.3.4.tgz", + "integrity": "sha512-6XbGYzjh30cGQT/NsC+9IAkJP8IL7/t47sbwR5DLSsamiD56Rwv4/+hsgEHsviPvrEFZ0JRAQtCRN3UsR2Pw9g==", "dev": true, "requires": { - "webpack-core": "^0.6.8" + "webpack-sources": "^1.3.0" } }, "websocket-driver": { @@ -18786,9 +22250,9 @@ } }, "p-limit": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz", - "integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.2.tgz", + "integrity": "sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==", "dev": true, "requires": { "p-try": "^2.0.0" diff --git a/package.json b/package.json index 6f1abd46b..406a7826b 100644 --- a/package.json +++ b/package.json @@ -78,8 +78,7 @@ "zone.js": "^0.9.1" }, "devDependencies": { - "ora": "^4.0.2", - "@angular-devkit/build-angular": "~0.803.12", + "@angular-devkit/build-angular": "^0.900.1", "@angular-devkit/build-ng-packagr": "^0.803.12", "@angular/cli": "~8.3.12", "@angular/compiler-cli": "~8.2.11", @@ -105,6 +104,7 @@ "karma-mocha-reporter": "^2.2.5", "ng-packagr": "^5.7.0", "npm-run-all": "^4.1.5", + "ora": "^4.0.2", "puppeteer": "^1.12.2", "release-it": "^12.3.5", "speed-measure-webpack-plugin": "^1.3.0", From d5e308523fc31ee38f43f34bd7902f9bda67f33c Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sat, 8 Feb 2020 00:08:39 +0100 Subject: [PATCH 02/26] chore: use npm with ng --- angular.json | 50 ++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 38 insertions(+), 12 deletions(-) diff --git a/angular.json b/angular.json index d8cc3ccfd..0eb1a8b44 100644 --- a/angular.json +++ b/angular.json @@ -18,9 +18,17 @@ "main": "src/main.ts", "polyfills": "src/polyfills.ts", "tsConfig": "src/tsconfig.app.json", - "assets": ["src/favicon.ico", "src/assets", "src/manifest.json"], - "styles": ["src/styles.css"], - "scripts": ["node_modules/jszip/dist/jszip.min.js"] + "assets": [ + "src/favicon.ico", + "src/assets", + "src/manifest.json" + ], + "styles": [ + "src/styles.css" + ], + "scripts": [ + "node_modules/jszip/dist/jszip.min.js" + ] }, "configurations": { "production": { @@ -83,8 +91,13 @@ "lint": { "builder": "@angular-devkit/build-angular:tslint", "options": { - "tsConfig": ["src/tsconfig.app.json", "src/tsconfig.spec.json"], - "exclude": ["**/node_modules/**"] + "tsConfig": [ + "src/tsconfig.app.json", + "src/tsconfig.spec.json" + ], + "exclude": [ + "**/node_modules/**" + ] } } } @@ -109,7 +122,9 @@ "projects/web-codegen/tsconfig.lib.json", "projects/web-codegen/tsconfig.spec.json" ], - "exclude": ["**/node_modules/**"] + "exclude": [ + "**/node_modules/**" + ] } } } @@ -134,7 +149,9 @@ "projects/sketch-lib/tsconfig.lib.json", "projects/sketch-lib/tsconfig.spec.json" ], - "exclude": ["**/node_modules/**"] + "exclude": [ + "**/node_modules/**" + ] } } } @@ -159,7 +176,9 @@ "projects/svg-codegen/tsconfig.lib.json", "projects/svg-codegen/tsconfig.spec.json" ], - "exclude": ["**/node_modules/**"] + "exclude": [ + "**/node_modules/**" + ] } } } @@ -184,7 +203,9 @@ "projects/css-codegen/tsconfig.lib.json", "projects/css-codegen/tsconfig.spec.json" ], - "exclude": ["**/node_modules/**"] + "exclude": [ + "**/node_modules/**" + ] } } } @@ -209,7 +230,9 @@ "projects/sketch-ingestor/tsconfig.lib.json", "projects/sketch-ingestor/tsconfig.spec.json" ], - "exclude": ["**/node_modules/**"] + "exclude": [ + "**/node_modules/**" + ] } } } @@ -460,5 +483,8 @@ } } }, - "defaultProject": "xlayers" -} + "defaultProject": "xlayers", + "cli": { + "packageManager": "npm" + } +} \ No newline at end of file From 0efbf3a9ba4e5c57f0babab9ecb9a2d901806941 Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sat, 8 Feb 2020 19:43:56 +0100 Subject: [PATCH 03/26] feat: upgrade to angular v9 (wip) --- angular.json | 74 +- package-lock.json | 9652 ++++++++------ package.json | 113 +- projects/angular-codegen/tsconfig.lib.json | 1 - .../angular-codegen/tsconfig.lib.prod.json | 6 + projects/css-codegen/tsconfig.lib.json | 1 - projects/css-codegen/tsconfig.lib.prod.json | 6 + .../lit-element-codegen/tsconfig.lib.json | 1 - .../tsconfig.lib.prod.json | 6 + projects/react-codegen/tsconfig.lib.json | 1 - projects/react-codegen/tsconfig.lib.prod.json | 6 + projects/sketch-ingestor/tsconfig.lib.json | 1 - .../sketch-ingestor/tsconfig.lib.prod.json | 6 + projects/sketch-lib/src/lib/format.service.ts | 12 +- projects/sketch-lib/src/lib/text.service.ts | 4 +- projects/sketch-lib/tsconfig.lib.json | 1 - projects/sketch-lib/tsconfig.lib.prod.json | 6 + projects/stencil-codegen/tsconfig.lib.json | 1 - .../stencil-codegen/tsconfig.lib.prod.json | 6 + projects/svg-codegen/tsconfig.lib.json | 1 - projects/svg-codegen/tsconfig.lib.prod.json | 6 + projects/vue-codegen/tsconfig.lib.json | 1 - projects/vue-codegen/tsconfig.lib.prod.json | 6 + .../src/lib/web-aggregator.service.ts | 2 +- projects/web-codegen/tsconfig.lib.json | 1 - projects/web-codegen/tsconfig.lib.prod.json | 6 + .../web-component-codegen/tsconfig.lib.json | 1 - .../tsconfig.lib.prod.json | 6 + .../xamarin-forms-codegenvisitor.service.ts | 2 +- projects/xaml-codegen/tsconfig.lib.json | 1 - projects/xaml-codegen/tsconfig.lib.prod.json | 6 + scripts/build-all-libraries.js | 21 + scripts/stamp-build.bash | 1 - scripts/utils.js | 59 + src/app/app.module.ts | 108 +- src/app/core/sketch.service.ts | 8 +- src/app/core/state/page.state.ts | 2 +- src/app/core/state/ui.state.ts | 8 +- .../editor-container.component.ts | 2 +- src/app/editor/editor.module.ts | 4 +- src/app/editor/preview/preview.component.ts | 6 +- .../preview/viewer/canvas/canvas.component.ts | 4 +- .../viewer/container/container.component.ts | 4 +- .../preview/viewer/layer/layer.component.ts | 2 +- .../preview/viewer/page/page.component.ts | 2 +- src/polyfills.ts | 11 +- src/tsconfig.app.json | 5 +- src/typing.d.ts | 464 + tsconfig.json | 1 + yarn.lock | 10660 ---------------- 50 files changed, 6423 insertions(+), 14892 deletions(-) create mode 100644 projects/angular-codegen/tsconfig.lib.prod.json create mode 100644 projects/css-codegen/tsconfig.lib.prod.json create mode 100644 projects/lit-element-codegen/tsconfig.lib.prod.json create mode 100644 projects/react-codegen/tsconfig.lib.prod.json create mode 100644 projects/sketch-ingestor/tsconfig.lib.prod.json create mode 100644 projects/sketch-lib/tsconfig.lib.prod.json create mode 100644 projects/stencil-codegen/tsconfig.lib.prod.json create mode 100644 projects/svg-codegen/tsconfig.lib.prod.json create mode 100644 projects/vue-codegen/tsconfig.lib.prod.json create mode 100644 projects/web-codegen/tsconfig.lib.prod.json create mode 100644 projects/web-component-codegen/tsconfig.lib.prod.json create mode 100644 projects/xaml-codegen/tsconfig.lib.prod.json create mode 100644 scripts/build-all-libraries.js create mode 100644 scripts/utils.js create mode 100644 src/typing.d.ts delete mode 100644 yarn.lock diff --git a/angular.json b/angular.json index 0eb1a8b44..b526ac191 100644 --- a/angular.json +++ b/angular.json @@ -13,6 +13,7 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { + "aot": true, "outputPath": "dist/html", "index": "src/index.html", "main": "src/main.ts", @@ -54,10 +55,20 @@ "name": "vendor", "baseline": "700kb", "warning": "100kb" + }, + { + "type": "anyComponentStyle", + "maximumWarning": "6kb" } ] }, "hmr": { + "budgets": [ + { + "type": "anyComponentStyle", + "maximumWarning": "6kb" + } + ], "fileReplacements": [ { "replace": "src/environments/environment.ts", @@ -113,6 +124,11 @@ "options": { "tsConfig": "projects/web-codegen/tsconfig.lib.json", "project": "projects/web-codegen/ng-package.json" + }, + "configurations": { + "production": { + "tsConfig": "projects/web-codegen/tsconfig.lib.prod.json" + } } }, "lint": { @@ -140,6 +156,11 @@ "options": { "tsConfig": "projects/sketch-lib/tsconfig.lib.json", "project": "projects/sketch-lib/ng-package.json" + }, + "configurations": { + "production": { + "tsConfig": "projects/sketch-lib/tsconfig.lib.prod.json" + } } }, "lint": { @@ -167,6 +188,11 @@ "options": { "tsConfig": "projects/svg-codegen/tsconfig.lib.json", "project": "projects/svg-codegen/ng-package.json" + }, + "configurations": { + "production": { + "tsConfig": "projects/svg-codegen/tsconfig.lib.prod.json" + } } }, "lint": { @@ -194,6 +220,11 @@ "options": { "tsConfig": "projects/css-codegen/tsconfig.lib.json", "project": "projects/css-codegen/ng-package.json" + }, + "configurations": { + "production": { + "tsConfig": "projects/css-codegen/tsconfig.lib.prod.json" + } } }, "lint": { @@ -221,6 +252,11 @@ "options": { "tsConfig": "projects/sketch-ingestor/tsconfig.lib.json", "project": "projects/sketch-ingestor/ng-package.json" + }, + "configurations": { + "production": { + "tsConfig": "projects/sketch-ingestor/tsconfig.lib.prod.json" + } } }, "lint": { @@ -248,6 +284,11 @@ "options": { "tsConfig": "projects/xaml-codegen/tsconfig.lib.json", "project": "projects/xaml-codegen/ng-package.json" + }, + "configurations": { + "production": { + "tsConfig": "projects/xaml-codegen/tsconfig.lib.prod.json" + } } }, "test": { @@ -283,6 +324,11 @@ "options": { "tsConfig": "projects/angular-codegen/tsconfig.lib.json", "project": "projects/angular-codegen/ng-package.json" + }, + "configurations": { + "production": { + "tsConfig": "projects/angular-codegen/tsconfig.lib.prod.json" + } } }, "test": { @@ -318,6 +364,11 @@ "options": { "tsConfig": "projects/vue-codegen/tsconfig.lib.json", "project": "projects/vue-codegen/ng-package.json" + }, + "configurations": { + "production": { + "tsConfig": "projects/vue-codegen/tsconfig.lib.prod.json" + } } }, "test": { @@ -353,6 +404,11 @@ "options": { "tsConfig": "projects/react-codegen/tsconfig.lib.json", "project": "projects/react-codegen/ng-package.json" + }, + "configurations": { + "production": { + "tsConfig": "projects/react-codegen/tsconfig.lib.prod.json" + } } }, "test": { @@ -388,6 +444,11 @@ "options": { "tsConfig": "projects/stencil-codegen/tsconfig.lib.json", "project": "projects/stencil-codegen/ng-package.json" + }, + "configurations": { + "production": { + "tsConfig": "projects/stencil-codegen/tsconfig.lib.prod.json" + } } }, "test": { @@ -423,6 +484,11 @@ "options": { "tsConfig": "projects/lit-element-codegen/tsconfig.lib.json", "project": "projects/lit-element-codegen/ng-package.json" + }, + "configurations": { + "production": { + "tsConfig": "projects/lit-element-codegen/tsconfig.lib.prod.json" + } } }, "test": { @@ -458,6 +524,11 @@ "options": { "tsConfig": "projects/web-component-codegen/tsconfig.lib.json", "project": "projects/web-component-codegen/ng-package.json" + }, + "configurations": { + "production": { + "tsConfig": "projects/web-component-codegen/tsconfig.lib.prod.json" + } } }, "test": { @@ -485,6 +556,7 @@ }, "defaultProject": "xlayers", "cli": { - "packageManager": "npm" + "packageManager": "npm", + "analytics": "ecf0e8f8-98dd-4548-b6e7-f80556509e48" } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 152e4e9e6..e9632c0a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,19 +5,19 @@ "requires": true, "dependencies": { "@angular-devkit/architect": { - "version": "0.803.12", - "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.803.12.tgz", - "integrity": "sha512-BUYnXz0btv0kJ4xfQOGd8yMaNkgv8PPyZl0EfuH5LJ0OC94gNrPuLvKQC14aIan19T8Z36R6sErPl7umLgWJDQ==", + "version": "0.900.1", + "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.900.1.tgz", + "integrity": "sha512-zzB3J0fXFoYeJpgF5tsmZ7byygzjJn1IPiXBdnbNqcMbil1OPOhq+KdD4ZFPyXNwBQ3w02kOwPdNqB++jbPmlQ==", "dev": true, "requires": { - "@angular-devkit/core": "8.3.12", - "rxjs": "6.4.0" + "@angular-devkit/core": "9.0.1", + "rxjs": "6.5.3" }, "dependencies": { "rxjs": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.4.0.tgz", - "integrity": "sha512-Z9Yfa11F6B9Sg/BK9MnqnQ+aQYicPLtilXBp2yUtDt2JRCE0h26d33EnfO3ZxoNxG0T92OUucP3Ct7cpfkdFfw==", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.3.tgz", + "integrity": "sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA==", "dev": true, "requires": { "tslib": "^1.9.0" @@ -757,19 +757,19 @@ } }, "@angular-devkit/build-ng-packagr": { - "version": "0.803.12", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-ng-packagr/-/build-ng-packagr-0.803.12.tgz", - "integrity": "sha512-pRT2XdVZWIbdqCK/Zh7g1uIDJ0QY3PpYfvjLU8zFNzk+JvDXwLxMC1/xVeyUTyv19+LGQcQhGjR7sEK632oYQA==", + "version": "0.900.1", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-ng-packagr/-/build-ng-packagr-0.900.1.tgz", + "integrity": "sha512-4gUbQUot8WaqWcUX+FOJiAHoFgD+oyKL5Y2p+3DI0qJHcFPmI9z210Fk4az1Ifp00g9TFxf0YJW3YmZP0oi10A==", "dev": true, "requires": { - "@angular-devkit/architect": "0.803.12", - "rxjs": "6.4.0" + "@angular-devkit/architect": "0.900.1", + "rxjs": "6.5.3" }, "dependencies": { "rxjs": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.4.0.tgz", - "integrity": "sha512-Z9Yfa11F6B9Sg/BK9MnqnQ+aQYicPLtilXBp2yUtDt2JRCE0h26d33EnfO3ZxoNxG0T92OUucP3Ct7cpfkdFfw==", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.3.tgz", + "integrity": "sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA==", "dev": true, "requires": { "tslib": "^1.9.0" @@ -865,15 +865,15 @@ } }, "@angular-devkit/core": { - "version": "8.3.12", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-8.3.12.tgz", - "integrity": "sha512-zqhhpdy4jfanxSUssTxkZAUIfpQV9G/CG+dvdqvBeQK0nppcH8a+8pIB91v8KjIbGErH1y3YXiYjAIsWwJd7RQ==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-9.0.1.tgz", + "integrity": "sha512-HboJI/x+SJD9clSOAMjHRv0eXAGRAdEaqJGmjDfdFMP2wznfsBiC6cgcHC17oM4jRWFhmWMR8Omc7CjLZJawJg==", "dev": true, "requires": { "ajv": "6.10.2", "fast-json-stable-stringify": "2.0.0", - "magic-string": "0.25.3", - "rxjs": "6.4.0", + "magic-string": "0.25.4", + "rxjs": "6.5.3", "source-map": "0.7.3" }, "dependencies": { @@ -890,9 +890,9 @@ } }, "rxjs": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.4.0.tgz", - "integrity": "sha512-Z9Yfa11F6B9Sg/BK9MnqnQ+aQYicPLtilXBp2yUtDt2JRCE0h26d33EnfO3ZxoNxG0T92OUucP3Ct7cpfkdFfw==", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.3.tgz", + "integrity": "sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA==", "dev": true, "requires": { "tslib": "^1.9.0" @@ -901,72 +901,137 @@ } }, "@angular-devkit/schematics": { - "version": "8.3.12", - "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-8.3.12.tgz", - "integrity": "sha512-IFmEFeKb4iGcPNwU2Gxzl73tePfUSBXWQmrbrQnOiGz3SlwyeuRCdWeP7YjtMbi8wXVm05/TvVSda5sUtTeAhA==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-9.0.1.tgz", + "integrity": "sha512-Cuub9eJm1TWygKTOowRbxMASA8QWeHWzNEU2V3TqUF1Tqy/iPf4cpuMijkFysXjTn2bi2HA9t26AwQkwymbliA==", "dev": true, "requires": { - "@angular-devkit/core": "8.3.12", - "rxjs": "6.4.0" + "@angular-devkit/core": "9.0.1", + "ora": "4.0.2", + "rxjs": "6.5.3" }, "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true + }, + "cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "requires": { + "restore-cursor": "^3.1.0" + } + }, + "log-symbols": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", + "integrity": "sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==", + "dev": true, + "requires": { + "chalk": "^2.4.2" + } + }, + "onetime": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.0.tgz", + "integrity": "sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==", + "dev": true, + "requires": { + "mimic-fn": "^2.1.0" + } + }, + "ora": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/ora/-/ora-4.0.2.tgz", + "integrity": "sha512-YUOZbamht5mfLxPmk4M35CD/5DuOkAacxlEUbStVXpBAt4fyhBf+vZHI/HRkI++QUp3sNoeA2Gw4C+hi4eGSig==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.2.0", + "is-interactive": "^1.0.0", + "log-symbols": "^3.0.0", + "strip-ansi": "^5.2.0", + "wcwidth": "^1.0.1" + } + }, + "restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "requires": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + } + }, "rxjs": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.4.0.tgz", - "integrity": "sha512-Z9Yfa11F6B9Sg/BK9MnqnQ+aQYicPLtilXBp2yUtDt2JRCE0h26d33EnfO3ZxoNxG0T92OUucP3Ct7cpfkdFfw==", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.3.tgz", + "integrity": "sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA==", "dev": true, "requires": { "tslib": "^1.9.0" } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "requires": { + "ansi-regex": "^4.1.0" + } } } }, "@angular/animations": { - "version": "8.2.11", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-8.2.11.tgz", - "integrity": "sha512-u0PSR2uvSqn3ovgGlw2H8ZueyYN42SLir2Yn3+7sGE+LcYOSTjyJ/GIgjV8jWddvPbx7KYzFRCs6bEMpBsMXYg==", - "requires": { - "tslib": "^1.9.0" - } + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-9.0.0.tgz", + "integrity": "sha512-jB8+SC3vMztW5zt5UYVmtVwqIWE33UyEjbP5JPba3I3bLRK5E059LcJmN1rSdJHItgIAdG9Y1I0WJ6aiSFyp4Q==" }, "@angular/cdk": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-8.2.3.tgz", - "integrity": "sha512-ZwO5Sn720RA2YvBqud0JAHkZXjmjxM0yNzCO8RVtRE9i8Gl26Wk0j0nQeJkVm4zwv2QO8MwbKUKGTMt8evsokA==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-9.0.0.tgz", + "integrity": "sha512-2kYpyYbewIB6fubSIDMvSprJLNplRZoL/AtXW3od4dLyRxtzX+7iWTAtzUG/dhq8CKev0lpd1HENh5lLR/Lhjw==", "requires": { - "parse5": "^5.0.0", - "tslib": "^1.7.1" + "parse5": "^5.0.0" }, "dependencies": { "parse5": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.0.tgz", - "integrity": "sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz", + "integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==", "optional": true } } }, "@angular/cli": { - "version": "8.3.12", - "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-8.3.12.tgz", - "integrity": "sha512-ZPo6HqQ89GqJi7VzB3yJVaasbXKYPKnziLrOySl3x3y7/1syEmbI5BiXyBNVFAdNs5TmpN/JJY+NS/ERF8HqtA==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-9.0.1.tgz", + "integrity": "sha512-/nykTIqZq1plxaXVoMzAqjnExGhkYoSoq88AE4Mb31d6n/SW2DFh62C3hze+atI6YLqeFaPhYuA5zG+z3oOXbQ==", "dev": true, "requires": { - "@angular-devkit/architect": "0.803.12", - "@angular-devkit/core": "8.3.12", - "@angular-devkit/schematics": "8.3.12", - "@schematics/angular": "8.3.12", - "@schematics/update": "0.803.12", + "@angular-devkit/architect": "0.900.1", + "@angular-devkit/core": "9.0.1", + "@angular-devkit/schematics": "9.0.1", + "@schematics/angular": "9.0.1", + "@schematics/update": "0.900.1", "@yarnpkg/lockfile": "1.1.0", "ansi-colors": "4.1.1", "debug": "^4.1.1", "ini": "1.3.5", - "inquirer": "6.5.1", - "npm-package-arg": "6.1.0", + "inquirer": "7.0.0", + "npm-package-arg": "6.1.1", "npm-pick-manifest": "3.0.2", - "open": "6.4.0", - "pacote": "9.5.5", + "open": "7.0.0", + "pacote": "9.5.8", "read-package-tree": "5.3.1", + "rimraf": "3.0.0", "semver": "6.3.0", "symbol-observable": "1.2.0", "universal-analytics": "^0.4.20", @@ -988,6 +1053,15 @@ "ms": "^2.1.1" } }, + "rimraf": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.0.tgz", + "integrity": "sha512-NDGVxTsjqfunkds7CqsOiEnxln4Bo7Nddl3XhS4pXg5OzwkLqJ971ZVAAnB+DDLnF76N+VnDEiBHaVV8I06SUg==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", @@ -1003,36 +1077,31 @@ } }, "@angular/common": { - "version": "8.2.11", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-8.2.11.tgz", - "integrity": "sha512-AN8KKv13rVN1vwyVszZ1POvuUequ7jNC7Af/IDuxTJXKUDCI44dvjYQI0hbCicDDV+XZgjdkd4CBIiLCZRKnOQ==", - "requires": { - "tslib": "^1.9.0" - } + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-9.0.0.tgz", + "integrity": "sha512-ZMmEClGtUNJwV5CBlqcSHPIsNyz6WU/GvKWFzJ5VZc68oeg1e7lqfNMNIC47TjyolNJ7VSpNlyrKjzfdBlmqVw==" }, "@angular/compiler": { - "version": "8.2.11", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-8.2.11.tgz", - "integrity": "sha512-Qnh07i04s0LZECEKu9/NHwdRutfEs9N3y8f0uMdC+m7Cjy3guvmLtriAMdnxlH3KFFFSnugM6Ng6+gII8tZI6A==", - "requires": { - "tslib": "^1.9.0" - } + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-9.0.0.tgz", + "integrity": "sha512-ctjwuntPfZZT2mNj2NDIVu51t9cvbhl/16epc5xEwyzyDt76pX9UgwvY+MbXrf/C/FWwdtmNtfP698BKI+9leQ==" }, "@angular/compiler-cli": { - "version": "8.2.11", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-8.2.11.tgz", - "integrity": "sha512-g6Ius7ctubz/xFjU/kaX6EwOQbfLtKqlRXWP4YRsKA302idlBrgbZYdMrTbFApf0H00vyS87/gipyHp7iNqyHw==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-9.0.0.tgz", + "integrity": "sha512-6L3swd3Z2ceAapmioml6z7yu3bYC2aVm3/rgK7eCoZtPcevuvTpGnXcFSVvNgByV51GntgInThPbMx0xY23Rvw==", "dev": true, "requires": { "canonical-path": "1.0.0", - "chokidar": "^2.1.1", + "chokidar": "^3.0.0", "convert-source-map": "^1.5.1", "dependency-graph": "^0.7.2", + "fs-extra": "4.0.2", "magic-string": "^0.25.0", "minimist": "^1.2.0", "reflect-metadata": "^0.1.2", + "semver": "^6.3.0", "source-map": "^0.6.1", - "tslib": "^1.9.0", "yargs": "13.1.0" }, "dependencies": { @@ -1042,45 +1111,21 @@ "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", "dev": true }, - "binary-extensions": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", - "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", - "dev": true - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", "dev": true }, - "chokidar": { - "version": "2.1.8", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", - "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", - "dev": true, - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "fsevents": "^1.2.7", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - } - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "fs-extra": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.2.tgz", + "integrity": "sha1-+RcExT0bRh+JNFKwwwfZmXZHq2s=", "dev": true, "requires": { - "locate-path": "^3.0.0" + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" } }, "get-caller-file": { @@ -1089,70 +1134,19 @@ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", "dev": true }, - "is-binary-path": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", - "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", - "dev": true, - "requires": { - "binary-extensions": "^1.0.0" - } - }, "is-fullwidth-code-point": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", "dev": true }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true - }, - "p-limit": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz", - "integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dev": true, - "requires": { - "p-limit": "^2.0.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, - "readdirp": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", - "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", "dev": true, "requires": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" + "graceful-fs": "^4.1.6" } }, "require-main-filename": { @@ -1161,6 +1155,12 @@ "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", "dev": true }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -1205,80 +1205,49 @@ "y18n": "^4.0.0", "yargs-parser": "^13.0.0" } - }, - "yargs-parser": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz", - "integrity": "sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==", - "dev": true, - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } } } }, "@angular/core": { - "version": "8.2.11", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-8.2.11.tgz", - "integrity": "sha512-TRfoJPcTjjiFh1dquqDc7LDI4sqD/LPCC9y2HP4r8644xJawhPJ0Ms6gWaeobCeP2k0vKsjrFmbPWeolOig/YA==", - "requires": { - "tslib": "^1.9.0" - } + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-9.0.0.tgz", + "integrity": "sha512-6Pxgsrf0qF9iFFqmIcWmjJGkkCaCm6V5QNnxMy2KloO3SDq6QuMVRbN9RtC8Urmo25LP+eZ6ZgYqFYpdD8Hd9w==" }, "@angular/forms": { - "version": "8.2.11", - "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-8.2.11.tgz", - "integrity": "sha512-9sXLvAgscGwoE7k9kwRPogPSx8B8kT+kbXCvkL3Az+C+HrEuQ3rwMIJEFO+OhOCkRwrdUniKsp7GHLw94jAqtQ==", - "requires": { - "tslib": "^1.9.0" - } + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-9.0.0.tgz", + "integrity": "sha512-SIYJc0Rgaihow1t+iiwSFGEvvRgssgUuxwIYbMfCp1Sx513K+JX9nVFXqU+dcGj/eF1u5wwYwbvlVyuMQLzmXg==" }, "@angular/language-service": { - "version": "8.2.11", - "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-8.2.11.tgz", - "integrity": "sha512-jNzVEzJRdDynAAY3ncJBRX9RE52nRNpaKrW7KgZCpAoqgyponi8HBs+lt/ANcRmhdoIkM1VAOnDAb1rE30dLeQ==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-9.0.0.tgz", + "integrity": "sha512-tOMtXY8DFpTWMF77BOTXZmMMtqvdy6fbyOkJSccn6VatcPrNXOs5rKur+KNwdSlK+djjss6Y+LA8fQAvjNvUqw==", "dev": true }, "@angular/material": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/@angular/material/-/material-8.2.3.tgz", - "integrity": "sha512-SOczkIaqes+r+9XF/UUiokidfFKBpHkOPIaFK857sFD0FBNPvPEpOr5oHKCG3feERRwAFqHS7Wo2ohVEWypb5A==", - "requires": { - "tslib": "^1.7.1" - } + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@angular/material/-/material-9.0.0.tgz", + "integrity": "sha512-QxN2rmR5mvg2YE1NoIGWLpbnmcJq0iFidzy6odzvN17+XkoCJBZ65IdYsHrJgfwGpoIy6bywuixrDHHcSh9I5w==" }, "@angular/platform-browser": { - "version": "8.2.11", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-8.2.11.tgz", - "integrity": "sha512-bKDkC7kpNvgvRQfw4s+84GJWrY7MPFx9d1bUk9OPQzEBAjzRX+E6IFlqfTpZRGy4m5rbSzBk3bpZdqcZSJM98A==", - "requires": { - "tslib": "^1.9.0" - } + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-9.0.0.tgz", + "integrity": "sha512-2PR/o57HjZvKEnAF8ODeqxmeC90oth9dLTMrJNoI5MET0IeErKeI/9Sl5cLQuXC+lSVN5rOMCvDb74VWSno5yw==" }, "@angular/platform-browser-dynamic": { - "version": "8.2.11", - "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-8.2.11.tgz", - "integrity": "sha512-0DyO7N2HTQdV0OQJiLy3ZWimvdBgPHPbTP62l/Qc+ieZzA86KU8jWjbtyUOdqXkyEQ9gcpWEpxX9dBH8nW74jg==", - "requires": { - "tslib": "^1.9.0" - } + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.0.0.tgz", + "integrity": "sha512-F1kbEpmDottTemRPEOAz2Te5ABVJ7wypfzBllxqXbdxPHvYLfL8db2dXyiGqABQ3ZFHPLNilrkUTy0sbuuU4OA==" }, "@angular/router": { - "version": "8.2.11", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-8.2.11.tgz", - "integrity": "sha512-US8vp9TiryAVoLZwKZqApG6OvRizlJh6k+YA40/Z+fZBFIFM+Og80yiuUJ+p29unheVqA/tvAHmBdBrLNaliJA==", - "requires": { - "tslib": "^1.9.0" - } + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-9.0.0.tgz", + "integrity": "sha512-yyOcStpgN5t8wGRNO85mo0jplXkntP+v2tmSxNx45pahqmofSFm+QCEFa2zHQuMr7NoiGERhd0Tae7NDCCjtjA==" }, "@angular/service-worker": { - "version": "8.2.11", - "resolved": "https://registry.npmjs.org/@angular/service-worker/-/service-worker-8.2.11.tgz", - "integrity": "sha512-CD4suAC4xwlIHH/dFqxiiYIBud3jd1wtM+6wYziVBitmZC0PAb8zcIr2YFUYLrYuzXZ9PstUDRwaUdvYdVZ1cA==", - "requires": { - "tslib": "^1.9.0" - } + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@angular/service-worker/-/service-worker-9.0.0.tgz", + "integrity": "sha512-QZjA9Syhz3sCcugUknXorScgSjVS6jhaCZilTmfPPaKazw0tASNw1SfjrZ60aOPCmoJGRkWyP/Hzzi/KKVSQjQ==" }, "@angularclass/hmr": { "version": "2.1.3", @@ -1287,31 +1256,32 @@ "dev": true }, "@babel/code-frame": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz", - "integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", + "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==", "dev": true, "requires": { - "@babel/highlight": "^7.0.0" + "@babel/highlight": "^7.8.3" } }, "@babel/core": { - "version": "7.4.5", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.4.5.tgz", - "integrity": "sha512-OvjIh6aqXtlsA8ujtGKfC7LYWksYSX8yQcM8Ay3LuvVeQ63lcOKgoZWVqcpFwkd29aYU9rVx7jxhfhiEDV9MZA==", + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.8.4.tgz", + "integrity": "sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA==", "dev": true, "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", + "@babel/code-frame": "^7.8.3", + "@babel/generator": "^7.8.4", + "@babel/helpers": "^7.8.4", + "@babel/parser": "^7.8.4", + "@babel/template": "^7.8.3", + "@babel/traverse": "^7.8.4", + "@babel/types": "^7.8.3", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", "json5": "^2.1.0", - "lodash": "^4.17.11", + "lodash": "^4.17.13", "resolve": "^1.3.2", "semver": "^5.4.1", "source-map": "^0.5.0" @@ -1327,9 +1297,9 @@ } }, "json5": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.0.tgz", - "integrity": "sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.1.tgz", + "integrity": "sha512-l+3HXD0GEI3huGq1njuqtzYK8OYJyXMkOLtQ53pjWh89tvWS2h6l+1zMkYWqlb57+SiQodKZyvMEFb2X+KrFhQ==", "dev": true, "requires": { "minimist": "^1.2.0" @@ -1344,24 +1314,17 @@ } }, "@babel/generator": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.4.4.tgz", - "integrity": "sha512-53UOLK6TVNqKxf7RUh8NE851EHRxOOeVXKbK2bivdb+iziMyk03Sr4eaE9OELCbyZAAafAKPDwF2TPUES5QbxQ==", + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.8.4.tgz", + "integrity": "sha512-PwhclGdRpNAf3IxZb0YVuITPZmmrXz9zf6fH8lT4XbrmfQKr6ryBzhv593P5C6poJRciFCL/eHGW2NuGrgEyxA==", "dev": true, "requires": { - "@babel/types": "^7.4.4", + "@babel/types": "^7.8.3", "jsesc": "^2.5.1", - "lodash": "^4.17.11", - "source-map": "^0.5.0", - "trim-right": "^1.0.1" + "lodash": "^4.17.13", + "source-map": "^0.5.0" }, "dependencies": { - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "dev": true - }, "source-map": { "version": "0.5.7", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", @@ -1829,23 +1792,23 @@ } }, "@babel/helper-function-name": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz", - "integrity": "sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz", + "integrity": "sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==", "dev": true, "requires": { - "@babel/helper-get-function-arity": "^7.0.0", - "@babel/template": "^7.1.0", - "@babel/types": "^7.0.0" + "@babel/helper-get-function-arity": "^7.8.3", + "@babel/template": "^7.8.3", + "@babel/types": "^7.8.3" } }, "@babel/helper-get-function-arity": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz", - "integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz", + "integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==", "dev": true, "requires": { - "@babel/types": "^7.0.0" + "@babel/types": "^7.8.3" } }, "@babel/helper-hoist-variables": { @@ -2380,12 +2343,12 @@ } }, "@babel/helper-split-export-declaration": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz", - "integrity": "sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz", + "integrity": "sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==", "dev": true, "requires": { - "@babel/types": "^7.4.4" + "@babel/types": "^7.8.3" } }, "@babel/helper-wrap-function": { @@ -2530,20 +2493,20 @@ } }, "@babel/helpers": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.4.4.tgz", - "integrity": "sha512-igczbR/0SeuPR8RFfC7tGrbdTbFL3QTvH6D+Z6zNxnTe//GyqmtHmDkzrqDmyZ3eSwPqB/LhyKoU5DXsp+Vp2A==", + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.8.4.tgz", + "integrity": "sha512-VPbe7wcQ4chu4TDQjimHv/5tj73qz88o12EPkO2ValS2QiQS/1F2SsjyIGNnAD0vF/nZS6Cf9i+vW6HIlnaR8w==", "dev": true, "requires": { - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.4", - "@babel/types": "^7.4.4" + "@babel/template": "^7.8.3", + "@babel/traverse": "^7.8.4", + "@babel/types": "^7.8.3" } }, "@babel/highlight": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.0.0.tgz", - "integrity": "sha512-UFMC4ZeFC48Tpvj7C8UgLvtkaUuovQX+5xNWrsIoMG8o2z+XFKjKaN9iVmS84dPwVN00W4wPmqvYoZF3EGAsfw==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz", + "integrity": "sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==", "dev": true, "requires": { "chalk": "^2.0.0", @@ -2560,9 +2523,9 @@ } }, "@babel/parser": { - "version": "7.4.5", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.4.5.tgz", - "integrity": "sha512-9mUqkL1FF5T7f0WDFfAoDdiMVPWsdD1gZYzSnaXsxUCUqzuch/8of9G3VUSNiZmMBoRxT3neyVsqeiL/ZPcjew==", + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.8.4.tgz", + "integrity": "sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==", "dev": true }, "@babel/plugin-proposal-async-generator-functions": { @@ -2700,6 +2663,23 @@ } } }, + "@babel/plugin-syntax-bigint": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", + "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } + } + }, "@babel/plugin-syntax-dynamic-import": { "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", @@ -2735,12 +2715,20 @@ } }, "@babel/plugin-syntax-object-rest-spread": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz", - "integrity": "sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "^7.8.0" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==", + "dev": true + } } }, "@babel/plugin-syntax-optional-catch-binding": { @@ -3583,48 +3571,48 @@ } }, "@babel/runtime": { - "version": "7.4.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.4.5.tgz", - "integrity": "sha512-TuI4qpWZP6lGOGIuGWtp9sPluqYICmbk8T/1vpSysqJxRPkudh/ofFWyqdcMsDf2s7KvDL4/YHgKyvcS3g9CJQ==", + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.4.tgz", + "integrity": "sha512-neAp3zt80trRVBI1x0azq6c57aNBqYZH8KhMm3TaB7wEI5Q4A2SHfBHE8w9gOhI/lrqxtEbXZgQIrHP+wvSGwQ==", "dev": true, "requires": { "regenerator-runtime": "^0.13.2" }, "dependencies": { "regenerator-runtime": { - "version": "0.13.2", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz", - "integrity": "sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==", + "version": "0.13.3", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz", + "integrity": "sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==", "dev": true } } }, "@babel/template": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.4.4.tgz", - "integrity": "sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.8.3.tgz", + "integrity": "sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==", "dev": true, "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/parser": "^7.4.4", - "@babel/types": "^7.4.4" + "@babel/code-frame": "^7.8.3", + "@babel/parser": "^7.8.3", + "@babel/types": "^7.8.3" } }, "@babel/traverse": { - "version": "7.4.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.4.5.tgz", - "integrity": "sha512-Vc+qjynwkjRmIFGxy0KYoPj4FdVDxLej89kMHFsWScq999uX+pwcX4v9mWRjW0KcAYTPAuVQl2LKP1wEVLsp+A==", + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.8.4.tgz", + "integrity": "sha512-NGLJPZwnVEyBPLI+bl9y9aSnxMhsKz42so7ApAv9D+b4vAFPpY013FTS9LdKxcABoIYFU52HcYga1pPlx454mg==", "dev": true, "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helper-function-name": "^7.1.0", - "@babel/helper-split-export-declaration": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/types": "^7.4.4", + "@babel/code-frame": "^7.8.3", + "@babel/generator": "^7.8.4", + "@babel/helper-function-name": "^7.8.3", + "@babel/helper-split-export-declaration": "^7.8.3", + "@babel/parser": "^7.8.4", + "@babel/types": "^7.8.3", "debug": "^4.1.0", "globals": "^11.1.0", - "lodash": "^4.17.11" + "lodash": "^4.17.13" }, "dependencies": { "debug": { @@ -3635,34 +3623,26 @@ "requires": { "ms": "^2.1.1" } - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "dev": true } } }, "@babel/types": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.4.tgz", - "integrity": "sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", + "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", "dev": true, "requires": { "esutils": "^2.0.2", - "lodash": "^4.17.11", + "lodash": "^4.17.13", "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", - "dev": true - } } }, + "@bcoe/v8-coverage": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", + "dev": true + }, "@cnakazawa/watch": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.3.tgz", @@ -3674,285 +3654,110 @@ } }, "@commitlint/cli": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-8.1.0.tgz", - "integrity": "sha512-83K5C2nIAgoZlzMegf0/MEBjX+ampUyc/u79RxgX9ZYjzos+RQtNyO7I43dztVxPXSwAnX9XRgoOfkGWA4nbig==", + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-8.3.5.tgz", + "integrity": "sha512-6+L0vbw55UEdht71pgWOE55SRgb+8OHcEwGDB234VlIBFGK9P2QOBU7MHiYJ5cjdjCQ0rReNrGjOHmJ99jwf0w==", "dev": true, "requires": { - "@commitlint/format": "^8.1.0", - "@commitlint/lint": "^8.1.0", - "@commitlint/load": "^8.1.0", - "@commitlint/read": "^8.1.0", + "@commitlint/format": "^8.3.4", + "@commitlint/lint": "^8.3.5", + "@commitlint/load": "^8.3.5", + "@commitlint/read": "^8.3.4", "babel-polyfill": "6.26.0", - "chalk": "2.3.1", + "chalk": "2.4.2", "get-stdin": "7.0.0", - "lodash": "4.17.14", + "lodash": "4.17.15", "meow": "5.0.0", "resolve-from": "5.0.0", "resolve-global": "1.0.0" }, "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", - "dev": true - }, - "camelcase-keys": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", - "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", - "dev": true, - "requires": { - "camelcase": "^4.1.0", - "map-obj": "^2.0.0", - "quick-lru": "^1.0.0" - } - }, - "chalk": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.1.tgz", - "integrity": "sha512-QUU4ofkDoMIVO7hcx1iPTISs88wsO8jA92RQIm4JAwZvFGGAV2hSAA1NX7oVj2Ej2Q6NDTcRDjPTFrMCRZoJ6g==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.0", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.2.0" - } - }, - "get-stdin": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-7.0.0.tgz", - "integrity": "sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==", - "dev": true - }, - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", - "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", - "dev": true - }, - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - } - }, - "lodash": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", - "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", - "dev": true - }, - "map-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", - "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", - "dev": true - }, - "meow": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-5.0.0.tgz", - "integrity": "sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==", - "dev": true, - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0", - "yargs-parser": "^10.0.0" - } - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true - }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", - "dev": true, - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - } - }, - "read-pkg-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", - "dev": true, - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - } - }, - "redent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", - "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", - "dev": true, - "requires": { - "indent-string": "^3.0.0", - "strip-indent": "^2.0.0" - } - }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "dev": true - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "dev": true - }, - "strip-indent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", - "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", - "dev": true - }, - "trim-newlines": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", - "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", - "dev": true } } }, "@commitlint/config-conventional": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-7.6.0.tgz", - "integrity": "sha512-1Gnv5p3tc1VsEK25oTIRBO86czLtX6s/jeLNPAQRzdCnyEmsxkbx/sfoUJ1dwv7v8W++xckVnnuvdZv2Hp8yCw==", - "dev": true + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-8.3.4.tgz", + "integrity": "sha512-w0Yc5+aVAjZgjYqx29igBOnVCj8O22gy3Vo6Fyp7PwoS7+AYS1x3sN7IBq6i7Ae15Mv5P+rEx1pkxXo5zOMe4g==", + "dev": true, + "requires": { + "conventional-changelog-conventionalcommits": "4.2.1" + } }, "@commitlint/ensure": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-8.1.0.tgz", - "integrity": "sha512-dBU4CcjN0vJSDNOeSpaHNgQ1ra444u4USvI6PTaHVAS4aeDpZ5Cds1rxkZNsocu48WNycUu0jP84+zjcw2pPLQ==", + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-8.3.4.tgz", + "integrity": "sha512-8NW77VxviLhD16O3EUd02lApMFnrHexq10YS4F4NftNoErKbKaJ0YYedktk2boKrtNRf/gQHY/Qf65edPx4ipw==", "dev": true, "requires": { - "lodash": "4.17.14" - }, - "dependencies": { - "lodash": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", - "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", - "dev": true - } + "lodash": "4.17.15" } }, "@commitlint/execute-rule": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-8.1.0.tgz", - "integrity": "sha512-+vpH3RFuO6ypuCqhP2rSqTjFTQ7ClzXtUvXphpROv9v9+7zH4L+Ex+wZLVkL8Xj2cxefSLn/5Kcqa9XyJTn3kg==", + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-8.3.4.tgz", + "integrity": "sha512-f4HigYjeIBn9f7OuNv5zh2y5vWaAhNFrfeul8CRJDy82l3Y+09lxOTGxfF3uMXKrZq4LmuK6qvvRCZ8mUrVvzQ==", "dev": true }, "@commitlint/format": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-8.1.0.tgz", - "integrity": "sha512-D0cmabUTQIKdABgt08d9JAvO9+lMRAmkcsZx8TMScY502R67HCw77JhzRDcw1RmqX5rN8JO6ZjDHO92Pbwlt+Q==", + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-8.3.4.tgz", + "integrity": "sha512-809wlQ/ND6CLZON+w2Rb3YM2TLNDfU2xyyqpZeqzf2reJNpySMSUAeaO/fNDJSOKIsOsR3bI01rGu6hv28k+Nw==", "dev": true, "requires": { "chalk": "^2.0.1" } }, "@commitlint/is-ignored": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-8.1.0.tgz", - "integrity": "sha512-HUSxx6kuLbqrQ8jb5QRzo+yR+CIXgA9HNcIcZ1qWrb+O9GOixt3mlW8li1IcfIgfODlaWoxIz0jYCxR08IoQLg==", + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-8.3.5.tgz", + "integrity": "sha512-Zo+8a6gJLFDTqyNRx53wQi/XTiz8mncvmWf/4oRG+6WRcBfjSSHY7KPVj5Y6UaLy2EgZ0WQ2Tt6RdTDeQiQplA==", "dev": true, "requires": { - "@types/semver": "^6.0.1", - "semver": "6.1.1" + "semver": "6.3.0" }, "dependencies": { "semver": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.1.1.tgz", - "integrity": "sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true } } }, "@commitlint/lint": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-8.1.0.tgz", - "integrity": "sha512-WYjbUgtqvnlVH3S3XPZMAa+N7KO0yQ+GuUG20Qra+EtER6SRYawykmEs4wAyrmY8VcFXUnKgSlIQUsqmGKwNZQ==", + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-8.3.5.tgz", + "integrity": "sha512-02AkI0a6PU6rzqUvuDkSi6rDQ2hUgkq9GpmdJqfai5bDbxx2939mK4ZO+7apbIh4H6Pae7EpYi7ffxuJgm+3hQ==", "dev": true, "requires": { - "@commitlint/is-ignored": "^8.1.0", - "@commitlint/parse": "^8.1.0", - "@commitlint/rules": "^8.1.0", + "@commitlint/is-ignored": "^8.3.5", + "@commitlint/parse": "^8.3.4", + "@commitlint/rules": "^8.3.4", "babel-runtime": "^6.23.0", - "lodash": "4.17.14" - }, - "dependencies": { - "lodash": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", - "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", - "dev": true - } + "lodash": "4.17.15" } }, "@commitlint/load": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-8.1.0.tgz", - "integrity": "sha512-ra02Dvmd7Gp1+uFLzTY3yGOpHjPzl5T9wYg/xrtPJNiOWXvQ0Mw7THw+ucd1M5iLUWjvdavv2N87YDRc428wHg==", + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-8.3.5.tgz", + "integrity": "sha512-poF7R1CtQvIXRmVIe63FjSQmN9KDqjRtU5A6hxqXBga87yB2VUJzic85TV6PcQc+wStk52cjrMI+g0zFx+Zxrw==", "dev": true, "requires": { - "@commitlint/execute-rule": "^8.1.0", - "@commitlint/resolve-extends": "^8.1.0", + "@commitlint/execute-rule": "^8.3.4", + "@commitlint/resolve-extends": "^8.3.5", "babel-runtime": "^6.23.0", "chalk": "2.4.2", "cosmiconfig": "^5.2.0", - "lodash": "4.17.14", + "lodash": "4.17.15", "resolve-from": "^5.0.0" }, "dependencies": { - "lodash": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", - "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", - "dev": true - }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -3962,57 +3767,50 @@ } }, "@commitlint/message": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-8.1.0.tgz", - "integrity": "sha512-AjHq022G8jQQ/3YrBOjwVBD4xF75hvC3vcvFoBIb7cC8vad1QWq+1w+aks0KlEK5IW+/+7ORZXIH+oyW7h3+8A==", + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-8.3.4.tgz", + "integrity": "sha512-nEj5tknoOKXqBsaQtCtgPcsAaf5VCg3+fWhss4Vmtq40633xLq0irkdDdMEsYIx8rGR0XPBTukqzln9kAWCkcA==", "dev": true }, "@commitlint/parse": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-8.1.0.tgz", - "integrity": "sha512-n4fEbZ5kdK5HChvne7Mj8rGGkKMfA4H11IuWiWmmMzgmZTNb/B04LPrzdUm4lm3f10XzM2JMM7PLXqofQJOGvA==", + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-8.3.4.tgz", + "integrity": "sha512-b3uQvpUQWC20EBfKSfMRnyx5Wc4Cn778bVeVOFErF/cXQK725L1bYFvPnEjQO/GT8yGVzq2wtLaoEqjm1NJ/Bw==", "dev": true, "requires": { "conventional-changelog-angular": "^1.3.3", - "conventional-commits-parser": "^2.1.0", + "conventional-commits-parser": "^3.0.0", "lodash": "^4.17.11" } }, "@commitlint/read": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-8.1.0.tgz", - "integrity": "sha512-PKsGMQFEr2sX/+orI71b82iyi8xFqb7F4cTvsLxzB5x6/QutxPVM3rg+tEVdi6rBKIDuqRIp2puDZQuREZs3vg==", + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-8.3.4.tgz", + "integrity": "sha512-FKv1kHPrvcAG5j+OSbd41IWexsbLhfIXpxVC/YwQZO+FR0EHmygxQNYs66r+GnhD1EfYJYM4WQIqd5bJRx6OIw==", "dev": true, "requires": { - "@commitlint/top-level": "^8.1.0", + "@commitlint/top-level": "^8.3.4", "@marionebl/sander": "^0.6.0", "babel-runtime": "^6.23.0", - "git-raw-commits": "^1.3.0" + "git-raw-commits": "^2.0.0" } }, "@commitlint/resolve-extends": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-8.1.0.tgz", - "integrity": "sha512-r/y+CeKW72Oa9BUctS1+I/MFCDiI3lfhwfQ65Tpfn6eZ4CuBYKzrCRi++GTHeAFKE3y8q1epJq5Rl/1GBejtBw==", + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-8.3.5.tgz", + "integrity": "sha512-nHhFAK29qiXNe6oH6uG5wqBnCR+BQnxlBW/q5fjtxIaQALgfoNLHwLS9exzbIRFqwJckpR6yMCfgMbmbAOtklQ==", "dev": true, "requires": { - "@types/node": "^12.0.2", "import-fresh": "^3.0.0", - "lodash": "4.17.14", + "lodash": "4.17.15", "resolve-from": "^5.0.0", "resolve-global": "^1.0.0" }, "dependencies": { - "@types/node": { - "version": "12.7.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.7.1.tgz", - "integrity": "sha512-aK9jxMypeSrhiYofWWBf/T7O+KwaiAHzM4sveCdWPn71lzUSMimRnKzhXDKfKwV1kWoBo2P1aGgaIYGLf9/ljw==", - "dev": true - }, "import-fresh": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.1.0.tgz", - "integrity": "sha512-PpuksHKGt8rXfWEr9m9EHIpgyyaltBy8+eF6GJM0QCAxMgxCfucMF3mjecK2QsJr0amJW7gTqh5/wht0z2UhEQ==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz", + "integrity": "sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==", "dev": true, "requires": { "parent-module": "^1.0.0", @@ -4027,12 +3825,6 @@ } } }, - "lodash": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", - "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", - "dev": true - }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -4042,27 +3834,27 @@ } }, "@commitlint/rules": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-8.1.0.tgz", - "integrity": "sha512-hlM8VfNjsOkbvMteFyqn0c3akiUjqG09Iid28MBLrXl/d+8BR3eTzwJ4wMta4oz/iqGyrIywvg1FpHrV977MPA==", + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-8.3.4.tgz", + "integrity": "sha512-xuC9dlqD5xgAoDFgnbs578cJySvwOSkMLQyZADb1xD5n7BNcUJfP8WjT9W1Aw8K3Wf8+Ym/ysr9FZHXInLeaRg==", "dev": true, "requires": { - "@commitlint/ensure": "^8.1.0", - "@commitlint/message": "^8.1.0", - "@commitlint/to-lines": "^8.1.0", + "@commitlint/ensure": "^8.3.4", + "@commitlint/message": "^8.3.4", + "@commitlint/to-lines": "^8.3.4", "babel-runtime": "^6.23.0" } }, "@commitlint/to-lines": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-8.1.0.tgz", - "integrity": "sha512-Lh4OH1bInI8GME/7FggS0/XkIMEJdTObMbXRyPRGaPcWH5S7zpB6y+b4qjzBHXAbEv2O46QAAMjZ+ywPQCpmYQ==", + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-8.3.4.tgz", + "integrity": "sha512-5AvcdwRsMIVq0lrzXTwpbbG5fKRTWcHkhn/hCXJJ9pm1JidsnidS1y0RGkb3O50TEHGewhXwNoavxW9VToscUA==", "dev": true }, "@commitlint/top-level": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-8.1.0.tgz", - "integrity": "sha512-EvQuofuA/+0l1w9pkG/PRyIwACmZdIh9qxyax7w7mR8qqmSHscqf2jARIylh1TOx0uI9egO8MuPLiwC1RwyREA==", + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-8.3.4.tgz", + "integrity": "sha512-nOaeLBbAqSZNpKgEtO6NAxmui1G8ZvLG+0wb4rvv6mWhPDzK1GNZkCd8FUZPahCoJ1iHDoatw7F8BbJLg4nDjg==", "dev": true, "requires": { "find-up": "^4.0.0" @@ -4087,15 +3879,6 @@ "p-locate": "^4.1.0" } }, - "p-limit": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz", - "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, "p-locate": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", @@ -4105,12 +3888,6 @@ "p-limit": "^2.2.0" } }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, "path-exists": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", @@ -4119,6 +3896,11 @@ } } }, + "@ctrl/tinycolor": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-2.6.0.tgz", + "integrity": "sha512-bvkszNAcbmR2zrjjkaHbTVbEj07Id44HsBWf57mugPcvJNIPaWLqxWV/GUJVJuXXayqFP2X09cZRqKrCy/v10Q==" + }, "@cypress/listr-verbose-renderer": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/@cypress/listr-verbose-renderer/-/listr-verbose-renderer-0.4.1.tgz", @@ -4162,12 +3944,106 @@ "lodash.once": "^4.1.1" } }, + "@hapi/address": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz", + "integrity": "sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ==" + }, + "@hapi/formula": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@hapi/formula/-/formula-1.2.0.tgz", + "integrity": "sha512-UFbtbGPjstz0eWHb+ga/GM3Z9EzqKXFWIbSOFURU0A/Gku0Bky4bCk9/h//K2Xr3IrCfjFNhMm4jyZ5dbCewGA==" + }, + "@hapi/hoek": { + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.0.tgz", + "integrity": "sha512-7XYT10CZfPsH7j9F1Jmg1+d0ezOux2oM2GfArAzLwWe4mE2Dr3hVjsAL6+TFY49RRJlCdJDMw3nJsLFroTc8Kw==" + }, + "@hapi/joi": { + "version": "16.1.8", + "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-16.1.8.tgz", + "integrity": "sha512-wAsVvTPe+FwSrsAurNt5vkg3zo+TblvC5Bb1zMVK6SJzZqw9UrJnexxR+76cpePmtUZKHAPxcQ2Bf7oVHyahhg==", + "requires": { + "@hapi/address": "^2.1.2", + "@hapi/formula": "^1.2.0", + "@hapi/hoek": "^8.2.4", + "@hapi/pinpoint": "^1.0.2", + "@hapi/topo": "^3.1.3" + } + }, + "@hapi/pinpoint": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@hapi/pinpoint/-/pinpoint-1.0.2.tgz", + "integrity": "sha512-dtXC/WkZBfC5vxscazuiJ6iq4j9oNx1SHknmIr8hofarpKUZKmlUVYVIhNVzIEgK5Wrc4GMHL5lZtt1uS2flmQ==" + }, + "@hapi/topo": { + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-3.1.6.tgz", + "integrity": "sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==", + "requires": { + "@hapi/hoek": "^8.3.0" + } + }, "@iarna/toml": { "version": "2.2.3", "resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.3.tgz", "integrity": "sha512-FmuxfCuolpLl0AnQ2NHSzoUKWEJDFl63qXjzdoWBVyFCXzMGm1spBzk7LeHNoVCiWCF7mRVms9e6jEV9+MoPbg==", "dev": true }, + "@istanbuljs/load-nyc-config": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.0.0.tgz", + "integrity": "sha512-ZR0rq/f/E4f4XcgnDvtMWXCUJpi8eO0rssVhmztsZqLIEFA9UUP9zmpE0VxlM+kv/E1ul2I876Fwil2ayptDVg==", + "dev": true, + "requires": { + "camelcase": "^5.3.1", + "find-up": "^4.1.0", + "js-yaml": "^3.13.1", + "resolve-from": "^5.0.0" + }, + "dependencies": { + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "requires": { + "p-locate": "^4.1.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "requires": { + "p-limit": "^2.2.0" + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true + }, + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true + } + } + }, "@istanbuljs/schema": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz", @@ -4175,165 +4051,354 @@ "dev": true }, "@jest/console": { - "version": "24.7.1", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-24.7.1.tgz", - "integrity": "sha512-iNhtIy2M8bXlAOULWVTUxmnelTLFneTNEkHCgPmgd+zNwy9zVddJ6oS5rZ9iwoscNdT5mMwUd0C51v/fSlzItg==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-25.1.0.tgz", + "integrity": "sha512-3P1DpqAMK/L07ag/Y9/Jup5iDEG9P4pRAuZiMQnU0JB3UOvCyYCjCoxr7sIA80SeyUCUKrr24fKAxVpmBgQonA==", "dev": true, "requires": { - "@jest/source-map": "^24.3.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" + "@jest/source-map": "^25.1.0", + "chalk": "^3.0.0", + "jest-util": "^25.1.0", + "slash": "^3.0.0" }, "dependencies": { + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, "slash": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } } } }, "@jest/core": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-24.8.0.tgz", - "integrity": "sha512-R9rhAJwCBQzaRnrRgAdVfnglUuATXdwTRsYqs6NMdVcAl5euG8LtWDe+fVkN27YfKVBW61IojVsXKaOmSnqd/A==", - "dev": true, - "requires": { - "@jest/console": "^24.7.1", - "@jest/reporters": "^24.8.0", - "@jest/test-result": "^24.8.0", - "@jest/transform": "^24.8.0", - "@jest/types": "^24.8.0", - "ansi-escapes": "^3.0.0", - "chalk": "^2.0.1", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-25.1.0.tgz", + "integrity": "sha512-iz05+NmwCmZRzMXvMo6KFipW7nzhbpEawrKrkkdJzgytavPse0biEnCNr2wRlyCsp3SmKaEY+SGv7YWYQnIdig==", + "dev": true, + "requires": { + "@jest/console": "^25.1.0", + "@jest/reporters": "^25.1.0", + "@jest/test-result": "^25.1.0", + "@jest/transform": "^25.1.0", + "@jest/types": "^25.1.0", + "ansi-escapes": "^4.2.1", + "chalk": "^3.0.0", "exit": "^0.1.2", - "graceful-fs": "^4.1.15", - "jest-changed-files": "^24.8.0", - "jest-config": "^24.8.0", - "jest-haste-map": "^24.8.0", - "jest-message-util": "^24.8.0", - "jest-regex-util": "^24.3.0", - "jest-resolve-dependencies": "^24.8.0", - "jest-runner": "^24.8.0", - "jest-runtime": "^24.8.0", - "jest-snapshot": "^24.8.0", - "jest-util": "^24.8.0", - "jest-validate": "^24.8.0", - "jest-watcher": "^24.8.0", - "micromatch": "^3.1.10", - "p-each-series": "^1.0.0", - "pirates": "^4.0.1", + "graceful-fs": "^4.2.3", + "jest-changed-files": "^25.1.0", + "jest-config": "^25.1.0", + "jest-haste-map": "^25.1.0", + "jest-message-util": "^25.1.0", + "jest-regex-util": "^25.1.0", + "jest-resolve": "^25.1.0", + "jest-resolve-dependencies": "^25.1.0", + "jest-runner": "^25.1.0", + "jest-runtime": "^25.1.0", + "jest-snapshot": "^25.1.0", + "jest-util": "^25.1.0", + "jest-validate": "^25.1.0", + "jest-watcher": "^25.1.0", + "micromatch": "^4.0.2", + "p-each-series": "^2.1.0", "realpath-native": "^1.1.0", - "rimraf": "^2.5.4", - "strip-ansi": "^5.0.0" + "rimraf": "^3.0.0", + "slash": "^3.0.0", + "strip-ansi": "^6.0.0" }, "dependencies": { "ansi-escapes": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", - "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", - "dev": true + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.0.tgz", + "integrity": "sha512-EiYhwo0v255HUL6eDyuLrXEkTi7WwVCLAw+SeOQ7M7qdun1z1pum4DEm/nuqIVbPvi9RPPc9k9LbyBv6H0DwVg==", + "dev": true, + "requires": { + "type-fest": "^0.8.1" + } }, "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", + "dev": true + }, + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "requires": { + "fill-range": "^7.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "graceful-fs": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz", + "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true + }, + "micromatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", + "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", + "dev": true, + "requires": { + "braces": "^3.0.1", + "picomatch": "^2.0.5" + } + }, + "rimraf": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.1.tgz", + "integrity": "sha512-IQ4ikL8SjBiEDZfk+DFVwqRK8md24RWMEJkdSlgNLkyyAImcjf8SWvU1qFMDOb4igBClbTQ/ugPqXcRwdFTxZw==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true }, "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", "dev": true, "requires": { - "ansi-regex": "^4.1.0" + "ansi-regex": "^5.0.0" + } + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "requires": { + "is-number": "^7.0.0" } } } }, "@jest/environment": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-24.8.0.tgz", - "integrity": "sha512-vlGt2HLg7qM+vtBrSkjDxk9K0YtRBi7HfRFaDxoRtyi+DyVChzhF20duvpdAnKVBV6W5tym8jm0U9EfXbDk1tw==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-25.1.0.tgz", + "integrity": "sha512-cTpUtsjU4cum53VqBDlcW0E4KbQF03Cn0jckGPW/5rrE9tb+porD3+hhLtHAwhthsqfyF+bizyodTlsRA++sHg==", "dev": true, "requires": { - "@jest/fake-timers": "^24.8.0", - "@jest/transform": "^24.8.0", - "@jest/types": "^24.8.0", - "jest-mock": "^24.8.0" + "@jest/fake-timers": "^25.1.0", + "@jest/types": "^25.1.0", + "jest-mock": "^25.1.0" } }, "@jest/fake-timers": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-24.8.0.tgz", - "integrity": "sha512-2M4d5MufVXwi6VzZhJ9f5S/wU4ud2ck0kxPof1Iz3zWx6Y+V2eJrES9jEktB6O3o/oEyk+il/uNu9PvASjWXQw==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-25.1.0.tgz", + "integrity": "sha512-Eu3dysBzSAO1lD7cylZd/CVKdZZ1/43SF35iYBNV1Lvvn2Undp3Grwsv8PrzvbLhqwRzDd4zxrY4gsiHc+wygQ==", "dev": true, "requires": { - "@jest/types": "^24.8.0", - "jest-message-util": "^24.8.0", - "jest-mock": "^24.8.0" + "@jest/types": "^25.1.0", + "jest-message-util": "^25.1.0", + "jest-mock": "^25.1.0", + "jest-util": "^25.1.0", + "lolex": "^5.0.0" } }, "@jest/reporters": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-24.8.0.tgz", - "integrity": "sha512-eZ9TyUYpyIIXfYCrw0UHUWUvE35vx5I92HGMgS93Pv7du+GHIzl+/vh8Qj9MCWFK/4TqyttVBPakWMOfZRIfxw==", - "dev": true, - "requires": { - "@jest/environment": "^24.8.0", - "@jest/test-result": "^24.8.0", - "@jest/transform": "^24.8.0", - "@jest/types": "^24.8.0", - "chalk": "^2.0.1", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-25.1.0.tgz", + "integrity": "sha512-ORLT7hq2acJQa8N+NKfs68ZtHFnJPxsGqmofxW7v7urVhzJvpKZG9M7FAcgh9Ee1ZbCteMrirHA3m5JfBtAaDg==", + "dev": true, + "requires": { + "@bcoe/v8-coverage": "^0.2.3", + "@jest/console": "^25.1.0", + "@jest/environment": "^25.1.0", + "@jest/test-result": "^25.1.0", + "@jest/transform": "^25.1.0", + "@jest/types": "^25.1.0", + "chalk": "^3.0.0", + "collect-v8-coverage": "^1.0.0", "exit": "^0.1.2", "glob": "^7.1.2", - "istanbul-lib-coverage": "^2.0.2", - "istanbul-lib-instrument": "^3.0.1", - "istanbul-lib-report": "^2.0.4", - "istanbul-lib-source-maps": "^3.0.1", - "istanbul-reports": "^2.1.1", - "jest-haste-map": "^24.8.0", - "jest-resolve": "^24.8.0", - "jest-runtime": "^24.8.0", - "jest-util": "^24.8.0", - "jest-worker": "^24.6.0", - "node-notifier": "^5.2.1", - "slash": "^2.0.0", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-instrument": "^4.0.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.0.0", + "jest-haste-map": "^25.1.0", + "jest-resolve": "^25.1.0", + "jest-runtime": "^25.1.0", + "jest-util": "^25.1.0", + "jest-worker": "^25.1.0", + "node-notifier": "^6.0.0", + "slash": "^3.0.0", "source-map": "^0.6.0", - "string-length": "^2.0.0" + "string-length": "^3.1.0", + "terminal-link": "^2.0.0", + "v8-to-istanbul": "^4.0.1" }, "dependencies": { - "istanbul-lib-coverage": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz", - "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==", - "dev": true + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } }, - "istanbul-lib-instrument": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz", - "integrity": "sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==", + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", "dev": true, "requires": { - "@babel/generator": "^7.4.0", - "@babel/parser": "^7.4.3", - "@babel/template": "^7.4.0", - "@babel/traverse": "^7.4.3", - "@babel/types": "^7.4.0", - "istanbul-lib-coverage": "^2.0.5", - "semver": "^6.0.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" } }, - "semver": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.1.1.tgz", - "integrity": "sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ==", + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true }, "slash": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true }, "source-map": { @@ -4341,17 +4406,26 @@ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } } } }, "@jest/source-map": { - "version": "24.3.0", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-24.3.0.tgz", - "integrity": "sha512-zALZt1t2ou8le/crCeeiRYzvdnTzaIlpOWaet45lNSqNJUnXbppUUFR4ZUAlzgDmKee4Q5P/tKXypI1RiHwgag==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-25.1.0.tgz", + "integrity": "sha512-ohf2iKT0xnLWcIUhL6U6QN+CwFWf9XnrM2a6ybL9NXxJjgYijjLSitkYHIdzkd8wFliH73qj/+epIpTiWjRtAA==", "dev": true, "requires": { "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", + "graceful-fs": "^4.2.3", "source-map": "^0.6.0" }, "dependencies": { @@ -4361,6 +4435,12 @@ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", "dev": true }, + "graceful-fs": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz", + "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==", + "dev": true + }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -4370,55 +4450,139 @@ } }, "@jest/test-result": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-24.8.0.tgz", - "integrity": "sha512-+YdLlxwizlfqkFDh7Mc7ONPQAhA4YylU1s529vVM1rsf67vGZH/2GGm5uO8QzPeVyaVMobCQ7FTxl38QrKRlng==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-25.1.0.tgz", + "integrity": "sha512-FZzSo36h++U93vNWZ0KgvlNuZ9pnDnztvaM7P/UcTx87aPDotG18bXifkf1Ji44B7k/eIatmMzkBapnAzjkJkg==", "dev": true, "requires": { - "@jest/console": "^24.7.1", - "@jest/types": "^24.8.0", - "@types/istanbul-lib-coverage": "^2.0.0" + "@jest/console": "^25.1.0", + "@jest/transform": "^25.1.0", + "@jest/types": "^25.1.0", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" } }, "@jest/test-sequencer": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-24.8.0.tgz", - "integrity": "sha512-OzL/2yHyPdCHXEzhoBuq37CE99nkme15eHkAzXRVqthreWZamEMA0WoetwstsQBCXABhczpK03JNbc4L01vvLg==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-25.1.0.tgz", + "integrity": "sha512-WgZLRgVr2b4l/7ED1J1RJQBOharxS11EFhmwDqknpknE0Pm87HLZVS2Asuuw+HQdfQvm2aXL2FvvBLxOD1D0iw==", "dev": true, "requires": { - "@jest/test-result": "^24.8.0", - "jest-haste-map": "^24.8.0", - "jest-runner": "^24.8.0", - "jest-runtime": "^24.8.0" + "@jest/test-result": "^25.1.0", + "jest-haste-map": "^25.1.0", + "jest-runner": "^25.1.0", + "jest-runtime": "^25.1.0" } }, "@jest/transform": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-24.8.0.tgz", - "integrity": "sha512-xBMfFUP7TortCs0O+Xtez2W7Zu1PLH9bvJgtraN1CDST6LBM/eTOZ9SfwS/lvV8yOfcDpFmwf9bq5cYbXvqsvA==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-25.1.0.tgz", + "integrity": "sha512-4ktrQ2TPREVeM+KxB4zskAT84SnmG1vaz4S+51aTefyqn3zocZUnliLLm5Fsl85I3p/kFPN4CRp1RElIfXGegQ==", "dev": true, "requires": { "@babel/core": "^7.1.0", - "@jest/types": "^24.8.0", - "babel-plugin-istanbul": "^5.1.0", - "chalk": "^2.0.1", + "@jest/types": "^25.1.0", + "babel-plugin-istanbul": "^6.0.0", + "chalk": "^3.0.0", "convert-source-map": "^1.4.0", "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.1.15", - "jest-haste-map": "^24.8.0", - "jest-regex-util": "^24.3.0", - "jest-util": "^24.8.0", - "micromatch": "^3.1.10", + "graceful-fs": "^4.2.3", + "jest-haste-map": "^25.1.0", + "jest-regex-util": "^25.1.0", + "jest-util": "^25.1.0", + "micromatch": "^4.0.2", + "pirates": "^4.0.1", "realpath-native": "^1.1.0", - "slash": "^2.0.0", + "slash": "^3.0.0", "source-map": "^0.6.1", - "write-file-atomic": "2.4.1" + "write-file-atomic": "^3.0.0" }, "dependencies": { + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "requires": { + "fill-range": "^7.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "graceful-fs": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz", + "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true + }, + "micromatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", + "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", + "dev": true, + "requires": { + "braces": "^3.0.1", + "picomatch": "^2.0.5" + } + }, "slash": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true }, "source-map": { @@ -4426,18 +4590,89 @@ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "requires": { + "is-number": "^7.0.0" + } } } }, "@jest/types": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-24.8.0.tgz", - "integrity": "sha512-g17UxVr2YfBtaMUxn9u/4+siG1ptg9IGYAYwvpwn61nBg779RXnjE/m7CxYcIzEt0AbHZZAHSEZNhkE2WxURVg==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-25.1.0.tgz", + "integrity": "sha512-VpOtt7tCrgvamWZh1reVsGADujKigBUFTi19mlRjqEGsE8qH4r3s+skY33dNdXOwyZIvuftZ5tqdF1IgsMejMA==", "dev": true, "requires": { "@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^12.0.9" + "@types/yargs": "^15.0.0", + "chalk": "^3.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } } }, "@marionebl/sander": { @@ -4509,9 +4744,9 @@ } }, "@ngx-translate/core": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/@ngx-translate/core/-/core-11.0.1.tgz", - "integrity": "sha512-nBCa1ZD9fAUY/3eskP3Lql2fNg8OMrYIej1/5GRsfcutx9tG/5fZLCv9m6UCw1aS+u4uK/vXjv1ctG/FdMvaWg==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/@ngx-translate/core/-/core-12.0.0.tgz", + "integrity": "sha512-hxuaLEqxlZ3IWBupyAoRXAhMZHCmaCg58XpY5+vevJmDhMEFJUEKdQyWVOKcf3+6PkoIFcuKJCeHa5C3Hb65gA==", "requires": { "tslib": "^1.9.0" } @@ -4525,75 +4760,74 @@ } }, "@ngxs/devtools-plugin": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/@ngxs/devtools-plugin/-/devtools-plugin-3.5.1.tgz", - "integrity": "sha512-3/dHWCnAC5D4K3c0XJZ3RtzbRAcYYJDnZtHTL9z/kzH96Rynb41K+T8bJ/XhLFHSbXuNxd0/m+/unuS0CQQGvA==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/@ngxs/devtools-plugin/-/devtools-plugin-3.6.2.tgz", + "integrity": "sha512-0UUZlpXgEtrHoWNeVQXEvUyC6pW8nTACpqJgecuBjYJMa5imCCUSXdrpear8ztJuWwpLqMUSGk5cICNhKqK59g==", "dev": true, "requires": { "tslib": "^1.9.0" } }, "@ngxs/logger-plugin": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/@ngxs/logger-plugin/-/logger-plugin-3.5.1.tgz", - "integrity": "sha512-bQJavIjutn/TI2dNg5qZ1nvXVTQHzl3b7bJqM8Fn8Nx8PCenVhBIm5rNpvCSBGsUUAixdzDmY7jTaAnRLB9A6Q==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/@ngxs/logger-plugin/-/logger-plugin-3.6.2.tgz", + "integrity": "sha512-qF4ci9Ua7jL7r5EhZBEb0JB0HuGsTgFShK3OVTYSXU9+XfSb+5vrDLtmTshmBqQy6dWCd+2xq4LzBgc8IKMRuQ==", "dev": true, "requires": { "tslib": "^1.9.0" } }, "@ngxs/router-plugin": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/@ngxs/router-plugin/-/router-plugin-3.5.1.tgz", - "integrity": "sha512-Rsm7JQlLoLO+aSj2TE8g2yK90XwgyEE30pOmHWEdMt7YBKRst4wmz95SEczll1d+yphZet9AX2iAIxC6PRVxiw==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/@ngxs/router-plugin/-/router-plugin-3.6.2.tgz", + "integrity": "sha512-5J3G9+Qsy/s7iqFivzAN1S6EmaZYTb9hqz7Xjn3c0u3Y44VMP5VWiz77jZ/eowXX0slJywcMxk6oCEFPwz4lXQ==", "requires": { "tslib": "^1.9.0" } }, "@ngxs/store": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/@ngxs/store/-/store-3.5.1.tgz", - "integrity": "sha512-oChcRNHHpYwrYQO4aPs4OP5vjvqspb9OdUW7ZcyVHJF5UyLCrETBWh+fqJwFoEXAiiOBL2CP4LtVcSu+o8DEVg==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/@ngxs/store/-/store-3.6.2.tgz", + "integrity": "sha512-al7GU618SAuz2Ul4rFYVDgS1DM0gHReGOGvbnE7LBt4Etz3gsJERNYXPp2bSA7lZGaRPRaFfIHJN+Lm/GikFJw==", "requires": { "tslib": "^1.9.0" } }, "@nodelib/fs.scandir": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.1.tgz", - "integrity": "sha512-NT/skIZjgotDSiXs0WqYhgcuBKhUMgfekCmCGtkUAiLqZdOnrdjmZr9wRl3ll64J9NF79uZ4fk16Dx0yMc/Xbg==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz", + "integrity": "sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==", "dev": true, "requires": { - "@nodelib/fs.stat": "2.0.1", + "@nodelib/fs.stat": "2.0.3", "run-parallel": "^1.1.9" } }, "@nodelib/fs.stat": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.1.tgz", - "integrity": "sha512-+RqhBlLn6YRBGOIoVYthsG0J9dfpO79eJyN7BYBkZJtfqrBwf2KK+rD/M/yjZR6WBmIhAgOV7S60eCgaSWtbFw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz", + "integrity": "sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==", "dev": true }, "@nodelib/fs.walk": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.2.tgz", - "integrity": "sha512-J/DR3+W12uCzAJkw7niXDcqcKBg6+5G5Q/ZpThpGNzAUz70eOR6RV4XnnSN01qHZiVl0eavoxJsBypQoKsV2QQ==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz", + "integrity": "sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==", "dev": true, "requires": { - "@nodelib/fs.scandir": "2.1.1", + "@nodelib/fs.scandir": "2.1.3", "fastq": "^1.6.0" } }, "@octokit/endpoint": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-5.3.2.tgz", - "integrity": "sha512-gRjteEM9I6f4D8vtwU2iGUTn9RX/AJ0SVXiqBUEuYEWVGGAVjSXdT0oNmghH5lvQNWs8mwt6ZaultuG6yXivNw==", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-5.5.2.tgz", + "integrity": "sha512-ICDcRA0C2vtTZZGud1nXRrBLXZqFayodXAKZfo3dkdcLNqcHsgaz3YSTupbURusYeucSVRjjG+RTcQhx6HPPcg==", "dev": true, "requires": { - "deepmerge": "4.0.0", + "@octokit/types": "^2.0.0", "is-plain-object": "^3.0.0", - "universal-user-agent": "^3.0.0", - "url-template": "^2.0.8" + "universal-user-agent": "^4.0.0" }, "dependencies": { "is-plain-object": { @@ -4614,18 +4848,19 @@ } }, "@octokit/request": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.0.2.tgz", - "integrity": "sha512-z1BQr43g4kOL4ZrIVBMHwi68Yg9VbkRUyuAgqCp1rU3vbYa69+2gIld/+gHclw15bJWQnhqqyEb7h5a5EqgZ0A==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.3.1.tgz", + "integrity": "sha512-5/X0AL1ZgoU32fAepTfEoggFinO3rxsMLtzhlUX+RctLrusn/CApJuGFCd0v7GMFhF+8UiCsTTfsu7Fh1HnEJg==", "dev": true, "requires": { - "@octokit/endpoint": "^5.1.0", + "@octokit/endpoint": "^5.5.0", "@octokit/request-error": "^1.0.1", + "@octokit/types": "^2.0.0", "deprecation": "^2.0.0", "is-plain-object": "^3.0.0", "node-fetch": "^2.3.0", "once": "^1.4.0", - "universal-user-agent": "^3.0.0" + "universal-user-agent": "^4.0.0" }, "dependencies": { "is-plain-object": { @@ -4646,19 +4881,20 @@ } }, "@octokit/request-error": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-1.0.4.tgz", - "integrity": "sha512-L4JaJDXn8SGT+5G0uX79rZLv0MNJmfGa4vb4vy1NnpjSnWDLJRy6m90udGwvMmavwsStgbv2QNkPzzTCMmL+ig==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-1.2.1.tgz", + "integrity": "sha512-+6yDyk1EES6WK+l3viRDElw96MvwfJxCt45GvmjDUKWjYIb3PJZQkq3i46TwGwoPD4h8NmTrENmtyA1FwbmhRA==", "dev": true, "requires": { + "@octokit/types": "^2.0.0", "deprecation": "^2.0.0", "once": "^1.4.0" } }, "@octokit/rest": { - "version": "16.28.6", - "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-16.28.6.tgz", - "integrity": "sha512-ERfzS6g6ZNPJkEUclxLenr+UEncbymCe//IBrWWdp59nslYDeJboq07Ue9brX05Uv0+SY3kwA33cdiVBVPAOMQ==", + "version": "16.33.0", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-16.33.0.tgz", + "integrity": "sha512-t4jMR+odsfooQwmHiREoTQixVTX2DfdbSaO+lKrW9R5XBuk0DW+5T/JdfwtxAGUAHgvDDpWY/NVVDfEPTzxD6g==", "dev": true, "requires": { "@octokit/request": "^5.0.0", @@ -4672,40 +4908,133 @@ "lodash.uniq": "^4.5.0", "octokit-pagination-methods": "^1.1.0", "once": "^1.4.0", - "universal-user-agent": "^3.0.0", - "url-template": "^2.0.8" + "universal-user-agent": "^4.0.0" + } + }, + "@octokit/types": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-2.1.1.tgz", + "integrity": "sha512-89LOYH+d/vsbDX785NOfLxTW88GjNd0lWRz1DVPVsZgg9Yett5O+3MOvwo7iHgvUwbFz0mf/yPIjBkUbs4kxoQ==", + "dev": true, + "requires": { + "@types/node": ">= 8" + } + }, + "@rollup/plugin-commonjs": { + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-11.0.2.tgz", + "integrity": "sha512-MPYGZr0qdbV5zZj8/2AuomVpnRVXRU5XKXb3HVniwRoRCreGlf5kOE081isNWeiLIi6IYkwTX9zE0/c7V8g81g==", + "dev": true, + "requires": { + "@rollup/pluginutils": "^3.0.0", + "estree-walker": "^1.0.1", + "is-reference": "^1.1.2", + "magic-string": "^0.25.2", + "resolve": "^1.11.0" + } + }, + "@rollup/plugin-json": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.0.2.tgz", + "integrity": "sha512-t4zJMc98BdH42mBuzjhQA7dKh0t4vMJlUka6Fz0c+iO5IVnWaEMiYBy1uBj9ruHZzXBW23IPDGL9oCzBkQ9Udg==", + "dev": true, + "requires": { + "@rollup/pluginutils": "^3.0.4" + } + }, + "@rollup/plugin-node-resolve": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.1.1.tgz", + "integrity": "sha512-14ddhD7TnemeHE97a4rLOhobfYvUVcaYuqTnL8Ti7Jxi9V9Jr5LY7Gko4HZ5k4h4vqQM0gBQt6tsp9xXW94WPA==", + "dev": true, + "requires": { + "@rollup/pluginutils": "^3.0.6", + "@types/resolve": "0.0.8", + "builtin-modules": "^3.1.0", + "is-module": "^1.0.0", + "resolve": "^1.14.2" + }, + "dependencies": { + "resolve": { + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.15.1.tgz", + "integrity": "sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==", + "dev": true, + "requires": { + "path-parse": "^1.0.6" + } + } + } + }, + "@rollup/pluginutils": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.0.8.tgz", + "integrity": "sha512-rYGeAc4sxcZ+kPG/Tw4/fwJODC3IXHYDH4qusdN/b6aLw5LPUbzpecYbEJh4sVQGPFJxd2dBU4kc1H3oy9/bnw==", + "dev": true, + "requires": { + "estree-walker": "^1.0.1" } }, "@schematics/angular": { - "version": "8.3.12", - "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-8.3.12.tgz", - "integrity": "sha512-KQbc/UrNhlxgBVUSq2HwnM+roBjWh7DyAZ9Y2ozqpgvDVzQnROOus9o48fm7FiHj4Rwfe+JSW9GeTEF2eE1P1w==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-9.0.1.tgz", + "integrity": "sha512-lQ8Qc697ef2jvEf1+tElAUsbOnbUAMo3dnOUVw9RlYO90pHeG3/OdWBMH1kjn3jbjuKuvCVZH3voJUUcLDx6eg==", "dev": true, "requires": { - "@angular-devkit/core": "8.3.12", - "@angular-devkit/schematics": "8.3.12" + "@angular-devkit/core": "9.0.1", + "@angular-devkit/schematics": "9.0.1" } }, "@schematics/update": { - "version": "0.803.12", - "resolved": "https://registry.npmjs.org/@schematics/update/-/update-0.803.12.tgz", - "integrity": "sha512-YoCJL4520+Wyt+F7/xCoLC7IIUaLLZUSIh+BikqC56h/YtFaEQoSL9vcolMuhs30KUG72lJsgpzBhQkWO77uNQ==", + "version": "0.900.1", + "resolved": "https://registry.npmjs.org/@schematics/update/-/update-0.900.1.tgz", + "integrity": "sha512-p2xfctTtT5kMAaCTBENxi69m5IhsvdTwwwokb9zVHJYAC6D1K//q1bl30mTe6U2YE3hSPWND2S14ahXw8PyN8g==", "dev": true, "requires": { - "@angular-devkit/core": "8.3.12", - "@angular-devkit/schematics": "8.3.12", + "@angular-devkit/core": "9.0.1", + "@angular-devkit/schematics": "9.0.1", "@yarnpkg/lockfile": "1.1.0", "ini": "1.3.5", - "pacote": "9.5.5", - "rxjs": "6.4.0", + "npm-package-arg": "^7.0.0", + "pacote": "9.5.8", + "rxjs": "6.5.3", "semver": "6.3.0", "semver-intersect": "1.4.0" }, "dependencies": { + "hosted-git-info": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.2.tgz", + "integrity": "sha512-ezZMWtHXm7Eb7Rq4Mwnx2vs79WUx2QmRg3+ZqeGroKzfDO+EprOcgRPYghsOP9JuYBfK18VojmRTGCg8Ma+ktw==", + "dev": true, + "requires": { + "lru-cache": "^5.1.1" + } + }, + "npm-package-arg": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-7.0.0.tgz", + "integrity": "sha512-xXxr8y5U0kl8dVkz2oK7yZjPBvqM2fwaO5l3Yg13p03v8+E3qQcD0JNhHzjL1vyGgxcKkD0cco+NLR72iuPk3g==", + "dev": true, + "requires": { + "hosted-git-info": "^3.0.2", + "osenv": "^0.1.5", + "semver": "^5.6.0", + "validate-npm-package-name": "^3.0.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } + } + }, "rxjs": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.4.0.tgz", - "integrity": "sha512-Z9Yfa11F6B9Sg/BK9MnqnQ+aQYicPLtilXBp2yUtDt2JRCE0h26d33EnfO3ZxoNxG0T92OUucP3Ct7cpfkdFfw==", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.3.tgz", + "integrity": "sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA==", "dev": true, "requires": { "tslib": "^1.9.0" @@ -4719,18 +5048,21 @@ } } }, - "@sheerun/mutationobserver-shim": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.2.tgz", - "integrity": "sha512-vTCdPp/T/Q3oSqwHmZ5Kpa9oI7iLtGl3RQaA/NyLHikvcrPxACkkKVr/XzkSPJWXHRhKGzVvb0urJsbMlRxi1Q==", - "dev": true - }, "@sindresorhus/is": { "version": "0.14.0", "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==", "dev": true }, + "@sinonjs/commons": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.7.0.tgz", + "integrity": "sha512-qbk9AP+cZUsKdW1GJsBpxPKFmCJ0T8swwzVje3qFd+AkQb74Q/tiuzrdfFg8AD2g5HH/XbE/I8Uc1KYHVYWfhg==", + "dev": true, + "requires": { + "type-detect": "4.0.8" + } + }, "@stackblitz/sdk": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/@stackblitz/sdk/-/sdk-1.3.0.tgz", @@ -4746,9 +5078,9 @@ } }, "@types/babel__core": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.2.tgz", - "integrity": "sha512-cfCCrFmiGY/yq0NuKNxIQvZFy9kY/1immpSpTngOnyIbD4+eJOG5mxphhHDv3CHL9GltO4GcKr54kGBg3RNdbg==", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.3.tgz", + "integrity": "sha512-8fBo0UR2CcwWxeX7WIIgJ7lXjasFxoYgRnFHUj+hRvKkpiBJbxhdAPTCY6/ZKM0uxANFVzt4yObSLuTiTnazDA==", "dev": true, "requires": { "@babel/parser": "^7.1.0", @@ -4759,9 +5091,9 @@ } }, "@types/babel__generator": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.0.2.tgz", - "integrity": "sha512-NHcOfab3Zw4q5sEE2COkpfXjoE7o+PmqD9DQW4koUT3roNxwziUdXGnRndMat/LJNUtePwn1TlP4do3uoe3KZQ==", + "version": "7.6.1", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.1.tgz", + "integrity": "sha512-bBKm+2VPJcMRVwNhxKu8W+5/zT7pwNEqeokFOmbvVSqGzFneNxYcEBro9Ac7/N9tlsaPYnZLK8J1LWKkMsLAew==", "dev": true, "requires": { "@babel/types": "^7.0.0" @@ -4778,14 +5110,20 @@ } }, "@types/babel__traverse": { - "version": "7.0.7", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.0.7.tgz", - "integrity": "sha512-CeBpmX1J8kWLcDEnI3Cl2Eo6RfbGvzUctA+CjZUhOKDFbLfcr7fc4usEqLNWetrlJd7RhAkyYe2czXop4fICpw==", + "version": "7.0.8", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.0.8.tgz", + "integrity": "sha512-yGeB2dHEdvxjP0y4UbRtQaSkXJ9649fYCmIdRoul5kfAoGCwxuCbMhag0k3RPfnuh9kPGm8x89btcfDEXdVWGw==", "dev": true, "requires": { "@babel/types": "^7.3.0" } }, + "@types/color-name": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", + "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==", + "dev": true + }, "@types/cypress": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/@types/cypress/-/cypress-1.1.3.tgz", @@ -4837,9 +5175,9 @@ "dev": true }, "@types/istanbul-lib-report": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-1.1.1.tgz", - "integrity": "sha512-3BUTyMzbZa2DtDI2BkERNC6jJw2Mr2Y0oGI7mRxYNBPxppbtEK1F66u3bKwU2g+wxwWI7PAoRpJnOY1grJqzHg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", "dev": true, "requires": { "@types/istanbul-lib-coverage": "*" @@ -4855,10 +5193,10 @@ "@types/istanbul-lib-report": "*" } }, - "@types/jest": { - "version": "23.3.14", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-23.3.14.tgz", - "integrity": "sha512-Q5hTcfdudEL2yOmluA1zaSyPbzWPmJ3XfSWeP3RyoYvS9hnje1ZyagrZOuQ6+1nQC1Gw+7gap3pLNL3xL6UBug==", + "@types/mime-types": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@types/mime-types/-/mime-types-2.1.0.tgz", + "integrity": "sha1-nKUs2jY/aZxpRmwqbM2q2RPqenM=", "dev": true }, "@types/minimatch": { @@ -4868,9 +5206,9 @@ "dev": true }, "@types/node": { - "version": "11.9.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-11.9.6.tgz", - "integrity": "sha512-4hS2K4gwo9/aXIcoYxCtHpdgd8XUeDmo1siRCAH3RziXB65JlPqUFMtfy9VPj+og7dp3w1TFjGwYga4e0m9GwA==", + "version": "12.12.26", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.26.tgz", + "integrity": "sha512-UmUm94/QZvU5xLcUlNR8hA7Ac+fGpO1EG/a8bcWVz0P0LqtxFmun9Y2bbtuckwGboWJIT70DoWq1r3hb56n3DA==", "dev": true }, "@types/normalize-package-data": { @@ -4879,6 +5217,12 @@ "integrity": "sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==", "dev": true }, + "@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", + "dev": true + }, "@types/q": { "version": "1.5.2", "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.2.tgz", @@ -4894,16 +5238,10 @@ "@types/node": "*" } }, - "@types/semver": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-6.0.1.tgz", - "integrity": "sha512-ffCdcrEE5h8DqVxinQjo+2d1q+FV5z7iNtPofw3JsrltSoSVlOGaW0rY8XxtO9XukdTn8TaCGWmk2VFGhI70mg==", - "dev": true - }, "@types/sketchapp": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@types/sketchapp/-/sketchapp-1.0.3.tgz", - "integrity": "sha512-cXEtfd4WQukCsp4l20PoA5F4NMDPCZhqFLUsh7R27Rqst/+IFUNTxnyHyhbVMKsqbFbZwpYh3SErut6Z+dS77Q==", + "version": "56.0.0", + "resolved": "https://registry.npmjs.org/@types/sketchapp/-/sketchapp-56.0.0.tgz", + "integrity": "sha512-wHJ6afzLtqzpDD+siEeDTr1tDKgAOtklwAHTcAYVwQesasbePWnp2IUyTzkKeKS0sXDB+AK45R2CQZbhZXN/IA==", "dev": true }, "@types/source-list-map": { @@ -4938,9 +5276,18 @@ } }, "@types/yargs": { - "version": "12.0.12", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-12.0.12.tgz", - "integrity": "sha512-SOhuU4wNBxhhTHxYaiG5NY4HBhDIDnJF60GU+2LqHAdKKer86//e4yg69aENCtQ04n0ovz+tq2YPME5t5yp4pw==", + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.3.tgz", + "integrity": "sha512-XCMQRK6kfpNBixHLyHUsGmXrpEmFFxzMrcnSXFMziHd8CoNJo8l16FkHyQq4x+xbM7E2XL83/O78OD8u+iZTdQ==", + "dev": true, + "requires": { + "@types/yargs-parser": "*" + } + }, + "@types/yargs-parser": { + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-15.0.0.tgz", + "integrity": "sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==", "dev": true }, "@webassemblyjs/ast": { @@ -5148,9 +5495,9 @@ } }, "abab": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.0.tgz", - "integrity": "sha512-sY5AXXVZv4Y1VACTtR11UJCPHHudgY5i26Qj5TypE6DKlIApbwb5uqhXcJ5UUGbvZNRh7EeIoW+LrJumBsKp7w==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.3.tgz", + "integrity": "sha512-tsFzPpcttalNjFBCFMqsKYQcWxxen1pgJR56by//QwvJc4/OUS3kPOOttx2tSIfjsylB0pYu7f5D3K1RCxUnUg==", "dev": true }, "accepts": { @@ -5164,25 +5511,33 @@ } }, "acorn": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.1.1.tgz", - "integrity": "sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz", + "integrity": "sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==", "dev": true }, "acorn-globals": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.2.tgz", - "integrity": "sha512-BbzvZhVtZP+Bs1J1HcwrQe8ycfO0wStkSGxuul3He3GkHOIZ6eTqOkPuw9IP1X3+IkOo4wiJmwkobzXYz4wewQ==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.4.tgz", + "integrity": "sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==", "dev": true, "requires": { "acorn": "^6.0.1", "acorn-walk": "^6.0.1" + }, + "dependencies": { + "acorn": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.0.tgz", + "integrity": "sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw==", + "dev": true + } } }, "acorn-walk": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-6.1.1.tgz", - "integrity": "sha512-OtUw6JUTgxA2QoqqmrmQ7F2NYqiBPi/L2jqHyFtllhOUvXYQXf0Z1CYUinIfyT4bTCGmrA7gX9FvHA81uzCoVw==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-6.2.0.tgz", + "integrity": "sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==", "dev": true }, "add-stream": { @@ -5256,12 +5611,6 @@ "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=", "dev": true }, - "amdefine": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", - "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=", - "dev": true - }, "ansi-align": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz", @@ -5277,6 +5626,12 @@ "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", "dev": true }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", + "dev": true + }, "is-fullwidth-code-point": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", @@ -5364,9 +5719,9 @@ "dev": true }, "arg": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.0.tgz", - "integrity": "sha512-ZWc51jO3qegGkVh8Hwpv636EkbesNV5ZNQPCtRa+0qytRYPEs9IYT9qITY9buezqUH5uqyzlWLcufrzU2rffdg==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", "dev": true }, "argparse": { @@ -5606,41 +5961,56 @@ "dev": true }, "autoprefixer": { - "version": "9.6.5", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.6.5.tgz", - "integrity": "sha512-rGd50YV8LgwFQ2WQp4XzOTG69u1qQsXn0amww7tjqV5jJuNazgFKYEVItEBngyyvVITKOg20zr2V+9VsrXJQ2g==", + "version": "9.7.4", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.4.tgz", + "integrity": "sha512-g0Ya30YrMBAEZk60lp+qfX5YQllG+S5W3GYCFvyHTvhOki0AEQJLPEcIuGRsqVwLi8FvXPVtwTGhfr38hVpm0g==", "dev": true, "requires": { - "browserslist": "^4.7.0", - "caniuse-lite": "^1.0.30000999", + "browserslist": "^4.8.3", + "caniuse-lite": "^1.0.30001020", "chalk": "^2.4.2", "normalize-range": "^0.1.2", "num2fraction": "^1.2.2", - "postcss": "^7.0.18", + "postcss": "^7.0.26", "postcss-value-parser": "^4.0.2" }, "dependencies": { "browserslist": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.7.1.tgz", - "integrity": "sha512-QtULFqKIAtiyNx7NhZ/p4rB8m3xDozVo/pi5VgTlADLF2tNigz/QH+v0m5qhn7XfHT7u+607NcCNOnC0HZAlMg==", + "version": "4.8.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.8.6.tgz", + "integrity": "sha512-ZHao85gf0eZ0ESxLfCp73GG9O/VTytYDIkIiZDlURppLTI9wErSM/5yAKEq6rcUdxBLjMELmrYUJGg5sxGKMHg==", "dev": true, "requires": { - "caniuse-lite": "^1.0.30000999", - "electron-to-chromium": "^1.3.284", - "node-releases": "^1.1.36" + "caniuse-lite": "^1.0.30001023", + "electron-to-chromium": "^1.3.341", + "node-releases": "^1.1.47" } }, "caniuse-lite": { - "version": "1.0.30000999", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000999.tgz", - "integrity": "sha512-1CUyKyecPeksKwXZvYw0tEoaMCo/RwBlXmEtN5vVnabvO0KPd9RQLcaAuR9/1F+KDMv6esmOFWlsXuzDk+8rxg==", + "version": "1.0.30001025", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001025.tgz", + "integrity": "sha512-SKyFdHYfXUZf5V85+PJgLYyit27q4wgvZuf8QTOk1osbypcROihMBlx9GRar2/pIcKH2r4OehdlBr9x6PXetAQ==", + "dev": true + }, + "electron-to-chromium": { + "version": "1.3.345", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.345.tgz", + "integrity": "sha512-f8nx53+Z9Y+SPWGg3YdHrbYYfIJAtbUjpFfW4X1RwTZ94iUG7geg9tV8HqzAXX7XTNgyWgAFvce4yce8ZKxKmg==", "dev": true }, + "node-releases": { + "version": "1.1.48", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.48.tgz", + "integrity": "sha512-Hr8BbmUl1ujAST0K0snItzEA5zkJTQup8VNTKNfT6Zw8vTJkIiagUPNfxHmgDOyfFYNfKAul40sD0UEYTvwebw==", + "dev": true, + "requires": { + "semver": "^6.3.0" + } + }, "postcss": { - "version": "7.0.18", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.18.tgz", - "integrity": "sha512-/7g1QXXgegpF+9GJj4iN7ChGF40sYuGYJ8WZu8DZWnmhQ/G36hfdk3q9LBJmoK+lZ+yzZ5KYpOoxq7LF1BxE8g==", + "version": "7.0.26", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz", + "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==", "dev": true, "requires": { "chalk": "^2.4.2", @@ -5648,6 +6018,12 @@ "supports-color": "^6.1.0" } }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -5684,58 +6060,76 @@ "ast-types-flow": "0.0.7" } }, - "babel-code-frame": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", - "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", + "babel-jest": { + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-25.1.0.tgz", + "integrity": "sha512-tz0VxUhhOE2y+g8R2oFrO/2VtVjA1lkJeavlhExuRBg3LdNJY9gwQ+Vcvqt9+cqy71MCTJhewvTB7Qtnnr9SWg==", "dev": true, "requires": { - "chalk": "^1.1.3", - "esutils": "^2.0.2", - "js-tokens": "^3.0.2" + "@jest/transform": "^25.1.0", + "@jest/types": "^25.1.0", + "@types/babel__core": "^7.1.0", + "babel-plugin-istanbul": "^6.0.0", + "babel-preset-jest": "^25.1.0", + "chalk": "^3.0.0", + "slash": "^3.0.0" }, "dependencies": { + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, "chalk": { - "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", "dev": true, "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" } }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true - } - } - }, - "babel-jest": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-24.8.0.tgz", - "integrity": "sha512-+5/kaZt4I9efoXzPlZASyK/lN9qdRKmmUav9smVc0ruPQD7IsfucQ87gpOE8mn2jbDuS6M/YOW6n3v9ZoIfgnw==", - "dev": true, - "requires": { - "@jest/transform": "^24.8.0", - "@jest/types": "^24.8.0", - "@types/babel__core": "^7.1.0", - "babel-plugin-istanbul": "^5.1.0", - "babel-preset-jest": "^24.6.0", - "chalk": "^2.4.2", - "slash": "^2.0.0" - }, - "dependencies": { + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, "slash": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } } } }, @@ -5790,92 +6184,22 @@ } }, "babel-plugin-istanbul": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-5.1.4.tgz", - "integrity": "sha512-dySz4VJMH+dpndj0wjJ8JPs/7i1TdSPb1nRrn56/92pKOF9VKC1FMFJmMXjzlGGusnCAqujP6PBCiKq0sVA+YQ==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.0.0.tgz", + "integrity": "sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ==", "dev": true, "requires": { - "find-up": "^3.0.0", - "istanbul-lib-instrument": "^3.3.0", - "test-exclude": "^5.2.3" - }, - "dependencies": { - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dev": true, - "requires": { - "locate-path": "^3.0.0" - } - }, - "istanbul-lib-coverage": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz", - "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==", - "dev": true - }, - "istanbul-lib-instrument": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz", - "integrity": "sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==", - "dev": true, - "requires": { - "@babel/generator": "^7.4.0", - "@babel/parser": "^7.4.3", - "@babel/template": "^7.4.0", - "@babel/traverse": "^7.4.3", - "@babel/types": "^7.4.0", - "istanbul-lib-coverage": "^2.0.5", - "semver": "^6.0.0" - } - }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "p-limit": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz", - "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dev": true, - "requires": { - "p-limit": "^2.0.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, - "semver": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.1.1.tgz", - "integrity": "sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ==", - "dev": true - } + "@babel/helper-plugin-utils": "^7.0.0", + "@istanbuljs/load-nyc-config": "^1.0.0", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-instrument": "^4.0.0", + "test-exclude": "^6.0.0" } }, "babel-plugin-jest-hoist": { - "version": "24.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-24.6.0.tgz", - "integrity": "sha512-3pKNH6hMt9SbOv0F3WVmy5CWQ4uogS3k0GY5XLyQHJ9EGpAT9XWkFd2ZiXXtkwFHdAHa5j7w7kfxSP5lAIwu7w==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-25.1.0.tgz", + "integrity": "sha512-oIsopO41vW4YFZ9yNYoLQATnnN46lp+MZ6H4VvPKFkcc2/fkl3CfE/NZZSmnEIEsJRmJAgkVEK0R7Zbl50CpTw==", "dev": true, "requires": { "@types/babel__traverse": "^7.0.6" @@ -5892,6 +6216,12 @@ "regenerator-runtime": "^0.10.5" }, "dependencies": { + "core-js": { + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz", + "integrity": "sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==", + "dev": true + }, "regenerator-runtime": { "version": "0.10.5", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz", @@ -5901,13 +6231,14 @@ } }, "babel-preset-jest": { - "version": "24.6.0", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-24.6.0.tgz", - "integrity": "sha512-pdZqLEdmy1ZK5kyRUfvBb2IfTPb2BUvIJczlPspS8fWmBQslNNDBqVfh7BW5leOVJMDZKzjD8XEyABTk6gQ5yw==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-25.1.0.tgz", + "integrity": "sha512-eCGn64olaqwUMaugXsTtGAM2I0QTahjEtnRu0ql8Ie+gDWAc1N6wqN0k2NilnyTunM69Pad7gJY7LOtwLimoFQ==", "dev": true, "requires": { + "@babel/plugin-syntax-bigint": "^7.0.0", "@babel/plugin-syntax-object-rest-spread": "^7.0.0", - "babel-plugin-jest-hoist": "^24.6.0" + "babel-plugin-jest-hoist": "^25.1.0" } }, "babel-runtime": { @@ -5918,6 +6249,14 @@ "requires": { "core-js": "^2.4.0", "regenerator-runtime": "^0.11.0" + }, + "dependencies": { + "core-js": { + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz", + "integrity": "sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==", + "dev": true + } } }, "balanced-match": { @@ -6007,9 +6346,9 @@ "dev": true }, "big-integer": { - "version": "1.6.44", - "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.44.tgz", - "integrity": "sha512-7MzElZPTyJ2fNvBkPxtFQ2fWIkVmuzw41+BZHSzpEq3ymB2MfeKp1+yXl/tS75xCx+WnyV+yb0kp+K1C3UNwmQ==" + "version": "1.6.48", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.48.tgz", + "integrity": "sha512-j51egjPa7/i+RdiRuJbPdJ2FIUYYPhvYLjzoYbcMMm62ooO6F94fETG4MTs46zPAF9Brs04OajboA/qTGuz78w==" }, "big.js": { "version": "5.2.2", @@ -6103,64 +6442,102 @@ "dev": true }, "boxen": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/boxen/-/boxen-3.2.0.tgz", - "integrity": "sha512-cU4J/+NodM3IHdSL2yN8bqYqnmlBTidDR4RC7nJs61ZmtGz8VZzM3HLQX0zY5mrSmPtR3xWwsq2jOUQqFZN8+A==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz", + "integrity": "sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==", "dev": true, "requires": { "ansi-align": "^3.0.0", "camelcase": "^5.3.1", - "chalk": "^2.4.2", + "chalk": "^3.0.0", "cli-boxes": "^2.2.0", - "string-width": "^3.0.0", - "term-size": "^1.2.0", - "type-fest": "^0.3.0", - "widest-line": "^2.0.0" + "string-width": "^4.1.0", + "term-size": "^2.1.0", + "type-fest": "^0.8.1", + "widest-line": "^3.1.0" }, "dependencies": { "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "dev": true - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", "dev": true }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", "dev": true, "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" } }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "requires": { - "ansi-regex": "^4.1.0" + "color-name": "~1.1.4" } }, - "type-fest": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz", - "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==", + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "string-width": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", + "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + } + }, + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.0" + } + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } } } }, @@ -6314,10 +6691,19 @@ "node-releases": "^1.1.25" } }, + "bs-logger": { + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz", + "integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==", + "dev": true, + "requires": { + "fast-json-stable-stringify": "2.x" + } + }, "bser": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/bser/-/bser-2.0.0.tgz", - "integrity": "sha1-mseNPtXZFYBP2HrLFYvHlxR6Fxk=", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", "dev": true, "requires": { "node-int64": "^0.4.0" @@ -6330,9 +6716,9 @@ "dev": true }, "buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.2.1.tgz", - "integrity": "sha512-c+Ko0loDaFfuPWiL02ls9Xd3GO3cPVmUobQ6t3rXNUk304u6hGq+8N/kFi+QEIKhzK3uwolVhLzszmfLmMLnqg==", + "version": "5.4.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.4.3.tgz", + "integrity": "sha512-zvj65TkFeIt3i6aj5bIvJDzjjQQGs4o/sNoezg1F1kYap9Nu2jcUdpwzRSJTHMMzG0H7bZkn4rNQpImhuxWX2A==", "requires": { "base64-js": "^1.0.2", "ieee754": "^1.1.4" @@ -6500,9 +6886,9 @@ "dev": true }, "normalize-url": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.3.0.tgz", - "integrity": "sha512-0NLtR71o4k6GLP+mr6Ty34c5GA6CMoEsncKJxvQd8NzPxaHRJNnb5gZE8R1XF4CPIS7QPHLJ74IFszwtNVAHVQ==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", + "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==", "dev": true } } @@ -6540,29 +6926,29 @@ "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=", "dev": true }, - "camel-case": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz", - "integrity": "sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M=", - "requires": { - "no-case": "^2.2.0", - "upper-case": "^1.1.1" - } - }, "camelcase": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", - "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", "dev": true }, "camelcase-keys": { - "version": "2.1.0", - "resolved": "http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", - "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", + "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", "dev": true, "requires": { - "camelcase": "^2.0.0", - "map-obj": "^1.0.0" + "camelcase": "^4.1.0", + "map-obj": "^2.0.0", + "quick-lru": "^1.0.0" + }, + "dependencies": { + "camelcase": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", + "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", + "dev": true + } } }, "caniuse-api": { @@ -6786,9 +7172,9 @@ } }, "clean-css": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.1.tgz", - "integrity": "sha512-4ZxI6dy4lrY6FHzfiy1aEOXgu4LIsW2MhwG0VBKdcoGoH/XLFgaHSdLTGr4O8Be6A8r3MOphEiI8Gc1n0ecf3g==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.3.tgz", + "integrity": "sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==", "dev": true, "requires": { "source-map": "~0.6.0" @@ -6915,12 +7301,6 @@ "mimic-response": "^1.0.0" } }, - "closest-file-data": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/closest-file-data/-/closest-file-data-0.1.4.tgz", - "integrity": "sha1-l1+HwTLymdJKA3W59jyj+4j3Kzo=", - "dev": true - }, "co": { "version": "4.6.0", "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", @@ -6945,14 +7325,14 @@ "dev": true }, "codelyzer": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/codelyzer/-/codelyzer-5.0.1.tgz", - "integrity": "sha512-UVV76+/y1RwaxzCeGPFE3G4GFtfV42r3x8EmRd7XMNFLlLC0ewdtCqWTbvhwPQMxFZZ+OTLEOJNWfyPPn3QFWg==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/codelyzer/-/codelyzer-5.2.1.tgz", + "integrity": "sha512-awBZXFcJUyC5HMYXiHzjr3D24tww2l1D1OqtfA9vUhEtYr32a65A+Gblm/OvsO+HuKLYzn8EDMw1inSM3VbxWA==", "dev": true, "requires": { - "app-root-path": "^2.1.0", + "app-root-path": "^2.2.1", "aria-query": "^3.0.0", - "axobject-query": "^2.0.2", + "axobject-query": "2.0.2", "css-selector-tokenizer": "^0.7.1", "cssauron": "^1.4.0", "damerau-levenshtein": "^1.0.4", @@ -6975,6 +7355,12 @@ } } }, + "collect-v8-coverage": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.0.tgz", + "integrity": "sha512-VKIhJgvk8E1W28m5avZ2Gv2Ruv5YiF56ug2oclvaG9md69BuZImMG2sk9g7QNKLUbtYAKQjXjYxbYZVUlMMKmQ==", + "dev": true + }, "collection-visit": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", @@ -7056,6 +7442,12 @@ "dot-prop": "^3.0.0" } }, + "compare-versions": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-3.5.1.tgz", + "integrity": "sha512-9fGPIB7C6AyM18CJJBHt5EnCZDG3oiTJYy0NjfIAGjKpzv0tkxWko7TNQHF5ymqm7IH03tqmeuBxtvD+Izh6mg==", + "dev": true + }, "component-emitter": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", @@ -7130,27 +7522,33 @@ } }, "configstore": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/configstore/-/configstore-4.0.0.tgz", - "integrity": "sha512-CmquAXFBocrzaSM8mtGPMM/HiWmyIpr4CcJl/rgY2uCObZ/S7cKU0silxslqJejl+t/T9HS8E0PUNQD81JGUEQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.0.tgz", + "integrity": "sha512-eE/hvMs7qw7DlcB5JPRnthmrITuHMmACUJAp89v6PT6iOqzoLS7HRWhBtuHMlhNHo2AhUSA/3Dh1bKNJHcublQ==", "dev": true, "requires": { - "dot-prop": "^4.1.0", + "dot-prop": "^5.1.0", "graceful-fs": "^4.1.2", - "make-dir": "^1.0.0", - "unique-string": "^1.0.0", - "write-file-atomic": "^2.0.0", - "xdg-basedir": "^3.0.0" + "make-dir": "^3.0.0", + "unique-string": "^2.0.0", + "write-file-atomic": "^3.0.0", + "xdg-basedir": "^4.0.0" }, "dependencies": { "dot-prop": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz", - "integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.2.0.tgz", + "integrity": "sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==", "dev": true, "requires": { - "is-obj": "^1.0.0" + "is-obj": "^2.0.0" } + }, + "is-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", + "dev": true } } }, @@ -7188,31 +7586,42 @@ "dev": true }, "conventional-changelog": { - "version": "3.1.8", - "resolved": "https://registry.npmjs.org/conventional-changelog/-/conventional-changelog-3.1.8.tgz", - "integrity": "sha512-fb3/DOLLrQdNqN0yYn/lT6HcNsAa9A+VTDBqlZBMQcEPPIeJIMI+DBs3yu+eiYOLi22w9oShq3nn/zN6qm1Hmw==", - "dev": true, - "requires": { - "conventional-changelog-angular": "^5.0.3", - "conventional-changelog-atom": "^2.0.1", - "conventional-changelog-codemirror": "^2.0.1", - "conventional-changelog-conventionalcommits": "^3.0.2", - "conventional-changelog-core": "^3.2.2", - "conventional-changelog-ember": "^2.0.2", - "conventional-changelog-eslint": "^3.0.2", + "version": "3.1.18", + "resolved": "https://registry.npmjs.org/conventional-changelog/-/conventional-changelog-3.1.18.tgz", + "integrity": "sha512-aN6a3rjgV8qwAJj3sC/Lme2kvswWO7fFSGQc32gREcwIOsaiqBaO6f2p0NomFaPDnTqZ+mMZFLL3hlzvEnZ0mQ==", + "dev": true, + "requires": { + "conventional-changelog-angular": "^5.0.6", + "conventional-changelog-atom": "^2.0.3", + "conventional-changelog-codemirror": "^2.0.3", + "conventional-changelog-conventionalcommits": "^4.2.3", + "conventional-changelog-core": "^4.1.4", + "conventional-changelog-ember": "^2.0.4", + "conventional-changelog-eslint": "^3.0.4", "conventional-changelog-express": "^2.0.1", - "conventional-changelog-jquery": "^3.0.4", - "conventional-changelog-jshint": "^2.0.1", - "conventional-changelog-preset-loader": "^2.1.1" + "conventional-changelog-jquery": "^3.0.6", + "conventional-changelog-jshint": "^2.0.3", + "conventional-changelog-preset-loader": "^2.3.0" }, "dependencies": { "conventional-changelog-angular": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.3.tgz", - "integrity": "sha512-YD1xzH7r9yXQte/HF9JBuEDfvjxxwDGGwZU1+ndanbY0oFgA+Po1T9JDSpPLdP0pZT6MhCAsdvFKC4TJ4MTJTA==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.6.tgz", + "integrity": "sha512-QDEmLa+7qdhVIv8sFZfVxU1VSyVvnXPsxq8Vam49mKUcO1Z8VTLEJk9uI21uiJUsnmm0I4Hrsdc9TgkOQo9WSA==", + "dev": true, + "requires": { + "compare-func": "^1.3.1", + "q": "^1.5.1" + } + }, + "conventional-changelog-conventionalcommits": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.2.3.tgz", + "integrity": "sha512-atGa+R4vvEhb8N/8v3IoW59gCBJeeFiX6uIbPu876ENAmkMwsenyn0R21kdDHJFLQdy6zW4J6b4xN8KI3b9oww==", "dev": true, "requires": { "compare-func": "^1.3.1", + "lodash": "^4.17.15", "q": "^1.5.1" } } @@ -7229,185 +7638,62 @@ } }, "conventional-changelog-atom": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-2.0.1.tgz", - "integrity": "sha512-9BniJa4gLwL20Sm7HWSNXd0gd9c5qo49gCi8nylLFpqAHhkFTj7NQfROq3f1VpffRtzfTQp4VKU5nxbe2v+eZQ==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-2.0.3.tgz", + "integrity": "sha512-szZe2ut97qNO6vCCMkm1I/tWu6ol4Rr8a9Lx0y/VlpDnpY0PNp+oGpFgU55lplhx+I3Lro9Iv4/gRj0knfgjzg==", "dev": true, "requires": { "q": "^1.5.1" } }, "conventional-changelog-cli": { - "version": "2.0.21", - "resolved": "https://registry.npmjs.org/conventional-changelog-cli/-/conventional-changelog-cli-2.0.21.tgz", - "integrity": "sha512-gMT1XvSVmo9Np1WUXz8Mvt3K+OtzR+Xu13z0jq/3qsXBbLuYc2/oaUXVr68r3fYOL8E9dN2uvX7Hc7RkeWvRVA==", + "version": "2.0.31", + "resolved": "https://registry.npmjs.org/conventional-changelog-cli/-/conventional-changelog-cli-2.0.31.tgz", + "integrity": "sha512-nMINylKAamBLM3OmD7/44d9TPZ3V58IDTXoGC/QtXxve+1Sj37BQTzIEW3TNaviZ2ZV/b5Dqg0eSk4DNP5fBdA==", "dev": true, "requires": { "add-stream": "^1.0.0", - "conventional-changelog": "^3.1.8", - "lodash": "^4.2.1", - "meow": "^4.0.0", - "tempfile": "^1.1.1" - }, - "dependencies": { - "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", - "dev": true - }, - "camelcase-keys": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", - "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", - "dev": true, - "requires": { - "camelcase": "^4.1.0", - "map-obj": "^2.0.0", - "quick-lru": "^1.0.0" - } - }, - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", - "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", - "dev": true - }, - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - } - }, - "map-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", - "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", - "dev": true - }, - "meow": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", - "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", - "dev": true, - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" - } - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true - }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", - "dev": true, - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - } - }, - "read-pkg-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", - "dev": true, - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - } - }, - "redent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", - "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", - "dev": true, - "requires": { - "indent-string": "^3.0.0", - "strip-indent": "^2.0.0" - } - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "dev": true - }, - "strip-indent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", - "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", - "dev": true - }, - "trim-newlines": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", - "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", - "dev": true - } + "conventional-changelog": "^3.1.18", + "lodash": "^4.17.15", + "meow": "^5.0.0", + "tempfile": "^3.0.0" } }, "conventional-changelog-codemirror": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirror-2.0.1.tgz", - "integrity": "sha512-23kT5IZWa+oNoUaDUzVXMYn60MCdOygTA2I+UjnOMiYVhZgmVwNd6ri/yDlmQGXHqbKhNR5NoXdBzSOSGxsgIQ==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirror-2.0.3.tgz", + "integrity": "sha512-t2afackdgFV2yBdHhWPqrKbpaQeVnz2hSJKdWqjasPo5EpIB6TBL0er3cOP1mnGQmuzk9JSvimNSuqjWGDtU5Q==", "dev": true, "requires": { "q": "^1.5.1" } }, "conventional-changelog-conventionalcommits": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-3.0.2.tgz", - "integrity": "sha512-w1+fQSDnm/7+sPKIYC5nfRVYDszt+6HdWizrigSqWFVIiiBVzkHGeqDLMSHc+Qq9qssHVAxAak5206epZyK87A==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.2.1.tgz", + "integrity": "sha512-vC02KucnkNNap+foDKFm7BVUSDAXktXrUJqGszUuYnt6T0J2azsbYz/w9TDc3VsrW2v6JOtiQWVcgZnporHr4Q==", "dev": true, "requires": { "compare-func": "^1.3.1", + "lodash": "^4.2.1", "q": "^1.5.1" } }, "conventional-changelog-core": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-3.2.2.tgz", - "integrity": "sha512-cssjAKajxaOX5LNAJLB+UOcoWjAIBvXtDMedv/58G+YEmAXMNfC16mmPl0JDOuVJVfIqM0nqQiZ8UCm8IXbE0g==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-4.1.4.tgz", + "integrity": "sha512-LO58ZbEpp1Ul+y/vOI8rJRsWkovsYkCFbOCVgi6UnVfU8WC0F8K8VQQwaBZWWUpb6JvEiN4GBR5baRP2txZ+Vg==", "dev": true, "requires": { - "conventional-changelog-writer": "^4.0.5", - "conventional-commits-parser": "^3.0.2", + "add-stream": "^1.0.0", + "conventional-changelog-writer": "^4.0.11", + "conventional-commits-parser": "^3.0.8", "dateformat": "^3.0.0", "get-pkg-repo": "^1.0.0", "git-raw-commits": "2.0.0", "git-remote-origin-url": "^2.0.0", - "git-semver-tags": "^2.0.2", - "lodash": "^4.2.1", + "git-semver-tags": "^3.0.1", + "lodash": "^4.17.15", "normalize-package-data": "^2.3.5", "q": "^1.5.1", "read-pkg": "^3.0.0", @@ -7415,38 +7701,6 @@ "through2": "^3.0.0" }, "dependencies": { - "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", - "dev": true - }, - "camelcase-keys": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", - "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", - "dev": true, - "requires": { - "camelcase": "^4.1.0", - "map-obj": "^2.0.0", - "quick-lru": "^1.0.0" - } - }, - "conventional-commits-parser": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.0.3.tgz", - "integrity": "sha512-KaA/2EeUkO4bKjinNfGUyqPTX/6w9JGshuQRik4r/wJz7rUw3+D3fDG6sZSEqJvKILzKXFQuFkpPLclcsAuZcg==", - "dev": true, - "requires": { - "JSONStream": "^1.0.4", - "is-text-path": "^2.0.0", - "lodash": "^4.2.1", - "meow": "^4.0.0", - "split2": "^2.0.0", - "through2": "^3.0.0", - "trim-off-newlines": "^1.0.0" - } - }, "git-raw-commits": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.0.tgz", @@ -7472,121 +7726,23 @@ } } }, - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", - "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", - "dev": true - }, - "is-text-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-2.0.0.tgz", - "integrity": "sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==", + "meow": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", + "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", "dev": true, "requires": { - "text-extensions": "^2.0.0" + "camelcase-keys": "^4.0.0", + "decamelize-keys": "^1.0.0", + "loud-rejection": "^1.0.0", + "minimist": "^1.1.3", + "minimist-options": "^3.0.1", + "normalize-package-data": "^2.3.4", + "read-pkg-up": "^3.0.0", + "redent": "^2.0.0", + "trim-newlines": "^2.0.0" } }, - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - } - }, - "map-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", - "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", - "dev": true - }, - "meow": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", - "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", - "dev": true, - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" - } - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true - }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", - "dev": true, - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - } - }, - "read-pkg-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", - "dev": true, - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - } - }, - "redent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", - "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", - "dev": true, - "requires": { - "indent-string": "^3.0.0", - "strip-indent": "^2.0.0" - } - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "dev": true - }, - "strip-indent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", - "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", - "dev": true - }, - "text-extensions": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-2.0.0.tgz", - "integrity": "sha512-F91ZqLgvi1E0PdvmxMgp+gcf6q8fMH7mhdwWfzXnl1k+GbpQDmi8l7DzLC5JTASKbwpY3TfxajAUzAXcv2NmsQ==", - "dev": true - }, "through2": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.1.tgz", @@ -7595,28 +7751,22 @@ "requires": { "readable-stream": "2 || 3" } - }, - "trim-newlines": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", - "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", - "dev": true } } }, "conventional-changelog-ember": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-2.0.2.tgz", - "integrity": "sha512-qtZbA3XefO/n6DDmkYywDYi6wDKNNc98MMl2F9PKSaheJ25Trpi3336W8fDlBhq0X+EJRuseceAdKLEMmuX2tg==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-2.0.4.tgz", + "integrity": "sha512-q1u73sO9uCnxN4TSw8xu6MRU8Y1h9kpwtcdJuNRwu/LSKI1IE/iuNSH5eQ6aLlQ3HTyrIpTfUuVybW4W0F17rA==", "dev": true, "requires": { "q": "^1.5.1" } }, "conventional-changelog-eslint": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.2.tgz", - "integrity": "sha512-Yi7tOnxjZLXlCYBHArbIAm8vZ68QUSygFS7PgumPRiEk+9NPUeucy5Wg9AAyKoBprSV3o6P7Oghh4IZSLtKCvQ==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.4.tgz", + "integrity": "sha512-CPwTUENzhLGl3auunrJxiIEWncAGaby7gOFCdj2gslIuOFJ0KPJVOUhRz4Da/I53sdo/7UncUJkiLg94jEsjxg==", "dev": true, "requires": { "q": "^1.5.1" @@ -7632,18 +7782,18 @@ } }, "conventional-changelog-jquery": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.4.tgz", - "integrity": "sha512-IVJGI3MseYoY6eybknnTf9WzeQIKZv7aNTm2KQsiFVJH21bfP2q7XVjfoMibdCg95GmgeFlaygMdeoDDa+ZbEQ==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.6.tgz", + "integrity": "sha512-gHAABCXUNA/HjnZEm+vxAfFPJkgtrZvCDIlCKfdPVXtCIo/Q0lN5VKpx8aR5p8KdVRQFF3OuTlvv5kv6iPuRqA==", "dev": true, "requires": { "q": "^1.5.1" } }, "conventional-changelog-jshint": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.1.tgz", - "integrity": "sha512-kRFJsCOZzPFm2tzRHULWP4tauGMvccOlXYf3zGeuSW4U0mZhk5NsjnRZ7xFWrTFPlCLV+PNmHMuXp5atdoZmEg==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.3.tgz", + "integrity": "sha512-Pc2PnMPcez634ckzr4EOWviwRSpZcURaK7bjyD9oK6N5fsC/a+3G7LW5m/JpcHPhA9ZxsfIbm7uqZ3ZDGsQ/sw==", "dev": true, "requires": { "compare-func": "^1.3.1", @@ -7651,138 +7801,33 @@ } }, "conventional-changelog-preset-loader": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.1.1.tgz", - "integrity": "sha512-K4avzGMLm5Xw0Ek/6eE3vdOXkqnpf9ydb68XYmCc16cJ99XMMbc2oaNMuPwAsxVK6CC1yA4/I90EhmWNj0Q6HA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.3.0.tgz", + "integrity": "sha512-/rHb32J2EJnEXeK4NpDgMaAVTFZS3o1ExmjKMtYVgIC4MQn0vkNSbYpdGRotkfGGRWiqk3Ri3FBkiZGbAfIfOQ==", "dev": true }, "conventional-changelog-writer": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.6.tgz", - "integrity": "sha512-ou/sbrplJMM6KQpR5rKFYNVQYesFjN7WpNGdudQSWNi6X+RgyFUcSv871YBYkrUYV9EX8ijMohYVzn9RUb+4ag==", + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.11.tgz", + "integrity": "sha512-g81GQOR392I+57Cw3IyP1f+f42ME6aEkbR+L7v1FBBWolB0xkjKTeCWVguzRrp6UiT1O6gBpJbEy2eq7AnV1rw==", "dev": true, "requires": { "compare-func": "^1.3.1", "conventional-commits-filter": "^2.0.2", "dateformat": "^3.0.0", - "handlebars": "^4.1.0", + "handlebars": "^4.4.0", "json-stringify-safe": "^5.0.1", - "lodash": "^4.2.1", - "meow": "^4.0.0", + "lodash": "^4.17.15", + "meow": "^5.0.0", "semver": "^6.0.0", "split": "^1.0.0", "through2": "^3.0.0" }, "dependencies": { - "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", - "dev": true - }, - "camelcase-keys": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", - "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", - "dev": true, - "requires": { - "camelcase": "^4.1.0", - "map-obj": "^2.0.0", - "quick-lru": "^1.0.0" - } - }, - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", - "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", - "dev": true - }, - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - } - }, - "map-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", - "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", - "dev": true - }, - "meow": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", - "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", - "dev": true, - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" - } - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true - }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", - "dev": true, - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - } - }, - "read-pkg-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", - "dev": true, - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - } - }, - "redent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", - "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", - "dev": true, - "requires": { - "indent-string": "^3.0.0", - "strip-indent": "^2.0.0" - } - }, "semver": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.1.1.tgz", - "integrity": "sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true }, "split": { @@ -7794,18 +7839,6 @@ "through": "2" } }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "dev": true - }, - "strip-indent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", - "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", - "dev": true - }, "through2": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.1.tgz", @@ -7814,12 +7847,6 @@ "requires": { "readable-stream": "2 || 3" } - }, - "trim-newlines": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", - "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", - "dev": true } } }, @@ -7834,149 +7861,35 @@ } }, "conventional-commits-parser": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-2.1.7.tgz", - "integrity": "sha512-BoMaddIEJ6B4QVMSDu9IkVImlGOSGA1I2BQyOZHeLQ6qVOJLcLKn97+fL6dGbzWEiqDzfH4OkcveULmeq2MHFQ==", + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.0.8.tgz", + "integrity": "sha512-YcBSGkZbYp7d+Cr3NWUeXbPDFUN6g3SaSIzOybi8bjHL5IJ5225OSCxJJ4LgziyEJ7AaJtE9L2/EU6H7Nt/DDQ==", "dev": true, "requires": { "JSONStream": "^1.0.4", - "is-text-path": "^1.0.0", - "lodash": "^4.2.1", - "meow": "^4.0.0", + "is-text-path": "^1.0.1", + "lodash": "^4.17.15", + "meow": "^5.0.0", "split2": "^2.0.0", - "through2": "^2.0.0", + "through2": "^3.0.0", "trim-off-newlines": "^1.0.0" }, "dependencies": { - "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", - "dev": true - }, - "camelcase-keys": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", - "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", - "dev": true, - "requires": { - "camelcase": "^4.1.0", - "map-obj": "^2.0.0", - "quick-lru": "^1.0.0" - } - }, - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", - "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", - "dev": true - }, - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", + "through2": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.1.tgz", + "integrity": "sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww==", "dev": true, "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" + "readable-stream": "2 || 3" } - }, - "map-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", - "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", - "dev": true - }, - "meow": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", - "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", - "dev": true, - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" - } - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true - }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", - "dev": true, - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - } - }, - "read-pkg-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", - "dev": true, - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - } - }, - "redent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", - "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", - "dev": true, - "requires": { - "indent-string": "^3.0.0", - "strip-indent": "^2.0.0" - } - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "dev": true - }, - "strip-indent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", - "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", - "dev": true - }, - "trim-newlines": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", - "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", - "dev": true } } }, "convert-source-map": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz", - "integrity": "sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", + "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", "dev": true, "requires": { "safe-buffer": "~5.1.1" @@ -8143,9 +8056,9 @@ } }, "core-js": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.9.tgz", - "integrity": "sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==" + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", + "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==" }, "core-js-compat": { "version": "3.6.4", @@ -8327,6 +8240,7 @@ "version": "6.0.5", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dev": true, "requires": { "nice-try": "^1.0.4", "path-key": "^2.0.1", @@ -8355,9 +8269,9 @@ } }, "crypto-random-string": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz", - "integrity": "sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", + "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", "dev": true }, "css": { @@ -8397,10 +8311,13 @@ } }, "css-parse": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/css-parse/-/css-parse-1.7.0.tgz", - "integrity": "sha1-Mh9s9zeCpv91ERE5D8BeLGV9jJs=", - "dev": true + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/css-parse/-/css-parse-2.0.0.tgz", + "integrity": "sha1-pGjuZnwW2BzPBcWMONKpfHgNv9Q=", + "dev": true, + "requires": { + "css": "^2.0.0" + } }, "css-select": { "version": "2.1.0", @@ -8563,18 +8480,26 @@ } }, "cssom": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.6.tgz", - "integrity": "sha512-DtUeseGk9/GBW0hl0vVPpU22iHL6YB5BUX7ml1hB+GMpo0NX5G4voX3kdWiMSEguFtcW3Vh3djqNF4aIe6ne0A==", + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", + "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==", "dev": true }, "cssstyle": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-1.2.2.tgz", - "integrity": "sha512-43wY3kl1CVQSvL7wUY1qXkxVGkStjpkDmVjiIKX8R97uhajy8Bybay78uOtqvh7Q5GK75dNPfW0geWjE6qQQow==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.2.0.tgz", + "integrity": "sha512-sEb3XFPx3jNnCAMtqrXPDeSgQr+jojtCeNf8cvMNMh1cG970+lljssvQDzPq6lmmJu2Vhqood/gtEomBiHOGnA==", "dev": true, "requires": { - "cssom": "0.3.x" + "cssom": "~0.3.6" + }, + "dependencies": { + "cssom": { + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", + "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", + "dev": true + } } }, "cuint": { @@ -8646,25 +8571,21 @@ } }, "cypress-file-upload": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/cypress-file-upload/-/cypress-file-upload-3.1.3.tgz", - "integrity": "sha512-77GphGrVYzIOueAgTYQhttUMmBswoDmCYEFca/o+THylJXcl5Cmh5dIxsqzHCpOl0FdIzRmNsiJki6rW6UHiyQ==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/cypress-file-upload/-/cypress-file-upload-3.5.3.tgz", + "integrity": "sha512-S/czzqAj1BYz6Xxnfpx2aSc6hXsj76fd8/iuycJ2RxoxCcQMliw8eQV0ugzVlkzr1GD5dKGviNFGYqv3nRJ+Tg==", "dev": true }, "cypress-testing-library": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/cypress-testing-library/-/cypress-testing-library-2.6.0.tgz", - "integrity": "sha512-Zdt0jqmJTiLhi6JX2yZRQeqK8gRSvuue09GgKvMsuKS4vSNEeSH7kDqGjf9ORgkr65NkSw5NRrdlJaYsfQ8UMw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.4.3", - "dom-testing-library": "^3.12.4" - } + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cypress-testing-library/-/cypress-testing-library-4.0.0.tgz", + "integrity": "sha512-KDbVw7kgEylLOZZDO4yiDlKySLzJsPLjHn5FfKL0tqCYYR3xbdIamKRap1r96/CXL8y5V05lAunnoAFQkKpIFw==", + "dev": true }, "damerau-levenshtein": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.5.tgz", - "integrity": "sha512-CBCRqFnpu715iPmw1KrdOrzRqbdFwQTwAWyyyYS42+iAgHCuXZ+/TdMgQkUENPomxEz9z1BEzuQU2Xw0kUuAgA==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.6.tgz", + "integrity": "sha512-JVrozIeElnj3QzfUIt8tB8YMluBJom4Vw9qTPpjGYQ9fYlB3D/rb6OordUxf3xeFB35LKWs0xqcO5U6ySvBtug==", "dev": true }, "dargs": { @@ -8693,19 +8614,6 @@ "abab": "^2.0.0", "whatwg-mimetype": "^2.2.0", "whatwg-url": "^7.0.0" - }, - "dependencies": { - "whatwg-url": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.0.0.tgz", - "integrity": "sha512-37GeVSIJ3kn1JgKyjiYNmSLP1yzbpb29jdmwBSgkD9h40/hyrR/OifpVUndji3tmwGgD8qpw7iQu3RSbCrBpsQ==", - "dev": true, - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - } - } } }, "date-fns": { @@ -8749,6 +8657,14 @@ "requires": { "decamelize": "^1.1.0", "map-obj": "^1.0.0" + }, + "dependencies": { + "map-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", + "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", + "dev": true + } } }, "decode-uri-component": { @@ -8792,12 +8708,6 @@ "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=", "dev": true }, - "deepmerge": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.0.0.tgz", - "integrity": "sha512-YZ1rOP5+kHor4hMAH+HRQnBQHg+wvS1un1hAOuIcxcBy0hzcUf6Jg2a1w65kpoOUnurOfZbERwjI1TfZxNjcww==", - "dev": true - }, "default-gateway": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-4.2.0.tgz", @@ -8852,9 +8762,9 @@ } }, "defer-to-connect": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.0.2.tgz", - "integrity": "sha512-k09hcQcTDY+cwgiwa6PYKLm3jlagNzQ+RSvhjzESOGOx+MNOuXkxTfEvPrO1IOQ81tArCFYQgi631clB70RpQw==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", + "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==", "dev": true }, "define-properties": { @@ -9007,9 +8917,9 @@ "dev": true }, "detect-newline": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz", - "integrity": "sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", + "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", "dev": true }, "detect-node": { @@ -9041,15 +8951,15 @@ } }, "diff": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", - "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", "dev": true }, "diff-sequences": { - "version": "24.3.0", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-24.3.0.tgz", - "integrity": "sha512-xLqpez+Zj9GKSnPWS0WZw1igGocZ+uua8+y+5dDNTT934N3QuY1sp2LkHzwiaYQGz60hMq0pjAshdeXm5VUOEw==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-25.1.0.tgz", + "integrity": "sha512-nFIfVk5B/NStCsJ+zaPO4vYuLjlzQ6uFvPxzYyHlejNZ/UGa7G/n7peOXVrVNvRuyfstt+mZQYGpjxg9Z6N8Kw==", "dev": true }, "diffie-hellman": { @@ -9115,18 +9025,6 @@ } } }, - "dom-testing-library": { - "version": "3.19.4", - "resolved": "https://registry.npmjs.org/dom-testing-library/-/dom-testing-library-3.19.4.tgz", - "integrity": "sha512-GJOx8CLpnkvM3takILOsld/itUUc9+7Qh6caN1Spj6+9jIgNPY36fsvoH7sEgYokC0lBRdttO7G7fIFYCXlmcA==", - "dev": true, - "requires": { - "@babel/runtime": "^7.4.3", - "@sheerun/mutationobserver-shim": "^0.3.2", - "pretty-format": "^24.7.0", - "wait-for-expect": "^1.1.1" - } - }, "domain-browser": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", @@ -9158,6 +9056,15 @@ "domelementtype": "1" } }, + "dot-case": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.3.tgz", + "integrity": "sha512-7hwEmg6RiSQfm/GwPL4AAWXKy3YNNZA3oFv2Pdiey0mwkRCPZ9x6SZbkLcn8Ma5PYeVokzoD4Twv2n7LKp5WeA==", + "requires": { + "no-case": "^3.0.3", + "tslib": "^1.10.0" + } + }, "dot-prop": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-3.0.0.tgz", @@ -9233,9 +9140,9 @@ } }, "emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, "emojis-list": { @@ -9361,24 +9268,18 @@ "dev": true }, "escodegen": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.11.1.tgz", - "integrity": "sha512-JwiqFD9KdGVVpeuRa68yU3zZnBEOcPs0nKW7wZzXky8Z7tffdYUHbe11bPCV5jYlK6DVdKLWLm0f5I/QlL0Kmw==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.1.tgz", + "integrity": "sha512-Bmt7NcRySdIfNPfU2ZoXDrrXsG9ZjvDxcAlMfDUgRBjLOWTuIACXPBFJH7Z+cLb40JeQco5toikyc9t9P8E9SQ==", "dev": true, "requires": { - "esprima": "^3.1.3", + "esprima": "^4.0.1", "estraverse": "^4.2.0", "esutils": "^2.0.2", "optionator": "^0.8.1", "source-map": "~0.6.1" }, "dependencies": { - "esprima": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz", - "integrity": "sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM=", - "dev": true - }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -9420,9 +9321,9 @@ "dev": true }, "estree-walker": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.1.tgz", - "integrity": "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", + "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==", "dev": true }, "esutils": { @@ -9483,9 +9384,9 @@ } }, "exec-sh": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.2.tgz", - "integrity": "sha512-9sLAvzhI5nc8TpuQUh4ahMdCrWT00wPWz7j47/emR5+2qEfoZP5zzUXvx+vdx+H6ohhnsYC31iX04QLYJK8zTg==", + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.4.tgz", + "integrity": "sha512-sEFIkc61v75sWeOe72qyrqg2Qg0OuLESziUDk/O/z2qgS15y2gWVFrI6f2Qn/qw/0/NCfCEsmNA4zOjkwEZT1A==", "dev": true }, "execa": { @@ -9575,27 +9476,43 @@ } }, "expect": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/expect/-/expect-24.8.0.tgz", - "integrity": "sha512-/zYvP8iMDrzaaxHVa724eJBCKqSHmO0FA7EDkBiRHxg6OipmMn1fN+C8T9L9K8yr7UONkOifu6+LLH+z76CnaA==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/expect/-/expect-25.1.0.tgz", + "integrity": "sha512-wqHzuoapQkhc3OKPlrpetsfueuEiMf3iWh0R8+duCu9PIjXoP7HgD5aeypwTnXUAjC8aMsiVDaWwlbJ1RlQ38g==", "dev": true, "requires": { - "@jest/types": "^24.8.0", - "ansi-styles": "^3.2.0", - "jest-get-type": "^24.8.0", - "jest-matcher-utils": "^24.8.0", - "jest-message-util": "^24.8.0", - "jest-regex-util": "^24.3.0" + "@jest/types": "^25.1.0", + "ansi-styles": "^4.0.0", + "jest-get-type": "^25.1.0", + "jest-matcher-utils": "^25.1.0", + "jest-message-util": "^25.1.0", + "jest-regex-util": "^25.1.0" }, "dependencies": { "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", "dev": true, "requires": { - "color-convert": "^1.9.0" + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true } } }, @@ -9693,9 +9610,9 @@ } }, "external-editor": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.0.3.tgz", - "integrity": "sha512-bn71H9+qWoOQKyZDo25mOMVpSmXROAsTJVVVYzrrtol3d4y+AsKjf4Iwl2Q+IuT0kFSQ1qo166UuIwqYq7mGnA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", + "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", "dev": true, "requires": { "chardet": "^0.7.0", @@ -9828,16 +9745,15 @@ "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=" }, "fast-glob": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.0.4.tgz", - "integrity": "sha512-wkIbV6qg37xTJwqSsdnIphL1e+LaGz4AIQqr00mIubMaEhv1/HEmJ0uuCGZRNRUkZZmOB5mJKO0ZUTVq+SxMQg==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.1.1.tgz", + "integrity": "sha512-nTCREpBY8w8r+boyFYAx21iL6faSsQynliPHM4Uf56SbkyohCNxpVPEH9xrF5TXKy+IsjkPUHDKiUkzBVRXn9g==", "dev": true, "requires": { - "@nodelib/fs.stat": "^2.0.1", - "@nodelib/fs.walk": "^1.2.1", - "glob-parent": "^5.0.0", - "is-glob": "^4.0.1", - "merge2": "^1.2.3", + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.0", + "merge2": "^1.3.0", "micromatch": "^4.0.2" }, "dependencies": { @@ -9860,9 +9776,9 @@ } }, "glob-parent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.0.0.tgz", - "integrity": "sha512-Z2RwiujPRGluePM6j699ktJYxmPpJKCfpGA13jz2hmFZC7gKetzrWvg5KN3+OsIFmydGyZ1AVwERCq1w/ZZwRg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.0.tgz", + "integrity": "sha512-qjtRgnIVmOfnKUE3NJAQEdk+lKrxfw8t5ke7SXtfMTHcjsBfOfWXCQfdb30zfDoZQ2IRSIiidmjtbHZPZ++Ihw==", "dev": true, "requires": { "is-glob": "^4.0.1" @@ -9931,12 +9847,12 @@ } }, "fb-watchman": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.0.tgz", - "integrity": "sha1-VOmr99+i8mzZsWNsWIwa/AXeXVg=", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz", + "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==", "dev": true, "requires": { - "bser": "^2.0.0" + "bser": "2.1.1" } }, "fd-slicer": { @@ -10157,12 +10073,21 @@ "dev": true }, "find-up": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "requires": { + "locate-path": "^3.0.0" + } + }, + "find-versions": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/find-versions/-/find-versions-3.2.0.tgz", + "integrity": "sha512-P8WRou2S+oe222TOCHitLy8zj+SIsVJh52VP4lvXkaFVnOFFdoWv1H1Jjvel1aI6NCFOAaeAVm8qrI0odiLcww==", "dev": true, "requires": { - "locate-path": "^2.0.0" + "semver-regex": "^2.0.0" } }, "flat": { @@ -10175,9 +10100,9 @@ }, "dependencies": { "is-buffer": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.3.tgz", - "integrity": "sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz", + "integrity": "sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==", "dev": true } } @@ -10879,181 +10804,222 @@ "normalize-package-data": "^2.3.0", "parse-github-repo-url": "^1.3.0", "through2": "^2.0.0" - } - }, - "get-stdin": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", - "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", - "dev": true - }, - "get-stream": { - "version": "3.0.0", - "resolved": "http://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", - "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=", - "dev": true - }, - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", - "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=", - "dev": true - }, - "getos": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/getos/-/getos-3.1.1.tgz", - "integrity": "sha512-oUP1rnEhAr97rkitiszGP9EgDVYnmchgFzfqRzSkgtfv7ai6tEi7Ko8GgjNXts7VLWEqrTWyhsOKLe5C5b/Zkg==", - "dev": true, - "requires": { - "async": "2.6.1" - } - }, - "getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", - "requires": { - "assert-plus": "^1.0.0" - } - }, - "git-raw-commits": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-1.3.6.tgz", - "integrity": "sha512-svsK26tQ8vEKnMshTDatSIQSMDdz8CxIIqKsvPqbtV23Etmw6VNaFAitu8zwZ0VrOne7FztwPyRLxK7/DIUTQg==", - "dev": true, - "requires": { - "dargs": "^4.0.1", - "lodash.template": "^4.0.2", - "meow": "^4.0.0", - "split2": "^2.0.0", - "through2": "^2.0.0" }, "dependencies": { "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", + "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=", "dev": true }, "camelcase-keys": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", - "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", + "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", "dev": true, "requires": { - "camelcase": "^4.1.0", - "map-obj": "^2.0.0", - "quick-lru": "^1.0.0" + "camelcase": "^2.0.0", + "map-obj": "^1.0.0" } }, - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", - "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", + "find-up": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", + "dev": true, + "requires": { + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "get-stdin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", + "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", "dev": true }, "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", + "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", "dev": true, "requires": { "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "strip-bom": "^2.0.0" } }, "map-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", - "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", + "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", "dev": true }, "meow": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", - "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", + "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", "dev": true, "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", + "camelcase-keys": "^2.0.0", + "decamelize": "^1.1.2", "loud-rejection": "^1.0.0", + "map-obj": "^1.0.1", "minimist": "^1.1.3", - "minimist-options": "^3.0.1", "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" + "object-assign": "^4.0.1", + "read-pkg-up": "^1.0.1", + "redent": "^1.0.0", + "trim-newlines": "^1.0.0" } }, "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", "dev": true, "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" + "error-ex": "^1.2.0" } }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true - }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", - "dev": true, - "requires": { - "load-json-file": "^4.0.0", + "path-exists": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", + "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", + "dev": true, + "requires": { + "pinkie-promise": "^2.0.0" + } + }, + "path-type": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", + "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "read-pkg": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", + "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", + "dev": true, + "requires": { + "load-json-file": "^1.0.0", "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" + "path-type": "^1.0.0" } }, "read-pkg-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", + "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", "dev": true, "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" + "find-up": "^1.0.0", + "read-pkg": "^1.0.0" } }, "redent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", - "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", + "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", "dev": true, "requires": { - "indent-string": "^3.0.0", - "strip-indent": "^2.0.0" + "indent-string": "^2.1.0", + "strip-indent": "^1.0.1" } }, "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "dev": true + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", + "dev": true, + "requires": { + "is-utf8": "^0.2.0" + } }, "strip-indent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", - "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", - "dev": true + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", + "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", + "dev": true, + "requires": { + "get-stdin": "^4.0.1" + } }, "trim-newlines": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", - "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", + "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=", "dev": true } } }, + "get-stdin": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-7.0.0.tgz", + "integrity": "sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==", + "dev": true + }, + "get-stream": { + "version": "3.0.0", + "resolved": "http://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", + "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=", + "dev": true + }, + "get-value": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=", + "dev": true + }, + "getos": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/getos/-/getos-3.1.1.tgz", + "integrity": "sha512-oUP1rnEhAr97rkitiszGP9EgDVYnmchgFzfqRzSkgtfv7ai6tEi7Ko8GgjNXts7VLWEqrTWyhsOKLe5C5b/Zkg==", + "dev": true, + "requires": { + "async": "2.6.1" + } + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "git-raw-commits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.3.tgz", + "integrity": "sha512-SoSsFL5lnixVzctGEi2uykjA7B5I0AhO9x6kdzvGRHbxsa6JSEgrgy1esRKsfOKE1cgyOJ/KDR2Trxu157sb8w==", + "dev": true, + "requires": { + "dargs": "^4.0.1", + "lodash.template": "^4.0.2", + "meow": "^5.0.0", + "split2": "^2.0.0", + "through2": "^3.0.0" + }, + "dependencies": { + "through2": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.1.tgz", + "integrity": "sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww==", + "dev": true, + "requires": { + "readable-stream": "2 || 3" + } + } + } + }, "git-remote-origin-url": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz", @@ -11065,136 +11031,19 @@ } }, "git-semver-tags": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-2.0.2.tgz", - "integrity": "sha512-34lMF7Yo1xEmsK2EkbArdoU79umpvm0MfzaDkSNYSJqtM5QLAVTPWgpiXSVI5o/O9EvZPSrP4Zvnec/CqhSd5w==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-3.0.1.tgz", + "integrity": "sha512-Hzd1MOHXouITfCasrpVJbRDg9uvW7LfABk3GQmXYZByerBDrfrEMP9HXpNT7RxAbieiocP6u+xq20DkvjwxnCA==", "dev": true, "requires": { - "meow": "^4.0.0", - "semver": "^5.5.0" + "meow": "^5.0.0", + "semver": "^6.0.0" }, "dependencies": { - "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", - "dev": true - }, - "camelcase-keys": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", - "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", - "dev": true, - "requires": { - "camelcase": "^4.1.0", - "map-obj": "^2.0.0", - "quick-lru": "^1.0.0" - } - }, - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", - "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", - "dev": true - }, - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - } - }, - "map-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", - "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", - "dev": true - }, - "meow": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", - "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", - "dev": true, - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" - } - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true - }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", - "dev": true, - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - } - }, - "read-pkg-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", - "dev": true, - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - } - }, - "redent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", - "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", - "dev": true, - "requires": { - "indent-string": "^3.0.0", - "strip-indent": "^2.0.0" - } - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "dev": true - }, - "strip-indent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", - "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", - "dev": true - }, - "trim-newlines": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", - "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true } } @@ -11339,12 +11188,8 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz", "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=", - "dev": true - }, - "hammerjs": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/hammerjs/-/hammerjs-2.0.8.tgz", - "integrity": "sha1-BO93hiz/K7edMPdpIJWTAiK/YPE=" + "dev": true, + "optional": true }, "handle-thing": { "version": "2.0.0", @@ -11481,9 +11326,14 @@ "dev": true }, "highlight.js": { - "version": "9.15.8", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.15.8.tgz", - "integrity": "sha512-RrapkKQWwE+wKdF73VsOa2RQdIoO3mxwJ4P8mhbI6KYJUraUHRKM5w5zQQKXNk0xNL4UVRdulV9SBJcmzJNzVA==" + "version": "9.18.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.1.tgz", + "integrity": "sha512-OrVKYz70LHsnCgmbXctv/bfuvntIKDz177h0Co37DQ5jamGZLVmoCVMtjMtNZY3X9DrCcKfklHPNeA0uPZhSJg==" + }, + "highlightjs-line-numbers.js": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/highlightjs-line-numbers.js/-/highlightjs-line-numbers.js-2.7.0.tgz", + "integrity": "sha512-2kgZkfGy3TB6rF1o1XJtUThDyraLAFd6iiAIE1MEH89om8VwyHsal6BBnIOP2yOuq2TCuuGd0YD6aGHa6iq3/g==" }, "hmac-drbg": { "version": "1.0.1", @@ -11496,11 +11346,6 @@ "minimalistic-crypto-utils": "^1.0.1" } }, - "hoek": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/hoek/-/hoek-5.0.4.tgz", - "integrity": "sha512-Alr4ZQgoMlnere5FZJsIyfIjORBqZll5POhDsF4q64dPuJR6rNxXdDxtHSQq8OXRurhmx+PWYEE8bXRROY8h0w==" - }, "hosted-git-info": { "version": "2.7.1", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz", @@ -11552,6 +11397,12 @@ "integrity": "sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=", "dev": true }, + "html-escaper": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.0.tgz", + "integrity": "sha512-a4u9BeERWGu/S8JiWEAQcdrg9v4QArtP9keViQjGMdff20fBdd8waotXaNmODqBe6uZ3Nafi7K/ho4gCQHV3Ig==", + "dev": true + }, "http-cache-semantics": { "version": "3.8.1", "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz", @@ -11659,6 +11510,11 @@ "debug": "^3.1.0" } }, + "human-signals": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", + "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==" + }, "humanize-ms": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", @@ -11669,152 +11525,174 @@ } }, "husky": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-1.3.1.tgz", - "integrity": "sha512-86U6sVVVf4b5NYSZ0yvv88dRgBSSXXmHaiq5pP4KDj5JVzdwKgBjEtUPOm8hcoytezFwbU+7gotXNhpHdystlg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-4.2.1.tgz", + "integrity": "sha512-Qa0lRreeIf4Tl92sSs42ER6qc3hzoyQPPorzOrFWfPEVbdi6LuvJEqWKPk905fOWIR76iBpp7ECZNIwk+a8xuQ==", "dev": true, "requires": { - "cosmiconfig": "^5.0.7", - "execa": "^1.0.0", - "find-up": "^3.0.0", - "get-stdin": "^6.0.0", - "is-ci": "^2.0.0", - "pkg-dir": "^3.0.0", - "please-upgrade-node": "^3.1.1", - "read-pkg": "^4.0.1", - "run-node": "^1.0.0", - "slash": "^2.0.0" + "chalk": "^3.0.0", + "ci-info": "^2.0.0", + "compare-versions": "^3.5.1", + "cosmiconfig": "^6.0.0", + "find-versions": "^3.2.0", + "opencollective-postinstall": "^2.0.2", + "pkg-dir": "^4.2.0", + "please-upgrade-node": "^3.2.0", + "slash": "^3.0.0", + "which-pm-runs": "^1.0.0" }, "dependencies": { + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, "ci-info": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", "dev": true }, - "execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" + "color-name": "~1.1.4" } }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "cosmiconfig": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", + "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", "dev": true, "requires": { - "locate-path": "^3.0.0" + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.1.0", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.7.2" } }, - "get-stdin": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz", - "integrity": "sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==", - "dev": true - }, - "get-stream": { + "find-up": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, "requires": { - "pump": "^3.0.0" + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" } }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", - "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "import-fresh": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz", + "integrity": "sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==", "dev": true, "requires": { - "ci-info": "^2.0.0" + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" } }, "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" + "p-locate": "^4.1.0" } }, - "p-limit": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz", - "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, "requires": { - "p-try": "^2.0.0" + "p-limit": "^2.2.0" } }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "parse-json": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.0.0.tgz", + "integrity": "sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw==", "dev": true, "requires": { - "p-limit": "^2.0.0" + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1", + "lines-and-columns": "^1.1.6" } }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true }, - "parse-json": { + "path-type": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true + }, + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "dev": true, "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" + "find-up": "^4.0.0" } }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true }, - "pkg-dir": { + "slash": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", - "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", - "dev": true, - "requires": { - "find-up": "^3.0.0" - } + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true }, - "read-pkg": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-4.0.1.tgz", - "integrity": "sha1-ljYlN48+HE1IyFhytabsfV0JMjc=", + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", "dev": true, "requires": { - "normalize-package-data": "^2.3.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0" + "has-flag": "^4.0.0" } - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", - "dev": true } } }, @@ -12012,15 +11890,15 @@ "dev": true }, "injection-js": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/injection-js/-/injection-js-2.2.2.tgz", - "integrity": "sha512-9K4fW2NNPG3JCvORx5G/T6q/PZYIr43RFgxBvtk3OV4omh5iqvpK4cChuBfhgPnRbXSgZRfuROh0XG5KNA8Xlg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/injection-js/-/injection-js-2.3.0.tgz", + "integrity": "sha512-rhS6E5jv603kbaO72ylOt0hGF1LT03oqQ4GU5KOO0qSaRbIWmdUCHjXq+VT79jL6/NmXtw9ccfK6dh/CzjoYjA==", "dev": true }, "inquirer": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-6.5.1.tgz", - "integrity": "sha512-uxNHBeQhRXIoHWTSNYUFhQVrHYFThIt6IVo2fFmSe8aBwdR3/w6b58hJpiL/fMukFkvGzjg+hSxFtwvVmKZmXw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.0.0.tgz", + "integrity": "sha512-rSdC7zelHdRQFkWnhsMu2+2SO41mpv2oF2zy4tMhmiLWkcKbOAs87fWAJhVXttKVwhdZvymvnuM95EyEXg2/tQ==", "dev": true, "requires": { "ansi-escapes": "^4.2.1", @@ -12039,18 +11917,18 @@ }, "dependencies": { "ansi-escapes": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.2.1.tgz", - "integrity": "sha512-Cg3ymMAdN10wOk/VYfLV7KCQyv7EDirJ64500sU7n9UlmioEtDuU5Gd+hj73hXSU/ex7tHJSssmyftDdkMLO8Q==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.0.tgz", + "integrity": "sha512-EiYhwo0v255HUL6eDyuLrXEkTi7WwVCLAw+SeOQ7M7qdun1z1pum4DEm/nuqIVbPvi9RPPc9k9LbyBv6H0DwVg==", "dev": true, "requires": { - "type-fest": "^0.5.2" + "type-fest": "^0.8.1" } }, "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", "dev": true }, "cli-cursor": { @@ -12062,16 +11940,10 @@ "restore-cursor": "^3.1.0" } }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, "figures": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-3.0.0.tgz", - "integrity": "sha512-HKri+WoWoUgr83pehn/SIgLOMZ9nAWC6dcGj26RY2R4F50u4+RTUz0RCrUlOV3nKRAICW1UGzyb+kcX2qK1S/g==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.1.0.tgz", + "integrity": "sha512-ravh8VRXqHuMvZt/d8GblBeqDMkdJMBdv/2KntFH+ra5MXkO7nxNKpzQ3n6QD/2da1kH0aWmNISdvhM7gl2gVg==", "dev": true, "requires": { "escape-string-regexp": "^1.0.5" @@ -12083,12 +11955,6 @@ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true }, - "mute-stream": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", - "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", - "dev": true - }, "onetime": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.0.tgz", @@ -12109,14 +11975,25 @@ } }, "string-width": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.1.0.tgz", - "integrity": "sha512-NrX+1dVVh+6Y9dnQ19pR0pP4FiEIlUvdTGn8pw6CKTNq5sgib2nIhmUNT5TAmhWmvKr3WcxBcP3E8nWezuipuQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", + "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", "dev": true, "requires": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^5.2.0" + "strip-ansi": "^6.0.0" + }, + "dependencies": { + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.0" + } + } } }, "strip-ansi": { @@ -12126,6 +12003,14 @@ "dev": true, "requires": { "ansi-regex": "^4.1.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true + } } } } @@ -12380,9 +12265,9 @@ "dev": true }, "is-npm": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-3.0.0.tgz", - "integrity": "sha512-wsigDr1Kkschp2opC4G3yA6r9EgVA6NjRpWzIi9axXqeIaAATPRJc4uLujXe3Nd9uO8KoDyA4MD6aZSeXTADhA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-4.0.0.tgz", + "integrity": "sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==", "dev": true }, "is-number": { @@ -12509,7 +12394,8 @@ "is-stream": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", + "dev": true }, "is-svg": { "version": "3.0.0", @@ -12572,14 +12458,6 @@ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" }, - "isemail": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/isemail/-/isemail-3.2.0.tgz", - "integrity": "sha512-zKqkK+O+dGqevc93KNsbZ/TqTUFd46MwWjYOoMrjIMZ51eU7DtQG3Wmd9SQQT7i7RVnuTPEiYEWHU3MSbxC1Tg==", - "requires": { - "punycode": "2.x.x" - } - }, "isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", @@ -12813,59 +12691,41 @@ } }, "istanbul-lib-report": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-2.0.8.tgz", - "integrity": "sha512-fHBeG573EIihhAblwgxrSenp0Dby6tJMFR/HvlerBsrCTD5bkUuoNtn3gVh29ZCS824cGGBPn7Sg7cNk+2xUsQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", "dev": true, "requires": { - "istanbul-lib-coverage": "^2.0.5", - "make-dir": "^2.1.0", - "supports-color": "^6.1.0" + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^3.0.0", + "supports-color": "^7.1.0" }, "dependencies": { - "istanbul-lib-coverage": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz", - "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==", - "dev": true - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dev": true, - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - } - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true }, "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", "dev": true, "requires": { - "has-flag": "^3.0.0" + "has-flag": "^4.0.0" } } } }, "istanbul-lib-source-maps": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.6.tgz", - "integrity": "sha512-R47KzMtDJH6X4/YW9XTx+jrLnZnscW4VpNN+1PViSYTejLVPWv7oov+Duf8YQSPyVRUvueQqz1TcsC6mooZTXw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz", + "integrity": "sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==", "dev": true, "requires": { "debug": "^4.1.1", - "istanbul-lib-coverage": "^2.0.5", - "make-dir": "^2.1.0", - "rimraf": "^2.6.3", + "istanbul-lib-coverage": "^3.0.0", "source-map": "^0.6.1" }, "dependencies": { @@ -12878,28 +12738,6 @@ "ms": "^2.1.1" } }, - "istanbul-lib-coverage": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz", - "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==", - "dev": true - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dev": true, - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - } - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "dev": true - }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -12909,35 +12747,51 @@ } }, "istanbul-reports": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-2.2.6.tgz", - "integrity": "sha512-SKi4rnMyLBKe0Jy2uUdx28h8oG7ph2PPuQPvIAh31d+Ci+lSiEu4C+h3oBPuJ9+mPKhOyW0M8gY4U5NM1WLeXA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.0.0.tgz", + "integrity": "sha512-2osTcC8zcOSUkImzN2EWQta3Vdi4WjjKw99P2yWx5mLnigAM0Rd5uYFn1cf2i/Ois45GkNjaoTqc5CxgMSX80A==", "dev": true, "requires": { - "handlebars": "^4.1.2" + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" } }, "jest": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest/-/jest-24.8.0.tgz", - "integrity": "sha512-o0HM90RKFRNWmAWvlyV8i5jGZ97pFwkeVoGvPW1EtLTgJc2+jcuqcbbqcSZLE/3f2S5pt0y2ZBETuhpWNl1Reg==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest/-/jest-25.1.0.tgz", + "integrity": "sha512-FV6jEruneBhokkt9MQk0WUFoNTwnF76CLXtwNMfsc0um0TlB/LG2yxUd0KqaFjEJ9laQmVWQWS0sG/t2GsuI0w==", "dev": true, "requires": { - "import-local": "^2.0.0", - "jest-cli": "^24.8.0" + "@jest/core": "^25.1.0", + "import-local": "^3.0.2", + "jest-cli": "^25.1.0" }, "dependencies": { "ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", "dev": true }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } }, "ci-info": { "version": "2.0.0", @@ -12946,55 +12800,63 @@ "dev": true }, "cliui": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz", - "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", "dev": true, "requires": { - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0", - "wrap-ansi": "^2.0.0" + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" } }, - "execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" + "color-name": "~1.1.4" } }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, "requires": { - "locate-path": "^3.0.0" + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" } }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "import-local": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.0.2.tgz", + "integrity": "sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA==", "dev": true, "requires": { - "pump": "^3.0.0" + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" } }, - "invert-kv": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz", - "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==", - "dev": true - }, "is-ci": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", @@ -13005,135 +12867,149 @@ } }, "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true }, "jest-cli": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-24.8.0.tgz", - "integrity": "sha512-+p6J00jSMPQ116ZLlHJJvdf8wbjNbZdeSX9ptfHX06/MSNaXmKihQzx5vQcw0q2G6JsdVkUIdWbOWtSnaYs3yA==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-25.1.0.tgz", + "integrity": "sha512-p+aOfczzzKdo3AsLJlhs8J5EW6ffVidfSZZxXedJ0mHPBOln1DccqFmGCoO8JWd4xRycfmwy1eoQkMsF8oekPg==", "dev": true, "requires": { - "@jest/core": "^24.8.0", - "@jest/test-result": "^24.8.0", - "@jest/types": "^24.8.0", - "chalk": "^2.0.1", + "@jest/core": "^25.1.0", + "@jest/test-result": "^25.1.0", + "@jest/types": "^25.1.0", + "chalk": "^3.0.0", "exit": "^0.1.2", - "import-local": "^2.0.0", + "import-local": "^3.0.2", "is-ci": "^2.0.0", - "jest-config": "^24.8.0", - "jest-util": "^24.8.0", - "jest-validate": "^24.8.0", + "jest-config": "^25.1.0", + "jest-util": "^25.1.0", + "jest-validate": "^25.1.0", "prompts": "^2.0.1", "realpath-native": "^1.1.0", - "yargs": "^12.0.2" - } - }, - "lcid": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz", - "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", - "dev": true, - "requires": { - "invert-kv": "^2.0.0" + "yargs": "^15.0.0" } }, "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" + "p-locate": "^4.1.0" } }, - "os-locale": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz", - "integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==", + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, "requires": { - "execa": "^1.0.0", - "lcid": "^2.0.0", - "mem": "^4.0.0" + "p-limit": "^2.2.0" } }, - "p-limit": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz", - "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true + }, + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "dev": true, "requires": { - "p-try": "^2.0.0" + "find-up": "^4.0.0" } }, - "p-locate": { + "require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", + "dev": true + }, + "resolve-cwd": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", "dev": true, "requires": { - "p-limit": "^2.0.0" + "resolve-from": "^5.0.0" } }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "dev": true }, "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", + "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", "dev": true, "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" } }, "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", "dev": true, "requires": { - "ansi-regex": "^3.0.0" + "ansi-regex": "^5.0.0" } }, - "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", - "dev": true + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } }, "yargs": { - "version": "12.0.5", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz", - "integrity": "sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.1.0.tgz", + "integrity": "sha512-T39FNN1b6hCW4SOIk1XyTOWxtXdcen0t+XYrysQmChzSipvhBO8Bj0nK1ozAasdk24dNWuMZvr4k24nz+8HHLg==", "dev": true, "requires": { - "cliui": "^4.0.0", + "cliui": "^6.0.0", "decamelize": "^1.2.0", - "find-up": "^3.0.0", - "get-caller-file": "^1.0.1", - "os-locale": "^3.0.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", "require-directory": "^2.1.1", - "require-main-filename": "^1.0.1", + "require-main-filename": "^2.0.0", "set-blocking": "^2.0.0", - "string-width": "^2.0.0", + "string-width": "^4.2.0", "which-module": "^2.0.0", - "y18n": "^3.2.1 || ^4.0.0", - "yargs-parser": "^11.1.1" + "y18n": "^4.0.0", + "yargs-parser": "^16.1.0" } }, "yargs-parser": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz", - "integrity": "sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==", + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-16.1.0.tgz", + "integrity": "sha512-H/V41UNZQPkUMIT5h5hiwg4QKIY1RPvoBV4XcjUbRM8Bk2oKqqyZ0DIEbTFZB0XjbtSPG8SAa/0DxCQmiRgzKg==", "dev": true, "requires": { "camelcase": "^5.0.0", @@ -13143,230 +13019,1098 @@ } }, "jest-changed-files": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-24.8.0.tgz", - "integrity": "sha512-qgANC1Yrivsq+UrLXsvJefBKVoCsKB0Hv+mBb6NMjjZ90wwxCDmU3hsCXBya30cH+LnPYjwgcU65i6yJ5Nfuug==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-25.1.0.tgz", + "integrity": "sha512-bdL1aHjIVy3HaBO3eEQeemGttsq1BDlHgWcOjEOIAcga7OOEGWHD2WSu8HhL7I1F0mFFyci8VKU4tRNk+qtwDA==", "dev": true, "requires": { - "@jest/types": "^24.8.0", - "execa": "^1.0.0", - "throat": "^4.0.0" + "@jest/types": "^25.1.0", + "execa": "^3.2.0", + "throat": "^5.0.0" }, "dependencies": { + "cross-spawn": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.1.tgz", + "integrity": "sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==", + "dev": true, + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } + }, "execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-3.4.0.tgz", + "integrity": "sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==", "dev": true, "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" + "cross-spawn": "^7.0.0", + "get-stream": "^5.0.0", + "human-signals": "^1.1.1", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.0", + "onetime": "^5.1.0", + "p-finally": "^2.0.0", + "signal-exit": "^3.0.2", + "strip-final-newline": "^2.0.0" } }, "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.1.0.tgz", + "integrity": "sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==", "dev": true, "requires": { "pump": "^3.0.0" } + }, + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==", + "dev": true + }, + "npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "requires": { + "path-key": "^3.0.0" + } + }, + "onetime": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.0.tgz", + "integrity": "sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==", + "dev": true, + "requires": { + "mimic-fn": "^2.1.0" + } + }, + "p-finally": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-2.0.1.tgz", + "integrity": "sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==", + "dev": true + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } } } }, "jest-config": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-24.8.0.tgz", - "integrity": "sha512-Czl3Nn2uEzVGsOeaewGWoDPD8GStxCpAe0zOYs2x2l0fZAgPbCr3uwUkgNKV3LwE13VXythM946cd5rdGkkBZw==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-25.1.0.tgz", + "integrity": "sha512-tLmsg4SZ5H7tuhBC5bOja0HEblM0coS3Wy5LTCb2C8ZV6eWLewHyK+3qSq9Bi29zmWQ7ojdCd3pxpx4l4d2uGw==", "dev": true, "requires": { "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^24.8.0", - "@jest/types": "^24.8.0", - "babel-jest": "^24.8.0", - "chalk": "^2.0.1", + "@jest/test-sequencer": "^25.1.0", + "@jest/types": "^25.1.0", + "babel-jest": "^25.1.0", + "chalk": "^3.0.0", "glob": "^7.1.1", - "jest-environment-jsdom": "^24.8.0", - "jest-environment-node": "^24.8.0", - "jest-get-type": "^24.8.0", - "jest-jasmine2": "^24.8.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.8.0", - "jest-util": "^24.8.0", - "jest-validate": "^24.8.0", - "micromatch": "^3.1.10", - "pretty-format": "^24.8.0", + "jest-environment-jsdom": "^25.1.0", + "jest-environment-node": "^25.1.0", + "jest-get-type": "^25.1.0", + "jest-jasmine2": "^25.1.0", + "jest-regex-util": "^25.1.0", + "jest-resolve": "^25.1.0", + "jest-util": "^25.1.0", + "jest-validate": "^25.1.0", + "micromatch": "^4.0.2", + "pretty-format": "^25.1.0", "realpath-native": "^1.1.0" - } - }, - "jest-diff": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-24.8.0.tgz", - "integrity": "sha512-wxetCEl49zUpJ/bvUmIFjd/o52J+yWcoc5ZyPq4/W1LUKGEhRYDIbP1KcF6t+PvqNrGAFk4/JhtxDq/Nnzs66g==", - "dev": true, - "requires": { - "chalk": "^2.0.1", - "diff-sequences": "^24.3.0", - "jest-get-type": "^24.8.0", - "pretty-format": "^24.8.0" - } - }, - "jest-docblock": { - "version": "24.3.0", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-24.3.0.tgz", - "integrity": "sha512-nlANmF9Yq1dufhFlKG9rasfQlrY7wINJbo3q01tu56Jv5eBU5jirylhF2O5ZBnLxzOVBGRDz/9NAwNyBtG4Nyg==", - "dev": true, - "requires": { - "detect-newline": "^2.1.0" - } - }, - "jest-each": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-24.8.0.tgz", - "integrity": "sha512-NrwK9gaL5+XgrgoCsd9svsoWdVkK4gnvyhcpzd6m487tXHqIdYeykgq3MKI1u4I+5Zf0tofr70at9dWJDeb+BA==", - "dev": true, - "requires": { - "@jest/types": "^24.8.0", - "chalk": "^2.0.1", - "jest-get-type": "^24.8.0", - "jest-util": "^24.8.0", - "pretty-format": "^24.8.0" - } - }, - "jest-environment-jsdom": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-24.8.0.tgz", - "integrity": "sha512-qbvgLmR7PpwjoFjM/sbuqHJt/NCkviuq9vus9NBn/76hhSidO+Z6Bn9tU8friecegbJL8gzZQEMZBQlFWDCwAQ==", - "dev": true, - "requires": { - "@jest/environment": "^24.8.0", - "@jest/fake-timers": "^24.8.0", - "@jest/types": "^24.8.0", - "jest-mock": "^24.8.0", - "jest-util": "^24.8.0", - "jsdom": "^11.5.1" - } - }, - "jest-environment-node": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-24.8.0.tgz", - "integrity": "sha512-vIGUEScd1cdDgR6sqn2M08sJTRLQp6Dk/eIkCeO4PFHxZMOgy+uYLPMC4ix3PEfM5Au/x3uQ/5Tl0DpXXZsJ/Q==", - "dev": true, - "requires": { - "@jest/environment": "^24.8.0", - "@jest/fake-timers": "^24.8.0", - "@jest/types": "^24.8.0", - "jest-mock": "^24.8.0", - "jest-util": "^24.8.0" - } - }, - "jest-get-type": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-24.8.0.tgz", - "integrity": "sha512-RR4fo8jEmMD9zSz2nLbs2j0zvPpk/KCEz3a62jJWbd2ayNo0cb+KFRxPHVhE4ZmgGJEQp0fosmNz84IfqM8cMQ==", - "dev": true - }, - "jest-haste-map": { - "version": "24.8.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-24.8.1.tgz", - "integrity": "sha512-SwaxMGVdAZk3ernAx2Uv2sorA7jm3Kx+lR0grp6rMmnY06Kn/urtKx1LPN2mGTea4fCT38impYT28FfcLUhX0g==", - "dev": true, - "requires": { - "@jest/types": "^24.8.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "fsevents": "^1.2.7", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.4.0", - "jest-util": "^24.8.0", - "jest-worker": "^24.6.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" - } - }, - "jest-jasmine2": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-24.8.0.tgz", - "integrity": "sha512-cEky88npEE5LKd5jPpTdDCLvKkdyklnaRycBXL6GNmpxe41F0WN44+i7lpQKa/hcbXaQ+rc9RMaM4dsebrYong==", - "dev": true, - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^24.8.0", - "@jest/test-result": "^24.8.0", - "@jest/types": "^24.8.0", - "chalk": "^2.0.1", - "co": "^4.6.0", - "expect": "^24.8.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^24.8.0", - "jest-matcher-utils": "^24.8.0", - "jest-message-util": "^24.8.0", - "jest-runtime": "^24.8.0", - "jest-snapshot": "^24.8.0", - "jest-util": "^24.8.0", - "pretty-format": "^24.8.0", - "throat": "^4.0.0" - } - }, - "jest-leak-detector": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-24.8.0.tgz", - "integrity": "sha512-cG0yRSK8A831LN8lIHxI3AblB40uhv0z+SsQdW3GoMMVcK+sJwrIIyax5tu3eHHNJ8Fu6IMDpnLda2jhn2pD/g==", - "dev": true, - "requires": { - "pretty-format": "^24.8.0" - } - }, - "jest-matcher-utils": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-24.8.0.tgz", - "integrity": "sha512-lex1yASY51FvUuHgm0GOVj7DCYEouWSlIYmCW7APSqB9v8mXmKSn5+sWVF0MhuASG0bnYY106/49JU1FZNl5hw==", - "dev": true, - "requires": { - "chalk": "^2.0.1", - "jest-diff": "^24.8.0", - "jest-get-type": "^24.8.0", - "pretty-format": "^24.8.0" - } - }, + }, + "dependencies": { + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "requires": { + "fill-range": "^7.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true + }, + "micromatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", + "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", + "dev": true, + "requires": { + "braces": "^3.0.1", + "picomatch": "^2.0.5" + } + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "requires": { + "is-number": "^7.0.0" + } + } + } + }, + "jest-diff": { + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-25.1.0.tgz", + "integrity": "sha512-nepXgajT+h017APJTreSieh4zCqnSHEJ1iT8HDlewu630lSJ4Kjjr9KNzm+kzGwwcpsDE6Snx1GJGzzsefaEHw==", + "dev": true, + "requires": { + "chalk": "^3.0.0", + "diff-sequences": "^25.1.0", + "jest-get-type": "^25.1.0", + "pretty-format": "^25.1.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-docblock": { + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-25.1.0.tgz", + "integrity": "sha512-370P/mh1wzoef6hUKiaMcsPtIapY25suP6JqM70V9RJvdKLrV4GaGbfUseUVk4FZJw4oTZ1qSCJNdrClKt5JQA==", + "dev": true, + "requires": { + "detect-newline": "^3.0.0" + } + }, + "jest-each": { + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-25.1.0.tgz", + "integrity": "sha512-R9EL8xWzoPySJ5wa0DXFTj7NrzKpRD40Jy+zQDp3Qr/2QmevJgkN9GqioCGtAJ2bW9P/MQRznQHQQhoeAyra7A==", + "dev": true, + "requires": { + "@jest/types": "^25.1.0", + "chalk": "^3.0.0", + "jest-get-type": "^25.1.0", + "jest-util": "^25.1.0", + "pretty-format": "^25.1.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-environment-jsdom": { + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-25.1.0.tgz", + "integrity": "sha512-ILb4wdrwPAOHX6W82GGDUiaXSSOE274ciuov0lztOIymTChKFtC02ddyicRRCdZlB5YSrv3vzr1Z5xjpEe1OHQ==", + "dev": true, + "requires": { + "@jest/environment": "^25.1.0", + "@jest/fake-timers": "^25.1.0", + "@jest/types": "^25.1.0", + "jest-mock": "^25.1.0", + "jest-util": "^25.1.0", + "jsdom": "^15.1.1" + } + }, + "jest-environment-jsdom-fifteen": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/jest-environment-jsdom-fifteen/-/jest-environment-jsdom-fifteen-1.0.2.tgz", + "integrity": "sha512-nfrnAfwklE1872LIB31HcjM65cWTh1wzvMSp10IYtPJjLDUbTTvDpajZgIxUnhRmzGvogdHDayCIlerLK0OBBg==", + "dev": true, + "requires": { + "@jest/environment": "^24.3.0", + "@jest/fake-timers": "^24.3.0", + "@jest/types": "^24.3.0", + "jest-mock": "^24.0.0", + "jest-util": "^24.0.0", + "jsdom": "^15.2.1" + }, + "dependencies": { + "@jest/console": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-24.9.0.tgz", + "integrity": "sha512-Zuj6b8TnKXi3q4ymac8EQfc3ea/uhLeCGThFqXeC8H9/raaH8ARPUTdId+XyGd03Z4In0/VjD2OYFcBF09fNLQ==", + "dev": true, + "requires": { + "@jest/source-map": "^24.9.0", + "chalk": "^2.0.1", + "slash": "^2.0.0" + } + }, + "@jest/environment": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-24.9.0.tgz", + "integrity": "sha512-5A1QluTPhvdIPFYnO3sZC3smkNeXPVELz7ikPbhUj0bQjB07EoE9qtLrem14ZUYWdVayYbsjVwIiL4WBIMV4aQ==", + "dev": true, + "requires": { + "@jest/fake-timers": "^24.9.0", + "@jest/transform": "^24.9.0", + "@jest/types": "^24.9.0", + "jest-mock": "^24.9.0" + } + }, + "@jest/fake-timers": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-24.9.0.tgz", + "integrity": "sha512-eWQcNa2YSwzXWIMC5KufBh3oWRIijrQFROsIqt6v/NS9Io/gknw1jsAC9c+ih/RQX4A3O7SeWAhQeN0goKhT9A==", + "dev": true, + "requires": { + "@jest/types": "^24.9.0", + "jest-message-util": "^24.9.0", + "jest-mock": "^24.9.0" + } + }, + "@jest/source-map": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-24.9.0.tgz", + "integrity": "sha512-/Xw7xGlsZb4MJzNDgB7PW5crou5JqWiBQaz6xyPd3ArOg2nfn/PunV8+olXbbEZzNl591o5rWKE9BRDaFAuIBg==", + "dev": true, + "requires": { + "callsites": "^3.0.0", + "graceful-fs": "^4.1.15", + "source-map": "^0.6.0" + } + }, + "@jest/test-result": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-24.9.0.tgz", + "integrity": "sha512-XEFrHbBonBJ8dGp2JmF8kP/nQI/ImPpygKHwQ/SY+es59Z3L5PI4Qb9TQQMAEeYsThG1xF0k6tmG0tIKATNiiA==", + "dev": true, + "requires": { + "@jest/console": "^24.9.0", + "@jest/types": "^24.9.0", + "@types/istanbul-lib-coverage": "^2.0.0" + } + }, + "@jest/transform": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-24.9.0.tgz", + "integrity": "sha512-TcQUmyNRxV94S0QpMOnZl0++6RMiqpbH/ZMccFB/amku6Uwvyb1cjYX7xkp5nGNkbX4QPH/FcB6q1HBTHynLmQ==", + "dev": true, + "requires": { + "@babel/core": "^7.1.0", + "@jest/types": "^24.9.0", + "babel-plugin-istanbul": "^5.1.0", + "chalk": "^2.0.1", + "convert-source-map": "^1.4.0", + "fast-json-stable-stringify": "^2.0.0", + "graceful-fs": "^4.1.15", + "jest-haste-map": "^24.9.0", + "jest-regex-util": "^24.9.0", + "jest-util": "^24.9.0", + "micromatch": "^3.1.10", + "pirates": "^4.0.1", + "realpath-native": "^1.1.0", + "slash": "^2.0.0", + "source-map": "^0.6.1", + "write-file-atomic": "2.4.1" + } + }, + "@jest/types": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-24.9.0.tgz", + "integrity": "sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==", + "dev": true, + "requires": { + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^1.1.1", + "@types/yargs": "^13.0.0" + } + }, + "@types/yargs": { + "version": "13.0.8", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-13.0.8.tgz", + "integrity": "sha512-XAvHLwG7UQ+8M4caKIH0ZozIOYay5fQkAgyIXegXT9jPtdIGdhga+sUEdAr1CiG46aB+c64xQEYyEzlwWVTNzA==", + "dev": true, + "requires": { + "@types/yargs-parser": "*" + } + }, + "babel-plugin-istanbul": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-5.2.0.tgz", + "integrity": "sha512-5LphC0USA8t4i1zCtjbbNb6jJj/9+X6P37Qfirc/70EQ34xKlMW+a1RHGwxGI+SwWpNwZ27HqvzAobeqaXwiZw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.0.0", + "find-up": "^3.0.0", + "istanbul-lib-instrument": "^3.3.0", + "test-exclude": "^5.2.3" + } + }, + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true + }, + "ci-info": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", + "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", + "dev": true + }, + "is-ci": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", + "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", + "dev": true, + "requires": { + "ci-info": "^2.0.0" + } + }, + "istanbul-lib-coverage": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz", + "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==", + "dev": true + }, + "istanbul-lib-instrument": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz", + "integrity": "sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==", + "dev": true, + "requires": { + "@babel/generator": "^7.4.0", + "@babel/parser": "^7.4.3", + "@babel/template": "^7.4.0", + "@babel/traverse": "^7.4.3", + "@babel/types": "^7.4.0", + "istanbul-lib-coverage": "^2.0.5", + "semver": "^6.0.0" + } + }, + "jest-haste-map": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-24.9.0.tgz", + "integrity": "sha512-kfVFmsuWui2Sj1Rp1AJ4D9HqJwE4uwTlS/vO+eRUaMmd54BFpli2XhMQnPC2k4cHFVbB2Q2C+jtI1AGLgEnCjQ==", + "dev": true, + "requires": { + "@jest/types": "^24.9.0", + "anymatch": "^2.0.0", + "fb-watchman": "^2.0.0", + "fsevents": "^1.2.7", + "graceful-fs": "^4.1.15", + "invariant": "^2.2.4", + "jest-serializer": "^24.9.0", + "jest-util": "^24.9.0", + "jest-worker": "^24.9.0", + "micromatch": "^3.1.10", + "sane": "^4.0.3", + "walker": "^1.0.7" + } + }, + "jest-message-util": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-24.9.0.tgz", + "integrity": "sha512-oCj8FiZ3U0hTP4aSui87P4L4jC37BtQwUMqk+zk/b11FR19BJDeZsZAvIHutWnmtw7r85UmR3CEWZ0HWU2mAlw==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.0.0", + "@jest/test-result": "^24.9.0", + "@jest/types": "^24.9.0", + "@types/stack-utils": "^1.0.1", + "chalk": "^2.0.1", + "micromatch": "^3.1.10", + "slash": "^2.0.0", + "stack-utils": "^1.0.1" + } + }, + "jest-mock": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-24.9.0.tgz", + "integrity": "sha512-3BEYN5WbSq9wd+SyLDES7AHnjH9A/ROBwmz7l2y+ol+NtSFO8DYiEBzoO1CeFc9a8DYy10EO4dDFVv/wN3zl1w==", + "dev": true, + "requires": { + "@jest/types": "^24.9.0" + } + }, + "jest-regex-util": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-24.9.0.tgz", + "integrity": "sha512-05Cmb6CuxaA+Ys6fjr3PhvV3bGQmO+2p2La4hFbU+W5uOc479f7FdLXUWXw4pYMAhhSZIuKHwSXSu6CsSBAXQA==", + "dev": true + }, + "jest-serializer": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-24.9.0.tgz", + "integrity": "sha512-DxYipDr8OvfrKH3Kel6NdED3OXxjvxXZ1uIY2I9OFbGg+vUkkg7AGvi65qbhbWNPvDckXmzMPbK3u3HaDO49bQ==", + "dev": true + }, + "jest-util": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-24.9.0.tgz", + "integrity": "sha512-x+cZU8VRmOJxbA1K5oDBdxQmdq0OIdADarLxk0Mq+3XS4jgvhG/oKGWcIDCtPG0HgjxOYvF+ilPJQsAyXfbNOg==", + "dev": true, + "requires": { + "@jest/console": "^24.9.0", + "@jest/fake-timers": "^24.9.0", + "@jest/source-map": "^24.9.0", + "@jest/test-result": "^24.9.0", + "@jest/types": "^24.9.0", + "callsites": "^3.0.0", + "chalk": "^2.0.1", + "graceful-fs": "^4.1.15", + "is-ci": "^2.0.0", + "mkdirp": "^0.5.1", + "slash": "^2.0.0", + "source-map": "^0.6.0" + } + }, + "jest-worker": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-24.9.0.tgz", + "integrity": "sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw==", + "dev": true, + "requires": { + "merge-stream": "^2.0.0", + "supports-color": "^6.1.0" + } + }, + "read-pkg-up": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-4.0.0.tgz", + "integrity": "sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA==", + "dev": true, + "requires": { + "find-up": "^3.0.0", + "read-pkg": "^3.0.0" + } + }, + "require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", + "dev": true + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + }, + "slash": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", + "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + }, + "test-exclude": { + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-5.2.3.tgz", + "integrity": "sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g==", + "dev": true, + "requires": { + "glob": "^7.1.3", + "minimatch": "^3.0.4", + "read-pkg-up": "^4.0.0", + "require-main-filename": "^2.0.0" + } + }, + "write-file-atomic": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.1.tgz", + "integrity": "sha512-TGHFeZEZMnv+gBFRfjAcxL5bPHrsGKtnb4qsFAws7/vlh+QfwAaySIw4AXP9ZskTTh5GWu3FLuJhsWVdiJPGvg==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.11", + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.2" + } + } + } + }, + "jest-environment-node": { + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-25.1.0.tgz", + "integrity": "sha512-U9kFWTtAPvhgYY5upnH9rq8qZkj6mYLup5l1caAjjx9uNnkLHN2xgZy5mo4SyLdmrh/EtB9UPpKFShvfQHD0Iw==", + "dev": true, + "requires": { + "@jest/environment": "^25.1.0", + "@jest/fake-timers": "^25.1.0", + "@jest/types": "^25.1.0", + "jest-mock": "^25.1.0", + "jest-util": "^25.1.0" + } + }, + "jest-get-type": { + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-25.1.0.tgz", + "integrity": "sha512-yWkBnT+5tMr8ANB6V+OjmrIJufHtCAqI5ic2H40v+tRqxDmE0PGnIiTyvRWFOMtmVHYpwRqyazDbTnhpjsGvLw==", + "dev": true + }, + "jest-haste-map": { + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-25.1.0.tgz", + "integrity": "sha512-/2oYINIdnQZAqyWSn1GTku571aAfs8NxzSErGek65Iu5o8JYb+113bZysRMcC/pjE5v9w0Yz+ldbj9NxrFyPyw==", + "dev": true, + "requires": { + "@jest/types": "^25.1.0", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "fsevents": "^2.1.2", + "graceful-fs": "^4.2.3", + "jest-serializer": "^25.1.0", + "jest-util": "^25.1.0", + "jest-worker": "^25.1.0", + "micromatch": "^4.0.2", + "sane": "^4.0.3", + "walker": "^1.0.7" + }, + "dependencies": { + "anymatch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", + "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", + "dev": true, + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "requires": { + "fill-range": "^7.0.1" + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "fsevents": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.2.tgz", + "integrity": "sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==", + "dev": true, + "optional": true + }, + "graceful-fs": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz", + "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==", + "dev": true + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true + }, + "micromatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", + "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", + "dev": true, + "requires": { + "braces": "^3.0.1", + "picomatch": "^2.0.5" + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "requires": { + "is-number": "^7.0.0" + } + } + } + }, + "jest-jasmine2": { + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-25.1.0.tgz", + "integrity": "sha512-GdncRq7jJ7sNIQ+dnXvpKO2MyP6j3naNK41DTTjEAhLEdpImaDA9zSAZwDhijjSF/D7cf4O5fdyUApGBZleaEg==", + "dev": true, + "requires": { + "@babel/traverse": "^7.1.0", + "@jest/environment": "^25.1.0", + "@jest/source-map": "^25.1.0", + "@jest/test-result": "^25.1.0", + "@jest/types": "^25.1.0", + "chalk": "^3.0.0", + "co": "^4.6.0", + "expect": "^25.1.0", + "is-generator-fn": "^2.0.0", + "jest-each": "^25.1.0", + "jest-matcher-utils": "^25.1.0", + "jest-message-util": "^25.1.0", + "jest-runtime": "^25.1.0", + "jest-snapshot": "^25.1.0", + "jest-util": "^25.1.0", + "pretty-format": "^25.1.0", + "throat": "^5.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-leak-detector": { + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-25.1.0.tgz", + "integrity": "sha512-3xRI264dnhGaMHRvkFyEKpDeaRzcEBhyNrOG5oT8xPxOyUAblIAQnpiR3QXu4wDor47MDTiHbiFcbypdLcLW5w==", + "dev": true, + "requires": { + "jest-get-type": "^25.1.0", + "pretty-format": "^25.1.0" + } + }, + "jest-matcher-utils": { + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-25.1.0.tgz", + "integrity": "sha512-KGOAFcSFbclXIFE7bS4C53iYobKI20ZWleAdAFun4W1Wz1Kkej8Ng6RRbhL8leaEvIOjGXhGf/a1JjO8bkxIWQ==", + "dev": true, + "requires": { + "chalk": "^3.0.0", + "jest-diff": "^25.1.0", + "jest-get-type": "^25.1.0", + "pretty-format": "^25.1.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, "jest-message-util": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-24.8.0.tgz", - "integrity": "sha512-p2k71rf/b6ns8btdB0uVdljWo9h0ovpnEe05ZKWceQGfXYr4KkzgKo3PBi8wdnd9OtNh46VpNIJynUn/3MKm1g==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-25.1.0.tgz", + "integrity": "sha512-Nr/Iwar2COfN22aCqX0kCVbXgn8IBm9nWf4xwGr5Olv/KZh0CZ32RKgZWMVDXGdOahicM10/fgjdimGNX/ttCQ==", "dev": true, "requires": { "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.8.0", - "@jest/types": "^24.8.0", + "@jest/test-result": "^25.1.0", + "@jest/types": "^25.1.0", "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", + "chalk": "^3.0.0", + "micromatch": "^4.0.2", + "slash": "^3.0.0", "stack-utils": "^1.0.1" }, "dependencies": { + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "requires": { + "fill-range": "^7.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true + }, + "micromatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", + "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", + "dev": true, + "requires": { + "braces": "^3.0.1", + "picomatch": "^2.0.5" + } + }, "slash": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "requires": { + "is-number": "^7.0.0" + } } } }, "jest-mock": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-24.8.0.tgz", - "integrity": "sha512-6kWugwjGjJw+ZkK4mDa0Df3sDlUTsV47MSrT0nGQ0RBWJbpODDQ8MHDVtGtUYBne3IwZUhtB7elxHspU79WH3A==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-25.1.0.tgz", + "integrity": "sha512-28/u0sqS+42vIfcd1mlcg4ZVDmSUYuNvImP4X2lX5hRMLW+CN0BeiKVD4p+ujKKbSPKd3rg/zuhCF+QBLJ4vag==", "dev": true, "requires": { - "@jest/types": "^24.8.0" + "@jest/types": "^25.1.0" } }, "jest-pnp-resolver": { @@ -13376,287 +14120,456 @@ "dev": true }, "jest-preset-angular": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/jest-preset-angular/-/jest-preset-angular-6.0.2.tgz", - "integrity": "sha512-uhrllY41tUvkeR41aX9bU5w3/EvvmwZiJ3UitDhRSEJL2Jvq2N/xKlmw7qvlZoGZnciFjOUJ2WDKv5fmCrvnQA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/jest-preset-angular/-/jest-preset-angular-8.0.0.tgz", + "integrity": "sha512-POQUTOdZwHJOFTr8lT+bR9da1L5ItRPQSjC1gyKf3wXO9ct2Ht08CO60dYDshivfewThdqzMeVYzgM9tEssw2A==", "dev": true, "requires": { - "@types/jest": "^23.3.1", - "jest-zone-patch": ">=0.0.9 <1.0.0", - "ts-jest": "~23.1.3" + "jest-environment-jsdom-fifteen": "^1.0.0", + "pretty-format": "^24.0.0", + "ts-jest": "^24.0.0" + }, + "dependencies": { + "@jest/types": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-24.9.0.tgz", + "integrity": "sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==", + "dev": true, + "requires": { + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^1.1.1", + "@types/yargs": "^13.0.0" + } + }, + "@types/yargs": { + "version": "13.0.8", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-13.0.8.tgz", + "integrity": "sha512-XAvHLwG7UQ+8M4caKIH0ZozIOYay5fQkAgyIXegXT9jPtdIGdhga+sUEdAr1CiG46aB+c64xQEYyEzlwWVTNzA==", + "dev": true, + "requires": { + "@types/yargs-parser": "*" + } + }, + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "pretty-format": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-24.9.0.tgz", + "integrity": "sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==", + "dev": true, + "requires": { + "@jest/types": "^24.9.0", + "ansi-regex": "^4.0.0", + "ansi-styles": "^3.2.0", + "react-is": "^16.8.4" + } + } } }, "jest-regex-util": { - "version": "24.3.0", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-24.3.0.tgz", - "integrity": "sha512-tXQR1NEOyGlfylyEjg1ImtScwMq8Oh3iJbGTjN7p0J23EuVX1MA8rwU69K4sLbCmwzgCUbVkm0FkSF9TdzOhtg==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-25.1.0.tgz", + "integrity": "sha512-9lShaDmDpqwg+xAd73zHydKrBbbrIi08Kk9YryBEBybQFg/lBWR/2BDjjiSE7KIppM9C5+c03XiDaZ+m4Pgs1w==", "dev": true }, "jest-resolve": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-24.8.0.tgz", - "integrity": "sha512-+hjSzi1PoRvnuOICoYd5V/KpIQmkAsfjFO71458hQ2Whi/yf1GDeBOFj8Gxw4LrApHsVJvn5fmjcPdmoUHaVKw==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-25.1.0.tgz", + "integrity": "sha512-XkBQaU1SRCHj2Evz2Lu4Czs+uIgJXWypfO57L7JYccmAXv4slXA6hzNblmcRmf7P3cQ1mE7fL3ABV6jAwk4foQ==", "dev": true, "requires": { - "@jest/types": "^24.8.0", + "@jest/types": "^25.1.0", "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", + "chalk": "^3.0.0", "jest-pnp-resolver": "^1.2.1", "realpath-native": "^1.1.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } } }, "jest-resolve-dependencies": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-24.8.0.tgz", - "integrity": "sha512-hyK1qfIf/krV+fSNyhyJeq3elVMhK9Eijlwy+j5jqmZ9QsxwKBiP6qukQxaHtK8k6zql/KYWwCTQ+fDGTIJauw==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-25.1.0.tgz", + "integrity": "sha512-Cu/Je38GSsccNy4I2vL12ZnBlD170x2Oh1devzuM9TLH5rrnLW1x51lN8kpZLYTvzx9j+77Y5pqBaTqfdzVzrw==", "dev": true, "requires": { - "@jest/types": "^24.8.0", - "jest-regex-util": "^24.3.0", - "jest-snapshot": "^24.8.0" + "@jest/types": "^25.1.0", + "jest-regex-util": "^25.1.0", + "jest-snapshot": "^25.1.0" } }, "jest-runner": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-24.8.0.tgz", - "integrity": "sha512-utFqC5BaA3JmznbissSs95X1ZF+d+4WuOWwpM9+Ak356YtMhHE/GXUondZdcyAAOTBEsRGAgH/0TwLzfI9h7ow==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-25.1.0.tgz", + "integrity": "sha512-su3O5fy0ehwgt+e8Wy7A8CaxxAOCMzL4gUBftSs0Ip32S0epxyZPDov9Znvkl1nhVOJNf4UwAsnqfc3plfQH9w==", "dev": true, "requires": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.8.0", - "@jest/test-result": "^24.8.0", - "@jest/types": "^24.8.0", - "chalk": "^2.4.2", + "@jest/console": "^25.1.0", + "@jest/environment": "^25.1.0", + "@jest/test-result": "^25.1.0", + "@jest/types": "^25.1.0", + "chalk": "^3.0.0", "exit": "^0.1.2", - "graceful-fs": "^4.1.15", - "jest-config": "^24.8.0", - "jest-docblock": "^24.3.0", - "jest-haste-map": "^24.8.0", - "jest-jasmine2": "^24.8.0", - "jest-leak-detector": "^24.8.0", - "jest-message-util": "^24.8.0", - "jest-resolve": "^24.8.0", - "jest-runtime": "^24.8.0", - "jest-util": "^24.8.0", - "jest-worker": "^24.6.0", + "graceful-fs": "^4.2.3", + "jest-config": "^25.1.0", + "jest-docblock": "^25.1.0", + "jest-haste-map": "^25.1.0", + "jest-jasmine2": "^25.1.0", + "jest-leak-detector": "^25.1.0", + "jest-message-util": "^25.1.0", + "jest-resolve": "^25.1.0", + "jest-runtime": "^25.1.0", + "jest-util": "^25.1.0", + "jest-worker": "^25.1.0", "source-map-support": "^0.5.6", - "throat": "^4.0.0" + "throat": "^5.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "graceful-fs": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz", + "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } } }, "jest-runtime": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-24.8.0.tgz", - "integrity": "sha512-Mq0aIXhvO/3bX44ccT+czU1/57IgOMyy80oM0XR/nyD5zgBcesF84BPabZi39pJVA6UXw+fY2Q1N+4BiVUBWOA==", - "dev": true, - "requires": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.8.0", - "@jest/source-map": "^24.3.0", - "@jest/transform": "^24.8.0", - "@jest/types": "^24.8.0", - "@types/yargs": "^12.0.2", - "chalk": "^2.0.1", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-25.1.0.tgz", + "integrity": "sha512-mpPYYEdbExKBIBB16ryF6FLZTc1Rbk9Nx0ryIpIMiDDkOeGa0jQOKVI/QeGvVGlunKKm62ywcioeFVzIbK03bA==", + "dev": true, + "requires": { + "@jest/console": "^25.1.0", + "@jest/environment": "^25.1.0", + "@jest/source-map": "^25.1.0", + "@jest/test-result": "^25.1.0", + "@jest/transform": "^25.1.0", + "@jest/types": "^25.1.0", + "@types/yargs": "^15.0.0", + "chalk": "^3.0.0", + "collect-v8-coverage": "^1.0.0", "exit": "^0.1.2", "glob": "^7.1.3", - "graceful-fs": "^4.1.15", - "jest-config": "^24.8.0", - "jest-haste-map": "^24.8.0", - "jest-message-util": "^24.8.0", - "jest-mock": "^24.8.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.8.0", - "jest-snapshot": "^24.8.0", - "jest-util": "^24.8.0", - "jest-validate": "^24.8.0", + "graceful-fs": "^4.2.3", + "jest-config": "^25.1.0", + "jest-haste-map": "^25.1.0", + "jest-message-util": "^25.1.0", + "jest-mock": "^25.1.0", + "jest-regex-util": "^25.1.0", + "jest-resolve": "^25.1.0", + "jest-snapshot": "^25.1.0", + "jest-util": "^25.1.0", + "jest-validate": "^25.1.0", "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "strip-bom": "^3.0.0", - "yargs": "^12.0.2" + "slash": "^3.0.0", + "strip-bom": "^4.0.0", + "yargs": "^15.0.0" }, "dependencies": { "ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", "dev": true }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } }, - "cliui": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz", - "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", "dev": true, "requires": { - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0", - "wrap-ansi": "^2.0.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" } }, - "execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", "dev": true, "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" } }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "requires": { - "locate-path": "^3.0.0" + "color-name": "~1.1.4" } }, - "get-stream": { + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "find-up": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, "requires": { - "pump": "^3.0.0" + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" } }, - "invert-kv": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz", - "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==", + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", "dev": true }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "graceful-fs": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz", + "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==", "dev": true }, - "lcid": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz", - "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", - "dev": true, - "requires": { - "invert-kv": "^2.0.0" - } + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true }, - "locate-path": { + "is-fullwidth-code-point": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "os-locale": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz", - "integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==", - "dev": true, - "requires": { - "execa": "^1.0.0", - "lcid": "^2.0.0", - "mem": "^4.0.0" - } + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true }, - "p-limit": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz", - "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, "requires": { - "p-try": "^2.0.0" + "p-locate": "^4.1.0" } }, "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, "requires": { - "p-limit": "^2.0.0" + "p-limit": "^2.2.0" } }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true }, - "slash": { + "require-main-filename": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", + "dev": true + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true }, "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", + "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", "dev": true, "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" } }, "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", "dev": true, "requires": { - "ansi-regex": "^3.0.0" + "ansi-regex": "^5.0.0" } }, "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", "dev": true }, - "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", - "dev": true + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } }, "yargs": { - "version": "12.0.5", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz", - "integrity": "sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.1.0.tgz", + "integrity": "sha512-T39FNN1b6hCW4SOIk1XyTOWxtXdcen0t+XYrysQmChzSipvhBO8Bj0nK1ozAasdk24dNWuMZvr4k24nz+8HHLg==", "dev": true, "requires": { - "cliui": "^4.0.0", + "cliui": "^6.0.0", "decamelize": "^1.2.0", - "find-up": "^3.0.0", - "get-caller-file": "^1.0.1", - "os-locale": "^3.0.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", "require-directory": "^2.1.1", - "require-main-filename": "^1.0.1", + "require-main-filename": "^2.0.0", "set-blocking": "^2.0.0", - "string-width": "^2.0.0", + "string-width": "^4.2.0", "which-module": "^2.0.0", - "y18n": "^3.2.1 || ^4.0.0", - "yargs-parser": "^11.1.1" + "y18n": "^4.0.0", + "yargs-parser": "^16.1.0" } }, "yargs-parser": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz", - "integrity": "sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==", + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-16.1.0.tgz", + "integrity": "sha512-H/V41UNZQPkUMIT5h5hiwg4QKIY1RPvoBV4XcjUbRM8Bk2oKqqyZ0DIEbTFZB0XjbtSPG8SAa/0DxCQmiRgzKg==", "dev": true, "requires": { "camelcase": "^5.0.0", @@ -13666,56 +14579,121 @@ } }, "jest-serializer": { - "version": "24.4.0", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-24.4.0.tgz", - "integrity": "sha512-k//0DtglVstc1fv+GY/VHDIjrtNjdYvYjMlbLUed4kxrE92sIUewOi5Hj3vrpB8CXfkJntRPDRjCrCvUhBdL8Q==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-25.1.0.tgz", + "integrity": "sha512-20Wkq5j7o84kssBwvyuJ7Xhn7hdPeTXndnwIblKDR2/sy1SUm6rWWiG9kSCgJPIfkDScJCIsTtOKdlzfIHOfKA==", "dev": true }, "jest-snapshot": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-24.8.0.tgz", - "integrity": "sha512-5ehtWoc8oU9/cAPe6fez6QofVJLBKyqkY2+TlKTOf0VllBB/mqUNdARdcjlZrs9F1Cv+/HKoCS/BknT0+tmfPg==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-25.1.0.tgz", + "integrity": "sha512-xZ73dFYN8b/+X2hKLXz4VpBZGIAn7muD/DAg+pXtDzDGw3iIV10jM7WiHqhCcpDZfGiKEj7/2HXAEPtHTj0P2A==", "dev": true, "requires": { "@babel/types": "^7.0.0", - "@jest/types": "^24.8.0", - "chalk": "^2.0.1", - "expect": "^24.8.0", - "jest-diff": "^24.8.0", - "jest-matcher-utils": "^24.8.0", - "jest-message-util": "^24.8.0", - "jest-resolve": "^24.8.0", + "@jest/types": "^25.1.0", + "chalk": "^3.0.0", + "expect": "^25.1.0", + "jest-diff": "^25.1.0", + "jest-get-type": "^25.1.0", + "jest-matcher-utils": "^25.1.0", + "jest-message-util": "^25.1.0", + "jest-resolve": "^25.1.0", "mkdirp": "^0.5.1", "natural-compare": "^1.4.0", - "pretty-format": "^24.8.0", - "semver": "^5.5.0" + "pretty-format": "^25.1.0", + "semver": "^7.1.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "semver": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.1.2.tgz", + "integrity": "sha512-BJs9T/H8sEVHbeigqzIEo57Iu/3DG6c4QoqTfbQB3BPA4zgzAomh/Fk9E7QtjWQ8mx2dgA9YCfSF4y9k9bHNpQ==", + "dev": true + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } } }, "jest-util": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-24.8.0.tgz", - "integrity": "sha512-DYZeE+XyAnbNt0BG1OQqKy/4GVLPtzwGx5tsnDrFcax36rVE3lTA5fbvgmbVPUZf9w77AJ8otqR4VBbfFJkUZA==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-25.1.0.tgz", + "integrity": "sha512-7did6pLQ++87Qsj26Fs/TIwZMUFBXQ+4XXSodRNy3luch2DnRXsSnmpVtxxQ0Yd6WTipGpbhh2IFP1mq6/fQGw==", "dev": true, "requires": { - "@jest/console": "^24.7.1", - "@jest/fake-timers": "^24.8.0", - "@jest/source-map": "^24.3.0", - "@jest/test-result": "^24.8.0", - "@jest/types": "^24.8.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", + "@jest/types": "^25.1.0", + "chalk": "^3.0.0", "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" + "mkdirp": "^0.5.1" }, "dependencies": { - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } }, "ci-info": { "version": "2.0.0", @@ -13723,6 +14701,27 @@ "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", "dev": true }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, "is-ci": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", @@ -13732,102 +14731,185 @@ "ci-info": "^2.0.0" } }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", - "dev": true - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } } } }, "jest-validate": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-24.8.0.tgz", - "integrity": "sha512-+/N7VOEMW1Vzsrk3UWBDYTExTPwf68tavEPKDnJzrC6UlHtUDU/fuEdXqFoHzv9XnQ+zW6X3qMZhJ3YexfeLDA==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-25.1.0.tgz", + "integrity": "sha512-kGbZq1f02/zVO2+t1KQGSVoCTERc5XeObLwITqC6BTRH3Adv7NZdYqCpKIZLUgpLXf2yISzQ465qOZpul8abXA==", "dev": true, "requires": { - "@jest/types": "^24.8.0", - "camelcase": "^5.0.0", - "chalk": "^2.0.1", - "jest-get-type": "^24.8.0", - "leven": "^2.1.0", - "pretty-format": "^24.8.0" + "@jest/types": "^25.1.0", + "camelcase": "^5.3.1", + "chalk": "^3.0.0", + "jest-get-type": "^25.1.0", + "leven": "^3.1.0", + "pretty-format": "^25.1.0" }, "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } } } }, "jest-watcher": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-24.8.0.tgz", - "integrity": "sha512-SBjwHt5NedQoVu54M5GEx7cl7IGEFFznvd/HNT8ier7cCAx/Qgu9ZMlaTQkvK22G1YOpcWBLQPFSImmxdn3DAw==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-25.1.0.tgz", + "integrity": "sha512-Q9eZ7pyaIr6xfU24OeTg4z1fUqBF/4MP6J801lyQfg7CsnZ/TCzAPvCfckKdL5dlBBEKBeHV0AdyjFZ5eWj4ig==", "dev": true, "requires": { - "@jest/test-result": "^24.8.0", - "@jest/types": "^24.8.0", - "@types/yargs": "^12.0.9", - "ansi-escapes": "^3.0.0", - "chalk": "^2.0.1", - "jest-util": "^24.8.0", - "string-length": "^2.0.0" + "@jest/test-result": "^25.1.0", + "@jest/types": "^25.1.0", + "ansi-escapes": "^4.2.1", + "chalk": "^3.0.0", + "jest-util": "^25.1.0", + "string-length": "^3.1.0" }, "dependencies": { "ansi-escapes": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", - "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.0.tgz", + "integrity": "sha512-EiYhwo0v255HUL6eDyuLrXEkTi7WwVCLAw+SeOQ7M7qdun1z1pum4DEm/nuqIVbPvi9RPPc9k9LbyBv6H0DwVg==", + "dev": true, + "requires": { + "type-fest": "^0.8.1" + } + }, + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } } } }, "jest-worker": { - "version": "24.6.0", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-24.6.0.tgz", - "integrity": "sha512-jDwgW5W9qGNvpI1tNnvajh0a5IE/PuGLFmHk6aR/BZFz8tSgGw17GsDPXAJ6p91IvYDjOw8GpFbvvZGAK+DPQQ==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-25.1.0.tgz", + "integrity": "sha512-ZHhHtlxOWSxCoNOKHGbiLzXnl42ga9CxDr27H36Qn+15pQZd3R/F24jrmjDelw9j/iHUIWMWs08/u2QN50HHOg==", "dev": true, "requires": { - "merge-stream": "^1.0.1", - "supports-color": "^6.1.0" + "merge-stream": "^2.0.0", + "supports-color": "^7.0.0" }, "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", "dev": true, "requires": { - "has-flag": "^3.0.0" + "has-flag": "^4.0.0" } } } }, - "jest-zone-patch": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/jest-zone-patch/-/jest-zone-patch-0.0.10.tgz", - "integrity": "sha512-K5uHLHgMgi2Eyj74gbY+xSeGGekb5U48bXsgDwgipRbFdaekyZK+TAcp8auamqU4UjrAt5S4sIUZz/2bBNyTTA==", - "dev": true - }, - "joi": { - "version": "13.7.0", - "resolved": "https://registry.npmjs.org/joi/-/joi-13.7.0.tgz", - "integrity": "sha512-xuY5VkHfeOYK3Hdi91ulocfuFopwgbSORmIwzcwHKESQhC7w1kD5jaVSPnqDxS2I8t3RZ9omCKAxNwXN5zG1/Q==", - "requires": { - "hoek": "5.x.x", - "isemail": "3.x.x", - "topo": "3.x.x" - } - }, "js-levenshtein": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/js-levenshtein/-/js-levenshtein-1.1.6.tgz", @@ -13856,56 +14938,55 @@ "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" }, "jsdom": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-11.12.0.tgz", - "integrity": "sha512-y8Px43oyiBM13Zc1z780FrfNLJCXTL40EWlty/LXUtcjykRBNgLlCjWXpfSPBl2iv+N7koQN+dvqszHZgT/Fjw==", + "version": "15.2.1", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-15.2.1.tgz", + "integrity": "sha512-fAl1W0/7T2G5vURSyxBzrJ1LSdQn6Tr5UX/xD4PXDx/PDgwygedfW6El/KIj3xJ7FU61TTYnc/l/B7P49Eqt6g==", "dev": true, "requires": { "abab": "^2.0.0", - "acorn": "^5.5.3", - "acorn-globals": "^4.1.0", + "acorn": "^7.1.0", + "acorn-globals": "^4.3.2", "array-equal": "^1.0.0", - "cssom": ">= 0.3.2 < 0.4.0", - "cssstyle": "^1.0.0", - "data-urls": "^1.0.0", + "cssom": "^0.4.1", + "cssstyle": "^2.0.0", + "data-urls": "^1.1.0", "domexception": "^1.0.1", - "escodegen": "^1.9.1", + "escodegen": "^1.11.1", "html-encoding-sniffer": "^1.0.2", - "left-pad": "^1.3.0", - "nwsapi": "^2.0.7", - "parse5": "4.0.0", + "nwsapi": "^2.2.0", + "parse5": "5.1.0", "pn": "^1.1.0", - "request": "^2.87.0", - "request-promise-native": "^1.0.5", - "sax": "^1.2.4", + "request": "^2.88.0", + "request-promise-native": "^1.0.7", + "saxes": "^3.1.9", "symbol-tree": "^3.2.2", - "tough-cookie": "^2.3.4", + "tough-cookie": "^3.0.1", "w3c-hr-time": "^1.0.1", + "w3c-xmlserializer": "^1.1.2", "webidl-conversions": "^4.0.2", - "whatwg-encoding": "^1.0.3", - "whatwg-mimetype": "^2.1.0", - "whatwg-url": "^6.4.1", - "ws": "^5.2.0", + "whatwg-encoding": "^1.0.5", + "whatwg-mimetype": "^2.3.0", + "whatwg-url": "^7.0.0", + "ws": "^7.0.0", "xml-name-validator": "^3.0.0" }, "dependencies": { - "acorn": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz", - "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==", - "dev": true - }, "parse5": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-4.0.0.tgz", - "integrity": "sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.0.tgz", + "integrity": "sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ==", "dev": true }, - "sax": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", - "dev": true + "tough-cookie": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-3.0.1.tgz", + "integrity": "sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==", + "dev": true, + "requires": { + "ip-regex": "^2.1.0", + "psl": "^1.1.28", + "punycode": "^2.1.1" + } } } }, @@ -13990,9 +15071,9 @@ } }, "jszip": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.2.1.tgz", - "integrity": "sha512-iCMBbo4eE5rb1VCpm5qXOAaUiRKRUKiItn8ah2YQQx9qymmSAY98eyQfioChEYcVQLh0zxJ3wS4A0mh90AVPvw==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.2.2.tgz", + "integrity": "sha512-NmKajvAFQpbg3taXQXr/ccS2wcucR1AZ+NtyWp2Nq7HHVsXhcJFR8p0Baf32C2yVvBylFWVeKf+WI2AnvlPhpA==", "requires": { "lie": "~3.3.0", "pako": "~1.0.2", @@ -14096,16 +15177,10 @@ "invert-kv": "^2.0.0" } }, - "left-pad": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/left-pad/-/left-pad-1.3.0.tgz", - "integrity": "sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==", - "dev": true - }, "less": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/less/-/less-3.9.0.tgz", - "integrity": "sha512-31CmtPEZraNUtuUREYjSqRkeETFdyEHSEPAGq4erDlUXtda7pzNmctdljdIagSb589d/qXGWiiP31R5JVf+v0w==", + "version": "3.10.3", + "resolved": "https://registry.npmjs.org/less/-/less-3.10.3.tgz", + "integrity": "sha512-vz32vqfgmoxF1h3K4J+yKCtajH0PWmjkIFgbs5d78E/c/e+UQTnI+lWK+1eQRE95PXM2mC3rJlLSSP9VQHnaow==", "dev": true, "requires": { "clone": "^2.1.2", @@ -14147,37 +15222,10 @@ } } }, - "less-plugin-npm-import": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/less-plugin-npm-import/-/less-plugin-npm-import-2.1.0.tgz", - "integrity": "sha1-gj5phskzGKmBccqFiEi2vq1Vvz4=", - "dev": true, - "requires": { - "promise": "~7.0.1", - "resolve": "~1.1.6" - }, - "dependencies": { - "promise": { - "version": "7.0.4", - "resolved": "http://registry.npmjs.org/promise/-/promise-7.0.4.tgz", - "integrity": "sha1-Nj6EpMNsg1a4kP7WLJHOhdAu1Tk=", - "dev": true, - "requires": { - "asap": "~2.0.3" - } - }, - "resolve": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz", - "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=", - "dev": true - } - } - }, "leven": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/leven/-/leven-2.1.0.tgz", - "integrity": "sha1-wuep93IJTe6dNCAq6KzORoeHVYA=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", "dev": true }, "levn": { @@ -14387,16 +15435,23 @@ } }, "load-json-file": { - "version": "1.1.0", - "resolved": "http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", - "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dev": true, "requires": { "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "strip-bom": "^2.0.0" + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" + }, + "dependencies": { + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true + } } }, "loader-runner": { @@ -14417,20 +15472,19 @@ } }, "locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "dev": true, "requires": { - "p-locate": "^2.0.0", + "p-locate": "^3.0.0", "path-exists": "^3.0.0" } }, "lodash": { "version": "4.17.15", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", - "dev": true + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" }, "lodash._reinterpolate": { "version": "3.0.0", @@ -14487,22 +15541,22 @@ "dev": true }, "lodash.template": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.4.0.tgz", - "integrity": "sha1-5zoDhcg1VZF0bgILmWecaQ5o+6A=", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz", + "integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==", "dev": true, "requires": { - "lodash._reinterpolate": "~3.0.0", + "lodash._reinterpolate": "^3.0.0", "lodash.templatesettings": "^4.0.0" } }, "lodash.templatesettings": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.1.0.tgz", - "integrity": "sha1-K01OlbpEDZFf8IvImeRVNmZxMxY=", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz", + "integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==", "dev": true, "requires": { - "lodash._reinterpolate": "~3.0.0" + "lodash._reinterpolate": "^3.0.0" } }, "lodash.uniq": { @@ -14536,6 +15590,15 @@ "integrity": "sha512-Sgr5lbboAUBo3eXCSPL4/KoVz3ROKquOjcctxmHIt+vol2DrqTQe3SwkKKuYhEiWB5kYa13YyopJ69deJ1irzQ==", "dev": true }, + "lolex": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/lolex/-/lolex-5.1.2.tgz", + "integrity": "sha512-h4hmjAvHTmd+25JSwrtTIuwbKdwg5NzZVRMLn9saij4SZaepCrTCxPr35H/3bjwfMJtN+t3CX8672UIkglz28A==", + "dev": true, + "requires": { + "@sinonjs/commons": "^1.7.0" + } + }, "loose-envify": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", @@ -14556,9 +15619,12 @@ } }, "lower-case": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-1.1.4.tgz", - "integrity": "sha1-miyr0bno4K6ZOkv31YdcOcQujqw=" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.1.tgz", + "integrity": "sha512-LiWgfDLLb1dwbFQZsSglpRj+1ctGnayXz3Uv0/WO8n558JycT5fg6zkNcnW0G68Nn0aEldTFeEfmjCfmqry/rQ==", + "requires": { + "tslib": "^1.10.0" + } }, "lowercase-keys": { "version": "1.0.1", @@ -14567,13 +15633,12 @@ "dev": true }, "lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", - "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dev": true, "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" + "yallist": "^3.0.2" } }, "macos-release": { @@ -14583,27 +15648,27 @@ "dev": true }, "magic-string": { - "version": "0.25.3", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.3.tgz", - "integrity": "sha512-6QK0OpF/phMz0Q2AxILkX2mFhi7m+WMwTRg0LQKq/WBB0cDP4rYH3Wp4/d3OTXlrPLVJT/RFqj8tFeAR4nk8AA==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.4.tgz", + "integrity": "sha512-oycWO9nEVAP2RVPbIoDoA4Y7LFIJ3xRYov93gAyJhZkET1tNuB0u7uWkZS2LpBWTJUWnmau/To8ECWRC+jKNfw==", "dev": true, "requires": { "sourcemap-codec": "^1.4.4" } }, "make-dir": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz", - "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.0.0.tgz", + "integrity": "sha512-grNJDhb8b1Jm1qeqW5R/O63wUo4UXo2v2HMic6YT9i/HBlF93S8jkMgH7yugvY9ABDShH4VZMn8I+U8+fCNegw==", "dev": true, "requires": { - "pify": "^3.0.0" + "semver": "^6.0.0" }, "dependencies": { - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true } } @@ -14615,39 +15680,22 @@ "dev": true }, "make-fetch-happen": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-5.0.0.tgz", - "integrity": "sha512-nFr/vpL1Jc60etMVKeaLOqfGjMMb3tAHFVJWxHOFCFS04Zmd7kGlMxo0l1tzfhoQje0/UPnd0X8OeGUiXXnfPA==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-5.0.2.tgz", + "integrity": "sha512-07JHC0r1ykIoruKO8ifMXu+xEU8qOXDFETylktdug6vJDACnP+HKevOu3PXyNPzFyTSlz8vrBYlBO1JZRe8Cag==", "dev": true, "requires": { "agentkeepalive": "^3.4.1", "cacache": "^12.0.0", "http-cache-semantics": "^3.8.1", "http-proxy-agent": "^2.1.0", - "https-proxy-agent": "^2.2.1", + "https-proxy-agent": "^2.2.3", "lru-cache": "^5.1.1", "mississippi": "^3.0.0", "node-fetch-npm": "^2.0.2", "promise-retry": "^1.1.1", "socks-proxy-agent": "^4.0.0", "ssri": "^6.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "requires": { - "yallist": "^3.0.2" - } - }, - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - } } }, "makeerror": { @@ -14681,9 +15729,9 @@ "dev": true }, "map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", + "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", "dev": true }, "map-stream": { @@ -14724,7 +15772,7 @@ }, "media-typer": { "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "resolved": "http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", "dev": true }, @@ -14756,21 +15804,37 @@ "dev": true }, "meow": { - "version": "3.7.0", - "resolved": "http://registry.npmjs.org/meow/-/meow-3.7.0.tgz", - "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-5.0.0.tgz", + "integrity": "sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==", "dev": true, "requires": { - "camelcase-keys": "^2.0.0", - "decamelize": "^1.1.2", + "camelcase-keys": "^4.0.0", + "decamelize-keys": "^1.0.0", "loud-rejection": "^1.0.0", - "map-obj": "^1.0.1", - "minimist": "^1.1.3", + "minimist-options": "^3.0.1", "normalize-package-data": "^2.3.4", - "object-assign": "^4.0.1", - "read-pkg-up": "^1.0.1", - "redent": "^1.0.0", - "trim-newlines": "^1.0.0" + "read-pkg-up": "^3.0.0", + "redent": "^2.0.0", + "trim-newlines": "^2.0.0", + "yargs-parser": "^10.0.0" + }, + "dependencies": { + "camelcase": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", + "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", + "dev": true + }, + "yargs-parser": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz", + "integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==", + "dev": true, + "requires": { + "camelcase": "^4.1.0" + } + } } }, "merge-descriptors": { @@ -14797,18 +15861,15 @@ } }, "merge-stream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-1.0.1.tgz", - "integrity": "sha1-QEEgLVCKNCugAXQAjfDCUbjBNeE=", - "dev": true, - "requires": { - "readable-stream": "^2.0.1" - } + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true }, "merge2": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.2.4.tgz", - "integrity": "sha512-FYE8xI+6pjFOhokZu0We3S5NKCirLbCzSh2Usf3qEyr4X8U+0jNg9P8RZ4qz+V2UoECLVwSyzU3LxXBaLGtD3A==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.3.0.tgz", + "integrity": "sha512-2j4DAdlBOkiSZIsaXk4mTE3sRS02yBHAtfy127xRV3bQUFqXkjHCHLW6Scv7DwNRbIWNHH8zpnz9zMaKXIdvYw==", "dev": true }, "methods": { @@ -14870,8 +15931,7 @@ "mimic-fn": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "dev": true + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" }, "mimic-response": { "version": "1.0.1", @@ -14955,14 +16015,6 @@ "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0" - }, - "dependencies": { - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - } } }, "minipass-collect": { @@ -15156,9 +16208,9 @@ "dev": true }, "mute-stream": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", - "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=", + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", "dev": true }, "nan": { @@ -15206,67 +16258,121 @@ "dev": true }, "ng-packagr": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-5.7.0.tgz", - "integrity": "sha512-/75eqAyk2ef8J0aMLl7XCx1QXmqUUTsQDu+fNCFDIYpkpWBh0C8Rkdd72hMLPv3MMo63pfaNeiMXa0zzpQINyA==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-9.0.0.tgz", + "integrity": "sha512-uK9sdOmjAQJgKh/3UN0/3XmV5IRTmdQt3vRElwbmd+rAl8Z/g/h2CMLIXqhLOfWcLnYzepkhoXlQPbiwpxAw0w==", "dev": true, "requires": { + "@rollup/plugin-commonjs": "^11.0.2", + "@rollup/plugin-json": "^4.0.0", + "@rollup/plugin-node-resolve": "^7.1.0", "ajv": "^6.10.2", - "autoprefixer": "^9.6.0", - "browserslist": "^4.0.0", - "chalk": "^2.3.1", - "chokidar": "^3.0.0", + "autoprefixer": "^9.6.5", + "browserslist": "^4.7.0", + "chalk": "^3.0.0", + "chokidar": "^3.2.1", "clean-css": "^4.1.11", - "commander": "^3.0.0", - "fs-extra": "^8.0.0", + "commander": "^4.0.0", + "fs-extra": "^8.1.0", "glob": "^7.1.2", "injection-js": "^2.2.1", - "less": "^3.8.0", - "less-plugin-npm-import": "^2.1.0", + "less": "^3.10.3", "node-sass-tilde-importer": "^1.0.0", - "postcss": "^7.0.0", + "postcss": "^7.0.18", "postcss-url": "^8.0.0", "read-pkg-up": "^5.0.0", "rimraf": "^3.0.0", - "rollup": "^1.12.1", - "rollup-plugin-commonjs": "^10.0.0", - "rollup-plugin-json": "^4.0.0", - "rollup-plugin-node-resolve": "^5.0.0", - "rollup-plugin-sourcemaps": "^0.4.2", - "rxjs": "^6.0.0", - "sass": "^1.17.3", - "stylus": "^0.54.5", - "terser": "^4.1.2", - "update-notifier": "^3.0.0" + "rollup": "1.31.0", + "rollup-plugin-sourcemaps": "^0.5.0", + "rxjs": "^6.5.0", + "sass": "^1.23.0", + "stylus": "^0.54.7", + "terser": "^4.3.8", + "update-notifier": "^4.0.0" }, "dependencies": { "ajv": { - "version": "6.10.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz", - "integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.11.0.tgz", + "integrity": "sha512-nCprB/0syFYy9fVYU1ox1l2KN8S9I+tziH8D4zdZuLT3N6RMlGSGt5FSTpAiHB/Whv8Qs1cWHma1aMKZyaHRKA==", "dev": true, "requires": { - "fast-deep-equal": "^2.0.1", + "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", "json-schema-traverse": "^0.4.1", "uri-js": "^4.2.2" } }, - "commander": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/commander/-/commander-3.0.2.tgz", - "integrity": "sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow==", + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "browserslist": { + "version": "4.8.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.8.6.tgz", + "integrity": "sha512-ZHao85gf0eZ0ESxLfCp73GG9O/VTytYDIkIiZDlURppLTI9wErSM/5yAKEq6rcUdxBLjMELmrYUJGg5sxGKMHg==", + "dev": true, + "requires": { + "caniuse-lite": "^1.0.30001023", + "electron-to-chromium": "^1.3.341", + "node-releases": "^1.1.47" + } + }, + "caniuse-lite": { + "version": "1.0.30001025", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001025.tgz", + "integrity": "sha512-SKyFdHYfXUZf5V85+PJgLYyit27q4wgvZuf8QTOk1osbypcROihMBlx9GRar2/pIcKH2r4OehdlBr9x6PXetAQ==", "dev": true }, - "find-up": { + "chalk": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", "dev": true, "requires": { - "locate-path": "^3.0.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" } }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true + }, + "electron-to-chromium": { + "version": "1.3.345", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.345.tgz", + "integrity": "sha512-f8nx53+Z9Y+SPWGg3YdHrbYYfIJAtbUjpFfW4X1RwTZ94iUG7geg9tV8HqzAXX7XTNgyWgAFvce4yce8ZKxKmg==", + "dev": true + }, + "fast-deep-equal": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz", + "integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==", + "dev": true + }, "fs-extra": { "version": "8.1.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", @@ -15279,54 +16385,35 @@ } }, "graceful-fs": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.2.tgz", - "integrity": "sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz", + "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==", "dev": true }, - "jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true }, - "p-limit": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz", - "integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==", + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", "dev": true, "requires": { - "p-try": "^2.0.0" + "graceful-fs": "^4.1.6" } }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "node-releases": { + "version": "1.1.48", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.48.tgz", + "integrity": "sha512-Hr8BbmUl1ujAST0K0snItzEA5zkJTQup8VNTKNfT6Zw8vTJkIiagUPNfxHmgDOyfFYNfKAul40sD0UEYTvwebw==", "dev": true, "requires": { - "p-limit": "^2.0.0" + "semver": "^6.3.0" } }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, "parse-json": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.0.0.tgz", @@ -15339,6 +16426,80 @@ "lines-and-columns": "^1.1.6" } }, + "postcss": { + "version": "7.0.26", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz", + "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + }, + "dependencies": { + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "dependencies": { + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, "read-pkg": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", @@ -15362,47 +16523,33 @@ } }, "rimraf": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.0.tgz", - "integrity": "sha512-NDGVxTsjqfunkds7CqsOiEnxln4Bo7Nddl3XhS4pXg5OzwkLqJ971ZVAAnB+DDLnF76N+VnDEiBHaVV8I06SUg==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.1.tgz", + "integrity": "sha512-IQ4ikL8SjBiEDZfk+DFVwqRK8md24RWMEJkdSlgNLkyyAImcjf8SWvU1qFMDOb4igBClbTQ/ugPqXcRwdFTxZw==", "dev": true, "requires": { "glob": "^7.1.3" } }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true }, - "source-map-support": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", - "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", - "dev": true, - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "terser": { - "version": "4.3.9", - "resolved": "https://registry.npmjs.org/terser/-/terser-4.3.9.tgz", - "integrity": "sha512-NFGMpHjlzmyOtPL+fDw3G7+6Ueh/sz4mkaUYa4lJCxOPTNzd0Uj0aZJOmsDYoSQyfuVoWDMSWTPU3huyOm2zdA==", + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", "dev": true, "requires": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true - } + "has-flag": "^4.0.0" } }, "type-fest": { @@ -15414,34 +16561,38 @@ } }, "ngx-color": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/ngx-color/-/ngx-color-2.0.7.tgz", - "integrity": "sha512-R+J+4VxklH7VmHNXJg3wMlu8MMsnmUkdh8WGgcbDFep0z5aLXZ29RI9CqialNRN9ZYfN5BtbDSZQVKzY5GBG2A==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ngx-color/-/ngx-color-4.1.1.tgz", + "integrity": "sha512-eWqhqc6iW7RmBF4nWRIpOCFJwoDOJm/rrdp8RJpxqcYmiuN3ZXXIcHLXK6ut2+yDb/wkI9bMdTXwC0AAgZcX/Q==", "requires": { + "@ctrl/tinycolor": "^2.6.0", "material-colors": "^1.2.6", - "tinycolor2": "^1.4.1", "tslib": "^1.9.0" } }, "ngx-highlightjs": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/ngx-highlightjs/-/ngx-highlightjs-3.0.3.tgz", - "integrity": "sha512-/Eh+uJL9CiePWXzyT7VpLaQoWQyyNEUQaHhJ4faUBQZLBpachCBY55iDX0mi50zG9dapTiiapH5Vz/sL2GDxlg==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/ngx-highlightjs/-/ngx-highlightjs-4.0.2.tgz", + "integrity": "sha512-qCQXMDFpbDv5u51rLfoc2G3mMq+l6uatFI+BZT0JkTYTvjdqOFkGWLzQ1hA5UPzyFc3dCpT+OLeVdtq6oX99dg==", "requires": { + "highlight.js": "*", + "highlightjs-line-numbers.js": "*", "tslib": "^1.9.0" } }, "nice-try": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", - "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "dev": true }, "no-case": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz", - "integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.3.tgz", + "integrity": "sha512-ehY/mVQCf9BL0gKfsJBvFJen+1V//U+0HQMPrWct40ixE4jnv0bfvxDbWtAHL9EcaPEOJHVVYKoQn1TlZUB8Tw==", "requires": { - "lower-case": "^1.1.1" + "lower-case": "^2.0.1", + "tslib": "^1.10.0" } }, "node-eta": { @@ -15536,16 +16687,33 @@ "dev": true }, "node-notifier": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-5.4.0.tgz", - "integrity": "sha512-SUDEb+o71XR5lXSTyivXd9J7fCloE3SyP4lSgt3lU2oSANiox+SxlNRGPjDKrwU1YN3ix2KN/VGGCg0t01rttQ==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-6.0.0.tgz", + "integrity": "sha512-SVfQ/wMw+DesunOm5cKqr6yDcvUTDl/yc97ybGHMrteNEY6oekXpNpS3lZwgLlwz0FLgHoiW28ZpmBHUDg37cw==", "dev": true, + "optional": true, "requires": { "growly": "^1.3.0", - "is-wsl": "^1.1.0", - "semver": "^5.5.0", + "is-wsl": "^2.1.1", + "semver": "^6.3.0", "shellwords": "^0.1.1", - "which": "^1.3.0" + "which": "^1.3.1" + }, + "dependencies": { + "is-wsl": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.1.1.tgz", + "integrity": "sha512-umZHcSrwlDHo2TGMXv0DZ8dIUGunZ2Iv68YZnrmCiBPkZ4aaOhtv7pXJKeki9k3qJ3RJr0cDyitcl5wEH3AYog==", + "dev": true, + "optional": true + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "optional": true + } } }, "node-releases": { @@ -15608,31 +16776,41 @@ "dev": true }, "npm-bundled": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.0.6.tgz", - "integrity": "sha512-8/JCaftHwbd//k6y2rEWp6k1wxVfpFzB6t1p825+cUb7Ym2XQfhwIC5KwhrvzZRJu+LtDE585zVaS32+CGtf0g==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.1.tgz", + "integrity": "sha512-gqkfgGePhTpAEgUsGEgcq1rqPXA+tv/aVBlgEzfXwA1yiUJF7xtEt3CtVwOjNYQOVknDk0F20w58Fnm3EtG0fA==", + "dev": true, + "requires": { + "npm-normalize-package-bin": "^1.0.1" + } + }, + "npm-normalize-package-bin": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz", + "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==", "dev": true }, "npm-package-arg": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-6.1.0.tgz", - "integrity": "sha512-zYbhP2k9DbJhA0Z3HKUePUgdB1x7MfIfKssC+WLPFMKTBZKpZh5m13PgexJjCq6KW7j17r0jHWcCpxEqnnncSA==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-6.1.1.tgz", + "integrity": "sha512-qBpssaL3IOZWi5vEKUKW0cO7kzLeT+EQO9W8RsLOZf76KF9E/K9+wH0C7t06HXPpaH8WH5xF1MExLuCwbTqRUg==", "dev": true, "requires": { - "hosted-git-info": "^2.6.0", + "hosted-git-info": "^2.7.1", "osenv": "^0.1.5", - "semver": "^5.5.0", + "semver": "^5.6.0", "validate-npm-package-name": "^3.0.0" } }, "npm-packlist": { - "version": "1.4.6", - "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.6.tgz", - "integrity": "sha512-u65uQdb+qwtGvEJh/DgQgW1Xg7sqeNbmxYyrvlNznaVTjV3E5P6F/EFjM+BVHXl7JJlsdG8A64M0XI8FI/IOlg==", + "version": "1.4.8", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.8.tgz", + "integrity": "sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A==", "dev": true, "requires": { "ignore-walk": "^3.0.1", - "npm-bundled": "^1.0.1" + "npm-bundled": "^1.0.1", + "npm-normalize-package-bin": "^1.0.1" } }, "npm-pick-manifest": { @@ -15662,31 +16840,16 @@ }, "dependencies": { "bluebird": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.1.tgz", - "integrity": "sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", "dev": true }, - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "requires": { - "yallist": "^3.0.2" - } - }, "safe-buffer": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==", "dev": true - }, - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true } } }, @@ -15767,6 +16930,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", + "dev": true, "requires": { "path-key": "^2.0.0" } @@ -15793,9 +16957,9 @@ "dev": true }, "nwsapi": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.1.4.tgz", - "integrity": "sha512-iGfd9Y6SFdTNldEy2L0GUhcarIutFmk+MPWIn9dmj8NMIup03G08uUF2KGbbmv/Ux4RT0VZJoP/sVbWA6d/VIw==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz", + "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==", "dev": true }, "oauth-sign": { @@ -16005,14 +17169,28 @@ "dev": true }, "open": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/open/-/open-6.4.0.tgz", - "integrity": "sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/open/-/open-7.0.0.tgz", + "integrity": "sha512-K6EKzYqnwQzk+/dzJAQSBORub3xlBTxMz+ntpZpH/LyCa1o6KjXhuN+2npAaI9jaSmU3R1Q8NWf4KUWcyytGsQ==", "dev": true, "requires": { - "is-wsl": "^1.1.0" + "is-wsl": "^2.1.0" + }, + "dependencies": { + "is-wsl": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.1.1.tgz", + "integrity": "sha512-umZHcSrwlDHo2TGMXv0DZ8dIUGunZ2Iv68YZnrmCiBPkZ4aaOhtv7pXJKeki9k3qJ3RJr0cDyitcl5wEH3AYog==", + "dev": true + } } }, + "opencollective-postinstall": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz", + "integrity": "sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==", + "dev": true + }, "opn": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz", @@ -16041,48 +17219,61 @@ } }, "optionator": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz", - "integrity": "sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", + "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", "dev": true, "requires": { "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.4", + "fast-levenshtein": "~2.0.6", "levn": "~0.3.0", "prelude-ls": "~1.1.2", "type-check": "~0.3.2", - "wordwrap": "~1.0.0" - }, - "dependencies": { - "wordwrap": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", - "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=", - "dev": true - } + "word-wrap": "~1.2.3" } }, "ora": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/ora/-/ora-4.0.2.tgz", - "integrity": "sha512-YUOZbamht5mfLxPmk4M35CD/5DuOkAacxlEUbStVXpBAt4fyhBf+vZHI/HRkI++QUp3sNoeA2Gw4C+hi4eGSig==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/ora/-/ora-4.0.3.tgz", + "integrity": "sha512-fnDebVFyz309A73cqCipVL1fBZewq4vwgSHfxh43vVy31mbyoQ8sCH3Oeaog/owYOs/lLlGVPCISQonTneg6Pg==", "dev": true, "requires": { - "chalk": "^2.4.2", + "chalk": "^3.0.0", "cli-cursor": "^3.1.0", "cli-spinners": "^2.2.0", "is-interactive": "^1.0.0", "log-symbols": "^3.0.0", - "strip-ansi": "^5.2.0", + "mute-stream": "0.0.8", + "strip-ansi": "^6.0.0", "wcwidth": "^1.0.1" }, "dependencies": { "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", "dev": true }, + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, "cli-cursor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", @@ -16092,6 +17283,27 @@ "restore-cursor": "^3.1.0" } }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, "log-symbols": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", @@ -16099,6 +17311,58 @@ "dev": true, "requires": { "chalk": "^2.4.2" + }, + "dependencies": { + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } } }, "onetime": { @@ -16121,12 +17385,21 @@ } }, "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", "dev": true, "requires": { - "ansi-regex": "^4.1.0" + "ansi-regex": "^5.0.0" + } + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" } } } @@ -16228,18 +17501,16 @@ "dev": true }, "p-each-series": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-1.0.0.tgz", - "integrity": "sha1-kw89Et0fUOdDRFeiLNbwSsatf3E=", - "dev": true, - "requires": { - "p-reduce": "^1.0.0" - } + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-2.1.0.tgz", + "integrity": "sha512-ZuRs1miPT4HrjFa+9fRfOFXxGJfORgelKV9f9nNOWw2gl6gVsRaVDOQP0+MI0G0wGKns1Yacsu0GjOFbTK0JFQ==", + "dev": true }, "p-finally": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", - "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", + "dev": true }, "p-is-promise": { "version": "2.1.0", @@ -16248,33 +17519,27 @@ "dev": true }, "p-limit": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.2.tgz", + "integrity": "sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==", "dev": true, "requires": { - "p-try": "^1.0.0" + "p-try": "^2.0.0" } }, "p-locate": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "dev": true, "requires": { - "p-limit": "^1.1.0" + "p-limit": "^2.0.0" } }, "p-map": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz", - "integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==", - "dev": true - }, - "p-reduce": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-1.0.0.tgz", - "integrity": "sha1-GMKw3ZNqRpClKfgjH1ig/bakffo=", + "integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==", "dev": true }, "p-retry": { @@ -16295,9 +17560,9 @@ } }, "p-try": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true }, "package-json": { @@ -16312,16 +17577,6 @@ "semver": "^6.2.0" }, "dependencies": { - "registry-auth-token": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.0.0.tgz", - "integrity": "sha512-lpQkHxd9UL6tb3k/aHAVfnVtn+Bcs9ob5InuFLLEDqSqeq+AljB8GZW9xY0x7F+xYwEcjKe07nyoxzEYz6yvkw==", - "dev": true, - "requires": { - "rc": "^1.2.8", - "safe-buffer": "^5.0.1" - } - }, "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", @@ -16331,13 +17586,14 @@ } }, "pacote": { - "version": "9.5.5", - "resolved": "https://registry.npmjs.org/pacote/-/pacote-9.5.5.tgz", - "integrity": "sha512-jAEP+Nqj4kyMWyNpfTU/Whx1jA7jEc5cCOlurm0/0oL+v8TAp1QSsK83N7bYe+2bEdFzMAtPG5TBebjzzGV0cA==", + "version": "9.5.8", + "resolved": "https://registry.npmjs.org/pacote/-/pacote-9.5.8.tgz", + "integrity": "sha512-0Tl8Oi/K0Lo4MZmH0/6IsT3gpGf9eEAznLXEQPKgPq7FscnbUOyopnVpwXlnQdIbCUaojWy1Wd7VMyqfVsRrIw==", "dev": true, "requires": { "bluebird": "^3.5.3", "cacache": "^12.0.2", + "chownr": "^1.1.2", "figgy-pudding": "^3.5.1", "get-stream": "^4.1.0", "glob": "^7.1.3", @@ -16351,7 +17607,7 @@ "normalize-package-data": "^2.4.0", "npm-package-arg": "^6.1.0", "npm-packlist": "^1.1.12", - "npm-pick-manifest": "^2.2.3", + "npm-pick-manifest": "^3.0.0", "npm-registry-fetch": "^4.0.0", "osenv": "^0.1.5", "promise-inflight": "^1.0.1", @@ -16361,15 +17617,15 @@ "safe-buffer": "^5.1.2", "semver": "^5.6.0", "ssri": "^6.0.1", - "tar": "^4.4.8", + "tar": "^4.4.10", "unique-filename": "^1.1.1", "which": "^1.3.1" }, "dependencies": { "bluebird": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.1.tgz", - "integrity": "sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", "dev": true }, "get-stream": { @@ -16380,32 +17636,6 @@ "requires": { "pump": "^3.0.0" } - }, - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "requires": { - "yallist": "^3.0.2" - } - }, - "npm-pick-manifest": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-2.2.3.tgz", - "integrity": "sha512-+IluBC5K201+gRU85vFlUwX3PFShZAbAgDNp2ewJdWMVSppdo/Zih0ul2Ecky/X7b51J7LrrUAP+XOmOCvYZqA==", - "dev": true, - "requires": { - "figgy-pudding": "^3.5.1", - "npm-package-arg": "^6.0.0", - "semver": "^5.4.1" - } - }, - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true } } }, @@ -16426,11 +17656,12 @@ } }, "param-case": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/param-case/-/param-case-2.1.1.tgz", - "integrity": "sha1-35T9jPZTHs915r75oIWPvHK+Ikc=", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.3.tgz", + "integrity": "sha512-VWBVyimc1+QrzappRs7waeN2YmoZFCGXWASRYX1/rGHtXqEcrGEIDm+jqIwFa2fRXNgQEwrxaYuIrX0WcAguTA==", "requires": { - "no-case": "^2.2.0" + "dot-case": "^3.0.3", + "tslib": "^1.10.0" } }, "parent-module": { @@ -16471,12 +17702,13 @@ "dev": true }, "parse-json": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", - "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", "dev": true, "requires": { - "error-ex": "^1.2.0" + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" } }, "parse-path": { @@ -16514,12 +17746,12 @@ "dev": true }, "pascal-case": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-2.0.1.tgz", - "integrity": "sha1-LVeNNFX2YNpl7KGO+VtODekSdh4=", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.1.tgz", + "integrity": "sha512-XIeHKqIrsquVTQL2crjq3NfJUxmdLasn3TYOU0VBM+UX2a6ztAWBlJQBePLGY7VHW8+2dRadeIPK5+KImwTxQA==", "requires": { - "camel-case": "^3.0.0", - "upper-case-first": "^1.1.0" + "no-case": "^3.0.3", + "tslib": "^1.10.0" } }, "pascalcase": { @@ -16561,7 +17793,8 @@ "path-key": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", + "dev": true }, "path-parse": { "version": "1.0.6", @@ -16721,9 +17954,9 @@ } }, "please-upgrade-node": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.1.1.tgz", - "integrity": "sha512-KY1uHnQ2NlQHqIJQpnh/i54rKkuxCEBx+voJIS/Mvb+L2iYd2NMotwduhKTMjfC1uKoX3VXOxLjIYG66dfJTVQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz", + "integrity": "sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==", "dev": true, "requires": { "semver-compare": "^1.0.0" @@ -17382,31 +18615,47 @@ "dev": true }, "pretty-format": { - "version": "24.8.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-24.8.0.tgz", - "integrity": "sha512-P952T7dkrDEplsR+TuY7q3VXDae5Sr7zmQb12JU/NDQa/3CH7/QW0yvqLcGN6jL+zQFKaoJcPc+yJxMTGmosqw==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-25.1.0.tgz", + "integrity": "sha512-46zLRSGLd02Rp+Lhad9zzuNZ+swunitn8zIpfD2B4OPCRLXbM87RJT2aBLBWYOznNUML/2l/ReMyWNC80PJBUQ==", "dev": true, "requires": { - "@jest/types": "^24.8.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" + "@jest/types": "^25.1.0", + "ansi-regex": "^5.0.0", + "ansi-styles": "^4.0.0", + "react-is": "^16.12.0" }, "dependencies": { "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", "dev": true }, "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", "dev": true, "requires": { - "color-convert": "^1.9.0" + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true } } }, @@ -17460,13 +18709,13 @@ } }, "prompts": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.1.0.tgz", - "integrity": "sha512-+x5TozgqYdOwWsQFZizE/Tra3fKvAoy037kOyU6cgz84n8f6zxngLOV4O32kTwt9FcLCxAqw0P/c8rOr9y+Gfg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.3.0.tgz", + "integrity": "sha512-NfbbPPg/74fT7wk2XYQ7hAIp9zJyZp5Fu19iRbORqqy1BhtrkZ0fPafBU+7bmn8ie69DpT0R6QpJIN2oisYjJg==", "dev": true, "requires": { - "kleur": "^3.0.2", - "sisteransi": "^1.0.0" + "kleur": "^3.0.3", + "sisteransi": "^1.0.3" } }, "protocols": { @@ -17577,21 +18826,29 @@ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" }, "puppeteer": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-1.17.0.tgz", - "integrity": "sha512-3EXZSximCzxuVKpIHtyec8Wm2dWZn1fc5tQi34qWfiUgubEVYHjUvr0GOJojqf3mifI6oyKnCdrGxaOI+lWReA==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-2.1.1.tgz", + "integrity": "sha512-LWzaDVQkk1EPiuYeTOj+CZRIjda4k2s5w4MK4xoH2+kgWV/SDlkYHmxatDdtYrciHUKSXTsGgPgPP8ILVdBsxg==", "dev": true, "requires": { + "@types/mime-types": "^2.1.0", "debug": "^4.1.0", "extract-zip": "^1.6.6", - "https-proxy-agent": "^2.2.1", + "https-proxy-agent": "^4.0.0", "mime": "^2.0.3", + "mime-types": "^2.1.25", "progress": "^2.0.1", "proxy-from-env": "^1.0.0", "rimraf": "^2.6.1", "ws": "^6.1.0" }, "dependencies": { + "agent-base": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-5.1.1.tgz", + "integrity": "sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==", + "dev": true + }, "debug": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", @@ -17601,12 +18858,37 @@ "ms": "^2.1.1" } }, + "https-proxy-agent": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-4.0.0.tgz", + "integrity": "sha512-zoDhWrkR3of1l9QAL8/scJZyLu8j/gBkcwcaQOZh7Gyh/+uJQzGVETdgT30akuwkpL8HTRfssqI3BZuV18teDg==", + "dev": true, + "requires": { + "agent-base": "5", + "debug": "4" + } + }, "mime": { "version": "2.4.4", "resolved": "https://registry.npmjs.org/mime/-/mime-2.4.4.tgz", "integrity": "sha512-LRxmNwziLPT828z+4YkNzloCFC2YM4wrB99k+AV5ZbEyfGNWfG8SO1FUXLmLDBSo89NrJZ4DIWeLjy1CHGhMGA==", "dev": true }, + "mime-db": { + "version": "1.43.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.43.0.tgz", + "integrity": "sha512-+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ==", + "dev": true + }, + "mime-types": { + "version": "2.1.26", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.26.tgz", + "integrity": "sha512-01paPWYgLrkqAyrlDorC1uDwl2p3qZT7yl806vW7DvDoxwXi46jsjFbg+WdwotBIk6/MbEhO/dh5aZ5sNj/dWQ==", + "dev": true, + "requires": { + "mime-db": "1.43.0" + } + }, "ws": { "version": "6.2.1", "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", @@ -17767,9 +19049,9 @@ } }, "react-is": { - "version": "16.8.6", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.8.6.tgz", - "integrity": "sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==", + "version": "16.12.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.12.0.tgz", + "integrity": "sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==", "dev": true }, "read-cache": { @@ -17782,16 +19064,16 @@ } }, "read-package-json": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-2.1.0.tgz", - "integrity": "sha512-KLhu8M1ZZNkMcrq1+0UJbR8Dii8KZUqB0Sha4mOx/bknfKI/fyrQVrG/YIt2UOtG667sD8+ee4EXMM91W9dC+A==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-2.1.1.tgz", + "integrity": "sha512-dAiqGtVc/q5doFz6096CcnXhpYk0ZN8dEKVkGLU0CsASt8SrgF6SF7OTKAYubfvFhWaqofl+Y8HK19GR8jwW+A==", "dev": true, "requires": { "glob": "^7.1.1", "graceful-fs": "^4.1.2", "json-parse-better-errors": "^1.0.1", "normalize-package-data": "^2.0.0", - "slash": "^1.0.0" + "npm-normalize-package-bin": "^1.0.0" } }, "read-package-tree": { @@ -17806,57 +19088,68 @@ } }, "read-pkg": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", - "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", "dev": true, "requires": { - "load-json-file": "^1.0.0", + "load-json-file": "^4.0.0", "normalize-package-data": "^2.3.2", - "path-type": "^1.0.0" - }, - "dependencies": { - "path-type": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", - "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - } - } + "path-type": "^3.0.0" } }, "read-pkg-up": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", - "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", + "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", "dev": true, "requires": { - "find-up": "^1.0.0", - "read-pkg": "^1.0.0" + "find-up": "^2.0.0", + "read-pkg": "^3.0.0" }, "dependencies": { "find-up": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", - "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", + "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", "dev": true, "requires": { - "path-exists": "^2.0.0", - "pinkie-promise": "^2.0.0" + "locate-path": "^2.0.0" } }, - "path-exists": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", - "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", + "locate-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", + "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", "dev": true, "requires": { - "pinkie-promise": "^2.0.0" + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" + } + }, + "p-limit": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", + "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", + "dev": true, + "requires": { + "p-try": "^1.0.0" + } + }, + "p-locate": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", + "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", + "dev": true, + "requires": { + "p-limit": "^1.1.0" } + }, + "p-try": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", + "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", + "dev": true } } }, @@ -17914,13 +19207,21 @@ } }, "redent": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", - "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", + "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", "dev": true, "requires": { - "indent-string": "^2.1.0", - "strip-indent": "^1.0.1" + "indent-string": "^3.0.0", + "strip-indent": "^2.0.0" + }, + "dependencies": { + "indent-string": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", + "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", + "dev": true + } } }, "reflect-metadata": { @@ -18043,6 +19344,15 @@ "regjsparser": "^0.1.4" } }, + "registry-auth-token": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.1.1.tgz", + "integrity": "sha512-9bKS7nTl9+/A1s7tnPeGrUpRcVY+LUh7bfFgzpndALdPfXQBfQV77rQVtqgUV3ti4vc/Ik81Ex8UJDWDQ12zQA==", + "dev": true, + "requires": { + "rc": "^1.2.8" + } + }, "registry-url": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz", @@ -18076,13 +19386,13 @@ } }, "release-it": { - "version": "12.3.5", - "resolved": "https://registry.npmjs.org/release-it/-/release-it-12.3.5.tgz", - "integrity": "sha512-0SvHN8Yr6FRgTMihRCNXrbFKrx9PFQJ8Lwz+dKF01zUv/3W05JE/+Lbckcbjv7i4wKkSn0ZY2yu3zB8y1OnuTQ==", + "version": "12.4.3", + "resolved": "https://registry.npmjs.org/release-it/-/release-it-12.4.3.tgz", + "integrity": "sha512-nQMzrAhlNg7LM7c9+4QkDtwzU/cOZeWmqsevzkp/FILSGIu3wjmQ63iSeBuZi1gpscjvJJy8/cCxhnHKczy1RQ==", "dev": true, "requires": { "@iarna/toml": "2.2.3", - "@octokit/rest": "16.28.6", + "@octokit/rest": "16.33.0", "async-retry": "1.2.3", "chalk": "2.4.2", "cosmiconfig": "5.2.1", @@ -18090,37 +19400,31 @@ "deprecated-obj": "1.0.1", "detect-repo-changelog": "1.0.1", "find-up": "4.1.0", - "form-data": "2.5.0", + "form-data": "2.5.1", "git-url-parse": "11.1.2", "globby": "10.0.1", "got": "9.6.0", "import-cwd": "3.0.0", - "inquirer": "6.5.0", + "inquirer": "7.0.0", "is-ci": "2.0.0", "lodash": "4.17.15", "mime-types": "2.1.24", - "ora": "3.4.0", + "ora": "4.0.2", "os-name": "3.1.0", "semver": "6.3.0", "shelljs": "0.8.3", - "supports-color": "7.0.0", + "supports-color": "7.1.0", "update-notifier": "3.0.1", "url-join": "4.0.1", - "uuid": "3.3.2", + "uuid": "3.3.3", "window-size": "1.1.1", - "yargs-parser": "13.1.1" + "yargs-parser": "15.0.0" }, "dependencies": { - "ansi-escapes": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", - "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", - "dev": true - }, "ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", "dev": true }, "array-union": { @@ -18129,11 +19433,21 @@ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "dev": true }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true + "boxen": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-3.2.0.tgz", + "integrity": "sha512-cU4J/+NodM3IHdSL2yN8bqYqnmlBTidDR4RC7nJs61ZmtGz8VZzM3HLQX0zY5mrSmPtR3xWwsq2jOUQqFZN8+A==", + "dev": true, + "requires": { + "ansi-align": "^3.0.0", + "camelcase": "^5.3.1", + "chalk": "^2.4.2", + "cli-boxes": "^2.2.0", + "string-width": "^3.0.0", + "term-size": "^1.2.0", + "type-fest": "^0.3.0", + "widest-line": "^2.0.0" + } }, "ci-info": { "version": "2.0.0", @@ -18142,18 +19456,43 @@ "dev": true }, "cli-cursor": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", - "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", "dev": true, "requires": { - "restore-cursor": "^2.0.0" + "restore-cursor": "^3.1.0" } }, - "cli-spinners": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.2.0.tgz", - "integrity": "sha512-tgU3fKwzYjiLEQgPMD9Jt+JjHVL9kW93FiIMX/l7rivvOD4/LL0Mf7gda3+4U2KJBloybwgj5KEoQgGRioMiKQ==", + "configstore": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-4.0.0.tgz", + "integrity": "sha512-CmquAXFBocrzaSM8mtGPMM/HiWmyIpr4CcJl/rgY2uCObZ/S7cKU0silxslqJejl+t/T9HS8E0PUNQD81JGUEQ==", + "dev": true, + "requires": { + "dot-prop": "^4.1.0", + "graceful-fs": "^4.1.2", + "make-dir": "^1.0.0", + "unique-string": "^1.0.0", + "write-file-atomic": "^2.0.0", + "xdg-basedir": "^3.0.0" + } + }, + "cross-spawn": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", + "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", + "dev": true, + "requires": { + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "crypto-random-string": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz", + "integrity": "sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=", "dev": true }, "debug": { @@ -18174,13 +19513,34 @@ "path-type": "^4.0.0" } }, - "figures": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", - "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", + "dot-prop": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz", + "integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==", "dev": true, "requires": { - "escape-string-regexp": "^1.0.5" + "is-obj": "^1.0.0" + } + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", + "dev": true + }, + "execa": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz", + "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", + "dev": true, + "requires": { + "cross-spawn": "^5.0.1", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" } }, "find-up": { @@ -18194,9 +19554,9 @@ } }, "form-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.0.tgz", - "integrity": "sha512-WXieX3G/8side6VIqx44ablyULoGruSde5PNTxoUyo5CeyAMX6nVWUd0rgist/EuX655cjhUhTo1Fo3tRYqbcA==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz", + "integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==", "dev": true, "requires": { "asynckit": "^0.4.0", @@ -18227,9 +19587,9 @@ "dev": true }, "ignore": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.2.tgz", - "integrity": "sha512-vdqWBp7MyzdmHkkRWV5nY+PfGRbYbahfuvsBCh277tq+w9zyNi7h5CYJCK0kmzti9kU+O/cB7sE8HvKv6aXAKQ==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.4.tgz", + "integrity": "sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A==", "dev": true }, "import-cwd": { @@ -18250,27 +19610,6 @@ "resolve-from": "^5.0.0" } }, - "inquirer": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-6.5.0.tgz", - "integrity": "sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA==", - "dev": true, - "requires": { - "ansi-escapes": "^3.2.0", - "chalk": "^2.4.2", - "cli-cursor": "^2.1.0", - "cli-width": "^2.0.0", - "external-editor": "^3.0.3", - "figures": "^2.0.0", - "lodash": "^4.17.12", - "mute-stream": "0.0.7", - "run-async": "^2.2.0", - "rxjs": "^6.4.0", - "string-width": "^2.1.0", - "strip-ansi": "^5.1.0", - "through": "^2.3.6" - } - }, "is-ci": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", @@ -18286,6 +19625,12 @@ "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", "dev": true }, + "is-npm": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-3.0.0.tgz", + "integrity": "sha512-wsigDr1Kkschp2opC4G3yA6r9EgVA6NjRpWzIi9axXqeIaAATPRJc4uLujXe3Nd9uO8KoDyA4MD6aZSeXTADhA==", + "dev": true + }, "locate-path": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", @@ -18295,44 +19640,58 @@ "p-locate": "^4.1.0" } }, - "mimic-fn": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", - "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", - "dev": true + "log-symbols": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", + "integrity": "sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==", + "dev": true, + "requires": { + "chalk": "^2.4.2" + } + }, + "lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dev": true, + "requires": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "make-dir": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz", + "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==", + "dev": true, + "requires": { + "pify": "^3.0.0" + } }, "onetime": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", - "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.0.tgz", + "integrity": "sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==", "dev": true, "requires": { - "mimic-fn": "^1.0.0" + "mimic-fn": "^2.1.0" } }, "ora": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/ora/-/ora-3.4.0.tgz", - "integrity": "sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/ora/-/ora-4.0.2.tgz", + "integrity": "sha512-YUOZbamht5mfLxPmk4M35CD/5DuOkAacxlEUbStVXpBAt4fyhBf+vZHI/HRkI++QUp3sNoeA2Gw4C+hi4eGSig==", "dev": true, "requires": { "chalk": "^2.4.2", - "cli-cursor": "^2.1.0", - "cli-spinners": "^2.0.0", - "log-symbols": "^2.2.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.2.0", + "is-interactive": "^1.0.0", + "log-symbols": "^3.0.0", "strip-ansi": "^5.2.0", "wcwidth": "^1.0.1" } }, - "p-limit": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz", - "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, "p-locate": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", @@ -18342,12 +19701,6 @@ "p-limit": "^2.2.0" } }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, "path-exists": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", @@ -18360,6 +19713,12 @@ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", "dev": true }, + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true + }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -18367,12 +19726,12 @@ "dev": true }, "restore-cursor": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", - "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", "dev": true, "requires": { - "onetime": "^2.0.0", + "onetime": "^5.1.0", "signal-exit": "^3.0.2" } }, @@ -18382,6 +19741,23 @@ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true }, + "semver-diff": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-2.1.0.tgz", + "integrity": "sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY=", + "dev": true, + "requires": { + "semver": "^5.0.3" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } + } + }, "slash": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", @@ -18389,24 +19765,14 @@ "dev": true }, "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", "dev": true, "requires": { + "emoji-regex": "^7.0.1", "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "dependencies": { - "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "dev": true, - "requires": { - "ansi-regex": "^3.0.0" - } - } + "strip-ansi": "^5.1.0" } }, "strip-ansi": { @@ -18416,29 +19782,130 @@ "dev": true, "requires": { "ansi-regex": "^4.1.0" + } + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "term-size": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/term-size/-/term-size-1.2.0.tgz", + "integrity": "sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=", + "dev": true, + "requires": { + "execa": "^0.7.0" + } + }, + "type-fest": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz", + "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==", + "dev": true + }, + "unique-string": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz", + "integrity": "sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo=", + "dev": true, + "requires": { + "crypto-random-string": "^1.0.0" + } + }, + "update-notifier": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-3.0.1.tgz", + "integrity": "sha512-grrmrB6Zb8DUiyDIaeRTBCkgISYUgETNe7NglEbVsrLWXeESnlCSP50WfRSj/GmzMPl6Uchj24S/p80nP/ZQrQ==", + "dev": true, + "requires": { + "boxen": "^3.0.0", + "chalk": "^2.0.1", + "configstore": "^4.0.0", + "has-yarn": "^2.1.0", + "import-lazy": "^2.1.0", + "is-ci": "^2.0.0", + "is-installed-globally": "^0.1.0", + "is-npm": "^3.0.0", + "is-yarn-global": "^0.3.0", + "latest-version": "^5.0.0", + "semver-diff": "^2.0.0", + "xdg-basedir": "^3.0.0" + } + }, + "uuid": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", + "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==", + "dev": true + }, + "widest-line": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-2.0.1.tgz", + "integrity": "sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==", + "dev": true, + "requires": { + "string-width": "^2.1.1" }, "dependencies": { "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", "dev": true + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "dev": true, + "requires": { + "ansi-regex": "^3.0.0" + } } } }, - "supports-color": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.0.0.tgz", - "integrity": "sha512-WRt32iTpYEZWYOpcetGm0NPeSvaebccx7hhS/5M6sAiqnhedtFCHFxkjzZlJvFNCPowiKSFGiZk5USQDFy83vQ==", + "write-file-atomic": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz", + "integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==", "dev": true, "requires": { - "has-flag": "^4.0.0" + "graceful-fs": "^4.1.11", + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.2" } }, + "xdg-basedir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-3.0.0.tgz", + "integrity": "sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ=", + "dev": true + }, + "yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", + "dev": true + }, "yargs-parser": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz", - "integrity": "sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-15.0.0.tgz", + "integrity": "sha512-xLTUnCMc4JhxrPEPUYD5IBR1mWCK/aT6+RJ/K29JY2y1vD+FhtgKK0AXRWvI262q3QSffAQuTouFIKUuHX89wQ==", "dev": true, "requires": { "camelcase": "^5.0.0", @@ -18512,21 +19979,21 @@ } }, "request-promise-core": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.2.tgz", - "integrity": "sha512-UHYyq1MO8GsefGEt7EprS8UrXsm1TxEvFUX1IMTuSLU2Rh7fTIdFtl8xD7JiEYiWU2dl+NYAjCTksTehQUxPag==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.3.tgz", + "integrity": "sha512-QIs2+ArIGQVp5ZYbWD5ZLCY29D5CfWizP8eWnm8FoGD1TX61veauETVQbrV60662V0oFBkrDOuaBI8XgtuyYAQ==", "dev": true, "requires": { - "lodash": "^4.17.11" + "lodash": "^4.17.15" } }, "request-promise-native": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.7.tgz", - "integrity": "sha512-rIMnbBdgNViL37nZ1b3L/VfPOpSi0TqVDQPAvO6U14lMzOLrt5nilxCQqtDKhZeDiW0/hkCXGoQjhgJd/tCh6w==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.8.tgz", + "integrity": "sha512-dapwLGqkHtwL5AEbfenuzjTYg35Jd6KPytsC2/TLkVMz8rm+tNt72MGUWT1RP/aYawMpN6HqbNGBQaRcBtjQMQ==", "dev": true, "requires": { - "request-promise-core": "1.1.2", + "request-promise-core": "1.1.3", "stealthy-require": "^1.1.1", "tough-cookie": "^2.3.3" } @@ -18657,89 +20124,41 @@ } }, "rollup": { - "version": "1.25.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.25.1.tgz", - "integrity": "sha512-K8ytdEzMa6anHSnfTIs2BLB+NXlQ4qmWwdNHBpYQNWCbZAzj+DRVk7+ssbLSgddwpFW1nThr2GElR+jASF2NPA==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.31.0.tgz", + "integrity": "sha512-9C6ovSyNeEwvuRuUUmsTpJcXac1AwSL1a3x+O5lpmQKZqi5mmrjauLeqIjvREC+yNRR8fPdzByojDng+af3nVw==", "dev": true, "requires": { "@types/estree": "*", "@types/node": "*", "acorn": "^7.1.0" - }, - "dependencies": { - "acorn": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz", - "integrity": "sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==", - "dev": true - } - } - }, - "rollup-plugin-commonjs": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz", - "integrity": "sha512-jlXbjZSQg8EIeAAvepNwhJj++qJWNJw1Cl0YnOqKtP5Djx+fFGkp3WRh+W0ASCaFG5w1jhmzDxgu3SJuVxPF4Q==", - "dev": true, - "requires": { - "estree-walker": "^0.6.1", - "is-reference": "^1.1.2", - "magic-string": "^0.25.2", - "resolve": "^1.11.0", - "rollup-pluginutils": "^2.8.1" - } - }, - "rollup-plugin-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/rollup-plugin-json/-/rollup-plugin-json-4.0.0.tgz", - "integrity": "sha512-hgb8N7Cgfw5SZAkb3jf0QXii6QX/FOkiIq2M7BAQIEydjHvTyxXHQiIzZaTFgx1GK0cRCHOCBHIyEkkLdWKxow==", - "dev": true, - "requires": { - "rollup-pluginutils": "^2.5.0" } }, - "rollup-plugin-node-resolve": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-5.2.0.tgz", - "integrity": "sha512-jUlyaDXts7TW2CqQ4GaO5VJ4PwwaV8VUGA7+km3n6k6xtOEacf61u0VXwN80phY/evMcaS+9eIeJ9MOyDxt5Zw==", + "rollup-plugin-sourcemaps": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.5.0.tgz", + "integrity": "sha512-xp2vvRvgnYiXydgf/JFFFgYxrqMaQaOrK/g6yZvgwT9R1TSYjD3HKku1pD7iQNjQHkl5yGpokvJLp7cP/lR+aQ==", "dev": true, "requires": { - "@types/resolve": "0.0.8", - "builtin-modules": "^3.1.0", - "is-module": "^1.0.0", - "resolve": "^1.11.1", - "rollup-pluginutils": "^2.8.1" + "@rollup/pluginutils": "^3.0.1", + "source-map-resolve": "^0.5.3" }, "dependencies": { - "resolve": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.12.0.tgz", - "integrity": "sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==", + "source-map-resolve": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", "dev": true, "requires": { - "path-parse": "^1.0.6" + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" } } } }, - "rollup-plugin-sourcemaps": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.4.2.tgz", - "integrity": "sha1-YhJaqUCHqt97g+9N+vYptHMTXoc=", - "dev": true, - "requires": { - "rollup-pluginutils": "^2.0.1", - "source-map-resolve": "^0.5.0" - } - }, - "rollup-pluginutils": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz", - "integrity": "sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==", - "dev": true, - "requires": { - "estree-walker": "^0.6.1" - } - }, "rsvp": { "version": "4.8.5", "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz", @@ -18755,12 +20174,6 @@ "is-promise": "^2.1.0" } }, - "run-node": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/run-node/-/run-node-1.0.0.tgz", - "integrity": "sha512-kc120TBlQ3mih1LSzdAJXo4xn/GWS2ec0l3S+syHDXP9uRr0JAT8Qd3mdMuyjqCzeZktgP3try92cEgf9Nks8A==", - "dev": true - }, "run-parallel": { "version": "1.1.9", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.9.tgz", @@ -18776,15 +20189,10 @@ "aproba": "^1.1.1" } }, - "rx": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz", - "integrity": "sha1-pfE/957zt0D+MKqAP7CfmIBdR4I=" - }, "rxjs": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.2.tgz", - "integrity": "sha512-HUb7j3kvb7p7eCUHE3FqjoDsC1xfZQ4AHFWfTKSpZ+sAhhz5X1WX0ZuUqWbzB2QhSLp3DoLUG+hMdEDKqWo2Zg==", + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.4.tgz", + "integrity": "sha512-naMQXcgEo3csAEGvw/NydRA0fuS2nDZJiw1YUWFKU7aPPAPGZEsD4Iimit96qwCieH6y614MCLYwdkrWx7z/7Q==", "requires": { "tslib": "^1.9.0" } @@ -18852,9 +20260,9 @@ } }, "sass": { - "version": "1.22.9", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.22.9.tgz", - "integrity": "sha512-FzU1X2V8DlnqabrL4u7OBwD2vcOzNMongEJEx3xMEhWY/v26FFR3aG0hyeu2T965sfR0E9ufJwmG+Qjz78vFPQ==", + "version": "1.25.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.25.0.tgz", + "integrity": "sha512-uQMjye0Y70SEDGO56n0j91tauqS9E1BmpKHtiYNQScXDHeaE9uHwNEqQNFf4Bes/3DHMNinB6u79JsG10XWNyw==", "dev": true, "requires": { "chokidar": ">=2.0.0 <4.0.0" @@ -18910,11 +20318,20 @@ } }, "sax": { - "version": "0.5.8", - "resolved": "http://registry.npmjs.org/sax/-/sax-0.5.8.tgz", - "integrity": "sha1-1HLbIo6zMcJQaw6MFVJK25OdEsE=", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", "dev": true }, + "saxes": { + "version": "3.1.11", + "resolved": "https://registry.npmjs.org/saxes/-/saxes-3.1.11.tgz", + "integrity": "sha512-Ydydq3zC+WYDJK1+gRxRapLIED9PWeSuuS41wqyoRmzvhhh9nc+QQrVMKJYzJFULazeGhzSV0QleN2wD3boh2g==", + "dev": true, + "requires": { + "xmlchars": "^2.1.1" + } + }, "schema-utils": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", @@ -18944,7 +20361,8 @@ "semver": { "version": "5.7.0", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.0.tgz", - "integrity": "sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==" + "integrity": "sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==", + "dev": true }, "semver-compare": { "version": "1.0.0", @@ -18953,12 +20371,20 @@ "dev": true }, "semver-diff": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-2.1.0.tgz", - "integrity": "sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY=", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", + "integrity": "sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==", "dev": true, "requires": { - "semver": "^5.0.3" + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } } }, "semver-dsl": { @@ -18979,6 +20405,12 @@ "semver": "^5.0.0" } }, + "semver-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-2.0.0.tgz", + "integrity": "sha512-mUdIBBvdn0PLOeP3TEkMH7HHeUP3GjsXCwKarjv/kGmUFOYg1VqEemKhoQpWMu6X2I8kHeuVdGibLGkVK+/5Qw==", + "dev": true + }, "send": { "version": "0.17.1", "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", @@ -19162,6 +20594,7 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "dev": true, "requires": { "shebang-regex": "^1.0.0" } @@ -19169,7 +20602,8 @@ "shebang-regex": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=" + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", + "dev": true }, "shell-quote": { "version": "1.6.1", @@ -19198,7 +20632,8 @@ "version": "0.1.1", "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==", - "dev": true + "dev": true, + "optional": true }, "signal-exit": { "version": "3.0.2", @@ -19223,9 +20658,9 @@ } }, "sisteransi": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.0.tgz", - "integrity": "sha512-N+z4pHB4AmUv0SjveWRd6q1Nj5w62m5jodv+GD8lvmbY/83T/rpbJGZOnK5T149OldDj4Db07BSv9xY4K6NTPQ==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.4.tgz", + "integrity": "sha512-/ekMoM4NJ59ivGSfKapeG+FWtrmWvA1p6FBZwXrqojw90vJu8lBmrTxCMuBCydKtkaUe2zt4PlxeTKpjwMbyig==", "dev": true }, "slash": { @@ -19241,9 +20676,9 @@ "dev": true }, "smart-buffer": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.0.2.tgz", - "integrity": "sha512-JDhEpTKzXusOqXZ0BUIdH+CjFdO/CR3tLlf5CN34IypI+xMmXW1uB16OOY8z3cICbJlDAVJzNbwBhNO0wt9OAw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.1.0.tgz", + "integrity": "sha512-iVICrxOzCynf/SNaBQCw34eM9jROU/s5rzIhpOvzhzuYHfJR/DhZfDkXiZSgKXfgv26HT3Yni3AV/DGw0cGnnw==", "dev": true }, "snapdragon": { @@ -19410,13 +20845,13 @@ } }, "socks": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.3.2.tgz", - "integrity": "sha512-pCpjxQgOByDHLlNqlnh/mNSAxIUkyBBuwwhTcV+enZGbDaClPvHdvm6uvOwZfFJkam7cGhBNbb4JxiP8UZkRvQ==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.3.3.tgz", + "integrity": "sha512-o5t52PCNtVdiOvzMry7wU4aOqYWL0PeCXRWBEiJow4/i/wr+wpsJQ9awEu1EonLIqsfGd5qSgDdxEOvCdmBEpA==", "dev": true, "requires": { - "ip": "^1.1.5", - "smart-buffer": "4.0.2" + "ip": "1.1.5", + "smart-buffer": "^4.1.0" } }, "socks-proxy-agent": { @@ -19685,23 +21120,33 @@ "dev": true }, "start-server-and-test": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-1.9.1.tgz", - "integrity": "sha512-vRtUxxW34Li+EvemuWtgASyR2KBE+DPoEJ/l5REe+cKxm31jadGm1PSDVBronqQVsvhncRGm4iZc53pFH+FNEA==", + "version": "1.10.8", + "resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-1.10.8.tgz", + "integrity": "sha512-5I190MiIHBqmArTnxk9dfHlwO8I35B1hFhuAgv2L/UMDArRCtIXL/QftgNtgfuIz5NQN3yrN0kCsY+zYkX+dUg==", "requires": { - "bluebird": "3.5.5", + "bluebird": "3.7.1", "check-more-types": "2.24.0", "debug": "4.1.1", - "execa": "0.11.0", + "execa": "4.0.0", "lazy-ass": "1.6.0", "ps-tree": "1.2.0", - "wait-on": "3.2.0" + "wait-on": "4.0.0" }, "dependencies": { "bluebird": { - "version": "3.5.5", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.5.tgz", - "integrity": "sha512-5am6HnnfN+urzt4yfg7IgTbotDjIT/u8AJpEt0sIU9FtXfVeezXAPKswrG+xKUCOYAINpSdgZVDU6QFh+cuH3w==" + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.1.tgz", + "integrity": "sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==" + }, + "cross-spawn": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.1.tgz", + "integrity": "sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==", + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } }, "debug": { "version": "4.1.1", @@ -19712,25 +21157,79 @@ } }, "execa": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-0.11.0.tgz", - "integrity": "sha512-k5AR22vCt1DcfeiRixW46U5tMLtBg44ssdJM9PiXw3D8Bn5qyxFCSnKY/eR22y+ctFDGPqafpaXg2G4Emyua4A==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-4.0.0.tgz", + "integrity": "sha512-JbDUxwV3BoT5ZVXQrSVbAiaXhXUkIwvbhPIwZ0N13kX+5yCzOhUNdocxB/UQRuYOHRYYwAxKYwJYc0T4D12pDA==", "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" + "cross-spawn": "^7.0.0", + "get-stream": "^5.0.0", + "human-signals": "^1.1.1", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.0", + "onetime": "^5.1.0", + "signal-exit": "^3.0.2", + "strip-final-newline": "^2.0.0" + } + }, + "get-stream": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.1.0.tgz", + "integrity": "sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==", + "requires": { + "pump": "^3.0.0" + } + }, + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" + }, + "merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + }, + "npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "requires": { + "path-key": "^3.0.0" + } + }, + "onetime": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.0.tgz", + "integrity": "sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==", + "requires": { + "mimic-fn": "^2.1.0" + } + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "requires": { + "shebang-regex": "^3.0.0" } }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "requires": { - "pump": "^3.0.0" + "isexe": "^2.0.0" } } } @@ -19765,8 +21264,7 @@ "stealthy-require": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz", - "integrity": "sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=", - "dev": true + "integrity": "sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=" }, "stream-browserify": { "version": "2.0.2", @@ -19828,28 +21326,28 @@ "dev": true }, "string-length": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/string-length/-/string-length-2.0.0.tgz", - "integrity": "sha1-1A27aGo6zpYMHP/KVivyxF+DY+0=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-3.1.0.tgz", + "integrity": "sha512-Ttp5YvkGm5v9Ijagtaz1BnN+k9ObpvS0eIBblPMp2YWL8FBmi9qblQ9fexc2k/CXFgrTIteU3jAw3payCnwSTA==", "dev": true, "requires": { "astral-regex": "^1.0.0", - "strip-ansi": "^4.0.0" + "strip-ansi": "^5.2.0" }, "dependencies": { "ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", "dev": true }, "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", "dev": true, "requires": { - "ansi-regex": "^3.0.0" + "ansi-regex": "^4.1.0" } } } @@ -19914,27 +21412,27 @@ } }, "strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", - "dev": true, - "requires": { - "is-utf8": "^0.2.0" - } + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "dev": true }, "strip-eof": { "version": "1.0.0", "resolved": "http://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", - "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=" + "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=", + "dev": true + }, + "strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" }, "strip-indent": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", - "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", - "dev": true, - "requires": { - "get-stdin": "^4.0.1" - } + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", + "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", + "dev": true }, "strip-json-comments": { "version": "2.0.1", @@ -20016,41 +21514,41 @@ } }, "stylus": { - "version": "0.54.5", - "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.54.5.tgz", - "integrity": "sha1-QrlWCTHKcJDOhRWnmLqeaqPW3Hk=", + "version": "0.54.7", + "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.54.7.tgz", + "integrity": "sha512-Yw3WMTzVwevT6ZTrLCYNHAFmanMxdylelL3hkWNgPMeTCpMwpV3nXjpOHuBXtFv7aiO2xRuQS6OoAdgkNcSNug==", "dev": true, "requires": { - "css-parse": "1.7.x", - "debug": "*", - "glob": "7.0.x", - "mkdirp": "0.5.x", - "sax": "0.5.x", - "source-map": "0.1.x" + "css-parse": "~2.0.0", + "debug": "~3.1.0", + "glob": "^7.1.3", + "mkdirp": "~0.5.x", + "safer-buffer": "^2.1.2", + "sax": "~1.2.4", + "semver": "^6.0.0", + "source-map": "^0.7.3" }, "dependencies": { - "glob": { - "version": "7.0.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz", - "integrity": "sha1-IRuvr0nlJbjNkyYNFKsTYVKz9Xo=", + "debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", "dev": true, "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.2", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "ms": "2.0.0" } }, - "source-map": { - "version": "0.1.43", - "resolved": "http://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz", - "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=", - "dev": true, - "requires": { - "amdefine": ">=0.0.4" - } + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true } } }, @@ -20074,6 +21572,33 @@ "has-flag": "^3.0.0" } }, + "supports-hyperlinks": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.1.0.tgz", + "integrity": "sha512-zoE5/e+dnEijk6ASB6/qrK+oYdm2do1hjoLWrqUC/8WEIW1gbxFcKuBof7sW8ArN6e+AYvsE8HBGiVRWL/F5CA==", + "dev": true, + "requires": { + "has-flag": "^4.0.0", + "supports-color": "^7.0.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, "svgo": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz", @@ -20134,86 +21659,66 @@ "mkdirp": "^0.5.0", "safe-buffer": "^5.1.2", "yallist": "^3.0.3" - }, - "dependencies": { - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - } } }, + "temp-dir": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz", + "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==", + "dev": true + }, "tempfile": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/tempfile/-/tempfile-1.1.1.tgz", - "integrity": "sha1-W8xOrsxKsscH2LwR2ZzMmiyyh/I=", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/tempfile/-/tempfile-3.0.0.tgz", + "integrity": "sha512-uNFCg478XovRi85iD42egu+eSFUmmka750Jy7L5tfHI5hQKKtbPnxaSaXAbBqCDYrw3wx4tXjKwci4/QmsZJxw==", "dev": true, "requires": { - "os-tmpdir": "^1.0.0", - "uuid": "^2.0.1" - }, - "dependencies": { - "uuid": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz", - "integrity": "sha1-Z+LoY3lyFVMN/zGOW/nc6/1Hsho=", - "dev": true - } + "temp-dir": "^2.0.0", + "uuid": "^3.3.2" } }, "term-size": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/term-size/-/term-size-1.2.0.tgz", - "integrity": "sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.0.tgz", + "integrity": "sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw==", + "dev": true + }, + "terminal-link": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz", + "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", "dev": true, "requires": { - "execa": "^0.7.0" + "ansi-escapes": "^4.2.1", + "supports-hyperlinks": "^2.0.0" }, "dependencies": { - "cross-spawn": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", - "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", - "dev": true, - "requires": { - "lru-cache": "^4.0.1", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "execa": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz", - "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", + "ansi-escapes": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.0.tgz", + "integrity": "sha512-EiYhwo0v255HUL6eDyuLrXEkTi7WwVCLAw+SeOQ7M7qdun1z1pum4DEm/nuqIVbPvi9RPPc9k9LbyBv6H0DwVg==", "dev": true, "requires": { - "cross-spawn": "^5.0.1", - "get-stream": "^3.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" + "type-fest": "^0.8.1" } } } }, "terser": { - "version": "3.17.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-3.17.0.tgz", - "integrity": "sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ==", + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.6.3.tgz", + "integrity": "sha512-Lw+ieAXmY69d09IIc/yqeBqXpEQIpDGZqT34ui1QWXIUpR2RjbqEkT8X7Lgex19hslSqcWM5iMN2kM11eMsESQ==", "dev": true, "requires": { - "commander": "^2.19.0", + "commander": "^2.20.0", "source-map": "~0.6.1", - "source-map-support": "~0.5.10" + "source-map-support": "~0.5.12" }, "dependencies": { "commander": { - "version": "2.20.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.0.tgz", - "integrity": "sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==", + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true }, "source-map": { @@ -20221,6 +21726,16 @@ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true + }, + "source-map-support": { + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.16.tgz", + "integrity": "sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } } } }, @@ -20526,129 +22041,38 @@ "source-map-support": "~0.5.12" } }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - } - } - }, - "test-exclude": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-5.2.3.tgz", - "integrity": "sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g==", - "dev": true, - "requires": { - "glob": "^7.1.3", - "minimatch": "^3.0.4", - "read-pkg-up": "^4.0.0", - "require-main-filename": "^2.0.0" - }, - "dependencies": { - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dev": true, - "requires": { - "locate-path": "^3.0.0" - } - }, - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - } - }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "p-limit": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz", - "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dev": true, - "requires": { - "p-limit": "^2.0.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true - }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", - "dev": true, - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - } - }, - "read-pkg-up": { + "yallist": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-4.0.0.tgz", - "integrity": "sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA==", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + } + } + }, + "test-exclude": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "dev": true, + "requires": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^7.1.4", + "minimatch": "^3.0.4" + }, + "dependencies": { + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", "dev": true, "requires": { - "find-up": "^3.0.0", - "read-pkg": "^3.0.0" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", - "dev": true - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "dev": true } } }, @@ -20659,9 +22083,9 @@ "dev": true }, "throat": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/throat/-/throat-4.1.0.tgz", - "integrity": "sha1-iQN8vJLFarGJJua6TLsgDhVnKmo=", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz", + "integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==", "dev": true }, "throttleit": { @@ -20706,11 +22130,6 @@ "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=", "dev": true }, - "tinycolor2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.1.tgz", - "integrity": "sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g=" - }, "tmp": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.1.0.tgz", @@ -20792,21 +22211,6 @@ "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==", "dev": true }, - "topo": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/topo/-/topo-3.0.3.tgz", - "integrity": "sha512-IgpPtvD4kjrJ7CRA3ov2FhWQADwv+Tdqbsf1ZnPUSAtCJ9e1Z44MmoSGDXGk4IppoZA7jd/QRkNddlLJWlUZsQ==", - "requires": { - "hoek": "6.x.x" - }, - "dependencies": { - "hoek": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/hoek/-/hoek-6.1.3.tgz", - "integrity": "sha512-YXXAAhmF9zpQbC7LEcREFtXfGq5K1fmd+4PHkBq8NUqmzW3G+Dq10bI/i0KucLRwss3YYFQ0fSfoxBZYiGUqtQ==" - } - } - }, "tough-cookie": { "version": "2.4.3", "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz", @@ -20839,9 +22243,9 @@ "dev": true }, "trim-newlines": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", - "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", + "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", "dev": true }, "trim-off-newlines": { @@ -20850,74 +22254,61 @@ "integrity": "sha1-n5up2e+odkw4dpi8v+sshI8RrbM=", "dev": true }, - "trim-right": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz", - "integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=", - "dev": true - }, "ts-jest": { - "version": "23.1.4", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-23.1.4.tgz", - "integrity": "sha512-9rCSxbWfoZxxeXnSoEIzRNr9hDIQ8iEJAWmSRsWhDHDT8OeuGfURhJQUE8jtJlkyEygs6rngH8RYtHz9cfjmEA==", + "version": "24.3.0", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-24.3.0.tgz", + "integrity": "sha512-Hb94C/+QRIgjVZlJyiWwouYUF+siNJHJHknyspaOcZ+OQAIdFG/UrdQVXw/0B8Z3No34xkUXZJpOTy9alOWdVQ==", "dev": true, "requires": { - "closest-file-data": "^0.1.4", - "fs-extra": "6.0.1", - "json5": "^0.5.0", - "lodash": "^4.17.10" + "bs-logger": "0.x", + "buffer-from": "1.x", + "fast-json-stable-stringify": "2.x", + "json5": "2.x", + "lodash.memoize": "4.x", + "make-error": "1.x", + "mkdirp": "0.x", + "resolve": "1.x", + "semver": "^5.5", + "yargs-parser": "10.x" }, "dependencies": { - "fs-extra": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-6.0.1.tgz", - "integrity": "sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA==", + "camelcase": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", + "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", + "dev": true + }, + "json5": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.1.tgz", + "integrity": "sha512-l+3HXD0GEI3huGq1njuqtzYK8OYJyXMkOLtQ53pjWh89tvWS2h6l+1zMkYWqlb57+SiQodKZyvMEFb2X+KrFhQ==", "dev": true, "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" + "minimist": "^1.2.0" } }, - "json5": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz", - "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=", - "dev": true - }, - "jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "yargs-parser": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz", + "integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==", "dev": true, "requires": { - "graceful-fs": "^4.1.6" + "camelcase": "^4.1.0" } } } }, "ts-node": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.0.3.tgz", - "integrity": "sha512-2qayBA4vdtVRuDo11DEFSsD/SFsBXQBRZZhbRGSIkmYmVkWjULn/GGMdG10KVqkaGndljfaTD8dKjWgcejO8YA==", + "version": "8.6.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.6.2.tgz", + "integrity": "sha512-4mZEbofxGqLL2RImpe3zMJukvEvcO1XP8bj8ozBPySdCUXEcU5cIRwR0aM3R+VoZq7iXc8N86NC0FspGRqP4gg==", "dev": true, "requires": { "arg": "^4.1.0", - "diff": "^3.1.0", + "diff": "^4.0.1", "make-error": "^1.1.1", "source-map-support": "^0.5.6", - "yn": "^3.0.0" - } - }, - "tsickle": { - "version": "0.35.0", - "resolved": "https://registry.npmjs.org/tsickle/-/tsickle-0.35.0.tgz", - "integrity": "sha512-irsZLX4293YUl9TuwNC5Fy020eLSc4bC3LfKnxnx1oq5wmZD9zSP8qvNNTiwRmf2/rxH+58JINcTARDjuvn+oQ==", - "dev": true, - "requires": { - "minimist": "^1.2.0", - "mkdirp": "^0.5.1", - "source-map": "^0.7.3" + "yn": "3.1.1" } }, "tslib": { @@ -20926,23 +22317,24 @@ "integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==" }, "tslint": { - "version": "5.9.1", - "resolved": "https://registry.npmjs.org/tslint/-/tslint-5.9.1.tgz", - "integrity": "sha1-ElX4ej/1frCw4fDmEKi0dIBGya4=", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/tslint/-/tslint-6.0.0.tgz", + "integrity": "sha512-9nLya8GBtlFmmFMW7oXXwoXS1NkrccqTqAtwXzdPV9e2mqSEvCki6iHL/Fbzi5oqbugshzgGPk7KBb2qNP1DSA==", "dev": true, "requires": { - "babel-code-frame": "^6.22.0", + "@babel/code-frame": "^7.0.0", "builtin-modules": "^1.1.1", "chalk": "^2.3.0", "commander": "^2.12.1", - "diff": "^3.2.0", + "diff": "^4.0.1", "glob": "^7.1.1", - "js-yaml": "^3.7.0", + "js-yaml": "^3.13.1", "minimatch": "^3.0.4", + "mkdirp": "^0.5.1", "resolve": "^1.3.2", "semver": "^5.3.0", - "tslib": "^1.8.0", - "tsutils": "^2.12.1" + "tslib": "^1.10.0", + "tsutils": "^2.29.0" }, "dependencies": { "builtin-modules": { @@ -20990,10 +22382,16 @@ "prelude-ls": "~1.1.2" } }, + "type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "dev": true + }, "type-fest": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.5.2.tgz", - "integrity": "sha512-DWkS49EQKVX//Tbupb9TFa19c7+MK1XmzkrZUR8TAktmE/DizXoaoJV6TZ/tSIPXipqNiRI6CyAe7x69Jb6RSw==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", "dev": true }, "type-is": { @@ -21012,27 +22410,36 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", "dev": true }, + "typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "dev": true, + "requires": { + "is-typedarray": "^1.0.0" + } + }, "typescript": { - "version": "3.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.4.5.tgz", - "integrity": "sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==", + "version": "3.7.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz", + "integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==", "dev": true }, "uglify-js": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.0.tgz", - "integrity": "sha512-W+jrUHJr3DXKhrsS7NUVxn3zqMOFn0hL/Ei6v0anCIMoKC93TjcflTagwIHLW7SfMFfiQuktQyFVCFHGUE0+yg==", + "version": "3.7.7", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.7.7.tgz", + "integrity": "sha512-FeSU+hi7ULYy6mn8PKio/tXsdSXN35lm4KgV2asx00kzrLU9Pi3oAslcJT70Jdj7PHX29gGUPOT6+lXGBbemhA==", "dev": true, "optional": true, "requires": { - "commander": "~2.20.0", + "commander": "~2.20.3", "source-map": "~0.6.1" }, "dependencies": { "commander": { - "version": "2.20.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.0.tgz", - "integrity": "sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==", + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true, "optional": true }, @@ -21116,12 +22523,12 @@ } }, "unique-string": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz", - "integrity": "sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", + "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", "dev": true, "requires": { - "crypto-random-string": "^1.0.0" + "crypto-random-string": "^2.0.0" } }, "universal-analytics": { @@ -21136,12 +22543,12 @@ } }, "universal-user-agent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-3.0.0.tgz", - "integrity": "sha512-T3siHThqoj5X0benA5H0qcDnrKGXzU8TKoX15x/tQHw1hQBvIEBHjxQ2klizYsqBOO/Q+WuxoQUihadeeqDnoA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-4.0.0.tgz", + "integrity": "sha512-eM8knLpev67iBDizr/YtqkJsF3GK8gzDc6st/WKzrTuPtcsOKW/0IdL4cnMBsU69pOx0otavLWBDGTwg+dB0aA==", "dev": true, "requires": { - "os-name": "^3.0.0" + "os-name": "^3.1.0" } }, "universalify": { @@ -21209,31 +22616,81 @@ "dev": true }, "update-notifier": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-3.0.1.tgz", - "integrity": "sha512-grrmrB6Zb8DUiyDIaeRTBCkgISYUgETNe7NglEbVsrLWXeESnlCSP50WfRSj/GmzMPl6Uchj24S/p80nP/ZQrQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-4.0.0.tgz", + "integrity": "sha512-p9zf71hWt5GVXM4iEBujpUgx8mK9AWiCCapEJm/O1z5ntCim83Z1ATqzZFBHFYqx03laMqv8LiDgs/7ikXjf/g==", "dev": true, "requires": { - "boxen": "^3.0.0", - "chalk": "^2.0.1", - "configstore": "^4.0.0", + "boxen": "^4.2.0", + "chalk": "^3.0.0", + "configstore": "^5.0.0", "has-yarn": "^2.1.0", "import-lazy": "^2.1.0", "is-ci": "^2.0.0", - "is-installed-globally": "^0.1.0", - "is-npm": "^3.0.0", + "is-installed-globally": "^0.3.1", + "is-npm": "^4.0.0", "is-yarn-global": "^0.3.0", "latest-version": "^5.0.0", - "semver-diff": "^2.0.0", - "xdg-basedir": "^3.0.0" + "semver-diff": "^3.1.1", + "xdg-basedir": "^4.0.0" }, "dependencies": { + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, "ci-info": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", "dev": true }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "global-dirs": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-2.0.1.tgz", + "integrity": "sha512-5HqUqdhkEovj2Of/ms3IeS/EekcO54ytHRLV4PEY2rhRwrHXLQjeVEES0Lhka0xwNDtGYn58wyC4s5+MHsOO6A==", + "dev": true, + "requires": { + "ini": "^1.3.5" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, "is-ci": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", @@ -21242,22 +22699,34 @@ "requires": { "ci-info": "^2.0.0" } + }, + "is-installed-globally": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.3.1.tgz", + "integrity": "sha512-oiEcGoQbGc+3/iijAijrK2qFpkNoNjsHOm/5V5iaeydyrS/hnwaRCEgH5cpW0P3T1lSjV5piB7S5b5lEugNLhg==", + "dev": true, + "requires": { + "global-dirs": "^2.0.1", + "is-path-inside": "^3.0.1" + } + }, + "is-path-inside": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.2.tgz", + "integrity": "sha512-/2UGPSgmtqwo1ktx8NDHjuPwZWmHhO+gj0f93EkhLB5RgW9RZevWYYlIkS6zePc6U2WpOdQYIwHe9YC4DWEBVg==", + "dev": true + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } } } }, - "upper-case": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz", - "integrity": "sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg=" - }, - "upper-case-first": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/upper-case-first/-/upper-case-first-1.1.2.tgz", - "integrity": "sha1-XXm+3P8UQZUY/S7bCgUHybaFkRU=", - "requires": { - "upper-case": "^1.1.1" - } - }, "uri-js": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", @@ -21315,12 +22784,6 @@ "prepend-http": "^2.0.0" } }, - "url-template": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/url-template/-/url-template-2.0.8.tgz", - "integrity": "sha1-/FZaPMy/93MMd19WQflVV5FDnyE=", - "dev": true - }, "use": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", @@ -21371,6 +22834,17 @@ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==" }, + "v8-to-istanbul": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-4.1.1.tgz", + "integrity": "sha512-eDRcudafj/GAV2MSoDNmsV/deeIY9bJ94QuVOzZDEbBd4uX+5v/kODX+p/fqZ74/VYLK1BZv8BPJlNnCV8vDhw==", + "dev": true, + "requires": { + "@types/istanbul-lib-coverage": "^2.0.1", + "convert-source-map": "^1.6.0", + "source-map": "^0.7.3" + } + }, "validate-npm-package-license": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", @@ -21427,22 +22901,48 @@ "browser-process-hrtime": "^0.1.2" } }, - "wait-for-expect": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/wait-for-expect/-/wait-for-expect-1.2.0.tgz", - "integrity": "sha512-EJhKpA+5UHixduMBEGhTFuLuVgQBKWxkFbefOdj2bbk2/OpA5Opsc4aUTGmF+qJ+v3kTGxDRNYwKaT4j6g5n8Q==", - "dev": true + "w3c-xmlserializer": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-1.1.2.tgz", + "integrity": "sha512-p10l/ayESzrBMYWRID6xbuCKh2Fp77+sA0doRuGn4tTIMrrZVeqfpKjXHY+oDh3K4nLdPgNwMTVP6Vp4pvqbNg==", + "dev": true, + "requires": { + "domexception": "^1.0.1", + "webidl-conversions": "^4.0.2", + "xml-name-validator": "^3.0.0" + } }, "wait-on": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-3.2.0.tgz", - "integrity": "sha512-QUGNKlKLDyY6W/qHdxaRlXUAgLPe+3mLL/tRByHpRNcHs/c7dZXbu+OnJWGNux6tU1WFh/Z8aEwvbuzSAu79Zg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-4.0.0.tgz", + "integrity": "sha512-QrW3J8LzS5ADPfD9Rx5S6KJck66xkqyiFKQs9jmUTkIhiEOmkzU7WRZc+MjsnmkrgjitS2xQ4bb13hnlQnKBUQ==", "requires": { - "core-js": "^2.5.7", - "joi": "^13.0.0", + "@hapi/joi": "^16.1.8", + "lodash": "^4.17.15", "minimist": "^1.2.0", "request": "^2.88.0", - "rx": "^4.1.0" + "request-promise-native": "^1.0.8", + "rxjs": "^6.5.4" + }, + "dependencies": { + "request-promise-core": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.3.tgz", + "integrity": "sha512-QIs2+ArIGQVp5ZYbWD5ZLCY29D5CfWizP8eWnm8FoGD1TX61veauETVQbrV60662V0oFBkrDOuaBI8XgtuyYAQ==", + "requires": { + "lodash": "^4.17.15" + } + }, + "request-promise-native": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.8.tgz", + "integrity": "sha512-dapwLGqkHtwL5AEbfenuzjTYg35Jd6KPytsC2/TLkVMz8rm+tNt72MGUWT1RP/aYawMpN6HqbNGBQaRcBtjQMQ==", + "requires": { + "request-promise-core": "1.1.3", + "stealthy-require": "^1.1.1", + "tough-cookie": "^2.3.3" + } + } } }, "walker": { @@ -21937,9 +23437,9 @@ "dev": true }, "whatwg-url": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-6.5.0.tgz", - "integrity": "sha512-rhRZRqx/TLJQWUpQ6bmrt2UV4f0HCQ463yQuONJqC6fO2VoEb1pTYddbe59SkYq87aoM5A3bdhMZiUiVws+fzQ==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", + "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", "dev": true, "requires": { "lodash.sortby": "^4.7.0", @@ -21957,6 +23457,7 @@ "version": "1.3.1", "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, "requires": { "isexe": "^2.0.0" } @@ -21967,44 +23468,51 @@ "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", "dev": true }, + "which-pm-runs": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.0.0.tgz", + "integrity": "sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs=", + "dev": true + }, "widest-line": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-2.0.1.tgz", - "integrity": "sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", + "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", "dev": true, "requires": { - "string-width": "^2.1.1" + "string-width": "^4.0.0" }, "dependencies": { "ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", "dev": true }, "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true }, "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", + "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", "dev": true, "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" } }, "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", "dev": true, "requires": { - "ansi-regex": "^3.0.0" + "ansi-regex": "^5.0.0" } } } @@ -22094,6 +23602,12 @@ } } }, + "word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "dev": true + }, "wordwrap": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", @@ -22134,29 +23648,27 @@ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, "write-file-atomic": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.1.tgz", - "integrity": "sha512-TGHFeZEZMnv+gBFRfjAcxL5bPHrsGKtnb4qsFAws7/vlh+QfwAaySIw4AXP9ZskTTh5GWu3FLuJhsWVdiJPGvg==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.1.tgz", + "integrity": "sha512-JPStrIyyVJ6oCSz/691fAjFtefZ6q+fP6tm+OS4Qw6o+TGQxNp1ziY2PgS+X/m0V8OWhZiO/m4xSj+Pr4RrZvw==", "dev": true, "requires": { - "graceful-fs": "^4.1.11", "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" } }, "ws": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz", - "integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==", - "dev": true, - "requires": { - "async-limiter": "~1.0.0" - } + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.1.tgz", + "integrity": "sha512-sucePNSafamSKoOqoNfBd8V0StlkzJKL2ZAhGQinCfNQ+oacw+Pk7lcdAElecBF2VkLNZRiIb5Oi1Q5lVUVt2A==", + "dev": true }, "xdg-basedir": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-3.0.0.tgz", - "integrity": "sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ=", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", + "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", "dev": true }, "xml-name-validator": { @@ -22165,6 +23677,12 @@ "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==", "dev": true }, + "xmlchars": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", + "dev": true + }, "xtend": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", @@ -22187,11 +23705,20 @@ "dev": true }, "yallist": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", - "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", "dev": true }, + "yaml": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.7.2.tgz", + "integrity": "sha512-qXROVp90sb83XtAoqE8bP9RwAkTTZbugRUTm5YeFCBfNRPEp2YzTeqWiz7m5OORHzEvrA/qcGS8hp/E+MMROYw==", + "dev": true, + "requires": { + "@babel/runtime": "^7.6.3" + } + }, "yargs": { "version": "12.0.5", "resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz", @@ -22305,20 +23832,13 @@ } }, "yargs-parser": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz", - "integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz", + "integrity": "sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==", "dev": true, "requires": { - "camelcase": "^4.1.0" - }, - "dependencies": { - "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", - "dev": true - } + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" } }, "yauzl": { @@ -22343,15 +23863,15 @@ } }, "yn": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.0.tgz", - "integrity": "sha512-kKfnnYkbTfrAdd0xICNFw7Atm8nKpLcLv9AZGEt+kczL/WQVai4e2V6ZN8U/O+iI6WrNuJjNNOyu4zfhl9D3Hg==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", "dev": true }, "zone.js": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.9.1.tgz", - "integrity": "sha512-GkPiJL8jifSrKReKaTZ5jkhrMEgXbXYC+IPo1iquBjayRa0q86w3Dipjn8b415jpitMExe9lV8iTsv8tk3DGag==" + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.10.2.tgz", + "integrity": "sha512-UAYfiuvxLN4oyuqhJwd21Uxb4CNawrq6fPS/05Su5L4G+1TN+HVDJMUHNMobVQDFJRir2cLAODXwluaOKB7HFg==" } } } diff --git a/package.json b/package.json index 406a7826b..a61e47298 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "app.build.dev": "ng build", "app.build.prod": "ng build --prod", "app.build.stamp": "bash scripts/stamp-build.bash", - "build.library.all": "ts-node ./scripts/build-all-librarys.ts", + "build.library.all": "node ./scripts/build-all-libraries.js", "build": "run-s -l build.library.all app.build.prod app.build.stamp", "--test--": "", "test": "jest", @@ -46,74 +46,73 @@ }, "private": true, "dependencies": { - "@angular/animations": "^8.2.11", - "@angular/cdk": "^8.2.3", - "@angular/common": "^8.2.11", - "@angular/compiler": "^8.2.11", - "@angular/core": "^8.2.11", - "@angular/forms": "^8.2.11", - "@angular/material": "^8.2.3", - "@angular/platform-browser": "^8.2.11", - "@angular/platform-browser-dynamic": "^8.2.11", - "@angular/router": "^8.2.11", - "@angular/service-worker": "^8.2.11", - "@ngxs/router-plugin": "^3.5.1", - "@ngx-translate/core": "^11.0.1", + "@angular/animations": "^9.0.0", + "@angular/cdk": "^9.0.0", + "@angular/common": "^9.0.0", + "@angular/compiler": "^9.0.0", + "@angular/core": "^9.0.0", + "@angular/forms": "^9.0.0", + "@angular/material": "^9.0.0", + "@angular/platform-browser": "^9.0.0", + "@angular/platform-browser-dynamic": "^9.0.0", + "@angular/router": "^9.0.0", + "@angular/service-worker": "^9.0.0", + "@ngxs/router-plugin": "^3.6.2", + "@ngx-translate/core": "^12.0.0", "@ngx-translate/http-loader": "^4.0.0", - "@ngxs/store": "^3.5.1", + "@ngxs/store": "^3.6.2", "@stackblitz/sdk": "^1.3.0", - "big-integer": "^1.6.41", - "buffer": "^5.2.1", - "core-js": "^2.6.4", + "big-integer": "^1.6.48", + "buffer": "^5.4.3", + "core-js": "^3.6.4", "file-saver": "^2.0.0", - "hammerjs": "^2.0.8", - "highlight.js": "^9.14.2", - "jszip": "^3.1.5", - "ngx-color": "^2.0.5", - "ngx-highlightjs": "^3.0.1", - "param-case": "^2.1.1", - "pascal-case": "^2.0.1", - "rxjs": "^6.4.0", - "start-server-and-test": "^1.7.12", - "zone.js": "^0.9.1" + "highlight.js": "^9.18.1", + "jszip": "^3.2.2", + "ngx-color": "^4.1.1", + "ngx-highlightjs": "^4.0.2", + "param-case": "^3.0.3", + "pascal-case": "^3.1.1", + "rxjs": "^6.5.4", + "start-server-and-test": "^1.10.8", + "tslib": "^1.10.0", + "zone.js": "~0.10.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^0.900.1", - "@angular-devkit/build-ng-packagr": "^0.803.12", - "@angular/cli": "~8.3.12", - "@angular/compiler-cli": "~8.2.11", - "@angular/language-service": "~8.2.11", + "@angular-devkit/build-angular": "~0.900.1", + "@angular-devkit/build-ng-packagr": "~0.900.1", + "@angular/cli": "~9.0.1", + "@angular/compiler-cli": "~9.0.0", + "@angular/language-service": "~9.0.0", "@angularclass/hmr": "^2.1.3", - "@commitlint/cli": "^8.1.0", - "@commitlint/config-conventional": "^7.5.0", - "@ngxs/devtools-plugin": "^3.5.1", - "@ngxs/logger-plugin": "^3.5.1", + "@commitlint/cli": "^8.3.5", + "@commitlint/config-conventional": "^8.3.4", + "@ngxs/devtools-plugin": "^3.6.2", + "@ngxs/logger-plugin": "^3.6.2", "@types/cypress": "^1.1.3", "@types/file-saver": "^2.0.0", "@types/highlight.js": "^9.12.3", - "@types/node": "^11.9.6", - "@types/sketchapp": "^1.0.3", - "codelyzer": "~5.0.0", - "conventional-changelog-cli": "^2.0.12", - "cypress-file-upload": "^3.0.6", - "cypress-testing-library": "^2.3.6", - "husky": "^1.3.1", - "jest": "^24.1.0", - "jest-preset-angular": "^6.0.2", + "@types/node": "^12.11.1", + "@types/sketchapp": "^56.0.0", + "codelyzer": "^5.1.2", + "conventional-changelog-cli": "^2.0.31", + "cypress-file-upload": "^3.5.3", + "cypress-testing-library": "^4.0.0", + "husky": "^4.2.1", + "jest": "^25.1.0", + "jest-preset-angular": "^8.0.0", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.5", - "ng-packagr": "^5.7.0", + "ng-packagr": "^9.0.0", "npm-run-all": "^4.1.5", - "ora": "^4.0.2", - "puppeteer": "^1.12.2", - "release-it": "^12.3.5", + "ora": "^4.0.3", + "puppeteer": "^2.1.1", + "release-it": "^12.4.3", "speed-measure-webpack-plugin": "^1.3.0", - "terser": "^3.16.1", - "ts-node": "~8.0.2", - "tsickle": "^0.35.0", - "tslib": "^1.9.0", - "tslint": "~5.9.1", - "typescript": "3.4.5", + "terser": "^4.6.3", + "ts-node": "~8.6.2", + "tslint": "~6.0.0", + "typescript": "3.7.5", "wepback": "^1.0.0" - } + }, + "type": "module" } diff --git a/projects/angular-codegen/tsconfig.lib.json b/projects/angular-codegen/tsconfig.lib.json index e6451dfa4..0e506b878 100644 --- a/projects/angular-codegen/tsconfig.lib.json +++ b/projects/angular-codegen/tsconfig.lib.json @@ -15,7 +15,6 @@ "lib": ["dom", "es2019"] }, "angularCompilerOptions": { - "annotateForClosureCompiler": true, "skipTemplateCodegen": true, "strictMetadataEmit": true, "fullTemplateTypeCheck": true, diff --git a/projects/angular-codegen/tsconfig.lib.prod.json b/projects/angular-codegen/tsconfig.lib.prod.json new file mode 100644 index 000000000..b1d501abb --- /dev/null +++ b/projects/angular-codegen/tsconfig.lib.prod.json @@ -0,0 +1,6 @@ +{ + "extends": "./tsconfig.lib.json", + "angularCompilerOptions": { + "enableIvy": false + } +} \ No newline at end of file diff --git a/projects/css-codegen/tsconfig.lib.json b/projects/css-codegen/tsconfig.lib.json index e6451dfa4..0e506b878 100644 --- a/projects/css-codegen/tsconfig.lib.json +++ b/projects/css-codegen/tsconfig.lib.json @@ -15,7 +15,6 @@ "lib": ["dom", "es2019"] }, "angularCompilerOptions": { - "annotateForClosureCompiler": true, "skipTemplateCodegen": true, "strictMetadataEmit": true, "fullTemplateTypeCheck": true, diff --git a/projects/css-codegen/tsconfig.lib.prod.json b/projects/css-codegen/tsconfig.lib.prod.json new file mode 100644 index 000000000..b1d501abb --- /dev/null +++ b/projects/css-codegen/tsconfig.lib.prod.json @@ -0,0 +1,6 @@ +{ + "extends": "./tsconfig.lib.json", + "angularCompilerOptions": { + "enableIvy": false + } +} \ No newline at end of file diff --git a/projects/lit-element-codegen/tsconfig.lib.json b/projects/lit-element-codegen/tsconfig.lib.json index e6451dfa4..0e506b878 100644 --- a/projects/lit-element-codegen/tsconfig.lib.json +++ b/projects/lit-element-codegen/tsconfig.lib.json @@ -15,7 +15,6 @@ "lib": ["dom", "es2019"] }, "angularCompilerOptions": { - "annotateForClosureCompiler": true, "skipTemplateCodegen": true, "strictMetadataEmit": true, "fullTemplateTypeCheck": true, diff --git a/projects/lit-element-codegen/tsconfig.lib.prod.json b/projects/lit-element-codegen/tsconfig.lib.prod.json new file mode 100644 index 000000000..b1d501abb --- /dev/null +++ b/projects/lit-element-codegen/tsconfig.lib.prod.json @@ -0,0 +1,6 @@ +{ + "extends": "./tsconfig.lib.json", + "angularCompilerOptions": { + "enableIvy": false + } +} \ No newline at end of file diff --git a/projects/react-codegen/tsconfig.lib.json b/projects/react-codegen/tsconfig.lib.json index e6451dfa4..0e506b878 100644 --- a/projects/react-codegen/tsconfig.lib.json +++ b/projects/react-codegen/tsconfig.lib.json @@ -15,7 +15,6 @@ "lib": ["dom", "es2019"] }, "angularCompilerOptions": { - "annotateForClosureCompiler": true, "skipTemplateCodegen": true, "strictMetadataEmit": true, "fullTemplateTypeCheck": true, diff --git a/projects/react-codegen/tsconfig.lib.prod.json b/projects/react-codegen/tsconfig.lib.prod.json new file mode 100644 index 000000000..b1d501abb --- /dev/null +++ b/projects/react-codegen/tsconfig.lib.prod.json @@ -0,0 +1,6 @@ +{ + "extends": "./tsconfig.lib.json", + "angularCompilerOptions": { + "enableIvy": false + } +} \ No newline at end of file diff --git a/projects/sketch-ingestor/tsconfig.lib.json b/projects/sketch-ingestor/tsconfig.lib.json index e6451dfa4..0e506b878 100644 --- a/projects/sketch-ingestor/tsconfig.lib.json +++ b/projects/sketch-ingestor/tsconfig.lib.json @@ -15,7 +15,6 @@ "lib": ["dom", "es2019"] }, "angularCompilerOptions": { - "annotateForClosureCompiler": true, "skipTemplateCodegen": true, "strictMetadataEmit": true, "fullTemplateTypeCheck": true, diff --git a/projects/sketch-ingestor/tsconfig.lib.prod.json b/projects/sketch-ingestor/tsconfig.lib.prod.json new file mode 100644 index 000000000..b1d501abb --- /dev/null +++ b/projects/sketch-ingestor/tsconfig.lib.prod.json @@ -0,0 +1,6 @@ +{ + "extends": "./tsconfig.lib.json", + "angularCompilerOptions": { + "enableIvy": false + } +} \ No newline at end of file diff --git a/projects/sketch-lib/src/lib/format.service.ts b/projects/sketch-lib/src/lib/format.service.ts index 1455ba931..dc72ea822 100644 --- a/projects/sketch-lib/src/lib/format.service.ts +++ b/projects/sketch-lib/src/lib/format.service.ts @@ -1,18 +1,18 @@ -import { Injectable } from '@angular/core'; -import paramCase from 'param-case'; -import pascalCase from 'pascal-case'; +import { Injectable } from "@angular/core"; +import { paramCase } from "param-case"; +import { pascalCase } from "pascal-case"; @Injectable({ - providedIn: 'root' + providedIn: "root" }) export class FormatService { indent(n: number, content: string) { - const indentation = !!n ? ' '.repeat(n) : ''; + const indentation = !!n ? " ".repeat(n) : ""; return indentation + content; } indentFile(n: number, contents: string) { - return contents.split('\n').map(line => this.indent(n, line)); + return contents.split("\n").map(line => this.indent(n, line)); } className(name: string) { diff --git a/projects/sketch-lib/src/lib/text.service.ts b/projects/sketch-lib/src/lib/text.service.ts index 1c503b008..7fff8e2fa 100644 --- a/projects/sketch-lib/src/lib/text.service.ts +++ b/projects/sketch-lib/src/lib/text.service.ts @@ -11,14 +11,14 @@ export class TextService { return (current._class as string) === 'text'; } - lookup(current: SketchMSLayer) { + lookup(current: SketchMSTextLayer) { return ( current.attributedString.string || this.extractAttributedStringText(current) ); } - private extractAttributedStringText(current: SketchMSLayer) { + private extractAttributedStringText(current: SketchMSTextLayer) { const obj = current.attributedString; if (obj && obj.hasOwnProperty('archivedAttributedString')) { diff --git a/projects/sketch-lib/tsconfig.lib.json b/projects/sketch-lib/tsconfig.lib.json index e6451dfa4..0e506b878 100644 --- a/projects/sketch-lib/tsconfig.lib.json +++ b/projects/sketch-lib/tsconfig.lib.json @@ -15,7 +15,6 @@ "lib": ["dom", "es2019"] }, "angularCompilerOptions": { - "annotateForClosureCompiler": true, "skipTemplateCodegen": true, "strictMetadataEmit": true, "fullTemplateTypeCheck": true, diff --git a/projects/sketch-lib/tsconfig.lib.prod.json b/projects/sketch-lib/tsconfig.lib.prod.json new file mode 100644 index 000000000..b1d501abb --- /dev/null +++ b/projects/sketch-lib/tsconfig.lib.prod.json @@ -0,0 +1,6 @@ +{ + "extends": "./tsconfig.lib.json", + "angularCompilerOptions": { + "enableIvy": false + } +} \ No newline at end of file diff --git a/projects/stencil-codegen/tsconfig.lib.json b/projects/stencil-codegen/tsconfig.lib.json index e6451dfa4..0e506b878 100644 --- a/projects/stencil-codegen/tsconfig.lib.json +++ b/projects/stencil-codegen/tsconfig.lib.json @@ -15,7 +15,6 @@ "lib": ["dom", "es2019"] }, "angularCompilerOptions": { - "annotateForClosureCompiler": true, "skipTemplateCodegen": true, "strictMetadataEmit": true, "fullTemplateTypeCheck": true, diff --git a/projects/stencil-codegen/tsconfig.lib.prod.json b/projects/stencil-codegen/tsconfig.lib.prod.json new file mode 100644 index 000000000..b1d501abb --- /dev/null +++ b/projects/stencil-codegen/tsconfig.lib.prod.json @@ -0,0 +1,6 @@ +{ + "extends": "./tsconfig.lib.json", + "angularCompilerOptions": { + "enableIvy": false + } +} \ No newline at end of file diff --git a/projects/svg-codegen/tsconfig.lib.json b/projects/svg-codegen/tsconfig.lib.json index e6451dfa4..0e506b878 100644 --- a/projects/svg-codegen/tsconfig.lib.json +++ b/projects/svg-codegen/tsconfig.lib.json @@ -15,7 +15,6 @@ "lib": ["dom", "es2019"] }, "angularCompilerOptions": { - "annotateForClosureCompiler": true, "skipTemplateCodegen": true, "strictMetadataEmit": true, "fullTemplateTypeCheck": true, diff --git a/projects/svg-codegen/tsconfig.lib.prod.json b/projects/svg-codegen/tsconfig.lib.prod.json new file mode 100644 index 000000000..b1d501abb --- /dev/null +++ b/projects/svg-codegen/tsconfig.lib.prod.json @@ -0,0 +1,6 @@ +{ + "extends": "./tsconfig.lib.json", + "angularCompilerOptions": { + "enableIvy": false + } +} \ No newline at end of file diff --git a/projects/vue-codegen/tsconfig.lib.json b/projects/vue-codegen/tsconfig.lib.json index e6451dfa4..0e506b878 100644 --- a/projects/vue-codegen/tsconfig.lib.json +++ b/projects/vue-codegen/tsconfig.lib.json @@ -15,7 +15,6 @@ "lib": ["dom", "es2019"] }, "angularCompilerOptions": { - "annotateForClosureCompiler": true, "skipTemplateCodegen": true, "strictMetadataEmit": true, "fullTemplateTypeCheck": true, diff --git a/projects/vue-codegen/tsconfig.lib.prod.json b/projects/vue-codegen/tsconfig.lib.prod.json new file mode 100644 index 000000000..b1d501abb --- /dev/null +++ b/projects/vue-codegen/tsconfig.lib.prod.json @@ -0,0 +1,6 @@ +{ + "extends": "./tsconfig.lib.json", + "angularCompilerOptions": { + "enableIvy": false + } +} \ No newline at end of file diff --git a/projects/web-codegen/src/lib/web-aggregator.service.ts b/projects/web-codegen/src/lib/web-aggregator.service.ts index c10fbbe4d..c8c53cef6 100644 --- a/projects/web-codegen/src/lib/web-aggregator.service.ts +++ b/projects/web-codegen/src/lib/web-aggregator.service.ts @@ -149,7 +149,7 @@ export class WebAggregatorService { indent, [ this.renderAttributeTag(current, options.textTagName, options), - this.textService.lookup(current), + this.textService.lookup(current as SketchMSTextLayer), `` ].join('') ) diff --git a/projects/web-codegen/tsconfig.lib.json b/projects/web-codegen/tsconfig.lib.json index e6451dfa4..0e506b878 100644 --- a/projects/web-codegen/tsconfig.lib.json +++ b/projects/web-codegen/tsconfig.lib.json @@ -15,7 +15,6 @@ "lib": ["dom", "es2019"] }, "angularCompilerOptions": { - "annotateForClosureCompiler": true, "skipTemplateCodegen": true, "strictMetadataEmit": true, "fullTemplateTypeCheck": true, diff --git a/projects/web-codegen/tsconfig.lib.prod.json b/projects/web-codegen/tsconfig.lib.prod.json new file mode 100644 index 000000000..b1d501abb --- /dev/null +++ b/projects/web-codegen/tsconfig.lib.prod.json @@ -0,0 +1,6 @@ +{ + "extends": "./tsconfig.lib.json", + "angularCompilerOptions": { + "enableIvy": false + } +} \ No newline at end of file diff --git a/projects/web-component-codegen/tsconfig.lib.json b/projects/web-component-codegen/tsconfig.lib.json index e6451dfa4..0e506b878 100644 --- a/projects/web-component-codegen/tsconfig.lib.json +++ b/projects/web-component-codegen/tsconfig.lib.json @@ -15,7 +15,6 @@ "lib": ["dom", "es2019"] }, "angularCompilerOptions": { - "annotateForClosureCompiler": true, "skipTemplateCodegen": true, "strictMetadataEmit": true, "fullTemplateTypeCheck": true, diff --git a/projects/web-component-codegen/tsconfig.lib.prod.json b/projects/web-component-codegen/tsconfig.lib.prod.json new file mode 100644 index 000000000..b1d501abb --- /dev/null +++ b/projects/web-component-codegen/tsconfig.lib.prod.json @@ -0,0 +1,6 @@ +{ + "extends": "./tsconfig.lib.json", + "angularCompilerOptions": { + "enableIvy": false + } +} \ No newline at end of file diff --git a/projects/xaml-codegen/src/lib/xamarin-forms-codegenvisitor.service.ts b/projects/xaml-codegen/src/lib/xamarin-forms-codegenvisitor.service.ts index 334bfa241..467d4aed3 100644 --- a/projects/xaml-codegen/src/lib/xamarin-forms-codegenvisitor.service.ts +++ b/projects/xaml-codegen/src/lib/xamarin-forms-codegenvisitor.service.ts @@ -41,7 +41,7 @@ export class XamarinFormsCodeGenVisitor extends XmlCodeGenVisitor { return ``; } - protected visitText(ast: SketchMSLayer): string { + protected visitText(ast: SketchMSTextLayer): string { const attr: any = {}; const string = ast.attributedString; const fontAttribute = diff --git a/projects/xaml-codegen/tsconfig.lib.json b/projects/xaml-codegen/tsconfig.lib.json index e6451dfa4..0e506b878 100644 --- a/projects/xaml-codegen/tsconfig.lib.json +++ b/projects/xaml-codegen/tsconfig.lib.json @@ -15,7 +15,6 @@ "lib": ["dom", "es2019"] }, "angularCompilerOptions": { - "annotateForClosureCompiler": true, "skipTemplateCodegen": true, "strictMetadataEmit": true, "fullTemplateTypeCheck": true, diff --git a/projects/xaml-codegen/tsconfig.lib.prod.json b/projects/xaml-codegen/tsconfig.lib.prod.json new file mode 100644 index 000000000..b1d501abb --- /dev/null +++ b/projects/xaml-codegen/tsconfig.lib.prod.json @@ -0,0 +1,6 @@ +{ + "extends": "./tsconfig.lib.json", + "angularCompilerOptions": { + "enableIvy": false + } +} \ No newline at end of file diff --git a/scripts/build-all-libraries.js b/scripts/build-all-libraries.js new file mode 100644 index 000000000..0d258aa1c --- /dev/null +++ b/scripts/build-all-libraries.js @@ -0,0 +1,21 @@ +const utils = require("./utils"); + +async function buildAllLibraries() { + // ORDER IS NEEDED FOR DEPS + await utils.cmd('ng', [`build sketch-ingestor`]); + await utils.cmd('ng', [`build sketch-lib`]); + await utils.cmd('ng', [`build css-codegen`]); + await utils.cmd('ng', [`build svg-codegen`]); + await utils.cmd('ng', [`build xaml-codegen`]); + await utils.cmd('ng', [`build web-codegen`]); + await utils.cmd('ng', [`build web-component-codegen`]); + await utils.cmd('ng', [`build angular-codegen`]); + await utils.cmd('ng', [`build vue-codegen`]); + await utils.cmd('ng', [`build stencil-codegen`]); + await utils.cmd('ng', [`build lit-element-codegen`]); + await utils.cmd('ng', [`build react-codegen`]); + +} + +utils.runTask('Building library', () => buildAllLibraries()); + diff --git a/scripts/stamp-build.bash b/scripts/stamp-build.bash index a28c4a09f..fc0573f5d 100644 --- a/scripts/stamp-build.bash +++ b/scripts/stamp-build.bash @@ -1,7 +1,6 @@ #!/bin/bash set -o errexit -set -o nounset set -o pipefail if [[ -n "$BUILD_ID" ]]; then diff --git a/scripts/utils.js b/scripts/utils.js new file mode 100644 index 000000000..4ba9cb6a9 --- /dev/null +++ b/scripts/utils.js @@ -0,0 +1,59 @@ +const cp = require('child_process'); +const path = require('path'); + +// script ideas from NGRX repo + +const ora = require('ora'); +async function runTask(name, taskFn) { + const spinner = ora(name); + + try { + spinner.start(); + + await taskFn(); + + spinner.succeed(); + } catch (e) { + spinner.stop(); + + throw e; + } +} + +// export type BaseFn = (command: string) => string; + +function baseDir(...dirs) { + return `"${path.resolve(__dirname, '../', ...dirs)}"`; +} +function fromNpm(command) { + return baseDir(`./node_modules/.bin/${command}`); +} + +function exec( + command, + args, + base = fromNpm +) { + return new Promise((resolve, reject) => { + + const child = cp.exec(base(command) + ' ' + args.join(' '), (err, stdout) => { + if (err) { + return reject(err); + } + + resolve(stdout.toString()); + }); + child.stdout.on('data', function (data) { + console.log(data.toString()); + }); + }); +} + +function cmd(command, args) { + return exec(command, args, (runCommand) => runCommand); +} + + +module.exports = { + runTask, cmd +} diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 0daa8705b..0e12cadcc 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -1,61 +1,58 @@ -import { HttpClientModule, HttpClient } from '@angular/common/http'; -import { NgModule } from '@angular/core'; -import { BrowserModule } from '@angular/platform-browser'; -import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; -import { PreloadAllModules, Route, RouterModule } from '@angular/router'; -import { WINDOW_PROVIDERS } from '@app/core/window.service'; -import { environment } from '@env/environment'; -import { NgxsReduxDevtoolsPluginModule } from '@ngxs/devtools-plugin'; -import { NgxsLoggerPluginModule } from '@ngxs/logger-plugin'; -import { NgxsRouterPluginModule } from '@ngxs/router-plugin'; -import { NgxsModule } from '@ngxs/store'; -import * as javascript from 'highlight.js/lib/languages/javascript'; -import * as scss from 'highlight.js/lib/languages/scss'; -import * as typescript from 'highlight.js/lib/languages/typescript'; -import * as xml from 'highlight.js/lib/languages/xml'; -import { HighlightModule } from 'ngx-highlightjs'; -import { AppComponent } from './app.component'; -import { CoreModule } from './core/core.module'; -import { UiState } from './core/state'; -import { CodeGenState } from './core/state/page.state'; -import { EditorGuardService } from './editor-guard.service'; -import {TranslateModule, TranslateLoader} from '@ngx-translate/core'; -import {TranslateHttpLoader} from '@ngx-translate/http-loader'; - +import { HttpClientModule, HttpClient } from "@angular/common/http"; +import { NgModule } from "@angular/core"; +import { BrowserModule } from "@angular/platform-browser"; +import { BrowserAnimationsModule } from "@angular/platform-browser/animations"; +import { PreloadAllModules, Route, RouterModule } from "@angular/router"; +import { WINDOW_PROVIDERS } from "@app/core/window.service"; +import { environment } from "@env/environment"; +import { NgxsReduxDevtoolsPluginModule } from "@ngxs/devtools-plugin"; +import { NgxsLoggerPluginModule } from "@ngxs/logger-plugin"; +import { NgxsRouterPluginModule } from "@ngxs/router-plugin"; +import { NgxsModule } from "@ngxs/store"; +import { HighlightModule, HIGHLIGHT_OPTIONS } from "ngx-highlightjs"; +import { AppComponent } from "./app.component"; +import { CoreModule } from "./core/core.module"; +import { UiState } from "./core/state"; +import { CodeGenState } from "./core/state/page.state"; +import { EditorGuardService } from "./editor-guard.service"; +import { TranslateModule, TranslateLoader } from "@ngx-translate/core"; +import { TranslateHttpLoader } from "@ngx-translate/http-loader"; export const routes: Route[] = [ { - path: '', - redirectTo: '/home', - pathMatch: 'full' + path: "", + redirectTo: "/home", + pathMatch: "full" }, { - path: 'home', - loadChildren: '../home/home.module#HomeModule' + path: "home", + loadChildren: () => import("../home/home.module").then(m => m.HomeModule) }, { - path: 'editor', + path: "editor", canActivate: [EditorGuardService], canActivateChild: [EditorGuardService], - loadChildren: './editor/editor.module#EditorModule' + loadChildren: () => + import("./editor/editor.module").then(m => m.EditorModule) }, { - path: 'upload', - loadChildren: './upload/upload.module#UploadModule' + path: "upload", + loadChildren: () => + import("./upload/upload.module").then(m => m.UploadModule) }, { - path: '**', - redirectTo: '/home' + path: "**", + redirectTo: "/home" } ]; -export function hljsLanguages() { - return [ - { name: 'typescript', func: typescript }, - { name: 'javascript', func: javascript }, - { name: 'scss', func: scss }, - { name: 'vue', func: xml } - ]; +export function getHighlightLanguages() { + return { + typescript: () => import("highlight.js/lib/languages/typescript"), + javascript: () => import("highlight.js/lib/languages/javascript"), + scss: () => import("highlight.js/lib/languages/scss"), + xml: () => import("highlight.js/lib/languages/xml") + }; } const StoreDebugModule = [ @@ -77,7 +74,6 @@ export function HttpLoaderFactory(http: HttpClient) { return new TranslateHttpLoader(http); } - @NgModule({ declarations: [AppComponent], imports: [ @@ -86,23 +82,31 @@ export function HttpLoaderFactory(http: HttpClient) { BrowserAnimationsModule, StoreDebugModule, CoreModule, - TranslateModule.forRoot({ loader: { - provide: TranslateLoader, - useFactory: HttpLoaderFactory, - deps: [HttpClient] - }}), + TranslateModule.forRoot({ + loader: { + provide: TranslateLoader, + useFactory: HttpLoaderFactory, + deps: [HttpClient] + } + }), RouterModule.forRoot(routes, { useHash: true, enableTracing: !environment.production, preloadingStrategy: PreloadAllModules }), - HighlightModule.forRoot({ - languages: hljsLanguages - }) + HighlightModule // TODO(manekinekko): enable SW support when it's stable // ServiceWorkerModule.register('/ngsw-worker.js', { enabled: environment.production }) ], - providers: [WINDOW_PROVIDERS], + providers: [ + WINDOW_PROVIDERS, + { + provide: HIGHLIGHT_OPTIONS, + useValue: { + languages: getHighlightLanguages() + } + } + ], bootstrap: [AppComponent] }) export class AppModule {} diff --git a/src/app/core/sketch.service.ts b/src/app/core/sketch.service.ts index 15ca7aa6e..f76aa474e 100644 --- a/src/app/core/sketch.service.ts +++ b/src/app/core/sketch.service.ts @@ -5,11 +5,11 @@ import { WebCodeGenService } from '@xlayers/web-codegen'; import { SketchIngestorService } from '@xlayers/sketch-ingestor'; export interface SketchMSData { - pages: SketchMSPage[]; + pages: SketchMSPageLayer[]; previews: SketchMSPreview[]; - document: SketchMSDocumentData; - user: SketchMSUserData; - meta: SketchMSMetadata; + document: SketchMSDocument; + user: SketchMSUser; + meta: SketchMSMeta; } @Injectable({ diff --git a/src/app/core/state/page.state.ts b/src/app/core/state/page.state.ts index 089397043..e1519e384 100644 --- a/src/app/core/state/page.state.ts +++ b/src/app/core/state/page.state.ts @@ -20,7 +20,7 @@ export class CodeGen { ) {} } -@State({ +@State({ name: 'codegen' }) export class CodeGenState { diff --git a/src/app/core/state/ui.state.ts b/src/app/core/state/ui.state.ts index d9dbc90fe..824c6cdfe 100644 --- a/src/app/core/state/ui.state.ts +++ b/src/app/core/state/ui.state.ts @@ -14,10 +14,10 @@ export interface LayerCSS { export interface UiSettings { currentData: SketchMSData; - currentPage?: SketchMSPage; + currentPage?: SketchMSPageLayer; currentLayer?: SketchMSLayer; previousLayer?: SketchMSLayer; - availablePages?: Array; + availablePages?: Array; wireframe?: boolean; preview?: boolean; settingsEnabled?: boolean; @@ -42,12 +42,12 @@ export class ToggleWireframe { export class AvailablePages { static readonly type = '[UiSettings] Available Pages'; - constructor(public pages: SketchMSPage[]) {} + constructor(public pages: SketchMSPageLayer[]) {} } export class CurrentPage { static readonly type = '[UiSettings] Current Page'; - constructor(public page: SketchMSPage) {} + constructor(public page: SketchMSPageLayer) {} } export class CurrentLayer { diff --git a/src/app/editor/code/editor-container/editor-container.component.ts b/src/app/editor/code/editor-container/editor-container.component.ts index 6fd5ee84b..6b07e0ebd 100644 --- a/src/app/editor/code/editor-container/editor-container.component.ts +++ b/src/app/editor/code/editor-container/editor-container.component.ts @@ -21,7 +21,7 @@ const githubIssueLink = }) export class EditorContainerComponent implements OnInit, AfterContentInit { codeSetting: CodeGenSettings; - @ViewChild('codeContentEditor', { static: false }) codeEditor: ElementRef; + @ViewChild('codeContentEditor') codeEditor: ElementRef; frameworks: Array<{ title: string; diff --git a/src/app/editor/editor.module.ts b/src/app/editor/editor.module.ts index dd0101113..7cebbdf85 100644 --- a/src/app/editor/editor.module.ts +++ b/src/app/editor/editor.module.ts @@ -11,11 +11,11 @@ export const routes: Route[] = [ children: [ { path: 'code', - loadChildren: './code/code.module#CodeModule' + loadChildren: () => import('./code/code.module').then(m => m.CodeModule) }, { path: 'preview', - loadChildren: './preview/preview.module#PreviewModule' + loadChildren: () => import('./preview/preview.module').then(m => m.PreviewModule) } ] } diff --git a/src/app/editor/preview/preview.component.ts b/src/app/editor/preview/preview.component.ts index d155db489..e8d3ae05a 100644 --- a/src/app/editor/preview/preview.component.ts +++ b/src/app/editor/preview/preview.component.ts @@ -11,7 +11,7 @@ import { ViewerContainerComponent } from './viewer/container/container.component styleUrls: ['./preview.component.css'] }) export class PreviewComponent implements OnInit { - sketchPages: Array; + sketchPages: Array; preview: boolean; currentLayer: SketchMSLayer; colors: { @@ -75,7 +75,7 @@ export class PreviewComponent implements OnInit { } } - setCurrentPage(page: SketchMSPage) { + setCurrentPage(page: SketchMSPageLayer) { this.store.dispatch(new CurrentPage(page)); } @@ -83,7 +83,7 @@ export class PreviewComponent implements OnInit { this.store.dispatch(new CurrentLayer(null)); } - pageName(page: SketchMSPage) { + pageName(page: SketchMSPageLayer) { return page && page.name; } } diff --git a/src/app/editor/preview/viewer/canvas/canvas.component.ts b/src/app/editor/preview/viewer/canvas/canvas.component.ts index f9630b9ee..0aa2aa0f1 100644 --- a/src/app/editor/preview/viewer/canvas/canvas.component.ts +++ b/src/app/editor/preview/viewer/canvas/canvas.component.ts @@ -78,7 +78,7 @@ export class ViewerCanvasComponent implements OnInit { @ViewChildren('canvas') canvasRef: QueryList>; - currentPage: SketchMSPage; + currentPage: SketchMSPageLayer; currentZoomLevel = 1; @@ -90,7 +90,7 @@ export class ViewerCanvasComponent implements OnInit { ngOnInit() { this.store.select(UiState.currentPage).subscribe(currentPage => { - this.currentPage = currentPage as SketchMSPage; + this.currentPage = currentPage as SketchMSPageLayer; }); this.store.select(UiState.is3dView).subscribe(is3dView => { diff --git a/src/app/editor/preview/viewer/container/container.component.ts b/src/app/editor/preview/viewer/container/container.component.ts index 7effafd6c..4dbbc5148 100644 --- a/src/app/editor/preview/viewer/container/container.component.ts +++ b/src/app/editor/preview/viewer/container/container.component.ts @@ -50,12 +50,12 @@ import { ViewerSelectedLayerDirective } from '../layer/selected-layer.directive' ] }) export class ViewerContainerComponent implements OnInit { - @ViewChild(ViewerSelectedLayerDirective, { static: false }) + @ViewChild(ViewerSelectedLayerDirective) ref: ViewerSelectedLayerDirective; is3dView: boolean; data: SketchMSData; - currentPage: SketchMSPage; + currentPage: SketchMSPageLayer; constructor(private readonly store: Store) {} diff --git a/src/app/editor/preview/viewer/layer/layer.component.ts b/src/app/editor/preview/viewer/layer/layer.component.ts index 93be31951..14dde026b 100644 --- a/src/app/editor/preview/viewer/layer/layer.component.ts +++ b/src/app/editor/preview/viewer/layer/layer.component.ts @@ -128,7 +128,7 @@ export class ViewerLayerComponent implements OnInit, AfterContentInit { loadText() { if (this.text.identify(this.layer)) { - const content = this.text.lookup(this.layer); + const content = this.text.lookup(this.layer as SketchMSTextLayer); if (content) { this.texts.push(content); } diff --git a/src/app/editor/preview/viewer/page/page.component.ts b/src/app/editor/preview/viewer/page/page.component.ts index 590e2466b..963737b68 100644 --- a/src/app/editor/preview/viewer/page/page.component.ts +++ b/src/app/editor/preview/viewer/page/page.component.ts @@ -37,7 +37,7 @@ import { UiState } from '@app/core/state'; }) export class ViewerPageComponent implements OnInit { @Input() data: SketchMSData; - @Input() page: SketchMSPage; + @Input() page: SketchMSPageLayer; @Input() wireframe = false; @Input() level = 0; diff --git a/src/polyfills.ts b/src/polyfills.ts index 56f19cfda..81064ea0a 100644 --- a/src/polyfills.ts +++ b/src/polyfills.ts @@ -43,7 +43,7 @@ /** Evergreen browsers require these. **/ // Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove. -import 'core-js/es7/reflect'; +import 'core-js/es/reflect'; /** @@ -71,14 +71,7 @@ import 'core-js/es7/reflect'; /*************************************************************************************************** * Zone JS is required by default for Angular itself. */ -import 'zone.js/dist/zone'; // Included with Angular CLI. - - - -/*************************************************************************************************** - * APPLICATION IMPORTS - */ -import 'hammerjs'; +import 'zone.js/dist/zone'; // Add global to window, assigning the value of window itself. diff --git a/src/tsconfig.app.json b/src/tsconfig.app.json index 52a67ca51..93b99023d 100644 --- a/src/tsconfig.app.json +++ b/src/tsconfig.app.json @@ -1,8 +1,7 @@ { "extends": "../tsconfig.json", "compilerOptions": { - "outDir": "../out-tsc/app", - "module": "es2015" + "outDir": "../out-tsc/app" }, - "exclude": ["test.ts", "**/*.spec.ts"] + "files": ["main.ts", "polyfills.ts"] } diff --git a/src/typing.d.ts b/src/typing.d.ts new file mode 100644 index 000000000..b03bfff20 --- /dev/null +++ b/src/typing.d.ts @@ -0,0 +1,464 @@ +// Type definitions for non-npm package the SketchApp 56.0 +// Project: https://github.com/xlayers/xlayers +// Definitions by: Wassim Chegham +// Phetsinorath William +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 3.0 + +type SketchMSFillTypeEnum = 0 | 1 | 4 | 5; +type SketchMSBorderPositionEnum = 0 | 1 | 2 | 3; +interface SketchMSBorder { + _class: 'border'; + isEnabled: boolean; + color: SketchMSColor; + fillType: SketchMSFillTypeEnum; + position: SketchMSBorderPositionEnum; + thickness: number; +} +type SketchMSBorderLineCapStyle = 0 | 1 | 2; +type SketchMSBorderLineJoinStyle = 0 | 1 | 2; +interface SketchMSBorderOptions { + _class: 'borderOptions'; + isEnabled: boolean; + dashPattern: number[]; + lineCapStyle: SketchMSBorderLineCapStyle; + lineJoinStyle: SketchMSBorderLineJoinStyle; +} +interface SketchMSImageDataReference { + _class: 'jSONOriginalDataReference'; + _ref: string; + _ref_class: 'imageData'; + data: { + _data: string; + }; + sha1: { + _data: string; + }; +} +type SketchMSPatternFillTypeEnum = 0 | 1 | 2 | 3; +interface SketchMSFill { + _class: 'fill'; + isEnabled: boolean; + color?: SketchMSColor; + fillType: SketchMSFillTypeEnum; + image?: SketchMSImageDataReference; + noiseIndex: number; + noiseIntensity: number; + patternFillType: SketchMSPatternFillTypeEnum; + patternTileScale: number; +} +interface SketchMSShadow { + _class: 'shadow' | 'MSInnerShadow'; + isEnabled: boolean; + blurRadius: number; + color: SketchMSColor; + contextSettings: SketchMSGraphicsContextSettings; + offsetX: number; + offsetY: number; + spread: number; +} +interface SketchMSStyleBorder { + _class: 'styleBorder'; + position: number; + color: SketchMSColor; + gradient: SketchMSGradient; + fillType: number; + thickness: number; + contextSettings: SketchMSGraphicsContextSettings; + isEnabled: number; +} +interface SketchMSGradientStop { + _class: 'gradientStop'; + color: SketchMSColor; + position: number; +} +interface SketchMSGradient { + _class: 'gradient'; + from: { + x: number; + y: number; + }; + shouldSmoothenOpacity: boolean; + gradientType: number; + stops: SketchMSGradientStop[]; + to: { + x: number; + y: number; + }; + elipseLength: number; +} +interface SketchMSStyleFill { + _class: 'styleFill'; + contextSettings: SketchMSGraphicsContextSettings; + color: SketchMSColor; + gradient: SketchMSGradient; + fillType: number; + noiseIntensity: number; + patternFillType: number; + patternTileScale: number; + noiseIndex: number; + isEnabled: number; +} +interface SketchMSStyleShadow { + _class: 'styleShadow'; + spread: number; + color: SketchMSColor; + offsetY: number; + offsetX: number; + blurRadius: number; + contextSettings: SketchMSGraphicsContextSettings; + isEnabled: number; +} +interface SketchMSParagraphStyle { + _class: 'paragraphStyle'; + alignment: number; + allowsDefaultTighteningForTruncation: number; +} +interface SketchMSStyleBorderOptions { + _class: 'styleBorderOptions'; + lineJoinStyle: number; + isEnabled: number; + lineCapStyle: number; + dashPattern: unknown[]; +} +interface SketchMSGraphicsContextSettings { + _class: 'graphicsContextSettings'; + opacity: number; + blendMode: SketchMSGraphicsContextSettingsBlendMode; +} +type SketchMSGraphicsContextSettingsBlendMode = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15; +interface SketchMSStyleBlur { + _class: 'styleBlur'; + radius: number; + motionAngle: number; + isEnabled: number; + type: number; + center: { + x: number; + y: number; + }; +} +interface SketchMSStyleReflection { + _class: 'styleReflection'; + strength: number; + isEnabled: number; + distance: number; +} +interface SketchMSStyleColorControls { + _class: 'styleColorControls'; + hue: number; + brightness: number; + contrast: number; + isEnabled: number; + saturation: number; +} +interface SketchMSFontAttribute { + _class: 'fontDescriptor'; + attributes: { + name: string; + size: number; + }; +} +interface SketchMSAttributes { + MSAttributedStringColorAttribute: SketchMSColor; + MSAttributedStringFontAttribute: SketchMSFontAttribute; + paragraphStyle: SketchMSParagraphStyle; + kerning: number; +} +interface SketchMSStringAttribute { + _class: 'stringAttribute'; + attributes: SketchMSAttributes; +} +interface SketchMSTextStyle { + _class: 'textStyle'; + encodedAttributes: SketchMSAttributes; +} +interface SketchMSStyle { + _class: 'style'; + do_objectID: string; + endMarkerType: number; + miterLimit: number; + startMarkerType: number; + windingRule: number; + startDecorationType?: number; + borderOptions?: SketchMSStyleBorderOptions; + endDecorationType?: number; + contextSettings?: SketchMSGraphicsContextSettings; + blur?: SketchMSStyleBlur; + textStyle?: SketchMSTextStyle; + reflection?: SketchMSStyleReflection; + colorControls?: SketchMSStyleColorControls; + fills?: SketchMSStyleFill[]; + borders?: SketchMSStyleBorder[]; + innerShadows?: SketchMSStyleShadow[]; + shadows?: SketchMSStyleShadow[]; +} +interface SketchMSAttributedString { + _class: 'attributedString'; + string: string; + attributes: SketchMSStringAttribute[]; + archivedAttributedString?: { + _archive: string; + }; +} +interface SketchMSTextLayer extends SketchMSContainerLayer { + _class: 'text'; + attributedString: SketchMSAttributedString; +} +interface SketchMSLayoutSimpleGrid { + _class: 'simpleGrid'; + thickGridTimes: number; + isEnabled: number; + gridSize: number; +} +interface SketchMSLayoutGrid { + _class: 'layoutGrid'; + isEnabled: boolean; + columnWidth: number; + drawHorizontal: boolean; + drawHorizontalLines: boolean; + drawVertical: boolean; + gutterHeight: number; + gutterWidth: number; + guttersOutside: boolean; + horizontalOffset: number; + numberOfColumns: number; + rowHeightMultiplication: number; + totalWidth: number; +} +type SketchMSLayout = SketchMSLayoutGrid | SketchMSLayoutSimpleGrid; +interface SketchMSFlowConnection { + _class: 'immutableFlowConnection'; + animationType: number; + destinationArtboardID?: string | 'back'; +} +type SketchMSFlow = SketchMSFlowConnection; +interface SketchMSImmutableHotspotLayer extends SketchMSLayer { + _class: 'MSImmutableHotspotLayer'; + flow: SketchMSFlow; +} +type SketchMSPointString = string; +type SketchMSCurveMode = 0 | 1 | 2 | 3 | 4; +interface SketchMSCurvePoint { + _class: 'curvePoint'; + cornerRadius: number; + curveFrom: SketchMSPointString; + curveMode: SketchMSCurveMode; + curveTo: SketchMSPointString; + hasCurveFrom: boolean; + hasCurveTo: boolean; + point: SketchMSPointString; +} +type SketchMSPoint = SketchMSCurvePoint; +interface SketchMSPathLayer extends SketchMSLayer { + _class: 'path' | 'shapePath' | 'rectangle' | 'oval' | 'triangle'; + edited: boolean; + isClosed: boolean; + pointRadiusBehaviour: number; + points: SketchMSPoint[]; +} +interface SketchMSColor { + _class: 'color'; + red: number; + green: number; + blue: number; + alpha: number; +} +interface SketchMSSymbolMasterLayer extends SketchMSPageLayer { + _class: 'symbolMaster'; + backgroundColor: SketchMSColor; + hasBackgroundColor: boolean; + includeBackgroundColorInExport: boolean; + isFlowHome: boolean; + resizesContent: boolean; + includeBackgroundColorInInstance: boolean; + symbolID: string; + changeIdentifier: number; +} +interface SketchMSSymbolInstanceLayer extends SketchMSLayer { + _class: 'symbolInstance'; + horizontalSpacing: number; + overrideValues: unknown[]; + scale: number; + symbolID: string; + verticalSpacing: number; +} +interface SketchMSRulerData { + _class: 'rulerData'; + base: number; + guides: unknown[]; +} +interface SketchMSPageLayer extends SketchMSContainerLayer { + _class: 'page' | 'symbolMaster'; + hasClickThrough: boolean; + horizontalRulerData: SketchMSRulerData; + includeInCloudUpload: boolean; + verticalRulerData: SketchMSRulerData; +} +interface SketchMSRect { + _class: 'rect'; + constrainProportions: boolean; + height: number; + width: number; + x: number; + y: number; +} +type SketchMSLayerBooleanOperation = -1 | 0 | 1 | 2 | 3; +interface SketchMSLayerExportOptions { + _class: 'exportOptions'; + exportFormats: unknown[]; + includedLayerIds: unknown[]; + layerOptions: number; + shouldTrim: boolean; +} +type SketchMSLayerFrame = SketchMSRect; +type SketchMSLayerResizingType = 0 | 1 | 2 | 3; +type SketchMSLayerClippingMaskMode = 0 | 1; +interface SketchMSContainerLayer extends SketchMSLayer { + _class: string; + layers: SketchMSContainerLayer[]; +} +interface SketchMSLayer { + _class: string; + do_objectID: string; + booleanOperation: SketchMSLayerBooleanOperation; + exportOptions: SketchMSLayerExportOptions; + frame: SketchMSLayerFrame; + isFixedToViewport: boolean; + isFlippedHorizontal: boolean; + isFlippedVertical: boolean; + isLocked: boolean; + isVisible: boolean; + layerListExpandedType: number; + name: string; + nameIsFixed: boolean; + resizingConstraint: number; + resizingType: SketchMSLayerResizingType; + rotation: number; + shouldBreakMaskChain: boolean; + clippingMaskMode: SketchMSLayerClippingMaskMode; + hasClippingMask: boolean; + style: SketchMSStyle; + layers?: SketchMSLayer[]; + + // xLayers custom property + css?: string; +} +interface SketchMSSharedStyle { + _class: 'sharedStyle'; + value: SketchMSStyle; + name: string; +} +interface SketchMSImageCollection { + _class: 'imageCollection'; + images: unknown[]; +} +interface SketchMSDocumentAssets { + _class: 'assetCollection'; + gradients: unknown[]; + colors: unknown[]; + imageCollection: SketchMSImageCollection; + images: unknown[]; +} +interface SketchMSImmutableForeignSymbol { + _class: 'MSImmutableForeignSymbol'; + libraryID: string; + sourceLibraryName: string; + symbolPrivate: boolean; + originalMaster: SketchMSSymbolMasterLayer; + symbolMaster: SketchMSSymbolMasterLayer; +} +interface SketchMSSharedStyleContainer { + _class: 'sharedStyleContainer'; + objects: SketchMSSharedStyle[]; +} +interface SketchMSSymbolContainers { + _class: 'symbolContainer'; + objects: unknown[]; +} +interface SketchMSSharedTextStyleContainer { + _class: 'sharedTextStyleContainer'; + objects: unknown[]; +} +interface SketchMSPageReference { + _class: 'MSJSONFileReference'; + _ref_class: 'MSImmutablePage'; + _ref: string; +} +interface SketchMSDocument { + _class: 'documentData'; + do_objectID: string; + assets: SketchMSDocumentAssets; + colorSpace: number; + currentPageIndex: number; + foreignSymbols: SketchMSImmutableForeignSymbol[]; + foreignTextStyles: unknown[]; + layerStyles: SketchMSSharedStyleContainer; + layerSymbols: SketchMSSymbolContainers; + layerTextStyles: SketchMSSharedTextStyleContainer; + pages: SketchMSPageReference[]; +} +interface SketchMSArtboard { + frame: SketchMSRect; + backgroundColor: SketchMSColor; + hasBackgroundColor: boolean; + horizontalRulerData?: SketchMSRulerData; + verticalRulerData?: SketchMSRulerData; + includeBackgroundColorInExport?: boolean; + includeInCloudUpload?: boolean; + isFlowHome?: boolean; +} +interface SketchMSArtboards { + name: string; + artboards: SketchMSArtboard; +} +interface SketchMSPagesAndArtboards { + [key: string]: SketchMSArtboards; +} +interface SketchMSMeta { + commit: string; + pagesAndArtboards: SketchMSPagesAndArtboards; + version: number; + fonts: string[]; + compatibilityVersion: number; + app: string; + autosaved: number; + variant: string; + created: { + commit: string; + appVersion: string; + build: number; + app: string; + compatibilityVersion: number; + version: number; + variant: string; + }; + saveHistory: string[]; + appVersion: string; + build: number; +} +interface SketchMSUserDocument { + document: { + pageListHeight: number; + pageListCollapsed: number; + }; +} +interface SketchMSUserPages { + [key: string]: { + scrollOrigin: SketchMSCurvePoint; + zoomValue: number; + }; +} +type SketchMSUser = SketchMSUserPages | SketchMSUserDocument; +interface SketchMSPreview { + source: string; + width: number; + height: number; +} +interface SketchMSData { + pages: SketchMSPageLayer[]; + previews: SketchMSPreview[]; + document: SketchMSDocument; + user: SketchMSUser; + meta: SketchMSMeta; +} diff --git a/tsconfig.json b/tsconfig.json index cb702fac7..d9c9acdcb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compileOnSave": false, "compilerOptions": { + "module": "esnext", "skipLibCheck": true, "baseUrl": "", "rootDir": "./", diff --git a/yarn.lock b/yarn.lock deleted file mode 100644 index ba6a626a2..000000000 --- a/yarn.lock +++ /dev/null @@ -1,10660 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -"@angular-devkit/architect@0.800.3": - version "0.800.3" - resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.800.3.tgz#01264e5cd6495d724f8754c8bcfd8c35e33fed3c" - integrity sha512-SikMkzkBPtiRdaFIXB0+0NZUBI3bU7XfQRof/uHp9Xc+U1K3ORAtGGOIJtLdkk7RsWqePu5CiRX8XczgFKq5eA== - dependencies: - "@angular-devkit/core" "8.0.3" - rxjs "6.4.0" - -"@angular-devkit/build-angular@^0.800.2": - version "0.800.3" - resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-0.800.3.tgz#31b8d7a5063dd7cfbd6a0a288e8c16022b6e9306" - integrity sha512-FcGQX108Io6w40De3XGyOc/SRALIGelHsPzJkFN+ubfnvKOfB5eBvZgz+qD2LQMUGnNiQDVLH76hhW9vERc80w== - dependencies: - "@angular-devkit/architect" "0.800.3" - "@angular-devkit/build-optimizer" "0.800.3" - "@angular-devkit/build-webpack" "0.800.3" - "@angular-devkit/core" "8.0.3" - "@ngtools/webpack" "8.0.3" - ajv "6.10.0" - autoprefixer "9.5.1" - browserslist "4.5.5" - caniuse-lite "1.0.30000974" - circular-dependency-plugin "5.0.2" - clean-css "4.2.1" - copy-webpack-plugin "5.0.2" - core-js "3.0.1" - file-loader "3.0.1" - glob "7.1.3" - istanbul-instrumenter-loader "3.0.1" - karma-source-map-support "1.4.0" - less "3.9.0" - less-loader "4.1.0" - license-webpack-plugin "2.1.1" - loader-utils "1.2.3" - mini-css-extract-plugin "0.6.0" - minimatch "3.0.4" - open "6.2.0" - parse5 "4.0.0" - postcss "7.0.14" - postcss-import "12.0.1" - postcss-loader "3.0.0" - raw-loader "1.0.0" - rxjs "6.4.0" - sass "1.19.0" - sass-loader "7.1.0" - semver "6.0.0" - source-map-loader "0.2.4" - source-map-support "0.5.12" - speed-measure-webpack-plugin "1.3.1" - stats-webpack-plugin "0.7.0" - style-loader "0.23.1" - stylus "0.54.5" - stylus-loader "3.0.2" - terser-webpack-plugin "1.2.3" - tree-kill "1.2.1" - webpack "4.30.0" - webpack-dev-middleware "3.6.2" - webpack-dev-server "3.3.1" - webpack-merge "4.2.1" - webpack-sources "1.3.0" - webpack-subresource-integrity "1.1.0-rc.6" - worker-plugin "3.1.0" - -"@angular-devkit/build-ng-packagr@^0.800.0": - version "0.800.3" - resolved "https://registry.yarnpkg.com/@angular-devkit/build-ng-packagr/-/build-ng-packagr-0.800.3.tgz#e2925f8ea1ddb93f5e70adaa2bc7da2eefd95c81" - integrity sha512-zVgp+7iaey3aSi11l5UqdVb3tHr9MFAW27upR2VaplRrQuGWxbcOfzqNL45ce/nGmLw7QTdlef9ubj6zGwxn/A== - dependencies: - "@angular-devkit/architect" "0.800.3" - rxjs "6.4.0" - -"@angular-devkit/build-optimizer@0.800.3": - version "0.800.3" - resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.800.3.tgz#c7d17d35e501ab8f5bb31005d2c51928d8664555" - integrity sha512-e2PVGuoh5h/yz9TWogyLYgflmT9QnK4WgY9dcL60vOmjzEJ2zk7EjbrPuiD1/pJKb7Chw4uCdlVyjdlwEwHJHQ== - dependencies: - loader-utils "1.2.3" - source-map "0.5.6" - typescript "3.4.4" - webpack-sources "1.3.0" - -"@angular-devkit/build-webpack@0.800.3": - version "0.800.3" - resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.800.3.tgz#b59344c82fc9e5bd3ca93618b80ad5cccf9b8fbe" - integrity sha512-Jgf4sqc8dJ+Mgu9ypMy+XtbZBDac11BAyrFQBqDFQhmRwHBJ2mPBaXh4F9wTBN3Qnkq0cmmh59SDkehQdpVAGA== - dependencies: - "@angular-devkit/architect" "0.800.3" - "@angular-devkit/core" "8.0.3" - rxjs "6.4.0" - webpack-merge "4.2.1" - -"@angular-devkit/core@8.0.3": - version "8.0.3" - resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-8.0.3.tgz#f2a946030abee42865bc0250c5796befed1ec16b" - integrity sha512-Q5+jw2JQ7xfrDbo1VYH2cr+NysGV+psZ1TtC9eoVJ44fp8pCQAnvGJkeT7eLVEgMrpoBorUy7nqebCOR3WnkXA== - dependencies: - ajv "6.10.0" - fast-json-stable-stringify "2.0.0" - magic-string "0.25.2" - rxjs "6.4.0" - source-map "0.7.3" - -"@angular-devkit/schematics@8.0.3": - version "8.0.3" - resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-8.0.3.tgz#533cf328344d114c0d1aaf1b6ba479f94ad5d47e" - integrity sha512-Oj1VLsTEJhzAZjKWEjHXLMKD8B0Qp+3vaozYM22bNIfxP9B1XyUSPPv3UhhRhWusm4T6GRDvMVVLQ1k3mkusuA== - dependencies: - "@angular-devkit/core" "8.0.3" - rxjs "6.4.0" - -"@angular/animations@^8.0.0": - version "8.0.1" - resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-8.0.1.tgz#805f08b0af9423d1c600f4c99586c097295d18f0" - integrity sha512-m4shu+wkVquFSKMmTA2Do+e8FhYnxcAiQdW1UtM9Ue1j4yKxUFgHNYauaG8pmzEzheeQqxGlA/cVcEi5XnRebw== - dependencies: - tslib "^1.9.0" - -"@angular/cdk@^8.0.1": - version "8.0.1" - resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-8.0.1.tgz#106872aa7fac0c55144ed5dd60df9af7e24b436a" - integrity sha512-Ul7rVU/rr4qGHs1w24P/6MHEosYp8AHRxBHrp/yJ50eHbHVS31FyfO8gKfNqPc1bnL1YoYYCs0hIBwNDaz8uDg== - dependencies: - tslib "^1.7.1" - optionalDependencies: - parse5 "^5.0.0" - -"@angular/cli@~8.0.2": - version "8.0.3" - resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-8.0.3.tgz#02f1f4b976d26f16471d855aa678c95f5a601a13" - integrity sha512-ZOrZHtDDWO1J7CLGeEUOI9YHjQHGqfUz/SUrNzzTfwctFq77QfXjnYtx+ejk/+h/dwSHQEOQ8aN5sVP6JvDGoA== - dependencies: - "@angular-devkit/architect" "0.800.3" - "@angular-devkit/core" "8.0.3" - "@angular-devkit/schematics" "8.0.3" - "@schematics/angular" "8.0.3" - "@schematics/update" "0.800.3" - "@yarnpkg/lockfile" "1.1.0" - debug "^4.1.1" - ini "1.3.5" - inquirer "6.3.1" - npm-package-arg "6.1.0" - open "6.2.0" - pacote "9.5.0" - read-package-tree "5.2.2" - semver "6.0.0" - symbol-observable "1.2.0" - universal-analytics "^0.4.20" - uuid "^3.3.2" - -"@angular/common@^8.0.0": - version "8.0.1" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-8.0.1.tgz#8af5a320bf5e44e0527ad27b8b7b1e8786272023" - integrity sha512-gBjgaQmYuX3/9S91RuJnolCFR1Q+yVqY/qVxyiR7Z+lU6EJ0tINsm4Z+W85pEgCc1tFe4JdE04mBZhwSV/69xQ== - dependencies: - tslib "^1.9.0" - -"@angular/compiler-cli@~8.0.0": - version "8.0.1" - resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-8.0.1.tgz#fdbf01b56f5b66092cf7b131f2bd7e63e23f9320" - integrity sha512-Pu0AxZfZYQlooyZUXit2TG4wzJ7uJJf0S4Wuz/Uq1EY7KwyLInnDsQpZzN1zgD+iX7IvCIKJ9TMhALQJtVtgGw== - dependencies: - canonical-path "1.0.0" - chokidar "^2.1.1" - convert-source-map "^1.5.1" - dependency-graph "^0.7.2" - magic-string "^0.25.0" - minimist "^1.2.0" - reflect-metadata "^0.1.2" - shelljs "^0.8.1" - source-map "^0.6.1" - tslib "^1.9.0" - yargs "13.1.0" - -"@angular/compiler@^8.0.0": - version "8.0.1" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-8.0.1.tgz#5458f9f4943cc8fc84adc823d1f5c780f4ebce31" - integrity sha512-AJed1Y3iZSZCq8RA4hfwkYkLcfkHoXAg+rX5WYxZ7D2wY7p3CLgBO4+l+b/2gHge5gjkLME83HhhMjE3ZjEb+A== - dependencies: - tslib "^1.9.0" - -"@angular/core@^8.0.0": - version "8.0.1" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-8.0.1.tgz#29dd1236fba716d1b16e9df3e62b32b1fa22dc37" - integrity sha512-lUSYDztaoqpYq169MARIjtTIRuiCAioq875HQpwqApBY3zdSWPeFqU3LohUQnWq6bSVsAup5jn6Dc+juZ4YBNQ== - dependencies: - tslib "^1.9.0" - -"@angular/forms@^8.0.0": - version "8.0.1" - resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-8.0.1.tgz#de8106d64ae69617b8bbf1ba1dd3d247a8385adc" - integrity sha512-Hv0EK29ihe5zGu2TJVnQ5gNpRrT0Xu5RZMjbtjHKuVohGnhZfZJDqGvw9RfIOYdpuUs6ofQZuMNO/8NWSX8qvQ== - dependencies: - tslib "^1.9.0" - -"@angular/language-service@~8.0.0": - version "8.0.1" - resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-8.0.1.tgz#72aefb3d86f98e3d7e90ba970b65fabba3aac9b6" - integrity sha512-jtAXuFv5NR571ZDhHr/9aww+mGXyxU9GnrA7v5Aw9u6Pr+hhxW3AlQd+LIOoG9SZpW+ccl0EsXeAlvw10aROxg== - -"@angular/material@^8.0.1": - version "8.0.1" - resolved "https://registry.yarnpkg.com/@angular/material/-/material-8.0.1.tgz#cbb3f7776d2405a1d75b6e7eb6675fd80a8a5cf5" - integrity sha512-BozIS+9yiqFTfXBoZfhFUibY8meDUcv/e+CxhSHyv3vZw9XVTNTbiaX7tX/FX0Ai+1VKnwRTGrKvPKGFSqynCA== - dependencies: - tslib "^1.7.1" - -"@angular/platform-browser-dynamic@^8.0.0": - version "8.0.1" - resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-8.0.1.tgz#bdf1d4c6f2bbf4d611c44caa939f3d37b0335210" - integrity sha512-OWU2ArHFMVRTOIi1Em04Z2yYzPJ3fT8h1zr+5JlK1USYD6PtwqPxnFnWuSJcgbaEf6euzvVTIWY8Bx1Qdi1xzw== - dependencies: - tslib "^1.9.0" - -"@angular/platform-browser@^8.0.0": - version "8.0.1" - resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-8.0.1.tgz#c58d09fd019a13928852a76d5bfda6c895c6d79b" - integrity sha512-yDTRmZns+X7OPc6BJqzJ2jMLpqJv5Wnpwa/fVz50vcb7YXepkSqBX0ZT1KqBwJ9pFRfGZ1BJj5ZXXf2Shrv8Qg== - dependencies: - tslib "^1.9.0" - -"@angular/router@^8.0.0": - version "8.0.1" - resolved "https://registry.yarnpkg.com/@angular/router/-/router-8.0.1.tgz#54dbd116c8bb61ddd5bbe9957d24f16f34575707" - integrity sha512-OfmPi0pa/C3l7cYjQEo6uWp7CCDH/4bDbvU6Bt7FnnVHqUI80Qu7sQq31pjipkZc71Ln5xr1NbKpE60Qn1Xveg== - dependencies: - tslib "^1.9.0" - -"@angular/service-worker@^8.0.0": - version "8.0.1" - resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-8.0.1.tgz#29ec2c0687daa3cb3d410b233fba5f7e1e6ccb16" - integrity sha512-4WxFUpW6qLgjUTU+oxUtqX9HjWHrtapnQR3Kg3uYSfyhYsk9tYjRLzhyZPYdVrMTxKcBS28iYSVTS2ahSBkelw== - dependencies: - tslib "^1.9.0" - -"@angularclass/hmr@^2.1.3": - version "2.1.3" - resolved "https://registry.yarnpkg.com/@angularclass/hmr/-/hmr-2.1.3.tgz#34e658ed3da37f23b0a200e2da5a89be92bb209f" - integrity sha1-NOZY7T2jfyOwogDi2lqJvpK7IJ8= - -"@babel/code-frame@^7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8" - integrity sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA== - dependencies: - "@babel/highlight" "^7.0.0" - -"@babel/core@^7.1.0": - version "7.4.5" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.5.tgz#081f97e8ffca65a9b4b0fdc7e274e703f000c06a" - integrity sha512-OvjIh6aqXtlsA8ujtGKfC7LYWksYSX8yQcM8Ay3LuvVeQ63lcOKgoZWVqcpFwkd29aYU9rVx7jxhfhiEDV9MZA== - dependencies: - "@babel/code-frame" "^7.0.0" - "@babel/generator" "^7.4.4" - "@babel/helpers" "^7.4.4" - "@babel/parser" "^7.4.5" - "@babel/template" "^7.4.4" - "@babel/traverse" "^7.4.5" - "@babel/types" "^7.4.4" - convert-source-map "^1.1.0" - debug "^4.1.0" - json5 "^2.1.0" - lodash "^4.17.11" - resolve "^1.3.2" - semver "^5.4.1" - source-map "^0.5.0" - -"@babel/generator@^7.4.0", "@babel/generator@^7.4.4": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.4.tgz#174a215eb843fc392c7edcaabeaa873de6e8f041" - integrity sha512-53UOLK6TVNqKxf7RUh8NE851EHRxOOeVXKbK2bivdb+iziMyk03Sr4eaE9OELCbyZAAafAKPDwF2TPUES5QbxQ== - dependencies: - "@babel/types" "^7.4.4" - jsesc "^2.5.1" - lodash "^4.17.11" - source-map "^0.5.0" - trim-right "^1.0.1" - -"@babel/helper-function-name@^7.1.0": - version "7.1.0" - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53" - integrity sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw== - dependencies: - "@babel/helper-get-function-arity" "^7.0.0" - "@babel/template" "^7.1.0" - "@babel/types" "^7.0.0" - -"@babel/helper-get-function-arity@^7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3" - integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ== - dependencies: - "@babel/types" "^7.0.0" - -"@babel/helper-plugin-utils@^7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250" - integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA== - -"@babel/helper-split-export-declaration@^7.4.4": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677" - integrity sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q== - dependencies: - "@babel/types" "^7.4.4" - -"@babel/helpers@^7.4.4": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.4.4.tgz#868b0ef59c1dd4e78744562d5ce1b59c89f2f2a5" - integrity sha512-igczbR/0SeuPR8RFfC7tGrbdTbFL3QTvH6D+Z6zNxnTe//GyqmtHmDkzrqDmyZ3eSwPqB/LhyKoU5DXsp+Vp2A== - dependencies: - "@babel/template" "^7.4.4" - "@babel/traverse" "^7.4.4" - "@babel/types" "^7.4.4" - -"@babel/highlight@^7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4" - integrity sha512-UFMC4ZeFC48Tpvj7C8UgLvtkaUuovQX+5xNWrsIoMG8o2z+XFKjKaN9iVmS84dPwVN00W4wPmqvYoZF3EGAsfw== - dependencies: - chalk "^2.0.0" - esutils "^2.0.2" - js-tokens "^4.0.0" - -"@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.4.4", "@babel/parser@^7.4.5": - version "7.4.5" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.5.tgz#04af8d5d5a2b044a2a1bffacc1e5e6673544e872" - integrity sha512-9mUqkL1FF5T7f0WDFfAoDdiMVPWsdD1gZYzSnaXsxUCUqzuch/8of9G3VUSNiZmMBoRxT3neyVsqeiL/ZPcjew== - -"@babel/plugin-syntax-object-rest-spread@^7.0.0": - version "7.2.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz#3b7a3e733510c57e820b9142a6579ac8b0dfad2e" - integrity sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA== - dependencies: - "@babel/helper-plugin-utils" "^7.0.0" - -"@babel/runtime@^7.4.3": - version "7.4.5" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.5.tgz#582bb531f5f9dc67d2fcb682979894f75e253f12" - integrity sha512-TuI4qpWZP6lGOGIuGWtp9sPluqYICmbk8T/1vpSysqJxRPkudh/ofFWyqdcMsDf2s7KvDL4/YHgKyvcS3g9CJQ== - dependencies: - regenerator-runtime "^0.13.2" - -"@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237" - integrity sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw== - dependencies: - "@babel/code-frame" "^7.0.0" - "@babel/parser" "^7.4.4" - "@babel/types" "^7.4.4" - -"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5": - version "7.4.5" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.5.tgz#4e92d1728fd2f1897dafdd321efbff92156c3216" - integrity sha512-Vc+qjynwkjRmIFGxy0KYoPj4FdVDxLej89kMHFsWScq999uX+pwcX4v9mWRjW0KcAYTPAuVQl2LKP1wEVLsp+A== - dependencies: - "@babel/code-frame" "^7.0.0" - "@babel/generator" "^7.4.4" - "@babel/helper-function-name" "^7.1.0" - "@babel/helper-split-export-declaration" "^7.4.4" - "@babel/parser" "^7.4.5" - "@babel/types" "^7.4.4" - debug "^4.1.0" - globals "^11.1.0" - lodash "^4.17.11" - -"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0" - integrity sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ== - dependencies: - esutils "^2.0.2" - lodash "^4.17.11" - to-fast-properties "^2.0.0" - -"@cnakazawa/watch@^1.0.3": - version "1.0.3" - resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef" - integrity sha512-r5160ogAvGyHsal38Kux7YYtodEKOj89RGb28ht1jh3SJb08VwRwAKKJL0bGb04Zd/3r9FL3BFIc3bBidYffCA== - dependencies: - exec-sh "^0.3.2" - minimist "^1.2.0" - -"@commitlint/cli@^7.5.2": - version "7.6.1" - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-7.6.1.tgz#a93cf995082831999937f6d5ec1a582c8fc0393a" - integrity sha512-HEJwQ/aK0AOcAwn77ZKbb/GZhlGxBSPhtVp07uoJFVqM12l2Ia2JHA+MTpfHCFdVahKyYGREZgxde6LyKyG8aQ== - dependencies: - "@commitlint/format" "^7.6.1" - "@commitlint/lint" "^7.6.0" - "@commitlint/load" "^7.6.1" - "@commitlint/read" "^7.6.0" - babel-polyfill "6.26.0" - chalk "2.3.1" - get-stdin "7.0.0" - lodash "4.17.11" - meow "5.0.0" - resolve-from "5.0.0" - resolve-global "1.0.0" - -"@commitlint/config-conventional@^7.5.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-7.6.0.tgz#f3dc66bf39e3b627fdd6f5ac3d0510dd0dd38f94" - integrity sha512-1Gnv5p3tc1VsEK25oTIRBO86czLtX6s/jeLNPAQRzdCnyEmsxkbx/sfoUJ1dwv7v8W++xckVnnuvdZv2Hp8yCw== - -"@commitlint/ensure@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-7.6.0.tgz#e873ff6786a3b9504e88a4debed41df29cd8ac36" - integrity sha512-pSUrNud5L/8y+cLWo3LEa8Ce4bAAR33xMderFUhuNPHj7TwpNS7L4ROMnhL4ZlCYRazCRDlnPaJLPikMoWThfA== - dependencies: - lodash "4.17.11" - -"@commitlint/execute-rule@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-7.6.0.tgz#60c1c34b5f2fca6c6cbca019a9c7d81c2fab1e4a" - integrity sha512-0inGOIlLefPDtiDOaZ6WoE1p+GEZZIj2VwUftUozD3C71TiwP9UfKAVVtUDFPIeL6RgSqCkCf7zsy6NKNxwkBg== - dependencies: - babel-runtime "6.26.0" - -"@commitlint/format@^7.6.1": - version "7.6.1" - resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-7.6.1.tgz#106750de50fab7d153eed80e7577c768bb9a3a1b" - integrity sha512-Ldzf5N2Sr9RQqvlYwaQn4vz1WOZ7byYinspC/WCrbfcETGy28j7QE4OueZU6nNB9TjwwEorKm13uy7tDWPR7dg== - dependencies: - babel-runtime "^6.23.0" - chalk "^2.0.1" - -"@commitlint/is-ignored@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-7.6.0.tgz#d069f25741dcf859b324e5f709835af3aac9cf45" - integrity sha512-By/mLNhz+6Rtix9+Kyof1gdKiELchAnQHpdeKIHIOe9sjbvd3HqDoFHh/mGMMRnGIPMZOX5TO8Fqy3A/2HqlTw== - dependencies: - semver "6.0.0" - -"@commitlint/lint@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-7.6.0.tgz#a6da320026b937aa9bf971e060e471edd6b088ec" - integrity sha512-aUIFX0lPRZL7WmT8W8qzogJD4LmHk6JPG3XUAX+K0pOHGjC/0ALvSAytvoLXy4fvmSnGJkXmWhzSW7c0Spa14Q== - dependencies: - "@commitlint/is-ignored" "^7.6.0" - "@commitlint/parse" "^7.6.0" - "@commitlint/rules" "^7.6.0" - babel-runtime "^6.23.0" - lodash "4.17.11" - -"@commitlint/load@^7.6.1": - version "7.6.2" - resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-7.6.2.tgz#b5ed8163fa3117d60faf70a4e677b2017bbc71bb" - integrity sha512-I+xk+BkXAG1roXNrPsR1eOd5hEa+oLc6HLYnHAT/HLGKKB3E01IGg3O5SGlg7lpf1yiAaYI+wAnNTr3f3sIbWQ== - dependencies: - "@commitlint/execute-rule" "^7.6.0" - "@commitlint/resolve-extends" "^7.6.0" - babel-runtime "^6.23.0" - cosmiconfig "^5.2.0" - lodash "4.17.11" - resolve-from "^5.0.0" - -"@commitlint/message@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-7.6.0.tgz#899b6b411945dd091d261408b6e994043967bc06" - integrity sha512-PtP4jhBYGXLaQQC5jel+RQczG2tS3Cy6rRxQioUfCUaEg/LV029ao/KcL1kHEBJ8hSW/SUmnvDaD9Y6nozLQMA== - -"@commitlint/parse@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-7.6.0.tgz#e7b8d6dc145e78cf56940bbf405ca6fac3085196" - integrity sha512-1x60kTqz2VBCjYE+8MV5BhE+ShPo7MgVlrMWSlxiiJDWP5CvWa+SBbUayDJ7rtOXimjTASZ9ZNZTuFPdJE/Y7A== - dependencies: - conventional-changelog-angular "^1.3.3" - conventional-commits-parser "^2.1.0" - lodash "^4.17.11" - -"@commitlint/read@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-7.6.0.tgz#e55863354b436683daa2081de7ec2189573bc306" - integrity sha512-OyligtK/e4xnQklrQqTcSMM27eNhq+LqXfoeVouuPx059oDEw9wZYNN4HGzyxs4Pb6GdMpzRHLdeMQ24M+AiYw== - dependencies: - "@commitlint/top-level" "^7.6.0" - "@marionebl/sander" "^0.6.0" - babel-runtime "^6.23.0" - git-raw-commits "^1.3.0" - -"@commitlint/resolve-extends@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-7.6.0.tgz#0680b76eeb0e41f728c2f38645473a0956299edb" - integrity sha512-fk8KvNiEbRc+p8nPFuysVP2O95+sb8vlIDTjqtGVObqrzFINRfERXwqBmTBtcu556BoDAR2hwRVXmuwhns+Duw== - dependencies: - babel-runtime "6.26.0" - import-fresh "^3.0.0" - lodash "4.17.11" - resolve-from "^5.0.0" - resolve-global "^1.0.0" - -"@commitlint/rules@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-7.6.0.tgz#f9a833c1eab8144fd8f545a71408b39e51acb64e" - integrity sha512-shLJdMUwdVeE5UgOE8E+c+PFS7+0FFGfheMa3s6ZK+xX8pTUxseXZu9iCF4mwF+WWkVk518xPuNLvmYE96salQ== - dependencies: - "@commitlint/ensure" "^7.6.0" - "@commitlint/message" "^7.6.0" - "@commitlint/to-lines" "^7.6.0" - babel-runtime "^6.23.0" - -"@commitlint/to-lines@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-7.6.0.tgz#5ed4dbf39db0ceff96dbb661b9ce048ed3db7a4b" - integrity sha512-L/Vl5ThRuBHnSNZBtc+p2LCs2ayxWodC+I/X3NKUywSmr6kKpJJCFqHHHqPu+yXwGUPwqCMQhogIGLuv9TtWWw== - -"@commitlint/top-level@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-7.6.0.tgz#0ed88078ac585c93ee314ff3b7f8c20143c57652" - integrity sha512-R2RzJZDuT2TU2dZMrRd7olax5IDVcUB/O8k76d1LW13CQ9/2ArJi3TCFXSZIaGpCUnyAYA5KiCZ+c1opnyQuog== - dependencies: - find-up "^2.1.0" - -"@cypress/listr-verbose-renderer@0.4.1": - version "0.4.1" - resolved "https://registry.yarnpkg.com/@cypress/listr-verbose-renderer/-/listr-verbose-renderer-0.4.1.tgz#a77492f4b11dcc7c446a34b3e28721afd33c642a" - integrity sha1-p3SS9LEdzHxEajSz4ochr9M8ZCo= - dependencies: - chalk "^1.1.3" - cli-cursor "^1.0.2" - date-fns "^1.27.2" - figures "^1.7.0" - -"@cypress/xvfb@1.2.4": - version "1.2.4" - resolved "https://registry.yarnpkg.com/@cypress/xvfb/-/xvfb-1.2.4.tgz#2daf42e8275b39f4aa53c14214e557bd14e7748a" - integrity sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q== - dependencies: - debug "^3.1.0" - lodash.once "^4.1.1" - -"@jest/console@^24.7.1": - version "24.7.1" - resolved "https://registry.yarnpkg.com/@jest/console/-/console-24.7.1.tgz#32a9e42535a97aedfe037e725bd67e954b459545" - integrity sha512-iNhtIy2M8bXlAOULWVTUxmnelTLFneTNEkHCgPmgd+zNwy9zVddJ6oS5rZ9iwoscNdT5mMwUd0C51v/fSlzItg== - dependencies: - "@jest/source-map" "^24.3.0" - chalk "^2.0.1" - slash "^2.0.0" - -"@jest/core@^24.8.0": - version "24.8.0" - resolved "https://registry.yarnpkg.com/@jest/core/-/core-24.8.0.tgz#fbbdcd42a41d0d39cddbc9f520c8bab0c33eed5b" - integrity sha512-R9rhAJwCBQzaRnrRgAdVfnglUuATXdwTRsYqs6NMdVcAl5euG8LtWDe+fVkN27YfKVBW61IojVsXKaOmSnqd/A== - dependencies: - "@jest/console" "^24.7.1" - "@jest/reporters" "^24.8.0" - "@jest/test-result" "^24.8.0" - "@jest/transform" "^24.8.0" - "@jest/types" "^24.8.0" - ansi-escapes "^3.0.0" - chalk "^2.0.1" - exit "^0.1.2" - graceful-fs "^4.1.15" - jest-changed-files "^24.8.0" - jest-config "^24.8.0" - jest-haste-map "^24.8.0" - jest-message-util "^24.8.0" - jest-regex-util "^24.3.0" - jest-resolve-dependencies "^24.8.0" - jest-runner "^24.8.0" - jest-runtime "^24.8.0" - jest-snapshot "^24.8.0" - jest-util "^24.8.0" - jest-validate "^24.8.0" - jest-watcher "^24.8.0" - micromatch "^3.1.10" - p-each-series "^1.0.0" - pirates "^4.0.1" - realpath-native "^1.1.0" - rimraf "^2.5.4" - strip-ansi "^5.0.0" - -"@jest/environment@^24.8.0": - version "24.8.0" - resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-24.8.0.tgz#0342261383c776bdd652168f68065ef144af0eac" - integrity sha512-vlGt2HLg7qM+vtBrSkjDxk9K0YtRBi7HfRFaDxoRtyi+DyVChzhF20duvpdAnKVBV6W5tym8jm0U9EfXbDk1tw== - dependencies: - "@jest/fake-timers" "^24.8.0" - "@jest/transform" "^24.8.0" - "@jest/types" "^24.8.0" - jest-mock "^24.8.0" - -"@jest/fake-timers@^24.8.0": - version "24.8.0" - resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-24.8.0.tgz#2e5b80a4f78f284bcb4bd5714b8e10dd36a8d3d1" - integrity sha512-2M4d5MufVXwi6VzZhJ9f5S/wU4ud2ck0kxPof1Iz3zWx6Y+V2eJrES9jEktB6O3o/oEyk+il/uNu9PvASjWXQw== - dependencies: - "@jest/types" "^24.8.0" - jest-message-util "^24.8.0" - jest-mock "^24.8.0" - -"@jest/reporters@^24.8.0": - version "24.8.0" - resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-24.8.0.tgz#075169cd029bddec54b8f2c0fc489fd0b9e05729" - integrity sha512-eZ9TyUYpyIIXfYCrw0UHUWUvE35vx5I92HGMgS93Pv7du+GHIzl+/vh8Qj9MCWFK/4TqyttVBPakWMOfZRIfxw== - dependencies: - "@jest/environment" "^24.8.0" - "@jest/test-result" "^24.8.0" - "@jest/transform" "^24.8.0" - "@jest/types" "^24.8.0" - chalk "^2.0.1" - exit "^0.1.2" - glob "^7.1.2" - istanbul-lib-coverage "^2.0.2" - istanbul-lib-instrument "^3.0.1" - istanbul-lib-report "^2.0.4" - istanbul-lib-source-maps "^3.0.1" - istanbul-reports "^2.1.1" - jest-haste-map "^24.8.0" - jest-resolve "^24.8.0" - jest-runtime "^24.8.0" - jest-util "^24.8.0" - jest-worker "^24.6.0" - node-notifier "^5.2.1" - slash "^2.0.0" - source-map "^0.6.0" - string-length "^2.0.0" - -"@jest/source-map@^24.3.0": - version "24.3.0" - resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-24.3.0.tgz#563be3aa4d224caf65ff77edc95cd1ca4da67f28" - integrity sha512-zALZt1t2ou8le/crCeeiRYzvdnTzaIlpOWaet45lNSqNJUnXbppUUFR4ZUAlzgDmKee4Q5P/tKXypI1RiHwgag== - dependencies: - callsites "^3.0.0" - graceful-fs "^4.1.15" - source-map "^0.6.0" - -"@jest/test-result@^24.8.0": - version "24.8.0" - resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-24.8.0.tgz#7675d0aaf9d2484caa65e048d9b467d160f8e9d3" - integrity sha512-+YdLlxwizlfqkFDh7Mc7ONPQAhA4YylU1s529vVM1rsf67vGZH/2GGm5uO8QzPeVyaVMobCQ7FTxl38QrKRlng== - dependencies: - "@jest/console" "^24.7.1" - "@jest/types" "^24.8.0" - "@types/istanbul-lib-coverage" "^2.0.0" - -"@jest/test-sequencer@^24.8.0": - version "24.8.0" - resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-24.8.0.tgz#2f993bcf6ef5eb4e65e8233a95a3320248cf994b" - integrity sha512-OzL/2yHyPdCHXEzhoBuq37CE99nkme15eHkAzXRVqthreWZamEMA0WoetwstsQBCXABhczpK03JNbc4L01vvLg== - dependencies: - "@jest/test-result" "^24.8.0" - jest-haste-map "^24.8.0" - jest-runner "^24.8.0" - jest-runtime "^24.8.0" - -"@jest/transform@^24.8.0": - version "24.8.0" - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-24.8.0.tgz#628fb99dce4f9d254c6fd9341e3eea262e06fef5" - integrity sha512-xBMfFUP7TortCs0O+Xtez2W7Zu1PLH9bvJgtraN1CDST6LBM/eTOZ9SfwS/lvV8yOfcDpFmwf9bq5cYbXvqsvA== - dependencies: - "@babel/core" "^7.1.0" - "@jest/types" "^24.8.0" - babel-plugin-istanbul "^5.1.0" - chalk "^2.0.1" - convert-source-map "^1.4.0" - fast-json-stable-stringify "^2.0.0" - graceful-fs "^4.1.15" - jest-haste-map "^24.8.0" - jest-regex-util "^24.3.0" - jest-util "^24.8.0" - micromatch "^3.1.10" - realpath-native "^1.1.0" - slash "^2.0.0" - source-map "^0.6.1" - write-file-atomic "2.4.1" - -"@jest/types@^24.8.0": - version "24.8.0" - resolved "https://registry.yarnpkg.com/@jest/types/-/types-24.8.0.tgz#f31e25948c58f0abd8c845ae26fcea1491dea7ad" - integrity sha512-g17UxVr2YfBtaMUxn9u/4+siG1ptg9IGYAYwvpwn61nBg779RXnjE/m7CxYcIzEt0AbHZZAHSEZNhkE2WxURVg== - dependencies: - "@types/istanbul-lib-coverage" "^2.0.0" - "@types/istanbul-reports" "^1.1.1" - "@types/yargs" "^12.0.9" - -"@marionebl/sander@^0.6.0": - version "0.6.1" - resolved "https://registry.yarnpkg.com/@marionebl/sander/-/sander-0.6.1.tgz#1958965874f24bc51be48875feb50d642fc41f7b" - integrity sha1-GViWWHTyS8Ub5Ih1/rUNZC/EH3s= - dependencies: - graceful-fs "^4.1.3" - mkdirp "^0.5.1" - rimraf "^2.5.2" - -"@mrmlnc/readdir-enhanced@^2.2.1": - version "2.2.1" - resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde" - integrity sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g== - dependencies: - call-me-maybe "^1.0.1" - glob-to-regexp "^0.3.0" - -"@ngtools/json-schema@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@ngtools/json-schema/-/json-schema-1.1.0.tgz#c3a0c544d62392acc2813a42c8a0dc6f58f86922" - integrity sha1-w6DFRNYjkqzCgTpCyKDcb1j4aSI= - -"@ngtools/webpack@8.0.3": - version "8.0.3" - resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-8.0.3.tgz#a54cfae0c0d3e64582a148368c475cbbc1ef2137" - integrity sha512-sV/0dumyQdJhz2hNNAh2EtCtSjADD7735YhagqGjZhTWaiUnVTdF0pjFUUTmnw/hTFSqjUPWQy9V1cvUuK6Fmw== - dependencies: - "@angular-devkit/core" "8.0.3" - enhanced-resolve "4.1.0" - rxjs "6.4.0" - tree-kill "1.2.1" - webpack-sources "1.3.0" - -"@ngx-translate/core@^11.0.1": - version "11.0.1" - resolved "https://registry.yarnpkg.com/@ngx-translate/core/-/core-11.0.1.tgz#cecefad41f06368f5859dac48fec8fcc4485615f" - integrity sha512-nBCa1ZD9fAUY/3eskP3Lql2fNg8OMrYIej1/5GRsfcutx9tG/5fZLCv9m6UCw1aS+u4uK/vXjv1ctG/FdMvaWg== - dependencies: - tslib "^1.9.0" - -"@ngx-translate/http-loader@^4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@ngx-translate/http-loader/-/http-loader-4.0.0.tgz#8a555248ad4b7d513460fcec9da25b0447962f1d" - integrity sha512-x8LumqydWD7eX9yQTAVeoCM9gFUIGVTUjZqbxdAUavAA3qVnk9wCQux7iHLPXpydl8vyQmLoPQR+fFU+DUDOMA== - dependencies: - tslib "^1.9.0" - -"@ngxs/devtools-plugin@^3.4.1": - version "3.4.3" - resolved "https://registry.yarnpkg.com/@ngxs/devtools-plugin/-/devtools-plugin-3.4.3.tgz#437e8599d24babee2c08cdd93a789585248a1a5c" - integrity sha512-bbfTDQtc+5/ZpRvWj1xttzasU70hAVCaMcf+RNrfpei+IiROK/YvVNBhb1XovTQdQtYG4RnzMvA3YAB/wIaTBA== - dependencies: - tslib "^1.9.0" - -"@ngxs/logger-plugin@^3.4.1": - version "3.4.3" - resolved "https://registry.yarnpkg.com/@ngxs/logger-plugin/-/logger-plugin-3.4.3.tgz#1b001c563ddc5879a9d523f1b3c456dbdd6996ac" - integrity sha512-csPen2ckapQifklrQfdKhDoklM2CNAY7nWWRWxeR/a/DZxMwaESt4HSkt3oab13dQ5kad4AP7mJCuPn51mAsPA== - dependencies: - tslib "^1.9.0" - -"@ngxs/router-plugin@^3.4.2": - version "3.4.3" - resolved "https://registry.yarnpkg.com/@ngxs/router-plugin/-/router-plugin-3.4.3.tgz#60cea34d7165053bee2454b2baa57f6fc9af6975" - integrity sha512-DsWh5h9P8PGcgQbYEhbsozkoa/LpMH+v/JV+GMHraTV5rBKWn7kp0vaKszOoEcaoP9x1Gy+bUfvnJpbvZ/CEUw== - dependencies: - tslib "^1.9.0" - -"@ngxs/store@^3.4.1": - version "3.4.3" - resolved "https://registry.yarnpkg.com/@ngxs/store/-/store-3.4.3.tgz#cf2f3b95e6be814742754c7f24e53b2b6392bb47" - integrity sha512-pVwxFxCxr09+zL37ot1hf6EhgpftNLSAseBZwHUlx40x2qAT+jat8XJlj4j0p+BoVEjlaVZn8zE6qMm2oSPlZw== - dependencies: - tslib "^1.9.0" - -"@nodelib/fs.stat@^1.1.2": - version "1.1.3" - resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b" - integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw== - -"@octokit/endpoint@^4.0.0": - version "4.2.2" - resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-4.2.2.tgz#4ff11382bad89c7e01030a1e62d5e9d13c2402b0" - integrity sha512-5IZjkUNhx5q0IRN7Juwf5A+Lu2qAso7ULST7C1P2mbGHePuCOk936Stcl/5GdJpB3ovD8M6/Lv3xra6Mn0IKNQ== - dependencies: - deepmerge "3.2.0" - is-plain-object "^3.0.0" - universal-user-agent "^2.0.1" - url-template "^2.0.8" - -"@octokit/request@3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@octokit/request/-/request-3.0.0.tgz#304a279036b2dc89e7fba7cb30c9e6a9b1f4d2df" - integrity sha512-DZqmbm66tq+a9FtcKrn0sjrUpi0UaZ9QPUCxxyk/4CJ2rseTMpAWRf6gCwOSUCzZcx/4XVIsDk+kz5BVdaeenA== - dependencies: - "@octokit/endpoint" "^4.0.0" - deprecation "^1.0.1" - is-plain-object "^2.0.4" - node-fetch "^2.3.0" - once "^1.4.0" - universal-user-agent "^2.0.1" - -"@octokit/rest@16.25.0": - version "16.25.0" - resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.25.0.tgz#1111dc2b2058bc77442fd7fbd295dab3991b62bf" - integrity sha512-QKIzP0gNYjyIGmY3Gpm3beof0WFwxFR+HhRZ+Wi0fYYhkEUvkJiXqKF56Pf5glzzfhEwOrggfluEld5F/ZxsKw== - dependencies: - "@octokit/request" "3.0.0" - atob-lite "^2.0.0" - before-after-hook "^1.4.0" - btoa-lite "^1.0.0" - deprecation "^1.0.1" - lodash.get "^4.4.2" - lodash.set "^4.3.2" - lodash.uniq "^4.5.0" - octokit-pagination-methods "^1.1.0" - once "^1.4.0" - universal-user-agent "^2.0.0" - url-template "^2.0.8" - -"@schematics/angular@8.0.3": - version "8.0.3" - resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-8.0.3.tgz#36b59b37a1733fa3978f1bd1a7827816d480064d" - integrity sha512-pOy5hPxhyCQNaxkYMardnmwqMeT1rHX5JEl4QRaUHvfOmgLekthXyp31e2CkKfZOOhT6MUeK1GhVqMiZsMvS9A== - dependencies: - "@angular-devkit/core" "8.0.3" - "@angular-devkit/schematics" "8.0.3" - -"@schematics/update@0.800.3": - version "0.800.3" - resolved "https://registry.yarnpkg.com/@schematics/update/-/update-0.800.3.tgz#16d4c4785907eb3a92a1de507b83c8728944b197" - integrity sha512-8pPwtr6n23RTNBWp3fEMNvaEM7EN5OyNn8WL+hWkZNQWC3VuUw5b06EnayeS9/VfRI1LENAgfQXqQkdo6/MJyg== - dependencies: - "@angular-devkit/core" "8.0.3" - "@angular-devkit/schematics" "8.0.3" - "@yarnpkg/lockfile" "1.1.0" - ini "1.3.5" - pacote "9.5.0" - rxjs "6.4.0" - semver "6.0.0" - semver-intersect "1.4.0" - -"@sheerun/mutationobserver-shim@^0.3.2": - version "0.3.2" - resolved "https://registry.yarnpkg.com/@sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.2.tgz#8013f2af54a2b7d735f71560ff360d3a8176a87b" - integrity sha512-vTCdPp/T/Q3oSqwHmZ5Kpa9oI7iLtGl3RQaA/NyLHikvcrPxACkkKVr/XzkSPJWXHRhKGzVvb0urJsbMlRxi1Q== - -"@sindresorhus/is@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea" - integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ== - -"@stackblitz/sdk@^1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@stackblitz/sdk/-/sdk-1.3.0.tgz#519ab810df811a5b9fe60c3e69112d6fa713ec1d" - integrity sha512-dTqbGKHLowJokC+mbjHMH/9mEd0AJCxOXmsfuKGEWOjnVTnxHjJKXL+bL/vxBSjMwBaUFPUNGmHojPPd2OxADQ== - -"@szmarczak/http-timer@^1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421" - integrity sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA== - dependencies: - defer-to-connect "^1.0.1" - -"@types/babel__core@^7.1.0": - version "7.1.2" - resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.2.tgz#608c74f55928033fce18b99b213c16be4b3d114f" - integrity sha512-cfCCrFmiGY/yq0NuKNxIQvZFy9kY/1immpSpTngOnyIbD4+eJOG5mxphhHDv3CHL9GltO4GcKr54kGBg3RNdbg== - dependencies: - "@babel/parser" "^7.1.0" - "@babel/types" "^7.0.0" - "@types/babel__generator" "*" - "@types/babel__template" "*" - "@types/babel__traverse" "*" - -"@types/babel__generator@*": - version "7.0.2" - resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.0.2.tgz#d2112a6b21fad600d7674274293c85dce0cb47fc" - integrity sha512-NHcOfab3Zw4q5sEE2COkpfXjoE7o+PmqD9DQW4koUT3roNxwziUdXGnRndMat/LJNUtePwn1TlP4do3uoe3KZQ== - dependencies: - "@babel/types" "^7.0.0" - -"@types/babel__template@*": - version "7.0.2" - resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.0.2.tgz#4ff63d6b52eddac1de7b975a5223ed32ecea9307" - integrity sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg== - dependencies: - "@babel/parser" "^7.1.0" - "@babel/types" "^7.0.0" - -"@types/babel__traverse@*", "@types/babel__traverse@^7.0.6": - version "7.0.7" - resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.7.tgz#2496e9ff56196cc1429c72034e07eab6121b6f3f" - integrity sha512-CeBpmX1J8kWLcDEnI3Cl2Eo6RfbGvzUctA+CjZUhOKDFbLfcr7fc4usEqLNWetrlJd7RhAkyYe2czXop4fICpw== - dependencies: - "@babel/types" "^7.3.0" - -"@types/estree@0.0.39": - version "0.0.39" - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f" - integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== - -"@types/events@*": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7" - integrity sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g== - -"@types/file-saver@^2.0.0": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@types/file-saver/-/file-saver-2.0.1.tgz#e18eb8b069e442f7b956d313f4fadd3ef887354e" - integrity sha512-g1QUuhYVVAamfCifK7oB7G3aIl4BbOyzDOqVyUfEr4tfBKrXfeH+M+Tg7HKCXSrbzxYdhyCP7z9WbKo0R2hBCw== - -"@types/glob@^7.1.1": - version "7.1.1" - resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.1.tgz#aa59a1c6e3fbc421e07ccd31a944c30eba521575" - integrity sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w== - dependencies: - "@types/events" "*" - "@types/minimatch" "*" - "@types/node" "*" - -"@types/highlight.js@^9.12.3": - version "9.12.3" - resolved "https://registry.yarnpkg.com/@types/highlight.js/-/highlight.js-9.12.3.tgz#b672cfaac25cbbc634a0fd92c515f66faa18dbca" - integrity sha512-pGF/zvYOACZ/gLGWdQH8zSwteQS1epp68yRcVLJMgUck/MjEn/FBYmPub9pXT8C1e4a8YZfHo1CKyV8q1vKUnQ== - -"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff" - integrity sha512-hRJD2ahnnpLgsj6KWMYSrmXkM3rm2Dl1qkx6IOFD5FnuNPXJIG5L0dhgKXCYTRMGzU4n0wImQ/xfmRc4POUFlg== - -"@types/istanbul-lib-report@*": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-1.1.1.tgz#e5471e7fa33c61358dd38426189c037a58433b8c" - integrity sha512-3BUTyMzbZa2DtDI2BkERNC6jJw2Mr2Y0oGI7mRxYNBPxppbtEK1F66u3bKwU2g+wxwWI7PAoRpJnOY1grJqzHg== - dependencies: - "@types/istanbul-lib-coverage" "*" - -"@types/istanbul-reports@^1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-1.1.1.tgz#7a8cbf6a406f36c8add871625b278eaf0b0d255a" - integrity sha512-UpYjBi8xefVChsCoBpKShdxTllC9pwISirfoZsUa2AAdQg/Jd2KQGtSbw+ya7GPo7x/wAPlH6JBhKhAsXUEZNA== - dependencies: - "@types/istanbul-lib-coverage" "*" - "@types/istanbul-lib-report" "*" - -"@types/jest@^23.3.1": - version "23.3.14" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.14.tgz#37daaf78069e7948520474c87b80092ea912520a" - integrity sha512-Q5hTcfdudEL2yOmluA1zaSyPbzWPmJ3XfSWeP3RyoYvS9hnje1ZyagrZOuQ6+1nQC1Gw+7gap3pLNL3xL6UBug== - -"@types/minimatch@*": - version "3.0.3" - resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" - integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== - -"@types/node@*", "@types/node@^12.0.8": - version "12.0.8" - resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.8.tgz#551466be11b2adc3f3d47156758f610bd9f6b1d8" - integrity sha512-b8bbUOTwzIY3V5vDTY1fIJ+ePKDUBqt2hC2woVGotdQQhG/2Sh62HOKHrT7ab+VerXAcPyAiTEipPu/FsreUtg== - -"@types/node@~11.9.2": - version "11.9.6" - resolved "https://registry.yarnpkg.com/@types/node/-/node-11.9.6.tgz#c632bbcc780a1349673a6e2e9b9dfa8c369d3c74" - integrity sha512-4hS2K4gwo9/aXIcoYxCtHpdgd8XUeDmo1siRCAH3RziXB65JlPqUFMtfy9VPj+og7dp3w1TFjGwYga4e0m9GwA== - -"@types/normalize-package-data@^2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e" - integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA== - -"@types/resolve@0.0.8": - version "0.0.8" - resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194" - integrity sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ== - dependencies: - "@types/node" "*" - -"@types/sketchapp@^1.0.3": - version "1.0.3" - resolved "https://registry.yarnpkg.com/@types/sketchapp/-/sketchapp-1.0.3.tgz#d280101efd33562c178b9ecfefce933782cd44b3" - integrity sha512-cXEtfd4WQukCsp4l20PoA5F4NMDPCZhqFLUsh7R27Rqst/+IFUNTxnyHyhbVMKsqbFbZwpYh3SErut6Z+dS77Q== - -"@types/source-list-map@*": - version "0.1.2" - resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9" - integrity sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA== - -"@types/stack-utils@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e" - integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== - -"@types/webpack-sources@^0.1.5": - version "0.1.5" - resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-0.1.5.tgz#be47c10f783d3d6efe1471ff7f042611bd464a92" - integrity sha512-zfvjpp7jiafSmrzJ2/i3LqOyTYTuJ7u1KOXlKgDlvsj9Rr0x7ZiYu5lZbXwobL7lmsRNtPXlBfmaUD8eU2Hu8w== - dependencies: - "@types/node" "*" - "@types/source-list-map" "*" - source-map "^0.6.1" - -"@types/yargs@^12.0.2", "@types/yargs@^12.0.9": - version "12.0.12" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-12.0.12.tgz#45dd1d0638e8c8f153e87d296907659296873916" - integrity sha512-SOhuU4wNBxhhTHxYaiG5NY4HBhDIDnJF60GU+2LqHAdKKer86//e4yg69aENCtQ04n0ovz+tq2YPME5t5yp4pw== - -"@webassemblyjs/ast@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359" - integrity sha512-aJMfngIZ65+t71C3y2nBBg5FFG0Okt9m0XEgWZ7Ywgn1oMAT8cNwx00Uv1cQyHtidq0Xn94R4TAywO+LCQ+ZAQ== - dependencies: - "@webassemblyjs/helper-module-context" "1.8.5" - "@webassemblyjs/helper-wasm-bytecode" "1.8.5" - "@webassemblyjs/wast-parser" "1.8.5" - -"@webassemblyjs/floating-point-hex-parser@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.8.5.tgz#1ba926a2923613edce496fd5b02e8ce8a5f49721" - integrity sha512-9p+79WHru1oqBh9ewP9zW95E3XAo+90oth7S5Re3eQnECGq59ly1Ri5tsIipKGpiStHsUYmY3zMLqtk3gTcOtQ== - -"@webassemblyjs/helper-api-error@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.8.5.tgz#c49dad22f645227c5edb610bdb9697f1aab721f7" - integrity sha512-Za/tnzsvnqdaSPOUXHyKJ2XI7PDX64kWtURyGiJJZKVEdFOsdKUCPTNEVFZq3zJ2R0G5wc2PZ5gvdTRFgm81zA== - -"@webassemblyjs/helper-buffer@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.8.5.tgz#fea93e429863dd5e4338555f42292385a653f204" - integrity sha512-Ri2R8nOS0U6G49Q86goFIPNgjyl6+oE1abW1pS84BuhP1Qcr5JqMwRFT3Ah3ADDDYGEgGs1iyb1DGX+kAi/c/Q== - -"@webassemblyjs/helper-code-frame@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.8.5.tgz#9a740ff48e3faa3022b1dff54423df9aa293c25e" - integrity sha512-VQAadSubZIhNpH46IR3yWO4kZZjMxN1opDrzePLdVKAZ+DFjkGD/rf4v1jap744uPVU6yjL/smZbRIIJTOUnKQ== - dependencies: - "@webassemblyjs/wast-printer" "1.8.5" - -"@webassemblyjs/helper-fsm@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.8.5.tgz#ba0b7d3b3f7e4733da6059c9332275d860702452" - integrity sha512-kRuX/saORcg8se/ft6Q2UbRpZwP4y7YrWsLXPbbmtepKr22i8Z4O3V5QE9DbZK908dh5Xya4Un57SDIKwB9eow== - -"@webassemblyjs/helper-module-context@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.8.5.tgz#def4b9927b0101dc8cbbd8d1edb5b7b9c82eb245" - integrity sha512-/O1B236mN7UNEU4t9X7Pj38i4VoU8CcMHyy3l2cV/kIF4U5KoHXDVqcDuOs1ltkac90IM4vZdHc52t1x8Yfs3g== - dependencies: - "@webassemblyjs/ast" "1.8.5" - mamacro "^0.0.3" - -"@webassemblyjs/helper-wasm-bytecode@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.8.5.tgz#537a750eddf5c1e932f3744206551c91c1b93e61" - integrity sha512-Cu4YMYG3Ddl72CbmpjU/wbP6SACcOPVbHN1dI4VJNJVgFwaKf1ppeFJrwydOG3NDHxVGuCfPlLZNyEdIYlQ6QQ== - -"@webassemblyjs/helper-wasm-section@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.8.5.tgz#74ca6a6bcbe19e50a3b6b462847e69503e6bfcbf" - integrity sha512-VV083zwR+VTrIWWtgIUpqfvVdK4ff38loRmrdDBgBT8ADXYsEZ5mPQ4Nde90N3UYatHdYoDIFb7oHzMncI02tA== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/helper-buffer" "1.8.5" - "@webassemblyjs/helper-wasm-bytecode" "1.8.5" - "@webassemblyjs/wasm-gen" "1.8.5" - -"@webassemblyjs/ieee754@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.8.5.tgz#712329dbef240f36bf57bd2f7b8fb9bf4154421e" - integrity sha512-aaCvQYrvKbY/n6wKHb/ylAJr27GglahUO89CcGXMItrOBqRarUMxWLJgxm9PJNuKULwN5n1csT9bYoMeZOGF3g== - dependencies: - "@xtuc/ieee754" "^1.2.0" - -"@webassemblyjs/leb128@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.8.5.tgz#044edeb34ea679f3e04cd4fd9824d5e35767ae10" - integrity sha512-plYUuUwleLIziknvlP8VpTgO4kqNaH57Y3JnNa6DLpu/sGcP6hbVdfdX5aHAV716pQBKrfuU26BJK29qY37J7A== - dependencies: - "@xtuc/long" "4.2.2" - -"@webassemblyjs/utf8@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.8.5.tgz#a8bf3b5d8ffe986c7c1e373ccbdc2a0915f0cedc" - integrity sha512-U7zgftmQriw37tfD934UNInokz6yTmn29inT2cAetAsaU9YeVCveWEwhKL1Mg4yS7q//NGdzy79nlXh3bT8Kjw== - -"@webassemblyjs/wasm-edit@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.8.5.tgz#962da12aa5acc1c131c81c4232991c82ce56e01a" - integrity sha512-A41EMy8MWw5yvqj7MQzkDjU29K7UJq1VrX2vWLzfpRHt3ISftOXqrtojn7nlPsZ9Ijhp5NwuODuycSvfAO/26Q== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/helper-buffer" "1.8.5" - "@webassemblyjs/helper-wasm-bytecode" "1.8.5" - "@webassemblyjs/helper-wasm-section" "1.8.5" - "@webassemblyjs/wasm-gen" "1.8.5" - "@webassemblyjs/wasm-opt" "1.8.5" - "@webassemblyjs/wasm-parser" "1.8.5" - "@webassemblyjs/wast-printer" "1.8.5" - -"@webassemblyjs/wasm-gen@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.8.5.tgz#54840766c2c1002eb64ed1abe720aded714f98bc" - integrity sha512-BCZBT0LURC0CXDzj5FXSc2FPTsxwp3nWcqXQdOZE4U7h7i8FqtFK5Egia6f9raQLpEKT1VL7zr4r3+QX6zArWg== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/helper-wasm-bytecode" "1.8.5" - "@webassemblyjs/ieee754" "1.8.5" - "@webassemblyjs/leb128" "1.8.5" - "@webassemblyjs/utf8" "1.8.5" - -"@webassemblyjs/wasm-opt@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.8.5.tgz#b24d9f6ba50394af1349f510afa8ffcb8a63d264" - integrity sha512-HKo2mO/Uh9A6ojzu7cjslGaHaUU14LdLbGEKqTR7PBKwT6LdPtLLh9fPY33rmr5wcOMrsWDbbdCHq4hQUdd37Q== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/helper-buffer" "1.8.5" - "@webassemblyjs/wasm-gen" "1.8.5" - "@webassemblyjs/wasm-parser" "1.8.5" - -"@webassemblyjs/wasm-parser@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.8.5.tgz#21576f0ec88b91427357b8536383668ef7c66b8d" - integrity sha512-pi0SYE9T6tfcMkthwcgCpL0cM9nRYr6/6fjgDtL6q/ZqKHdMWvxitRi5JcZ7RI4SNJJYnYNaWy5UUrHQy998lw== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/helper-api-error" "1.8.5" - "@webassemblyjs/helper-wasm-bytecode" "1.8.5" - "@webassemblyjs/ieee754" "1.8.5" - "@webassemblyjs/leb128" "1.8.5" - "@webassemblyjs/utf8" "1.8.5" - -"@webassemblyjs/wast-parser@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-parser/-/wast-parser-1.8.5.tgz#e10eecd542d0e7bd394f6827c49f3df6d4eefb8c" - integrity sha512-daXC1FyKWHF1i11obK086QRlsMsY4+tIOKgBqI1lxAnkp9xe9YMcgOxm9kLe+ttjs5aWV2KKE1TWJCN57/Btsg== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/floating-point-hex-parser" "1.8.5" - "@webassemblyjs/helper-api-error" "1.8.5" - "@webassemblyjs/helper-code-frame" "1.8.5" - "@webassemblyjs/helper-fsm" "1.8.5" - "@xtuc/long" "4.2.2" - -"@webassemblyjs/wast-printer@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.8.5.tgz#114bbc481fd10ca0e23b3560fa812748b0bae5bc" - integrity sha512-w0U0pD4EhlnvRyeJzBqaVSJAo9w/ce7/WPogeXLzGkO6hzhr4GnQIZ4W4uUt5b9ooAaXPtnXlj0gzsXEOUNYMg== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/wast-parser" "1.8.5" - "@xtuc/long" "4.2.2" - -"@xtuc/ieee754@^1.2.0": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790" - integrity sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA== - -"@xtuc/long@4.2.2": - version "4.2.2" - resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d" - integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== - -"@yarnpkg/lockfile@1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31" - integrity sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ== - -JSONStream@^1.0.4, JSONStream@^1.3.4: - version "1.3.5" - resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0" - integrity sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ== - dependencies: - jsonparse "^1.2.0" - through ">=2.2.7 <3" - -abab@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.0.tgz#aba0ab4c5eee2d4c79d3487d85450fb2376ebb0f" - integrity sha512-sY5AXXVZv4Y1VACTtR11UJCPHHudgY5i26Qj5TypE6DKlIApbwb5uqhXcJ5UUGbvZNRh7EeIoW+LrJumBsKp7w== - -abbrev@1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" - integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== - -accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7: - version "1.3.7" - resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd" - integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== - dependencies: - mime-types "~2.1.24" - negotiator "0.6.2" - -acorn-dynamic-import@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz#482210140582a36b83c3e342e1cfebcaa9240948" - integrity sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw== - -acorn-globals@^4.1.0: - version "4.3.2" - resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-4.3.2.tgz#4e2c2313a597fd589720395f6354b41cd5ec8006" - integrity sha512-BbzvZhVtZP+Bs1J1HcwrQe8ycfO0wStkSGxuul3He3GkHOIZ6eTqOkPuw9IP1X3+IkOo4wiJmwkobzXYz4wewQ== - dependencies: - acorn "^6.0.1" - acorn-walk "^6.0.1" - -acorn-walk@^6.0.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.1.1.tgz#d363b66f5fac5f018ff9c3a1e7b6f8e310cc3913" - integrity sha512-OtUw6JUTgxA2QoqqmrmQ7F2NYqiBPi/L2jqHyFtllhOUvXYQXf0Z1CYUinIfyT4bTCGmrA7gX9FvHA81uzCoVw== - -acorn@^5.5.3: - version "5.7.3" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279" - integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw== - -acorn@^6.0.1, acorn@^6.0.5, acorn@^6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f" - integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA== - -add-stream@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa" - integrity sha1-anmQQ3ynNtXhKI25K9MmbV9csqo= - -agent-base@4, agent-base@^4.1.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee" - integrity sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg== - dependencies: - es6-promisify "^5.0.0" - -agent-base@~4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.2.1.tgz#d89e5999f797875674c07d87f260fc41e83e8ca9" - integrity sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg== - dependencies: - es6-promisify "^5.0.0" - -agentkeepalive@^3.4.1: - version "3.5.2" - resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-3.5.2.tgz#a113924dd3fa24a0bc3b78108c450c2abee00f67" - integrity sha512-e0L/HNe6qkQ7H19kTlRRqUibEAwDK5AFk6y3PtMsuut2VAH6+Q4xZml1tNDJD7kSAyqmbG/K08K5WEJYtUrSlQ== - dependencies: - humanize-ms "^1.2.1" - -ajv-errors@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d" - integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== - -ajv-keywords@^3.1.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.4.0.tgz#4b831e7b531415a7cc518cd404e73f6193c6349d" - integrity sha512-aUjdRFISbuFOl0EIZc+9e4FfZp0bDZgAdOOf30bJmw8VM9v84SHyVyxDfbWxpGYbdZD/9XoKxfHVNmxPkhwyGw== - -ajv@6.10.0, ajv@^6.1.0, ajv@^6.5.5: - version "6.10.0" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.0.tgz#90d0d54439da587cd7e843bfb7045f50bd22bdf1" - integrity sha512-nffhOpkymDECQyR0mnsUtoCE8RlX38G0rYP+wgLWFyZuUyuuojSSvi/+euOiQBIn63whYwYVIIH1TvE3tu4OEg== - dependencies: - fast-deep-equal "^2.0.1" - fast-json-stable-stringify "^2.0.0" - json-schema-traverse "^0.4.1" - uri-js "^4.2.2" - -ajv@^5.0.0: - version "5.5.2" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965" - integrity sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU= - dependencies: - co "^4.6.0" - fast-deep-equal "^1.0.0" - fast-json-stable-stringify "^2.0.0" - json-schema-traverse "^0.3.0" - -amdefine@>=0.0.4: - version "1.0.1" - resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5" - integrity sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU= - -ansi-align@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-2.0.0.tgz#c36aeccba563b89ceb556f3690f0b1d9e3547f7f" - integrity sha1-w2rsy6VjuJzrVW82kPCx2eNUf38= - dependencies: - string-width "^2.0.0" - -ansi-align@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.0.tgz#b536b371cf687caaef236c18d3e21fe3797467cb" - integrity sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw== - dependencies: - string-width "^3.0.0" - -ansi-colors@^3.0.0: - version "3.2.4" - resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf" - integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA== - -ansi-escapes@^1.0.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e" - integrity sha1-06ioOzGapneTZisT52HHkRQiMG4= - -ansi-escapes@^3.0.0, ansi-escapes@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b" - integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ== - -ansi-html@0.0.7: - version "0.0.7" - resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e" - integrity sha1-gTWEAhliqenm/QOflA0S9WynhZ4= - -ansi-regex@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" - integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= - -ansi-regex@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" - integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= - -ansi-regex@^4.0.0, ansi-regex@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" - integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== - -ansi-styles@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" - integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= - -ansi-styles@^3.2.0, ansi-styles@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" - integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - dependencies: - color-convert "^1.9.0" - -anymatch@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" - integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== - dependencies: - micromatch "^3.1.4" - normalize-path "^2.1.1" - -anymatch@^3.0.1: - version "3.0.2" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.0.2.tgz#ddb3a8495d44875423af7b919aace11e91732a41" - integrity sha512-rUe9SxpRQlVg4EM8It7JMNWWYHAirTPpbTuvaSKybb5IejNgWB3PGBBX9rrPKDx2pM/p3Wh+7+ASaWRyyAbxmQ== - dependencies: - normalize-path "^3.0.0" - picomatch "^2.0.4" - -app-root-path@^2.1.0: - version "2.2.1" - resolved "https://registry.yarnpkg.com/app-root-path/-/app-root-path-2.2.1.tgz#d0df4a682ee408273583d43f6f79e9892624bc9a" - integrity sha512-91IFKeKk7FjfmezPKkwtaRvSpnUc4gDwPAjA1YZ9Gn0q0PPeW+vbeUsZuyDwjI7+QTHhcLen2v25fi/AmhvbJA== - -aproba@^1.0.3, aproba@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" - integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== - -arch@2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/arch/-/arch-2.1.1.tgz#8f5c2731aa35a30929221bb0640eed65175ec84e" - integrity sha512-BLM56aPo9vLLFVa8+/+pJLnrZ7QGGTVHWsCwieAWT9o9K8UeGaQbzZbGoabWLOo2ksBCztoXdqBZBplqLDDCSg== - -are-we-there-yet@~1.1.2: - version "1.1.5" - resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21" - integrity sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w== - dependencies: - delegates "^1.0.0" - readable-stream "^2.0.6" - -arg@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.0.tgz#583c518199419e0037abb74062c37f8519e575f0" - integrity sha512-ZWc51jO3qegGkVh8Hwpv636EkbesNV5ZNQPCtRa+0qytRYPEs9IYT9qITY9buezqUH5uqyzlWLcufrzU2rffdg== - -argparse@^1.0.7: - version "1.0.10" - resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" - integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== - dependencies: - sprintf-js "~1.0.2" - -aria-query@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-3.0.0.tgz#65b3fcc1ca1155a8c9ae64d6eee297f15d5133cc" - integrity sha1-ZbP8wcoRVajJrmTW7uKX8V1RM8w= - dependencies: - ast-types-flow "0.0.7" - commander "^2.11.0" - -arr-diff@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" - integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= - -arr-flatten@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" - integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== - -arr-union@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" - integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= - -array-equal@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93" - integrity sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM= - -array-filter@~0.0.0: - version "0.0.1" - resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-0.0.1.tgz#7da8cf2e26628ed732803581fd21f67cacd2eeec" - integrity sha1-fajPLiZijtcygDWB/SH2fKzS7uw= - -array-find-index@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" - integrity sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E= - -array-flatten@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" - integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= - -array-flatten@^2.1.0: - version "2.1.2" - resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099" - integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ== - -array-ify@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece" - integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4= - -array-map@~0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/array-map/-/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662" - integrity sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI= - -array-reduce@~0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/array-reduce/-/array-reduce-0.0.0.tgz#173899d3ffd1c7d9383e4479525dbe278cab5f2b" - integrity sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys= - -array-union@^1.0.1, array-union@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" - integrity sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk= - dependencies: - array-uniq "^1.0.1" - -array-uniq@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" - integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY= - -array-unique@^0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" - integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= - -arrify@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" - integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= - -asap@^2.0.0, asap@~2.0.3: - version "2.0.6" - resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" - integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY= - -asn1.js@^4.0.0: - version "4.10.1" - resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.10.1.tgz#b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0" - integrity sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw== - dependencies: - bn.js "^4.0.0" - inherits "^2.0.1" - minimalistic-assert "^1.0.0" - -asn1@~0.2.3: - version "0.2.4" - resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136" - integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg== - dependencies: - safer-buffer "~2.1.0" - -assert-plus@1.0.0, assert-plus@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" - integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= - -assert@^1.1.1: - version "1.5.0" - resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz#55c109aaf6e0aefdb3dc4b71240c70bf574b18eb" - integrity sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA== - dependencies: - object-assign "^4.1.1" - util "0.10.3" - -assign-symbols@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" - integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= - -ast-types-flow@0.0.7: - version "0.0.7" - resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad" - integrity sha1-9wtzXGvKGlycItmCw+Oef+ujva0= - -astral-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9" - integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== - -async-each@^1.0.1, async-each@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" - integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== - -async-limiter@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8" - integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg== - -async-retry@1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/async-retry/-/async-retry-1.2.3.tgz#a6521f338358d322b1a0012b79030c6f411d1ce0" - integrity sha512-tfDb02Th6CE6pJUF2gjW5ZVjsgwlucVXOEQMvEX9JgSJMs9gAX+Nz3xRuJBKuUYjTSYORqvDBORdAQ3LU59g7Q== - dependencies: - retry "0.12.0" - -async@2.6.1: - version "2.6.1" - resolved "https://registry.yarnpkg.com/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610" - integrity sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ== - dependencies: - lodash "^4.17.10" - -async@^1.5.2: - version "1.5.2" - resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" - integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo= - -async@^2.5.0: - version "2.6.2" - resolved "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz#18330ea7e6e313887f5d2f2a904bac6fe4dd5381" - integrity sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg== - dependencies: - lodash "^4.17.11" - -asynckit@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" - integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= - -atob-lite@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/atob-lite/-/atob-lite-2.0.0.tgz#0fef5ad46f1bd7a8502c65727f0367d5ee43d696" - integrity sha1-D+9a1G8b16hQLGVyfwNn1e5D1pY= - -atob@^2.1.1: - version "2.1.2" - resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" - integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== - -autoprefixer@9.5.1: - version "9.5.1" - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.5.1.tgz#243b1267b67e7e947f28919d786b50d3bb0fb357" - integrity sha512-KJSzkStUl3wP0D5sdMlP82Q52JLy5+atf2MHAre48+ckWkXgixmfHyWmA77wFDy6jTHU6mIgXv6hAQ2mf1PjJQ== - dependencies: - browserslist "^4.5.4" - caniuse-lite "^1.0.30000957" - normalize-range "^0.1.2" - num2fraction "^1.2.2" - postcss "^7.0.14" - postcss-value-parser "^3.3.1" - -autoprefixer@^9.6.0: - version "9.6.0" - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.6.0.tgz#0111c6bde2ad20c6f17995a33fad7cf6854b4c87" - integrity sha512-kuip9YilBqhirhHEGHaBTZKXL//xxGnzvsD0FtBQa6z+A69qZD6s/BAX9VzDF1i9VKDquTJDQaPLSEhOnL6FvQ== - dependencies: - browserslist "^4.6.1" - caniuse-lite "^1.0.30000971" - chalk "^2.4.2" - normalize-range "^0.1.2" - num2fraction "^1.2.2" - postcss "^7.0.16" - postcss-value-parser "^3.3.1" - -aws-sign2@~0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" - integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= - -aws4@^1.8.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f" - integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ== - -axobject-query@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.0.2.tgz#ea187abe5b9002b377f925d8bf7d1c561adf38f9" - integrity sha512-MCeek8ZH7hKyO1rWUbKNQBbl4l2eY0ntk7OGi+q0RlafrCnfPxC06WZA+uebCfmYp4mNU9jRBP1AhGyf8+W3ww== - dependencies: - ast-types-flow "0.0.7" - -babel-code-frame@^6.22.0, babel-code-frame@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b" - integrity sha1-Y/1D99weO7fONZR9uP42mj9Yx0s= - dependencies: - chalk "^1.1.3" - esutils "^2.0.2" - js-tokens "^3.0.2" - -babel-generator@^6.18.0: - version "6.26.1" - resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.1.tgz#1844408d3b8f0d35a404ea7ac180f087a601bd90" - integrity sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA== - dependencies: - babel-messages "^6.23.0" - babel-runtime "^6.26.0" - babel-types "^6.26.0" - detect-indent "^4.0.0" - jsesc "^1.3.0" - lodash "^4.17.4" - source-map "^0.5.7" - trim-right "^1.0.1" - -babel-jest@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-24.8.0.tgz#5c15ff2b28e20b0f45df43fe6b7f2aae93dba589" - integrity sha512-+5/kaZt4I9efoXzPlZASyK/lN9qdRKmmUav9smVc0ruPQD7IsfucQ87gpOE8mn2jbDuS6M/YOW6n3v9ZoIfgnw== - dependencies: - "@jest/transform" "^24.8.0" - "@jest/types" "^24.8.0" - "@types/babel__core" "^7.1.0" - babel-plugin-istanbul "^5.1.0" - babel-preset-jest "^24.6.0" - chalk "^2.4.2" - slash "^2.0.0" - -babel-messages@^6.23.0: - version "6.23.0" - resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e" - integrity sha1-8830cDhYA1sqKVHG7F7fbGLyYw4= - dependencies: - babel-runtime "^6.22.0" - -babel-plugin-istanbul@^5.1.0: - version "5.1.4" - resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-5.1.4.tgz#841d16b9a58eeb407a0ddce622ba02fe87a752ba" - integrity sha512-dySz4VJMH+dpndj0wjJ8JPs/7i1TdSPb1nRrn56/92pKOF9VKC1FMFJmMXjzlGGusnCAqujP6PBCiKq0sVA+YQ== - dependencies: - find-up "^3.0.0" - istanbul-lib-instrument "^3.3.0" - test-exclude "^5.2.3" - -babel-plugin-jest-hoist@^24.6.0: - version "24.6.0" - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-24.6.0.tgz#f7f7f7ad150ee96d7a5e8e2c5da8319579e78019" - integrity sha512-3pKNH6hMt9SbOv0F3WVmy5CWQ4uogS3k0GY5XLyQHJ9EGpAT9XWkFd2ZiXXtkwFHdAHa5j7w7kfxSP5lAIwu7w== - dependencies: - "@types/babel__traverse" "^7.0.6" - -babel-polyfill@6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-6.26.0.tgz#379937abc67d7895970adc621f284cd966cf2153" - integrity sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM= - dependencies: - babel-runtime "^6.26.0" - core-js "^2.5.0" - regenerator-runtime "^0.10.5" - -babel-preset-jest@^24.6.0: - version "24.6.0" - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-24.6.0.tgz#66f06136eefce87797539c0d63f1769cc3915984" - integrity sha512-pdZqLEdmy1ZK5kyRUfvBb2IfTPb2BUvIJczlPspS8fWmBQslNNDBqVfh7BW5leOVJMDZKzjD8XEyABTk6gQ5yw== - dependencies: - "@babel/plugin-syntax-object-rest-spread" "^7.0.0" - babel-plugin-jest-hoist "^24.6.0" - -babel-runtime@6.26.0, babel-runtime@^6.22.0, babel-runtime@^6.23.0, babel-runtime@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" - integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4= - dependencies: - core-js "^2.4.0" - regenerator-runtime "^0.11.0" - -babel-template@^6.16.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02" - integrity sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI= - dependencies: - babel-runtime "^6.26.0" - babel-traverse "^6.26.0" - babel-types "^6.26.0" - babylon "^6.18.0" - lodash "^4.17.4" - -babel-traverse@^6.18.0, babel-traverse@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee" - integrity sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4= - dependencies: - babel-code-frame "^6.26.0" - babel-messages "^6.23.0" - babel-runtime "^6.26.0" - babel-types "^6.26.0" - babylon "^6.18.0" - debug "^2.6.8" - globals "^9.18.0" - invariant "^2.2.2" - lodash "^4.17.4" - -babel-types@^6.18.0, babel-types@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497" - integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc= - dependencies: - babel-runtime "^6.26.0" - esutils "^2.0.2" - lodash "^4.17.4" - to-fast-properties "^1.0.3" - -babylon@^6.18.0: - version "6.18.0" - resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3" - integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ== - -balanced-match@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" - integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= - -base64-js@^1.0.2: - version "1.3.0" - resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.0.tgz#cab1e6118f051095e58b5281aea8c1cd22bfc0e3" - integrity sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw== - -base@^0.11.1: - version "0.11.2" - resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" - integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== - dependencies: - cache-base "^1.0.1" - class-utils "^0.3.5" - component-emitter "^1.2.1" - define-property "^1.0.0" - isobject "^3.0.1" - mixin-deep "^1.2.0" - pascalcase "^0.1.1" - -batch@0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16" - integrity sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY= - -bcrypt-pbkdf@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e" - integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= - dependencies: - tweetnacl "^0.14.3" - -before-after-hook@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-1.4.0.tgz#2b6bf23dca4f32e628fd2747c10a37c74a4b484d" - integrity sha512-l5r9ir56nda3qu14nAXIlyq1MmUSs0meCIaFAh8HwkFwP1F8eToOuS3ah2VAHHcY04jaYD7FpJC5JTXHYRbkzg== - -big-integer@^1.6.41: - version "1.6.44" - resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.44.tgz#4ee9ae5f5839fc11ade338fea216b4513454a539" - integrity sha512-7MzElZPTyJ2fNvBkPxtFQ2fWIkVmuzw41+BZHSzpEq3ymB2MfeKp1+yXl/tS75xCx+WnyV+yb0kp+K1C3UNwmQ== - -big.js@^5.2.2: - version "5.2.2" - resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" - integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== - -binary-extensions@^1.0.0: - version "1.13.1" - resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65" - integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== - -binary-extensions@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.0.0.tgz#23c0df14f6a88077f5f986c0d167ec03c3d5537c" - integrity sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow== - -bluebird@3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.0.tgz#791420d7f551eea2897453a8a77653f96606d67c" - integrity sha1-eRQg1/VR7qKJdFOop3ZT+WYG1nw= - -bluebird@3.5.5, bluebird@^3.5.1, bluebird@^3.5.3, bluebird@^3.5.5: - version "3.5.5" - resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.5.tgz#a8d0afd73251effbbd5fe384a77d73003c17a71f" - integrity sha512-5am6HnnfN+urzt4yfg7IgTbotDjIT/u8AJpEt0sIU9FtXfVeezXAPKswrG+xKUCOYAINpSdgZVDU6QFh+cuH3w== - -bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0: - version "4.11.8" - resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f" - integrity sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA== - -body-parser@1.19.0: - version "1.19.0" - resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a" - integrity sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw== - dependencies: - bytes "3.1.0" - content-type "~1.0.4" - debug "2.6.9" - depd "~1.1.2" - http-errors "1.7.2" - iconv-lite "0.4.24" - on-finished "~2.3.0" - qs "6.7.0" - raw-body "2.4.0" - type-is "~1.6.17" - -bonjour@^3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/bonjour/-/bonjour-3.5.0.tgz#8e890a183d8ee9a2393b3844c691a42bcf7bc9f5" - integrity sha1-jokKGD2O6aI5OzhExpGkK897yfU= - dependencies: - array-flatten "^2.1.0" - deep-equal "^1.0.1" - dns-equal "^1.0.0" - dns-txt "^2.0.2" - multicast-dns "^6.0.1" - multicast-dns-service-types "^1.1.0" - -boxen@^1.2.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/boxen/-/boxen-1.3.0.tgz#55c6c39a8ba58d9c61ad22cd877532deb665a20b" - integrity sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw== - dependencies: - ansi-align "^2.0.0" - camelcase "^4.0.0" - chalk "^2.0.1" - cli-boxes "^1.0.0" - string-width "^2.0.0" - term-size "^1.2.0" - widest-line "^2.0.0" - -boxen@^3.0.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/boxen/-/boxen-3.2.0.tgz#fbdff0de93636ab4450886b6ff45b92d098f45eb" - integrity sha512-cU4J/+NodM3IHdSL2yN8bqYqnmlBTidDR4RC7nJs61ZmtGz8VZzM3HLQX0zY5mrSmPtR3xWwsq2jOUQqFZN8+A== - dependencies: - ansi-align "^3.0.0" - camelcase "^5.3.1" - chalk "^2.4.2" - cli-boxes "^2.2.0" - string-width "^3.0.0" - term-size "^1.2.0" - type-fest "^0.3.0" - widest-line "^2.0.0" - -brace-expansion@^1.1.7: - version "1.1.11" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" - integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== - dependencies: - balanced-match "^1.0.0" - concat-map "0.0.1" - -braces@^2.3.1, braces@^2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" - integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== - dependencies: - arr-flatten "^1.1.0" - array-unique "^0.3.2" - extend-shallow "^2.0.1" - fill-range "^4.0.0" - isobject "^3.0.1" - repeat-element "^1.1.2" - snapdragon "^0.8.1" - snapdragon-node "^2.0.1" - split-string "^3.0.2" - to-regex "^3.0.1" - -braces@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" - integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== - dependencies: - fill-range "^7.0.1" - -brorand@^1.0.1: - version "1.1.0" - resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" - integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= - -browser-process-hrtime@^0.1.2: - version "0.1.3" - resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-0.1.3.tgz#616f00faef1df7ec1b5bf9cfe2bdc3170f26c7b4" - integrity sha512-bRFnI4NnjO6cnyLmOV/7PVoDEMJChlcfN0z4s1YMBY989/SvlfMI1lgCnkFUs53e9gQF+w7qu7XdllSTiSl8Aw== - -browser-resolve@^1.11.3: - version "1.11.3" - resolved "https://registry.yarnpkg.com/browser-resolve/-/browser-resolve-1.11.3.tgz#9b7cbb3d0f510e4cb86bdbd796124d28b5890af6" - integrity sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ== - dependencies: - resolve "1.1.7" - -browserify-aes@^1.0.0, browserify-aes@^1.0.4: - version "1.2.0" - resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48" - integrity sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA== - dependencies: - buffer-xor "^1.0.3" - cipher-base "^1.0.0" - create-hash "^1.1.0" - evp_bytestokey "^1.0.3" - inherits "^2.0.1" - safe-buffer "^5.0.1" - -browserify-cipher@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz#8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0" - integrity sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w== - dependencies: - browserify-aes "^1.0.4" - browserify-des "^1.0.0" - evp_bytestokey "^1.0.0" - -browserify-des@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.2.tgz#3af4f1f59839403572f1c66204375f7a7f703e9c" - integrity sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A== - dependencies: - cipher-base "^1.0.1" - des.js "^1.0.0" - inherits "^2.0.1" - safe-buffer "^5.1.2" - -browserify-rsa@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.0.1.tgz#21e0abfaf6f2029cf2fafb133567a701d4135524" - integrity sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ= - dependencies: - bn.js "^4.1.0" - randombytes "^2.0.1" - -browserify-sign@^4.0.0: - version "4.0.4" - resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.0.4.tgz#aa4eb68e5d7b658baa6bf6a57e630cbd7a93d298" - integrity sha1-qk62jl17ZYuqa/alfmMMvXqT0pg= - dependencies: - bn.js "^4.1.1" - browserify-rsa "^4.0.0" - create-hash "^1.1.0" - create-hmac "^1.1.2" - elliptic "^6.0.0" - inherits "^2.0.1" - parse-asn1 "^5.0.0" - -browserify-zlib@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f" - integrity sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== - dependencies: - pako "~1.0.5" - -browserslist@4.5.5: - version "4.5.5" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.5.5.tgz#fe1a352330d2490d5735574c149a85bc18ef9b82" - integrity sha512-0QFO1r/2c792Ohkit5XI8Cm8pDtZxgNl2H6HU4mHrpYz7314pEYcsAVVatM0l/YmxPnEzh9VygXouj4gkFUTKA== - dependencies: - caniuse-lite "^1.0.30000960" - electron-to-chromium "^1.3.124" - node-releases "^1.1.14" - -browserslist@^4.0.0, browserslist@^4.5.4, browserslist@^4.6.1: - version "4.6.2" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.6.2.tgz#574c665950915c2ac73a4594b8537a9eba26203f" - integrity sha512-2neU/V0giQy9h3XMPwLhEY3+Ao0uHSwHvU8Q1Ea6AgLVL1sXbX3dzPrJ8NWe5Hi4PoTkCYXOtVR9rfRLI0J/8Q== - dependencies: - caniuse-lite "^1.0.30000974" - electron-to-chromium "^1.3.150" - node-releases "^1.1.23" - -bser@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/bser/-/bser-2.0.0.tgz#9ac78d3ed5d915804fd87acb158bc797147a1719" - integrity sha1-mseNPtXZFYBP2HrLFYvHlxR6Fxk= - dependencies: - node-int64 "^0.4.0" - -btoa-lite@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/btoa-lite/-/btoa-lite-1.0.0.tgz#337766da15801210fdd956c22e9c6891ab9d0337" - integrity sha1-M3dm2hWAEhD92VbCLpxokaudAzc= - -buffer-crc32@~0.2.3: - version "0.2.13" - resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" - integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI= - -buffer-from@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" - integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== - -buffer-indexof@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz#52fabcc6a606d1a00302802648ef68f639da268c" - integrity sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g== - -buffer-xor@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9" - integrity sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk= - -buffer@^4.3.0: - version "4.9.1" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-4.9.1.tgz#6d1bb601b07a4efced97094132093027c95bc298" - integrity sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg= - dependencies: - base64-js "^1.0.2" - ieee754 "^1.1.4" - isarray "^1.0.0" - -buffer@^5.2.1: - version "5.2.1" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.2.1.tgz#dd57fa0f109ac59c602479044dca7b8b3d0b71d6" - integrity sha512-c+Ko0loDaFfuPWiL02ls9Xd3GO3cPVmUobQ6t3rXNUk304u6hGq+8N/kFi+QEIKhzK3uwolVhLzszmfLmMLnqg== - dependencies: - base64-js "^1.0.2" - ieee754 "^1.1.4" - -builtin-modules@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f" - integrity sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8= - -builtin-modules@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.1.0.tgz#aad97c15131eb76b65b50ef208e7584cd76a7484" - integrity sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw== - -builtin-status-codes@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" - integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= - -builtins@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88" - integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og= - -bump-file@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/bump-file/-/bump-file-2.0.0.tgz#171475dc8a4ab0bd8ce8469860337446eb886fb5" - integrity sha512-Kt2FoAljRS630vFx+asbCBiCp1PqaJ2PuCby+P+Fl8LMsUnGaxw/C2YxxQe4SiCJBs3Zt8A28u3wQRwnYMtuUw== - dependencies: - detect-indent "5.0.0" - semver "5.4.1" - -bytes@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" - integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg= - -bytes@3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6" - integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== - -cacache@^11.0.1, cacache@^11.0.2, cacache@^11.3.1, cacache@^11.3.2: - version "11.3.3" - resolved "https://registry.yarnpkg.com/cacache/-/cacache-11.3.3.tgz#8bd29df8c6a718a6ebd2d010da4d7972ae3bbadc" - integrity sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA== - dependencies: - bluebird "^3.5.5" - chownr "^1.1.1" - figgy-pudding "^3.5.1" - glob "^7.1.4" - graceful-fs "^4.1.15" - lru-cache "^5.1.1" - mississippi "^3.0.0" - mkdirp "^0.5.1" - move-concurrently "^1.0.1" - promise-inflight "^1.0.1" - rimraf "^2.6.3" - ssri "^6.0.1" - unique-filename "^1.1.1" - y18n "^4.0.0" - -cache-base@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" - integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== - dependencies: - collection-visit "^1.0.0" - component-emitter "^1.2.1" - get-value "^2.0.6" - has-value "^1.0.0" - isobject "^3.0.1" - set-value "^2.0.0" - to-object-path "^0.3.0" - union-value "^1.0.0" - unset-value "^1.0.0" - -cacheable-request@^6.0.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-6.1.0.tgz#20ffb8bd162ba4be11e9567d823db651052ca912" - integrity sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg== - dependencies: - clone-response "^1.0.2" - get-stream "^5.1.0" - http-cache-semantics "^4.0.0" - keyv "^3.0.0" - lowercase-keys "^2.0.0" - normalize-url "^4.1.0" - responselike "^1.0.2" - -cachedir@1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-1.3.0.tgz#5e01928bf2d95b5edd94b0942188246740e0dbc4" - integrity sha512-O1ji32oyON9laVPJL1IZ5bmwd2cB46VfpxkDequezH+15FDzzVddEyrGEeX4WusDSqKxdyFdDQDEG1yo1GoWkg== - dependencies: - os-homedir "^1.0.1" - -call-me-maybe@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b" - integrity sha1-JtII6onje1y95gJQoV8DHBak1ms= - -caller-callsite@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134" - integrity sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= - dependencies: - callsites "^2.0.0" - -caller-path@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4" - integrity sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= - dependencies: - caller-callsite "^2.0.0" - -callsites@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50" - integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= - -callsites@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" - integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== - -camelcase-keys@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7" - integrity sha1-MIvur/3ygRkFHvodkyITyRuPkuc= - dependencies: - camelcase "^2.0.0" - map-obj "^1.0.0" - -camelcase-keys@^4.0.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-4.2.0.tgz#a2aa5fb1af688758259c32c141426d78923b9b77" - integrity sha1-oqpfsa9oh1glnDLBQUJteJI7m3c= - dependencies: - camelcase "^4.1.0" - map-obj "^2.0.0" - quick-lru "^1.0.0" - -camelcase@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f" - integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8= - -camelcase@^4.0.0, camelcase@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" - integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= - -camelcase@^5.0.0, camelcase@^5.3.1: - version "5.3.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" - integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== - -caniuse-lite@1.0.30000974: - version "1.0.30000974" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000974.tgz#b7afe14ee004e97ce6dc73e3f878290a12928ad8" - integrity sha512-xc3rkNS/Zc3CmpMKuczWEdY2sZgx09BkAxfvkxlAEBTqcMHeL8QnPqhKse+5sRTi3nrw2pJwToD2WvKn1Uhvww== - -caniuse-lite@^1.0.30000957, caniuse-lite@^1.0.30000960, caniuse-lite@^1.0.30000971, caniuse-lite@^1.0.30000974: - version "1.0.30000975" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000975.tgz#d4e7131391dddcf2838999d3ce75065f65f1cdfc" - integrity sha512-ZsXA9YWQX6ATu5MNg+Vx/cMQ+hM6vBBSqDeJs8ruk9z0ky4yIHML15MoxcFt088ST2uyjgqyUGRJButkptWf0w== - -canonical-path@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/canonical-path/-/canonical-path-1.0.0.tgz#fcb470c23958def85081856be7a86e904f180d1d" - integrity sha512-feylzsbDxi1gPZ1IjystzIQZagYYLvfKrSuygUCgf7z6x790VEzze5QEkdSV1U58RA7Hi0+v6fv4K54atOzATg== - -capture-exit@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4" - integrity sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g== - dependencies: - rsvp "^4.8.4" - -capture-stack-trace@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz#a6c0bbe1f38f3aa0b92238ecb6ff42c344d4135d" - integrity sha512-mYQLZnx5Qt1JgB1WEiMCf2647plpGeQ2NMR/5L0HNZzGQo4fuSPnK+wjfPnKZV0aiJDgzmWqqkV/g7JD+DW0qw== - -caseless@~0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" - integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= - -chalk@2.3.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.1.tgz#523fe2678aec7b04e8041909292fe8b17059b796" - integrity sha512-QUU4ofkDoMIVO7hcx1iPTISs88wsO8jA92RQIm4JAwZvFGGAV2hSAA1NX7oVj2Ej2Q6NDTcRDjPTFrMCRZoJ6g== - dependencies: - ansi-styles "^3.2.0" - escape-string-regexp "^1.0.5" - supports-color "^5.2.0" - -chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4.2: - version "2.4.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" - integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - dependencies: - ansi-styles "^3.2.1" - escape-string-regexp "^1.0.5" - supports-color "^5.3.0" - -chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" - integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg= - dependencies: - ansi-styles "^2.2.1" - escape-string-regexp "^1.0.2" - has-ansi "^2.0.0" - strip-ansi "^3.0.0" - supports-color "^2.0.0" - -chardet@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" - integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== - -check-more-types@2.24.0: - version "2.24.0" - resolved "https://registry.yarnpkg.com/check-more-types/-/check-more-types-2.24.0.tgz#1420ffb10fd444dcfc79b43891bbfffd32a84600" - integrity sha1-FCD/sQ/URNz8ebQ4kbv//TKoRgA= - -chokidar@^2.0.0, chokidar@^2.0.2, chokidar@^2.1.1, chokidar@^2.1.5: - version "2.1.6" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.6.tgz#b6cad653a929e244ce8a834244164d241fa954c5" - integrity sha512-V2jUo67OKkc6ySiRpJrjlpJKl9kDuG+Xb8VgsGzb+aEouhgS1D0weyPU4lEzdAcsCAvrih2J2BqyXqHWvVLw5g== - dependencies: - anymatch "^2.0.0" - async-each "^1.0.1" - braces "^2.3.2" - glob-parent "^3.1.0" - inherits "^2.0.3" - is-binary-path "^1.0.0" - is-glob "^4.0.0" - normalize-path "^3.0.0" - path-is-absolute "^1.0.0" - readdirp "^2.2.1" - upath "^1.1.1" - optionalDependencies: - fsevents "^1.2.7" - -chokidar@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.0.1.tgz#98fe9aa476c55d9aea7841d6325ffdb30e95b40c" - integrity sha512-2ww34sJWehnbpV0Q4k4V5Hh7juo7po6z7LUWkcIQnSGN1lHOL8GGtLtfwabKvLFQw/hbSUQ0u6V7OgGYgBzlkQ== - dependencies: - anymatch "^3.0.1" - async-each "^1.0.3" - braces "^3.0.2" - glob-parent "^5.0.0" - is-binary-path "^2.1.0" - is-glob "^4.0.1" - normalize-path "^3.0.0" - readdirp "^3.0.2" - optionalDependencies: - fsevents "^2.0.6" - -chownr@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.1.tgz#54726b8b8fff4df053c42187e801fb4412df1494" - integrity sha512-j38EvO5+LHX84jlo6h4UzmOwi0UgW61WRyPtJz4qaadK5eY3BTS5TY/S1Stc3Uk2lIM6TPevAlULiEJwie860g== - -chrome-trace-event@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz#234090ee97c7d4ad1a2c4beae27505deffc608a4" - integrity sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ== - dependencies: - tslib "^1.9.0" - -ci-info@^1.5.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497" - integrity sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A== - -ci-info@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" - integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== - -cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de" - integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q== - dependencies: - inherits "^2.0.1" - safe-buffer "^5.0.1" - -circular-dependency-plugin@5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/circular-dependency-plugin/-/circular-dependency-plugin-5.0.2.tgz#da168c0b37e7b43563fb9f912c1c007c213389ef" - integrity sha512-oC7/DVAyfcY3UWKm0sN/oVoDedQDQiw/vIiAnuTWTpE5s0zWf7l3WY417Xw/Fbi/QbAjctAkxgMiS9P0s3zkmA== - -class-utils@^0.3.5: - version "0.3.6" - resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" - integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== - dependencies: - arr-union "^3.1.0" - define-property "^0.2.5" - isobject "^3.0.0" - static-extend "^0.1.1" - -clean-css@4.2.1, clean-css@^4.1.11: - version "4.2.1" - resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.1.tgz#2d411ef76b8569b6d0c84068dabe85b0aa5e5c17" - integrity sha512-4ZxI6dy4lrY6FHzfiy1aEOXgu4LIsW2MhwG0VBKdcoGoH/XLFgaHSdLTGr4O8Be6A8r3MOphEiI8Gc1n0ecf3g== - dependencies: - source-map "~0.6.0" - -cli-boxes@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-1.0.0.tgz#4fa917c3e59c94a004cd61f8ee509da651687143" - integrity sha1-T6kXw+WclKAEzWH47lCdplFocUM= - -cli-boxes@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-2.2.0.tgz#538ecae8f9c6ca508e3c3c95b453fe93cb4c168d" - integrity sha512-gpaBrMAizVEANOpfZp/EEUixTXDyGt7DFzdK5hU+UbWt/J0lB0w20ncZj59Z9a93xHb9u12zF5BS6i9RKbtg4w== - -cli-cursor@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-1.0.2.tgz#64da3f7d56a54412e59794bd62dc35295e8f2987" - integrity sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc= - dependencies: - restore-cursor "^1.0.1" - -cli-cursor@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" - integrity sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU= - dependencies: - restore-cursor "^2.0.0" - -cli-spinners@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-0.1.2.tgz#bb764d88e185fb9e1e6a2a1f19772318f605e31c" - integrity sha1-u3ZNiOGF+54eaiofGXcjGPYF4xw= - -cli-spinners@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.1.0.tgz#22c34b4d51f573240885b201efda4e4ec9fff3c7" - integrity sha512-8B00fJOEh1HPrx4fo5eW16XmE1PcL1tGpGrxy63CXGP9nHdPBN63X75hA1zhvQuhVztJWLqV58Roj2qlNM7cAA== - -cli-truncate@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-0.2.1.tgz#9f15cfbb0705005369216c626ac7d05ab90dd574" - integrity sha1-nxXPuwcFAFNpIWxiasfQWrkN1XQ= - dependencies: - slice-ansi "0.0.4" - string-width "^1.0.1" - -cli-width@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639" - integrity sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk= - -cliui@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.1.0.tgz#348422dbe82d800b3022eef4f6ac10bf2e4d1b49" - integrity sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ== - dependencies: - string-width "^2.1.1" - strip-ansi "^4.0.0" - wrap-ansi "^2.0.0" - -clone-deep@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-2.0.2.tgz#00db3a1e173656730d1188c3d6aced6d7ea97713" - integrity sha512-SZegPTKjCgpQH63E+eN6mVEEPdQBOUzjyJm5Pora4lrwWRFS8I0QAxV/KD6vV/i0WuijHZWQC1fMsPEdxfdVCQ== - dependencies: - for-own "^1.0.0" - is-plain-object "^2.0.4" - kind-of "^6.0.0" - shallow-clone "^1.0.0" - -clone-response@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b" - integrity sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws= - dependencies: - mimic-response "^1.0.0" - -clone@^1.0.2: - version "1.0.4" - resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" - integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4= - -clone@^2.1.1, clone@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f" - integrity sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18= - -closest-file-data@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/closest-file-data/-/closest-file-data-0.1.4.tgz#975f87c132f299d24a0375b9f63ca3fb88f72b3a" - integrity sha1-l1+HwTLymdJKA3W59jyj+4j3Kzo= - -co@^4.6.0: - version "4.6.0" - resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" - integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= - -code-point-at@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" - integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= - -codelyzer@~5.0.0: - version "5.0.1" - resolved "https://registry.yarnpkg.com/codelyzer/-/codelyzer-5.0.1.tgz#c52a593368269b791594603968eb82cbecae3cda" - integrity sha512-UVV76+/y1RwaxzCeGPFE3G4GFtfV42r3x8EmRd7XMNFLlLC0ewdtCqWTbvhwPQMxFZZ+OTLEOJNWfyPPn3QFWg== - dependencies: - app-root-path "^2.1.0" - aria-query "^3.0.0" - axobject-query "^2.0.2" - css-selector-tokenizer "^0.7.1" - cssauron "^1.4.0" - damerau-levenshtein "^1.0.4" - semver-dsl "^1.0.1" - source-map "^0.5.7" - sprintf-js "^1.1.2" - -collection-visit@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" - integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= - dependencies: - map-visit "^1.0.0" - object-visit "^1.0.0" - -color-convert@^1.9.0: - version "1.9.3" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" - integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - dependencies: - color-name "1.1.3" - -color-name@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" - integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= - -combined-stream@^1.0.6, combined-stream@~1.0.6: - version "1.0.8" - resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" - integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== - dependencies: - delayed-stream "~1.0.0" - -commander@2.15.1: - version "2.15.1" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f" - integrity sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag== - -commander@^2.11.0, commander@^2.12.0, commander@^2.12.1, commander@^2.19.0, commander@~2.20.0: - version "2.20.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422" - integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ== - -common-tags@1.8.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.0.tgz#8e3153e542d4a39e9b10554434afaaf98956a937" - integrity sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw== - -commondir@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" - integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= - -compare-func@^1.3.1: - version "1.3.2" - resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-1.3.2.tgz#99dd0ba457e1f9bc722b12c08ec33eeab31fa648" - integrity sha1-md0LpFfh+bxyKxLAjsM+6rMfpkg= - dependencies: - array-ify "^1.0.0" - dot-prop "^3.0.0" - -component-emitter@^1.2.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" - integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== - -compressible@~2.0.16: - version "2.0.17" - resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.17.tgz#6e8c108a16ad58384a977f3a482ca20bff2f38c1" - integrity sha512-BGHeLCK1GV7j1bSmQQAi26X+GgWcTjLr/0tzSvMCl3LH1w1IJ4PFSPoV5316b30cneTziC+B1a+3OjoSUcQYmw== - dependencies: - mime-db ">= 1.40.0 < 2" - -compression@^1.7.4: - version "1.7.4" - resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f" - integrity sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ== - dependencies: - accepts "~1.3.5" - bytes "3.0.0" - compressible "~2.0.16" - debug "2.6.9" - on-headers "~1.0.2" - safe-buffer "5.1.2" - vary "~1.1.2" - -concat-map@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= - -concat-stream@1.6.2, concat-stream@^1.5.0: - version "1.6.2" - resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34" - integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== - dependencies: - buffer-from "^1.0.0" - inherits "^2.0.3" - readable-stream "^2.2.2" - typedarray "^0.0.6" - -concat-stream@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-2.0.0.tgz#414cf5af790a48c60ab9be4527d56d5e41133cb1" - integrity sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A== - dependencies: - buffer-from "^1.0.0" - inherits "^2.0.3" - readable-stream "^3.0.2" - typedarray "^0.0.6" - -configstore@^3.0.0: - version "3.1.2" - resolved "https://registry.yarnpkg.com/configstore/-/configstore-3.1.2.tgz#c6f25defaeef26df12dd33414b001fe81a543f8f" - integrity sha512-vtv5HtGjcYUgFrXc6Kx747B83MRRVS5R1VTEQoXvuP+kMI+if6uywV0nDGoiydJRy4yk7h9od5Og0kxx4zUXmw== - dependencies: - dot-prop "^4.1.0" - graceful-fs "^4.1.2" - make-dir "^1.0.0" - unique-string "^1.0.0" - write-file-atomic "^2.0.0" - xdg-basedir "^3.0.0" - -configstore@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/configstore/-/configstore-4.0.0.tgz#5933311e95d3687efb592c528b922d9262d227e7" - integrity sha512-CmquAXFBocrzaSM8mtGPMM/HiWmyIpr4CcJl/rgY2uCObZ/S7cKU0silxslqJejl+t/T9HS8E0PUNQD81JGUEQ== - dependencies: - dot-prop "^4.1.0" - graceful-fs "^4.1.2" - make-dir "^1.0.0" - unique-string "^1.0.0" - write-file-atomic "^2.0.0" - xdg-basedir "^3.0.0" - -connect-history-api-fallback@^1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc" - integrity sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg== - -console-browserify@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.1.0.tgz#f0241c45730a9fc6323b206dbf38edc741d0bb10" - integrity sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA= - dependencies: - date-now "^0.1.4" - -console-control-strings@^1.0.0, console-control-strings@~1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" - integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= - -constants-browserify@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75" - integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U= - -content-disposition@0.5.3: - version "0.5.3" - resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd" - integrity sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== - dependencies: - safe-buffer "5.1.2" - -content-type@~1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" - integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== - -conventional-changelog-angular@^1.3.3: - version "1.6.6" - resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-1.6.6.tgz#b27f2b315c16d0a1f23eb181309d0e6a4698ea0f" - integrity sha512-suQnFSqCxRwyBxY68pYTsFkG0taIdinHLNEAX5ivtw8bCRnIgnpvcHmlR/yjUyZIrNPYAoXlY1WiEKWgSE4BNg== - dependencies: - compare-func "^1.3.1" - q "^1.5.1" - -conventional-changelog-angular@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.3.tgz#299fdd43df5a1f095283ac16aeedfb0a682ecab0" - integrity sha512-YD1xzH7r9yXQte/HF9JBuEDfvjxxwDGGwZU1+ndanbY0oFgA+Po1T9JDSpPLdP0pZT6MhCAsdvFKC4TJ4MTJTA== - dependencies: - compare-func "^1.3.1" - q "^1.5.1" - -conventional-changelog-atom@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/conventional-changelog-atom/-/conventional-changelog-atom-2.0.1.tgz#dc88ce650ffa9ceace805cbe70f88bfd0cb2c13a" - integrity sha512-9BniJa4gLwL20Sm7HWSNXd0gd9c5qo49gCi8nylLFpqAHhkFTj7NQfROq3f1VpffRtzfTQp4VKU5nxbe2v+eZQ== - dependencies: - q "^1.5.1" - -conventional-changelog-cli@^2.0.12: - version "2.0.21" - resolved "https://registry.yarnpkg.com/conventional-changelog-cli/-/conventional-changelog-cli-2.0.21.tgz#7469ddd663a8e68967b6d8c9c2cf207d1d7462f7" - integrity sha512-gMT1XvSVmo9Np1WUXz8Mvt3K+OtzR+Xu13z0jq/3qsXBbLuYc2/oaUXVr68r3fYOL8E9dN2uvX7Hc7RkeWvRVA== - dependencies: - add-stream "^1.0.0" - conventional-changelog "^3.1.8" - lodash "^4.2.1" - meow "^4.0.0" - tempfile "^1.1.1" - -conventional-changelog-codemirror@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/conventional-changelog-codemirror/-/conventional-changelog-codemirror-2.0.1.tgz#acc046bc0971460939a0cc2d390e5eafc5eb30da" - integrity sha512-23kT5IZWa+oNoUaDUzVXMYn60MCdOygTA2I+UjnOMiYVhZgmVwNd6ri/yDlmQGXHqbKhNR5NoXdBzSOSGxsgIQ== - dependencies: - q "^1.5.1" - -conventional-changelog-conventionalcommits@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-1.1.2.tgz#bb30c8d40dbd13ba9ec4e9bc6a025578b31b17bd" - integrity sha512-t8VyibJHGrtsDwSHjgpW9v7oBbqDGQooCMo/a2rc0z5cousV5O11palcSPpyshEVWVijxPtzBNG02EQkMDJ8CA== - dependencies: - compare-func "^1.3.1" - q "^1.5.1" - -conventional-changelog-conventionalcommits@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-3.0.2.tgz#3a380a14ecd6f5056da6d460e30dd6c0c9f1aebe" - integrity sha512-w1+fQSDnm/7+sPKIYC5nfRVYDszt+6HdWizrigSqWFVIiiBVzkHGeqDLMSHc+Qq9qssHVAxAak5206epZyK87A== - dependencies: - compare-func "^1.3.1" - q "^1.5.1" - -conventional-changelog-core@^3.2.2: - version "3.2.2" - resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-3.2.2.tgz#de41e6b4a71011a18bcee58e744f6f8f0e7c29c0" - integrity sha512-cssjAKajxaOX5LNAJLB+UOcoWjAIBvXtDMedv/58G+YEmAXMNfC16mmPl0JDOuVJVfIqM0nqQiZ8UCm8IXbE0g== - dependencies: - conventional-changelog-writer "^4.0.5" - conventional-commits-parser "^3.0.2" - dateformat "^3.0.0" - get-pkg-repo "^1.0.0" - git-raw-commits "2.0.0" - git-remote-origin-url "^2.0.0" - git-semver-tags "^2.0.2" - lodash "^4.2.1" - normalize-package-data "^2.3.5" - q "^1.5.1" - read-pkg "^3.0.0" - read-pkg-up "^3.0.0" - through2 "^3.0.0" - -conventional-changelog-ember@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/conventional-changelog-ember/-/conventional-changelog-ember-2.0.2.tgz#284ffdea8c83ea8c210b65c5b4eb3e5cc0f4f51a" - integrity sha512-qtZbA3XefO/n6DDmkYywDYi6wDKNNc98MMl2F9PKSaheJ25Trpi3336W8fDlBhq0X+EJRuseceAdKLEMmuX2tg== - dependencies: - q "^1.5.1" - -conventional-changelog-eslint@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.2.tgz#e9eb088cda6be3e58b2de6a5aac63df0277f3cbe" - integrity sha512-Yi7tOnxjZLXlCYBHArbIAm8vZ68QUSygFS7PgumPRiEk+9NPUeucy5Wg9AAyKoBprSV3o6P7Oghh4IZSLtKCvQ== - dependencies: - q "^1.5.1" - -conventional-changelog-express@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/conventional-changelog-express/-/conventional-changelog-express-2.0.1.tgz#fea2231d99a5381b4e6badb0c1c40a41fcacb755" - integrity sha512-G6uCuCaQhLxdb4eEfAIHpcfcJ2+ao3hJkbLrw/jSK/eROeNfnxCJasaWdDAfFkxsbpzvQT4W01iSynU3OoPLIw== - dependencies: - q "^1.5.1" - -conventional-changelog-jquery@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.4.tgz#7eb598467b83db96742178e1e8d68598bffcd7ae" - integrity sha512-IVJGI3MseYoY6eybknnTf9WzeQIKZv7aNTm2KQsiFVJH21bfP2q7XVjfoMibdCg95GmgeFlaygMdeoDDa+ZbEQ== - dependencies: - q "^1.5.1" - -conventional-changelog-jshint@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.1.tgz#11c0e8283abf156a4ff78e89be6fdedf9bd72202" - integrity sha512-kRFJsCOZzPFm2tzRHULWP4tauGMvccOlXYf3zGeuSW4U0mZhk5NsjnRZ7xFWrTFPlCLV+PNmHMuXp5atdoZmEg== - dependencies: - compare-func "^1.3.1" - q "^1.5.1" - -conventional-changelog-preset-loader@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.1.1.tgz#65bb600547c56d5627d23135154bcd9a907668c4" - integrity sha512-K4avzGMLm5Xw0Ek/6eE3vdOXkqnpf9ydb68XYmCc16cJ99XMMbc2oaNMuPwAsxVK6CC1yA4/I90EhmWNj0Q6HA== - -conventional-changelog-writer@^4.0.5: - version "4.0.6" - resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.6.tgz#24db578ac8e7c89a409ef9bba12cf3c095990148" - integrity sha512-ou/sbrplJMM6KQpR5rKFYNVQYesFjN7WpNGdudQSWNi6X+RgyFUcSv871YBYkrUYV9EX8ijMohYVzn9RUb+4ag== - dependencies: - compare-func "^1.3.1" - conventional-commits-filter "^2.0.2" - dateformat "^3.0.0" - handlebars "^4.1.0" - json-stringify-safe "^5.0.1" - lodash "^4.2.1" - meow "^4.0.0" - semver "^6.0.0" - split "^1.0.0" - through2 "^3.0.0" - -conventional-changelog@3.1.4: - version "3.1.4" - resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.1.4.tgz#66db29830a799be9afcbfd67a366c1e2cbc21417" - integrity sha512-uMeTSzEb2oKFlL00Oh9j3+00PFq1MNneLzyy0TBftxo4PFrs7OiaRJXmXtEgSvJDdkc0RSd6ch2N+yTxPagZ0A== - dependencies: - conventional-changelog-angular "^5.0.3" - conventional-changelog-atom "^2.0.1" - conventional-changelog-codemirror "^2.0.1" - conventional-changelog-conventionalcommits "^1.1.2" - conventional-changelog-core "^3.2.2" - conventional-changelog-ember "^2.0.2" - conventional-changelog-eslint "^3.0.2" - conventional-changelog-express "^2.0.1" - conventional-changelog-jquery "^3.0.4" - conventional-changelog-jshint "^2.0.1" - conventional-changelog-preset-loader "^2.1.1" - -conventional-changelog@^3.1.8: - version "3.1.8" - resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.1.8.tgz#091382b5a0820bf8ec8e75ad2664a3688c31b07d" - integrity sha512-fb3/DOLLrQdNqN0yYn/lT6HcNsAa9A+VTDBqlZBMQcEPPIeJIMI+DBs3yu+eiYOLi22w9oShq3nn/zN6qm1Hmw== - dependencies: - conventional-changelog-angular "^5.0.3" - conventional-changelog-atom "^2.0.1" - conventional-changelog-codemirror "^2.0.1" - conventional-changelog-conventionalcommits "^3.0.2" - conventional-changelog-core "^3.2.2" - conventional-changelog-ember "^2.0.2" - conventional-changelog-eslint "^3.0.2" - conventional-changelog-express "^2.0.1" - conventional-changelog-jquery "^3.0.4" - conventional-changelog-jshint "^2.0.1" - conventional-changelog-preset-loader "^2.1.1" - -conventional-commits-filter@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/conventional-commits-filter/-/conventional-commits-filter-2.0.2.tgz#f122f89fbcd5bb81e2af2fcac0254d062d1039c1" - integrity sha512-WpGKsMeXfs21m1zIw4s9H5sys2+9JccTzpN6toXtxhpw2VNF2JUXwIakthKBy+LN4DvJm+TzWhxOMWOs1OFCFQ== - dependencies: - lodash.ismatch "^4.4.0" - modify-values "^1.0.0" - -conventional-commits-parser@^2.1.0: - version "2.1.7" - resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-2.1.7.tgz#eca45ed6140d72ba9722ee4132674d639e644e8e" - integrity sha512-BoMaddIEJ6B4QVMSDu9IkVImlGOSGA1I2BQyOZHeLQ6qVOJLcLKn97+fL6dGbzWEiqDzfH4OkcveULmeq2MHFQ== - dependencies: - JSONStream "^1.0.4" - is-text-path "^1.0.0" - lodash "^4.2.1" - meow "^4.0.0" - split2 "^2.0.0" - through2 "^2.0.0" - trim-off-newlines "^1.0.0" - -conventional-commits-parser@^3.0.2: - version "3.0.3" - resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-3.0.3.tgz#c3f972fd4e056aa8b9b4f5f3d0e540da18bf396d" - integrity sha512-KaA/2EeUkO4bKjinNfGUyqPTX/6w9JGshuQRik4r/wJz7rUw3+D3fDG6sZSEqJvKILzKXFQuFkpPLclcsAuZcg== - dependencies: - JSONStream "^1.0.4" - is-text-path "^2.0.0" - lodash "^4.2.1" - meow "^4.0.0" - split2 "^2.0.0" - through2 "^3.0.0" - trim-off-newlines "^1.0.0" - -conventional-recommended-bump@4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/conventional-recommended-bump/-/conventional-recommended-bump-4.1.1.tgz#37014fadeda267d0607e2fc81124da840a585127" - integrity sha512-JT2vKfSP9kR18RXXf55BRY1O3AHG8FPg5btP3l7LYfcWJsiXI6MCf30DepQ98E8Qhowvgv7a8iev0J1bEDkTFA== - dependencies: - concat-stream "^2.0.0" - conventional-changelog-preset-loader "^2.1.1" - conventional-commits-filter "^2.0.2" - conventional-commits-parser "^3.0.2" - git-raw-commits "2.0.0" - git-semver-tags "^2.0.2" - meow "^4.0.0" - q "^1.5.1" - -convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.5.1: - version "1.6.0" - resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20" - integrity sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A== - dependencies: - safe-buffer "~5.1.1" - -cookie-signature@1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" - integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw= - -cookie@0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba" - integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg== - -copy-concurrently@^1.0.0: - version "1.0.5" - resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0" - integrity sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A== - dependencies: - aproba "^1.1.1" - fs-write-stream-atomic "^1.0.8" - iferr "^0.1.5" - mkdirp "^0.5.1" - rimraf "^2.5.4" - run-queue "^1.0.0" - -copy-descriptor@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" - integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= - -copy-webpack-plugin@5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-5.0.2.tgz#56186dfddbf9aa1b29c97fa4c796c1be98870da4" - integrity sha512-7nC7EynPrnBTtBwwbG1aTqrfNS1aTb9eEjSmQDqFtKAsJrR3uDb+pCDIFT2LzhW+SgGJxQcYzThrmXzzZ720uw== - dependencies: - cacache "^11.3.1" - find-cache-dir "^2.0.0" - glob-parent "^3.1.0" - globby "^7.1.1" - is-glob "^4.0.0" - loader-utils "^1.1.0" - minimatch "^3.0.4" - normalize-path "^3.0.0" - p-limit "^2.1.0" - serialize-javascript "^1.4.0" - webpack-log "^2.0.0" - -core-js@3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.0.1.tgz#1343182634298f7f38622f95e73f54e48ddf4738" - integrity sha512-sco40rF+2KlE0ROMvydjkrVMMG1vYilP2ALoRXcYR4obqbYIuV3Bg+51GEDW+HF8n7NRA+iaA4qD0nD9lo9mew== - -core-js@^2.4.0, core-js@^2.5.0, core-js@^2.5.7, core-js@^2.6.4: - version "2.6.9" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.9.tgz#6b4b214620c834152e179323727fc19741b084f2" - integrity sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A== - -core-util-is@1.0.2, core-util-is@~1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" - integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= - -cosmiconfig@^5.0.0, cosmiconfig@^5.0.7, cosmiconfig@^5.2.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a" - integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== - dependencies: - import-fresh "^2.0.0" - is-directory "^0.3.1" - js-yaml "^3.13.1" - parse-json "^4.0.0" - -cp-file@^6.1.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/cp-file/-/cp-file-6.2.0.tgz#40d5ea4a1def2a9acdd07ba5c0b0246ef73dc10d" - integrity sha512-fmvV4caBnofhPe8kOcitBwSn2f39QLjnAnGq3gO9dfd75mUytzKNZB1hde6QHunW2Rt+OwuBOMc3i1tNElbszA== - dependencies: - graceful-fs "^4.1.2" - make-dir "^2.0.0" - nested-error-stacks "^2.0.0" - pify "^4.0.1" - safe-buffer "^5.0.1" - -cpy@7.2.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/cpy/-/cpy-7.2.0.tgz#6f0f39ec720712628b4702c32263816f4720a364" - integrity sha512-CUYi9WYd7vdtEcq1NKqiS/yY2WdaDCNOBA/AoTQHVJzlpJMqctB8py9JrHgGIft6TgO5m8ZidI4l1ZD+RMr/wA== - dependencies: - arrify "^1.0.1" - cp-file "^6.1.0" - globby "^9.2.0" - nested-error-stacks "^2.1.0" - -create-ecdh@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.3.tgz#c9111b6f33045c4697f144787f9254cdc77c45ff" - integrity sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw== - dependencies: - bn.js "^4.1.0" - elliptic "^6.0.0" - -create-error-class@^3.0.0: - version "3.0.2" - resolved "https://registry.yarnpkg.com/create-error-class/-/create-error-class-3.0.2.tgz#06be7abef947a3f14a30fd610671d401bca8b7b6" - integrity sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y= - dependencies: - capture-stack-trace "^1.0.0" - -create-hash@^1.1.0, create-hash@^1.1.2: - version "1.2.0" - resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196" - integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg== - dependencies: - cipher-base "^1.0.1" - inherits "^2.0.1" - md5.js "^1.3.4" - ripemd160 "^2.0.1" - sha.js "^2.4.0" - -create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4: - version "1.1.7" - resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff" - integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg== - dependencies: - cipher-base "^1.0.3" - create-hash "^1.1.0" - inherits "^2.0.1" - ripemd160 "^2.0.0" - safe-buffer "^5.0.1" - sha.js "^2.4.8" - -cross-spawn@^5.0.1: - version "5.1.0" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" - integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk= - dependencies: - lru-cache "^4.0.1" - shebang-command "^1.2.0" - which "^1.2.9" - -cross-spawn@^6.0.0, cross-spawn@^6.0.5: - version "6.0.5" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" - integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== - dependencies: - nice-try "^1.0.4" - path-key "^2.0.1" - semver "^5.5.0" - shebang-command "^1.2.0" - which "^1.2.9" - -crypto-browserify@^3.11.0: - version "3.12.0" - resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec" - integrity sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg== - dependencies: - browserify-cipher "^1.0.0" - browserify-sign "^4.0.0" - create-ecdh "^4.0.0" - create-hash "^1.1.0" - create-hmac "^1.1.0" - diffie-hellman "^5.0.0" - inherits "^2.0.1" - pbkdf2 "^3.0.3" - public-encrypt "^4.0.0" - randombytes "^2.0.0" - randomfill "^1.0.3" - -crypto-random-string@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e" - integrity sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4= - -css-parse@1.7.x: - version "1.7.0" - resolved "https://registry.yarnpkg.com/css-parse/-/css-parse-1.7.0.tgz#321f6cf73782a6ff751111390fc05e2c657d8c9b" - integrity sha1-Mh9s9zeCpv91ERE5D8BeLGV9jJs= - -css-selector-tokenizer@^0.7.1: - version "0.7.1" - resolved "https://registry.yarnpkg.com/css-selector-tokenizer/-/css-selector-tokenizer-0.7.1.tgz#a177271a8bca5019172f4f891fc6eed9cbf68d5d" - integrity sha512-xYL0AMZJ4gFzJQsHUKa5jiWWi2vH77WVNg7JYRyewwj6oPh4yb/y6Y9ZCw9dsj/9UauMhtuxR+ogQd//EdEVNA== - dependencies: - cssesc "^0.1.0" - fastparse "^1.1.1" - regexpu-core "^1.0.0" - -cssauron@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/cssauron/-/cssauron-1.4.0.tgz#a6602dff7e04a8306dc0db9a551e92e8b5662ad8" - integrity sha1-pmAt/34EqDBtwNuaVR6S6LVmKtg= - dependencies: - through X.X.X - -cssesc@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-0.1.0.tgz#c814903e45623371a0477b40109aaafbeeaddbb4" - integrity sha1-yBSQPkViM3GgR3tAEJqq++6t27Q= - -cssom@0.3.x, "cssom@>= 0.3.2 < 0.4.0": - version "0.3.6" - resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.6.tgz#f85206cee04efa841f3c5982a74ba96ab20d65ad" - integrity sha512-DtUeseGk9/GBW0hl0vVPpU22iHL6YB5BUX7ml1hB+GMpo0NX5G4voX3kdWiMSEguFtcW3Vh3djqNF4aIe6ne0A== - -cssstyle@^1.0.0: - version "1.2.2" - resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-1.2.2.tgz#427ea4d585b18624f6fdbf9de7a2a1a3ba713077" - integrity sha512-43wY3kl1CVQSvL7wUY1qXkxVGkStjpkDmVjiIKX8R97uhajy8Bybay78uOtqvh7Q5GK75dNPfW0geWjE6qQQow== - dependencies: - cssom "0.3.x" - -cuint@^0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/cuint/-/cuint-0.2.2.tgz#408086d409550c2631155619e9fa7bcadc3b991b" - integrity sha1-QICG1AlVDCYxFVYZ6fp7ytw7mRs= - -currently-unhandled@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" - integrity sha1-mI3zP+qxke95mmE2nddsF635V+o= - dependencies: - array-find-index "^1.0.1" - -cyclist@~0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-0.2.2.tgz#1b33792e11e914a2fd6d6ed6447464444e5fa640" - integrity sha1-GzN5LhHpFKL9bW7WRHRkRE5fpkA= - -cypress-file-upload@^3.0.6: - version "3.1.4" - resolved "https://registry.yarnpkg.com/cypress-file-upload/-/cypress-file-upload-3.1.4.tgz#cc208cb937a3abb136b52309eaf4637d5676c5bd" - integrity sha512-4aZeJOYFhYiP+nk9Mo5YHWqComsT24J9OBQVJzvkEzw7g1v2ogGe7nLT/U7Fsm/Xjl1Tyxsc0xxECa254WfQqg== - -cypress-testing-library@^2.3.6: - version "2.6.0" - resolved "https://registry.yarnpkg.com/cypress-testing-library/-/cypress-testing-library-2.6.0.tgz#799f4feead46d2f5c83df932449ae1e9bfe632b0" - integrity sha512-Zdt0jqmJTiLhi6JX2yZRQeqK8gRSvuue09GgKvMsuKS4vSNEeSH7kDqGjf9ORgkr65NkSw5NRrdlJaYsfQ8UMw== - dependencies: - "@babel/runtime" "^7.4.3" - dom-testing-library "^3.12.4" - -cypress@^3.1.5: - version "3.3.1" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.3.1.tgz#8a127b1d9fa74bff21f111705abfef58d595fdef" - integrity sha512-JIo47ZD9P3jAw7oaK7YKUoODzszJbNw41JmBrlMMiupHOlhmXvZz75htuo7mfRFPC9/1MDQktO4lX/V2+a6lGQ== - dependencies: - "@cypress/listr-verbose-renderer" "0.4.1" - "@cypress/xvfb" "1.2.4" - arch "2.1.1" - bluebird "3.5.0" - cachedir "1.3.0" - chalk "2.4.2" - check-more-types "2.24.0" - commander "2.15.1" - common-tags "1.8.0" - debug "3.2.6" - execa "0.10.0" - executable "4.1.1" - extract-zip "1.6.7" - fs-extra "4.0.1" - getos "3.1.1" - glob "7.1.3" - is-ci "1.2.1" - is-installed-globally "0.1.0" - lazy-ass "1.6.0" - listr "0.12.0" - lodash "4.17.11" - log-symbols "2.2.0" - minimist "1.2.0" - moment "2.24.0" - ramda "0.24.1" - request "2.88.0" - request-progress "0.4.0" - supports-color "5.5.0" - tmp "0.1.0" - url "0.11.0" - yauzl "2.10.0" - -damerau-levenshtein@^1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.5.tgz#780cf7144eb2e8dbd1c3bb83ae31100ccc31a414" - integrity sha512-CBCRqFnpu715iPmw1KrdOrzRqbdFwQTwAWyyyYS42+iAgHCuXZ+/TdMgQkUENPomxEz9z1BEzuQU2Xw0kUuAgA== - -dargs@^4.0.1: - version "4.1.0" - resolved "https://registry.yarnpkg.com/dargs/-/dargs-4.1.0.tgz#03a9dbb4b5c2f139bf14ae53f0b8a2a6a86f4e17" - integrity sha1-A6nbtLXC8Tm/FK5T8LiipqhvThc= - dependencies: - number-is-nan "^1.0.0" - -dashdash@^1.12.0: - version "1.14.1" - resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" - integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= - dependencies: - assert-plus "^1.0.0" - -data-urls@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-1.1.0.tgz#15ee0582baa5e22bb59c77140da8f9c76963bbfe" - integrity sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ== - dependencies: - abab "^2.0.0" - whatwg-mimetype "^2.2.0" - whatwg-url "^7.0.0" - -date-fns@^1.27.2: - version "1.30.1" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c" - integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw== - -date-now@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/date-now/-/date-now-0.1.4.tgz#eaf439fd4d4848ad74e5cc7dbef200672b9e345b" - integrity sha1-6vQ5/U1ISK105cx9vvIAZyueNFs= - -dateformat@^3.0.0: - version "3.0.3" - resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae" - integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q== - -debug@*, debug@4.1.1, debug@^4.1.0, debug@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791" - integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== - dependencies: - ms "^2.1.1" - -debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8: - version "2.6.9" - resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" - integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - dependencies: - ms "2.0.0" - -debug@3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" - integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g== - dependencies: - ms "2.0.0" - -debug@3.2.6, debug@^3.0.0, debug@^3.1.0, debug@^3.2.5, debug@^3.2.6: - version "3.2.6" - resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" - integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== - dependencies: - ms "^2.1.1" - -debuglog@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492" - integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI= - -decamelize-keys@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9" - integrity sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk= - dependencies: - decamelize "^1.1.0" - map-obj "^1.0.0" - -decamelize@^1.1.0, decamelize@^1.1.2, decamelize@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" - integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= - -decode-uri-component@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" - integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= - -decompress-response@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3" - integrity sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M= - dependencies: - mimic-response "^1.0.0" - -deep-equal@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5" - integrity sha1-9dJgKStmDghO/0zbyfCK0yR0SLU= - -deep-extend@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" - integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== - -deep-is@~0.1.3: - version "0.1.3" - resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34" - integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= - -deepmerge@3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-3.2.0.tgz#58ef463a57c08d376547f8869fdc5bcee957f44e" - integrity sha512-6+LuZGU7QCNUnAJyX8cIrlzoEgggTM6B7mm+znKOX4t5ltluT9KLjN6g61ECMS0LTsLW7yDpNoxhix5FZcrIow== - -default-gateway@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-4.2.0.tgz#167104c7500c2115f6dd69b0a536bb8ed720552b" - integrity sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA== - dependencies: - execa "^1.0.0" - ip-regex "^2.1.0" - -defaults@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d" - integrity sha1-xlYFHpgX2f8I7YgUd/P+QBnz730= - dependencies: - clone "^1.0.2" - -defer-to-connect@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-1.0.2.tgz#4bae758a314b034ae33902b5aac25a8dd6a8633e" - integrity sha512-k09hcQcTDY+cwgiwa6PYKLm3jlagNzQ+RSvhjzESOGOx+MNOuXkxTfEvPrO1IOQ81tArCFYQgi631clB70RpQw== - -define-properties@^1.1.2: - version "1.1.3" - resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" - integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== - dependencies: - object-keys "^1.0.12" - -define-property@^0.2.5: - version "0.2.5" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" - integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= - dependencies: - is-descriptor "^0.1.0" - -define-property@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" - integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY= - dependencies: - is-descriptor "^1.0.0" - -define-property@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" - integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== - dependencies: - is-descriptor "^1.0.2" - isobject "^3.0.1" - -del@^4.1.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/del/-/del-4.1.1.tgz#9e8f117222ea44a31ff3a156c049b99052a9f0b4" - integrity sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ== - dependencies: - "@types/glob" "^7.1.1" - globby "^6.1.0" - is-path-cwd "^2.0.0" - is-path-in-cwd "^2.0.0" - p-map "^2.0.0" - pify "^4.0.1" - rimraf "^2.6.3" - -delayed-stream@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" - integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk= - -delegates@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" - integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= - -depd@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" - integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= - -dependency-graph@^0.7.2: - version "0.7.2" - resolved "https://registry.yarnpkg.com/dependency-graph/-/dependency-graph-0.7.2.tgz#91db9de6eb72699209d88aea4c1fd5221cac1c49" - integrity sha512-KqtH4/EZdtdfWX0p6MGP9jljvxSY6msy/pRUD4jgNwVpv3v1QmNLlsB3LDSSUg79BRVSn7jI1QPRtArGABovAQ== - -deprecated-obj@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/deprecated-obj/-/deprecated-obj-1.0.0.tgz#01f60ae7a344a385cb16223eaf3b1a42b04c3a2f" - integrity sha512-CkoAaiIjJnT0YmOoFwBo2qKQ5XMXo6+QYcvskzT6v0o5+kAmdQvfKbqxcHxcR2zQpi7dRD4CpOzppp9ivvRbEg== - dependencies: - flat "^4.1.0" - lodash "^4.17.11" - -deprecation@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/deprecation/-/deprecation-1.0.1.tgz#2df79b79005752180816b7b6e079cbd80490d711" - integrity sha512-ccVHpE72+tcIKaGMql33x5MAjKQIZrk+3x2GbJ7TeraUCZWHoT+KSZpoC+JQFsUBlSTXUrBaGiF0j6zVTepPLg== - -des.js@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.0.tgz#c074d2e2aa6a8a9a07dbd61f9a15c2cd83ec8ecc" - integrity sha1-wHTS4qpqipoH29YfmhXCzYPsjsw= - dependencies: - inherits "^2.0.1" - minimalistic-assert "^1.0.0" - -destroy@~1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" - integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= - -detect-indent@5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d" - integrity sha1-OHHMCmoALow+Wzz38zYmRnXwa50= - -detect-indent@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz#f76d064352cdf43a1cb6ce619c4ee3a9475de208" - integrity sha1-920GQ1LN9Docts5hnE7jqUdd4gg= - dependencies: - repeating "^2.0.0" - -detect-libc@^1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" - integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= - -detect-newline@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2" - integrity sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I= - -detect-node@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c" - integrity sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw== - -dezalgo@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/dezalgo/-/dezalgo-1.0.3.tgz#7f742de066fc748bc8db820569dddce49bf0d456" - integrity sha1-f3Qt4Gb8dIvI24IFad3c5Jvw1FY= - dependencies: - asap "^2.0.0" - wrappy "1" - -diff-sequences@^24.3.0: - version "24.3.0" - resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-24.3.0.tgz#0f20e8a1df1abddaf4d9c226680952e64118b975" - integrity sha512-xLqpez+Zj9GKSnPWS0WZw1igGocZ+uua8+y+5dDNTT934N3QuY1sp2LkHzwiaYQGz60hMq0pjAshdeXm5VUOEw== - -diff@^3.1.0, diff@^3.2.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12" - integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA== - -diffie-hellman@^5.0.0: - version "5.0.3" - resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875" - integrity sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg== - dependencies: - bn.js "^4.1.0" - miller-rabin "^4.0.0" - randombytes "^2.0.0" - -dir-glob@^2.0.0, dir-glob@^2.2.2: - version "2.2.2" - resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.2.2.tgz#fa09f0694153c8918b18ba0deafae94769fc50c4" - integrity sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw== - dependencies: - path-type "^3.0.0" - -dns-equal@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d" - integrity sha1-s55/HabrCnW6nBcySzR1PEfgZU0= - -dns-packet@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.1.tgz#12aa426981075be500b910eedcd0b47dd7deda5a" - integrity sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg== - dependencies: - ip "^1.1.0" - safe-buffer "^5.0.1" - -dns-txt@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/dns-txt/-/dns-txt-2.0.2.tgz#b91d806f5d27188e4ab3e7d107d881a1cc4642b6" - integrity sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY= - dependencies: - buffer-indexof "^1.0.0" - -dom-testing-library@^3.12.4: - version "3.19.4" - resolved "https://registry.yarnpkg.com/dom-testing-library/-/dom-testing-library-3.19.4.tgz#f5b737f59ee9749a4568fa353f1f59be97c888c3" - integrity sha512-GJOx8CLpnkvM3takILOsld/itUUc9+7Qh6caN1Spj6+9jIgNPY36fsvoH7sEgYokC0lBRdttO7G7fIFYCXlmcA== - dependencies: - "@babel/runtime" "^7.4.3" - "@sheerun/mutationobserver-shim" "^0.3.2" - pretty-format "^24.7.0" - wait-for-expect "^1.1.1" - -domain-browser@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" - integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== - -domexception@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/domexception/-/domexception-1.0.1.tgz#937442644ca6a31261ef36e3ec677fe805582c90" - integrity sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug== - dependencies: - webidl-conversions "^4.0.2" - -dot-prop@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-3.0.0.tgz#1b708af094a49c9a0e7dbcad790aba539dac1177" - integrity sha1-G3CK8JSknJoOfbyteQq6U52sEXc= - dependencies: - is-obj "^1.0.0" - -dot-prop@^4.1.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.0.tgz#1f19e0c2e1aa0e32797c49799f2837ac6af69c57" - integrity sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ== - dependencies: - is-obj "^1.0.0" - -duplexer3@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2" - integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= - -duplexer@~0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1" - integrity sha1-rOb/gIwc5mtX0ev5eXessCM0z8E= - -duplexify@^3.4.2, duplexify@^3.6.0: - version "3.7.1" - resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309" - integrity sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g== - dependencies: - end-of-stream "^1.0.0" - inherits "^2.0.1" - readable-stream "^2.0.0" - stream-shift "^1.0.0" - -ecc-jsbn@~0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" - integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= - dependencies: - jsbn "~0.1.0" - safer-buffer "^2.1.0" - -ee-first@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" - integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= - -electron-to-chromium@^1.3.124, electron-to-chromium@^1.3.150: - version "1.3.164" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.164.tgz#8680b875577882c1572c42218d53fa9ba5f71d5d" - integrity sha512-VLlalqUeduN4+fayVtRZvGP2Hl1WrRxlwzh2XVVMJym3IFrQUS29BFQ1GP/BxOJXJI1OFCrJ5BnFEsAe8NHtOg== - -elegant-spinner@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e" - integrity sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4= - -elliptic@^6.0.0: - version "6.4.1" - resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.1.tgz#c2d0b7776911b86722c632c3c06c60f2f819939a" - integrity sha512-BsXLz5sqX8OHcsh7CqBMztyXARmGQ3LWPtGjJi6DiJHq5C/qvi9P3OqgswKSDftbu8+IoI/QDTAm2fFnQ9SZSQ== - dependencies: - bn.js "^4.4.0" - brorand "^1.0.1" - hash.js "^1.0.0" - hmac-drbg "^1.0.0" - inherits "^2.0.1" - minimalistic-assert "^1.0.0" - minimalistic-crypto-utils "^1.0.0" - -emoji-regex@^7.0.1: - version "7.0.3" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156" - integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== - -emojis-list@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389" - integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k= - -encodeurl@~1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" - integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= - -encoding@^0.1.11: - version "0.1.12" - resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.12.tgz#538b66f3ee62cd1ab51ec323829d1f9480c74beb" - integrity sha1-U4tm8+5izRq1HsMjgp0flIDHS+s= - dependencies: - iconv-lite "~0.4.13" - -end-of-stream@^1.0.0, end-of-stream@^1.1.0: - version "1.4.1" - resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.1.tgz#ed29634d19baba463b6ce6b80a37213eab71ec43" - integrity sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q== - dependencies: - once "^1.4.0" - -enhanced-resolve@4.1.0, enhanced-resolve@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.1.0.tgz#41c7e0bfdfe74ac1ffe1e57ad6a5c6c9f3742a7f" - integrity sha512-F/7vkyTtyc/llOIn8oWclcB25KdRaiPBpZYDgJHgh/UHtpgT2p2eldQgtQnLtUvfMKPKxbRaQM/hHkvLHt1Vng== - dependencies: - graceful-fs "^4.1.2" - memory-fs "^0.4.0" - tapable "^1.0.0" - -err-code@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/err-code/-/err-code-1.1.2.tgz#06e0116d3028f6aef4806849eb0ea6a748ae6960" - integrity sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA= - -errno@^0.1.1, errno@^0.1.3, errno@~0.1.7: - version "0.1.7" - resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c852618" - integrity sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg== - dependencies: - prr "~1.0.1" - -error-ex@^1.2.0, error-ex@^1.3.1: - version "1.3.2" - resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" - integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - dependencies: - is-arrayish "^0.2.1" - -es-abstract@^1.4.3, es-abstract@^1.5.1: - version "1.13.0" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9" - integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg== - dependencies: - es-to-primitive "^1.2.0" - function-bind "^1.1.1" - has "^1.0.3" - is-callable "^1.1.4" - is-regex "^1.0.4" - object-keys "^1.0.12" - -es-to-primitive@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377" - integrity sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg== - dependencies: - is-callable "^1.1.4" - is-date-object "^1.0.1" - is-symbol "^1.0.2" - -es6-promise@^4.0.3: - version "4.2.8" - resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a" - integrity sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w== - -es6-promisify@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203" - integrity sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM= - dependencies: - es6-promise "^4.0.3" - -escape-html@~1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" - integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= - -escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" - integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - -escodegen@^1.9.1: - version "1.11.1" - resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.11.1.tgz#c485ff8d6b4cdb89e27f4a856e91f118401ca510" - integrity sha512-JwiqFD9KdGVVpeuRa68yU3zZnBEOcPs0nKW7wZzXky8Z7tffdYUHbe11bPCV5jYlK6DVdKLWLm0f5I/QlL0Kmw== - dependencies: - esprima "^3.1.3" - estraverse "^4.2.0" - esutils "^2.0.2" - optionator "^0.8.1" - optionalDependencies: - source-map "~0.6.1" - -eslint-scope@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848" - integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg== - dependencies: - esrecurse "^4.1.0" - estraverse "^4.1.1" - -esprima@^3.1.3: - version "3.1.3" - resolved "https://registry.yarnpkg.com/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633" - integrity sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM= - -esprima@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" - integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== - -esrecurse@^4.1.0: - version "4.2.1" - resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.2.1.tgz#007a3b9fdbc2b3bb87e4879ea19c92fdbd3942cf" - integrity sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ== - dependencies: - estraverse "^4.1.0" - -estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13" - integrity sha1-De4/7TH81GlhjOc0IJn8GvoL2xM= - -estree-walker@^0.6.0, estree-walker@^0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362" - integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w== - -esutils@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b" - integrity sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs= - -etag@~1.8.1: - version "1.8.1" - resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" - integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= - -event-stream@=3.3.4: - version "3.3.4" - resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.4.tgz#4ab4c9a0f5a54db9338b4c34d86bfce8f4b35571" - integrity sha1-SrTJoPWlTbkzi0w02Gv86PSzVXE= - dependencies: - duplexer "~0.1.1" - from "~0" - map-stream "~0.1.0" - pause-stream "0.0.11" - split "0.3" - stream-combiner "~0.0.4" - through "~2.3.1" - -eventemitter3@^3.0.0: - version "3.1.2" - resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.1.2.tgz#2d3d48f9c346698fce83a85d7d664e98535df6e7" - integrity sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q== - -events@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/events/-/events-3.0.0.tgz#9a0a0dfaf62893d92b875b8f2698ca4114973e88" - integrity sha512-Dc381HFWJzEOhQ+d8pkNon++bk9h6cdAoAj4iE6Q4y6xgTzySWXlKn05/TVNpjnfRqi/X0EpJEJohPjNI3zpVA== - -eventsource@^1.0.7: - version "1.0.7" - resolved "https://registry.yarnpkg.com/eventsource/-/eventsource-1.0.7.tgz#8fbc72c93fcd34088090bc0a4e64f4b5cee6d8d0" - integrity sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ== - dependencies: - original "^1.0.0" - -evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02" - integrity sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA== - dependencies: - md5.js "^1.3.4" - safe-buffer "^5.1.1" - -exec-sh@^0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.2.tgz#6738de2eb7c8e671d0366aea0b0db8c6f7d7391b" - integrity sha512-9sLAvzhI5nc8TpuQUh4ahMdCrWT00wPWz7j47/emR5+2qEfoZP5zzUXvx+vdx+H6ohhnsYC31iX04QLYJK8zTg== - -execa@0.10.0: - version "0.10.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-0.10.0.tgz#ff456a8f53f90f8eccc71a96d11bdfc7f082cb50" - integrity sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw== - dependencies: - cross-spawn "^6.0.0" - get-stream "^3.0.0" - is-stream "^1.1.0" - npm-run-path "^2.0.0" - p-finally "^1.0.0" - signal-exit "^3.0.0" - strip-eof "^1.0.0" - -execa@0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-0.11.0.tgz#0b3c71daf9b9159c252a863cd981af1b4410d97a" - integrity sha512-k5AR22vCt1DcfeiRixW46U5tMLtBg44ssdJM9PiXw3D8Bn5qyxFCSnKY/eR22y+ctFDGPqafpaXg2G4Emyua4A== - dependencies: - cross-spawn "^6.0.0" - get-stream "^4.0.0" - is-stream "^1.1.0" - npm-run-path "^2.0.0" - p-finally "^1.0.0" - signal-exit "^3.0.0" - strip-eof "^1.0.0" - -execa@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777" - integrity sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c= - dependencies: - cross-spawn "^5.0.1" - get-stream "^3.0.0" - is-stream "^1.1.0" - npm-run-path "^2.0.0" - p-finally "^1.0.0" - signal-exit "^3.0.0" - strip-eof "^1.0.0" - -execa@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8" - integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA== - dependencies: - cross-spawn "^6.0.0" - get-stream "^4.0.0" - is-stream "^1.1.0" - npm-run-path "^2.0.0" - p-finally "^1.0.0" - signal-exit "^3.0.0" - strip-eof "^1.0.0" - -executable@4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/executable/-/executable-4.1.1.tgz#41532bff361d3e57af4d763b70582db18f5d133c" - integrity sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg== - dependencies: - pify "^2.2.0" - -exit-hook@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8" - integrity sha1-8FyiM7SMBdVP/wd2XfhQfpXAL/g= - -exit@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" - integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw= - -expand-brackets@^2.1.4: - version "2.1.4" - resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" - integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI= - dependencies: - debug "^2.3.3" - define-property "^0.2.5" - extend-shallow "^2.0.1" - posix-character-classes "^0.1.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -expect@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/expect/-/expect-24.8.0.tgz#471f8ec256b7b6129ca2524b2a62f030df38718d" - integrity sha512-/zYvP8iMDrzaaxHVa724eJBCKqSHmO0FA7EDkBiRHxg6OipmMn1fN+C8T9L9K8yr7UONkOifu6+LLH+z76CnaA== - dependencies: - "@jest/types" "^24.8.0" - ansi-styles "^3.2.0" - jest-get-type "^24.8.0" - jest-matcher-utils "^24.8.0" - jest-message-util "^24.8.0" - jest-regex-util "^24.3.0" - -express@^4.16.4: - version "4.17.1" - resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134" - integrity sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g== - dependencies: - accepts "~1.3.7" - array-flatten "1.1.1" - body-parser "1.19.0" - content-disposition "0.5.3" - content-type "~1.0.4" - cookie "0.4.0" - cookie-signature "1.0.6" - debug "2.6.9" - depd "~1.1.2" - encodeurl "~1.0.2" - escape-html "~1.0.3" - etag "~1.8.1" - finalhandler "~1.1.2" - fresh "0.5.2" - merge-descriptors "1.0.1" - methods "~1.1.2" - on-finished "~2.3.0" - parseurl "~1.3.3" - path-to-regexp "0.1.7" - proxy-addr "~2.0.5" - qs "6.7.0" - range-parser "~1.2.1" - safe-buffer "5.1.2" - send "0.17.1" - serve-static "1.14.1" - setprototypeof "1.1.1" - statuses "~1.5.0" - type-is "~1.6.18" - utils-merge "1.0.1" - vary "~1.1.2" - -extend-shallow@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" - integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= - dependencies: - is-extendable "^0.1.0" - -extend-shallow@^3.0.0, extend-shallow@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" - integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= - dependencies: - assign-symbols "^1.0.0" - is-extendable "^1.0.1" - -extend@~3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" - integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== - -external-editor@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.0.3.tgz#5866db29a97826dbe4bf3afd24070ead9ea43a27" - integrity sha512-bn71H9+qWoOQKyZDo25mOMVpSmXROAsTJVVVYzrrtol3d4y+AsKjf4Iwl2Q+IuT0kFSQ1qo166UuIwqYq7mGnA== - dependencies: - chardet "^0.7.0" - iconv-lite "^0.4.24" - tmp "^0.0.33" - -extglob@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" - integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== - dependencies: - array-unique "^0.3.2" - define-property "^1.0.0" - expand-brackets "^2.1.4" - extend-shallow "^2.0.1" - fragment-cache "^0.2.1" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -extract-zip@1.6.7, extract-zip@^1.6.6: - version "1.6.7" - resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-1.6.7.tgz#a840b4b8af6403264c8db57f4f1a74333ef81fe9" - integrity sha1-qEC0uK9kAyZMjbV/Txp0Mz74H+k= - dependencies: - concat-stream "1.6.2" - debug "2.6.9" - mkdirp "0.5.1" - yauzl "2.4.1" - -extsprintf@1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" - integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= - -extsprintf@^1.2.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" - integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= - -fast-deep-equal@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz#c053477817c86b51daa853c81e059b733d023614" - integrity sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ= - -fast-deep-equal@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49" - integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk= - -fast-glob@^2.2.6: - version "2.2.7" - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-2.2.7.tgz#6953857c3afa475fff92ee6015d52da70a4cd39d" - integrity sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw== - dependencies: - "@mrmlnc/readdir-enhanced" "^2.2.1" - "@nodelib/fs.stat" "^1.1.2" - glob-parent "^3.1.0" - is-glob "^4.0.0" - merge2 "^1.2.3" - micromatch "^3.1.10" - -fast-json-stable-stringify@2.0.0, fast-json-stable-stringify@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2" - integrity sha1-1RQsDK7msRifh9OnYREGT4bIu/I= - -fast-levenshtein@~2.0.4: - version "2.0.6" - resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" - integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= - -fastparse@^1.1.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.2.tgz#91728c5a5942eced8531283c79441ee4122c35a9" - integrity sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ== - -faye-websocket@^0.10.0: - version "0.10.0" - resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.10.0.tgz#4e492f8d04dfb6f89003507f6edbf2d501e7c6f4" - integrity sha1-TkkvjQTftviQA1B/btvy1QHnxvQ= - dependencies: - websocket-driver ">=0.5.1" - -faye-websocket@~0.11.1: - version "0.11.3" - resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.3.tgz#5c0e9a8968e8912c286639fde977a8b209f2508e" - integrity sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA== - dependencies: - websocket-driver ">=0.5.1" - -fb-watchman@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.0.tgz#54e9abf7dfa2f26cd9b1636c588c1afc05de5d58" - integrity sha1-VOmr99+i8mzZsWNsWIwa/AXeXVg= - dependencies: - bser "^2.0.0" - -fd-slicer@~1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.0.1.tgz#8b5bcbd9ec327c5041bf9ab023fd6750f1177e65" - integrity sha1-i1vL2ewyfFBBv5qwI/1nUPEXfmU= - dependencies: - pend "~1.2.0" - -fd-slicer@~1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e" - integrity sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4= - dependencies: - pend "~1.2.0" - -figgy-pudding@^3.4.1, figgy-pudding@^3.5.1: - version "3.5.1" - resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.1.tgz#862470112901c727a0e495a80744bd5baa1d6790" - integrity sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w== - -figures@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e" - integrity sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4= - dependencies: - escape-string-regexp "^1.0.5" - object-assign "^4.1.0" - -figures@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962" - integrity sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI= - dependencies: - escape-string-regexp "^1.0.5" - -file-loader@3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-3.0.1.tgz#f8e0ba0b599918b51adfe45d66d1e771ad560faa" - integrity sha512-4sNIOXgtH/9WZq4NvlfU3Opn5ynUsqBwSLyM+I7UOwdGigTBYfVVQEwe/msZNX/j4pCJTIM14Fsw66Svo1oVrw== - dependencies: - loader-utils "^1.0.2" - schema-utils "^1.0.0" - -file-saver@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/file-saver/-/file-saver-2.0.2.tgz#06d6e728a9ea2df2cce2f8d9e84dfcdc338ec17a" - integrity sha512-Wz3c3XQ5xroCxd1G8b7yL0Ehkf0TC9oYC6buPFkNnU9EnaPlifeAFCyCh+iewXTyFRcg0a6j3J7FmJsIhlhBdw== - -fill-range@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" - integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= - dependencies: - extend-shallow "^2.0.1" - is-number "^3.0.0" - repeat-string "^1.6.1" - to-regex-range "^2.1.0" - -fill-range@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" - integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== - dependencies: - to-regex-range "^5.0.1" - -finalhandler@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" - integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== - dependencies: - debug "2.6.9" - encodeurl "~1.0.2" - escape-html "~1.0.3" - on-finished "~2.3.0" - parseurl "~1.3.3" - statuses "~1.5.0" - unpipe "~1.0.0" - -find-cache-dir@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7" - integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== - dependencies: - commondir "^1.0.1" - make-dir "^2.0.0" - pkg-dir "^3.0.0" - -find-parent-dir@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/find-parent-dir/-/find-parent-dir-0.3.0.tgz#33c44b429ab2b2f0646299c5f9f718f376ff8d54" - integrity sha1-M8RLQpqysvBkYpnF+fcY83b/jVQ= - -find-up@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" - integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8= - dependencies: - path-exists "^2.0.0" - pinkie-promise "^2.0.0" - -find-up@^2.0.0, find-up@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" - integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c= - dependencies: - locate-path "^2.0.0" - -find-up@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" - integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== - dependencies: - locate-path "^3.0.0" - -flat@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/flat/-/flat-4.1.0.tgz#090bec8b05e39cba309747f1d588f04dbaf98db2" - integrity sha512-Px/TiLIznH7gEDlPXcUD4KnBusa6kR6ayRUVcnEAbreRIuhkqow/mun59BuRXwoYk7ZQOLW1ZM05ilIvK38hFw== - dependencies: - is-buffer "~2.0.3" - -flush-write-stream@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8" - integrity sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w== - dependencies: - inherits "^2.0.3" - readable-stream "^2.3.6" - -follow-redirects@^1.0.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.7.0.tgz#489ebc198dc0e7f64167bd23b03c4c19b5784c76" - integrity sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ== - dependencies: - debug "^3.2.6" - -for-in@^0.1.3: - version "0.1.8" - resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1" - integrity sha1-2Hc5COMSVhCZUrH9ubP6hn0ndeE= - -for-in@^1.0.1, for-in@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" - integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= - -for-own@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/for-own/-/for-own-1.0.0.tgz#c63332f415cedc4b04dbfe70cf836494c53cb44b" - integrity sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs= - dependencies: - for-in "^1.0.1" - -forever-agent@~0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" - integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= - -form-data@2.3.3, form-data@~2.3.2: - version "2.3.3" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6" - integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== - dependencies: - asynckit "^0.4.0" - combined-stream "^1.0.6" - mime-types "^2.1.12" - -forwarded@~0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84" - integrity sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ= - -fragment-cache@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" - integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= - dependencies: - map-cache "^0.2.2" - -fresh@0.5.2: - version "0.5.2" - resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" - integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= - -from2@^2.1.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af" - integrity sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= - dependencies: - inherits "^2.0.1" - readable-stream "^2.0.0" - -from@~0: - version "0.1.7" - resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe" - integrity sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4= - -fs-extra@4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.1.tgz#7fc0c6c8957f983f57f306a24e5b9ddd8d0dd880" - integrity sha1-f8DGyJV/mD9X8waiTlud3Y0N2IA= - dependencies: - graceful-fs "^4.1.2" - jsonfile "^3.0.0" - universalify "^0.1.0" - -fs-extra@6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.1.tgz#8abc128f7946e310135ddc93b98bddb410e7a34b" - integrity sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA== - dependencies: - graceful-fs "^4.1.2" - jsonfile "^4.0.0" - universalify "^0.1.0" - -fs-extra@^8.0.0: - version "8.0.1" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.0.1.tgz#90294081f978b1f182f347a440a209154344285b" - integrity sha512-W+XLrggcDzlle47X/XnS7FXrXu9sDo+Ze9zpndeBxdgv88FHLm1HtmkhEwavruS6koanBjp098rUpHs65EmG7A== - dependencies: - graceful-fs "^4.1.2" - jsonfile "^4.0.0" - universalify "^0.1.0" - -fs-minipass@^1.2.5: - version "1.2.6" - resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.6.tgz#2c5cc30ded81282bfe8a0d7c7c1853ddeb102c07" - integrity sha512-crhvyXcMejjv3Z5d2Fa9sf5xLYVCF5O1c71QxbVnbLsmYMBEvDAftewesN/HhY03YRoA7zOMxjNGrF5svGaaeQ== - dependencies: - minipass "^2.2.1" - -fs-write-stream-atomic@^1.0.8: - version "1.0.10" - resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9" - integrity sha1-tH31NJPvkR33VzHnCp3tAYnbQMk= - dependencies: - graceful-fs "^4.1.2" - iferr "^0.1.5" - imurmurhash "^0.1.4" - readable-stream "1 || 2" - -fs.realpath@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" - integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= - -fsevents@^1.2.7: - version "1.2.9" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.9.tgz#3f5ed66583ccd6f400b5a00db6f7e861363e388f" - integrity sha512-oeyj2H3EjjonWcFjD5NvZNE9Rqe4UW+nQBU2HNeKw0koVLEFIhtyETyAakeAM3de7Z/SW5kcA+fZUait9EApnw== - dependencies: - nan "^2.12.1" - node-pre-gyp "^0.12.0" - -fsevents@^2.0.6: - version "2.0.7" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.0.7.tgz#382c9b443c6cbac4c57187cdda23aa3bf1ccfc2a" - integrity sha512-a7YT0SV3RB+DjYcppwVDLtn13UQnmg0SWZS7ezZD0UjnLwXmy8Zm21GMVGLaFGimIqcvyMQaOJBrop8MyOp1kQ== - -function-bind@^1.0.2, function-bind@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" - integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - -gauge@~2.7.3: - version "2.7.4" - resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" - integrity sha1-LANAXHU4w51+s3sxcCLjJfsBi/c= - dependencies: - aproba "^1.0.3" - console-control-strings "^1.0.0" - has-unicode "^2.0.0" - object-assign "^4.1.0" - signal-exit "^3.0.0" - string-width "^1.0.1" - strip-ansi "^3.0.1" - wide-align "^1.1.0" - -genfun@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/genfun/-/genfun-5.0.0.tgz#9dd9710a06900a5c4a5bf57aca5da4e52fe76537" - integrity sha512-KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA== - -get-caller-file@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a" - integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w== - -get-caller-file@^2.0.1: - version "2.0.5" - resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" - integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== - -get-pkg-repo@^1.0.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/get-pkg-repo/-/get-pkg-repo-1.4.0.tgz#c73b489c06d80cc5536c2c853f9e05232056972d" - integrity sha1-xztInAbYDMVTbCyFP54FIyBWly0= - dependencies: - hosted-git-info "^2.1.4" - meow "^3.3.0" - normalize-package-data "^2.3.0" - parse-github-repo-url "^1.3.0" - through2 "^2.0.0" - -get-stdin@7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6" - integrity sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ== - -get-stdin@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" - integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4= - -get-stdin@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b" - integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g== - -get-stream@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" - integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= - -get-stream@^4.0.0, get-stream@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" - integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== - dependencies: - pump "^3.0.0" - -get-stream@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.1.0.tgz#01203cdc92597f9b909067c3e656cc1f4d3c4dc9" - integrity sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw== - dependencies: - pump "^3.0.0" - -get-value@^2.0.3, get-value@^2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" - integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= - -getos@3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/getos/-/getos-3.1.1.tgz#967a813cceafee0156b0483f7cffa5b3eff029c5" - integrity sha512-oUP1rnEhAr97rkitiszGP9EgDVYnmchgFzfqRzSkgtfv7ai6tEi7Ko8GgjNXts7VLWEqrTWyhsOKLe5C5b/Zkg== - dependencies: - async "2.6.1" - -getpass@^0.1.1: - version "0.1.7" - resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" - integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= - dependencies: - assert-plus "^1.0.0" - -git-raw-commits@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.0.tgz#d92addf74440c14bcc5c83ecce3fb7f8a79118b5" - integrity sha512-w4jFEJFgKXMQJ0H0ikBk2S+4KP2VEjhCvLCNqbNRQC8BgGWgLKNCO7a9K9LI+TVT7Gfoloje502sEnctibffgg== - dependencies: - dargs "^4.0.1" - lodash.template "^4.0.2" - meow "^4.0.0" - split2 "^2.0.0" - through2 "^2.0.0" - -git-raw-commits@^1.3.0: - version "1.3.6" - resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-1.3.6.tgz#27c35a32a67777c1ecd412a239a6c19d71b95aff" - integrity sha512-svsK26tQ8vEKnMshTDatSIQSMDdz8CxIIqKsvPqbtV23Etmw6VNaFAitu8zwZ0VrOne7FztwPyRLxK7/DIUTQg== - dependencies: - dargs "^4.0.1" - lodash.template "^4.0.2" - meow "^4.0.0" - split2 "^2.0.0" - through2 "^2.0.0" - -git-remote-origin-url@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz#5282659dae2107145a11126112ad3216ec5fa65f" - integrity sha1-UoJlna4hBxRaERJhEq0yFuxfpl8= - dependencies: - gitconfiglocal "^1.0.0" - pify "^2.3.0" - -git-semver-tags@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-2.0.2.tgz#f506ec07caade191ac0c8d5a21bdb8131b4934e3" - integrity sha512-34lMF7Yo1xEmsK2EkbArdoU79umpvm0MfzaDkSNYSJqtM5QLAVTPWgpiXSVI5o/O9EvZPSrP4Zvnec/CqhSd5w== - dependencies: - meow "^4.0.0" - semver "^5.5.0" - -git-up@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/git-up/-/git-up-4.0.1.tgz#cb2ef086653640e721d2042fe3104857d89007c0" - integrity sha512-LFTZZrBlrCrGCG07/dm1aCjjpL1z9L3+5aEeI9SBhAqSc+kiA9Or1bgZhQFNppJX6h/f5McrvJt1mQXTFm6Qrw== - dependencies: - is-ssh "^1.3.0" - parse-url "^5.0.0" - -git-url-parse@11.1.2: - version "11.1.2" - resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-11.1.2.tgz#aff1a897c36cc93699270587bea3dbcbbb95de67" - integrity sha512-gZeLVGY8QVKMIkckncX+iCq2/L8PlwncvDFKiWkBn9EtCfYDbliRTTp6qzyQ1VMdITUfq7293zDzfpjdiGASSQ== - dependencies: - git-up "^4.0.0" - -gitconfiglocal@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz#41d045f3851a5ea88f03f24ca1c6178114464b9b" - integrity sha1-QdBF84UaXqiPA/JMocYXgRRGS5s= - dependencies: - ini "^1.3.2" - -glob-parent@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" - integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= - dependencies: - is-glob "^3.1.0" - path-dirname "^1.0.0" - -glob-parent@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.0.0.tgz#1dc99f0f39b006d3e92c2c284068382f0c20e954" - integrity sha512-Z2RwiujPRGluePM6j699ktJYxmPpJKCfpGA13jz2hmFZC7gKetzrWvg5KN3+OsIFmydGyZ1AVwERCq1w/ZZwRg== - dependencies: - is-glob "^4.0.1" - -glob-to-regexp@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab" - integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs= - -glob@7.0.x: - version "7.0.6" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.0.6.tgz#211bafaf49e525b8cd93260d14ab136152b3f57a" - integrity sha1-IRuvr0nlJbjNkyYNFKsTYVKz9Xo= - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.0.2" - once "^1.3.0" - path-is-absolute "^1.0.0" - -glob@7.1.3: - version "7.1.3" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1" - integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.0.4" - once "^1.3.0" - path-is-absolute "^1.0.0" - -glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4: - version "7.1.4" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255" - integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.0.4" - once "^1.3.0" - path-is-absolute "^1.0.0" - -global-dirs@^0.1.0, global-dirs@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445" - integrity sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU= - dependencies: - ini "^1.3.4" - -globals@^11.1.0: - version "11.12.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" - integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== - -globals@^9.18.0: - version "9.18.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a" - integrity sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ== - -globby@9.2.0, globby@^9.2.0: - version "9.2.0" - resolved "https://registry.yarnpkg.com/globby/-/globby-9.2.0.tgz#fd029a706c703d29bdd170f4b6db3a3f7a7cb63d" - integrity sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg== - dependencies: - "@types/glob" "^7.1.1" - array-union "^1.0.2" - dir-glob "^2.2.2" - fast-glob "^2.2.6" - glob "^7.1.3" - ignore "^4.0.3" - pify "^4.0.1" - slash "^2.0.0" - -globby@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c" - integrity sha1-9abXDoOV4hyFj7BInWTfAkJNUGw= - dependencies: - array-union "^1.0.1" - glob "^7.0.3" - object-assign "^4.0.1" - pify "^2.0.0" - pinkie-promise "^2.0.0" - -globby@^7.1.1: - version "7.1.1" - resolved "https://registry.yarnpkg.com/globby/-/globby-7.1.1.tgz#fb2ccff9401f8600945dfada97440cca972b8680" - integrity sha1-+yzP+UAfhgCUXfral0QMypcrhoA= - dependencies: - array-union "^1.0.1" - dir-glob "^2.0.0" - glob "^7.1.2" - ignore "^3.3.5" - pify "^3.0.0" - slash "^1.0.0" - -got@9.6.0, got@^9.6.0: - version "9.6.0" - resolved "https://registry.yarnpkg.com/got/-/got-9.6.0.tgz#edf45e7d67f99545705de1f7bbeeeb121765ed85" - integrity sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q== - dependencies: - "@sindresorhus/is" "^0.14.0" - "@szmarczak/http-timer" "^1.1.2" - cacheable-request "^6.0.0" - decompress-response "^3.3.0" - duplexer3 "^0.1.4" - get-stream "^4.1.0" - lowercase-keys "^1.0.1" - mimic-response "^1.0.1" - p-cancelable "^1.0.0" - to-readable-stream "^1.0.0" - url-parse-lax "^3.0.0" - -got@^6.7.1: - version "6.7.1" - resolved "https://registry.yarnpkg.com/got/-/got-6.7.1.tgz#240cd05785a9a18e561dc1b44b41c763ef1e8db0" - integrity sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA= - dependencies: - create-error-class "^3.0.0" - duplexer3 "^0.1.4" - get-stream "^3.0.0" - is-redirect "^1.0.0" - is-retry-allowed "^1.0.0" - is-stream "^1.0.0" - lowercase-keys "^1.0.0" - safe-buffer "^5.0.1" - timed-out "^4.0.0" - unzip-response "^2.0.1" - url-parse-lax "^1.0.0" - -graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6: - version "4.1.15" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00" - integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA== - -growly@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" - integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE= - -hammerjs@^2.0.8: - version "2.0.8" - resolved "https://registry.yarnpkg.com/hammerjs/-/hammerjs-2.0.8.tgz#04ef77862cff2bb79d30f7692095930222bf60f1" - integrity sha1-BO93hiz/K7edMPdpIJWTAiK/YPE= - -handle-thing@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.0.tgz#0e039695ff50c93fc288557d696f3c1dc6776754" - integrity sha512-d4sze1JNC454Wdo2fkuyzCr6aHcbL6PGGuFAz0Li/NcOm1tCHGnWDRmJP85dh9IhQErTc2svWFEX5xHIOo//kQ== - -handlebars@^4.1.0, handlebars@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67" - integrity sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw== - dependencies: - neo-async "^2.6.0" - optimist "^0.6.1" - source-map "^0.6.1" - optionalDependencies: - uglify-js "^3.1.4" - -har-schema@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" - integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= - -har-validator@~5.1.0: - version "5.1.3" - resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080" - integrity sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g== - dependencies: - ajv "^6.5.5" - har-schema "^2.0.0" - -has-ansi@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" - integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= - dependencies: - ansi-regex "^2.0.0" - -has-flag@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" - integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= - -has-symbols@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44" - integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q= - -has-unicode@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" - integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= - -has-value@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" - integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= - dependencies: - get-value "^2.0.3" - has-values "^0.1.4" - isobject "^2.0.0" - -has-value@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" - integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= - dependencies: - get-value "^2.0.6" - has-values "^1.0.0" - isobject "^3.0.0" - -has-values@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" - integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E= - -has-values@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" - integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= - dependencies: - is-number "^3.0.0" - kind-of "^4.0.0" - -has-yarn@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/has-yarn/-/has-yarn-2.1.0.tgz#137e11354a7b5bf11aa5cb649cf0c6f3ff2b2e77" - integrity sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw== - -has@^1.0.1, has@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" - integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - dependencies: - function-bind "^1.1.1" - -hash-base@^3.0.0: - version "3.0.4" - resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b0a3f3f6ae4918" - integrity sha1-X8hoaEfs1zSZQDMZprCj8/auSRg= - dependencies: - inherits "^2.0.1" - safe-buffer "^5.0.1" - -hash.js@^1.0.0, hash.js@^1.0.3: - version "1.1.7" - resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42" - integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA== - dependencies: - inherits "^2.0.3" - minimalistic-assert "^1.0.1" - -highlight.js@^9.14.2: - version "9.15.8" - resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.15.8.tgz#f344fda123f36f1a65490e932cf90569e4999971" - integrity sha512-RrapkKQWwE+wKdF73VsOa2RQdIoO3mxwJ4P8mhbI6KYJUraUHRKM5w5zQQKXNk0xNL4UVRdulV9SBJcmzJNzVA== - -hmac-drbg@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" - integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= - dependencies: - hash.js "^1.0.3" - minimalistic-assert "^1.0.0" - minimalistic-crypto-utils "^1.0.1" - -hoek@5.x.x: - version "5.0.4" - resolved "https://registry.yarnpkg.com/hoek/-/hoek-5.0.4.tgz#0f7fa270a1cafeb364a4b2ddfaa33f864e4157da" - integrity sha512-Alr4ZQgoMlnere5FZJsIyfIjORBqZll5POhDsF4q64dPuJR6rNxXdDxtHSQq8OXRurhmx+PWYEE8bXRROY8h0w== - -hoek@6.x.x: - version "6.1.3" - resolved "https://registry.yarnpkg.com/hoek/-/hoek-6.1.3.tgz#73b7d33952e01fe27a38b0457294b79dd8da242c" - integrity sha512-YXXAAhmF9zpQbC7LEcREFtXfGq5K1fmd+4PHkBq8NUqmzW3G+Dq10bI/i0KucLRwss3YYFQ0fSfoxBZYiGUqtQ== - -hosted-git-info@^2.1.4, hosted-git-info@^2.6.0: - version "2.7.1" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047" - integrity sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w== - -hpack.js@^2.1.6: - version "2.1.6" - resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2" - integrity sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI= - dependencies: - inherits "^2.0.1" - obuf "^1.0.0" - readable-stream "^2.0.1" - wbuf "^1.1.0" - -html-encoding-sniffer@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8" - integrity sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw== - dependencies: - whatwg-encoding "^1.0.1" - -html-entities@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.2.1.tgz#0df29351f0721163515dfb9e5543e5f6eed5162f" - integrity sha1-DfKTUfByEWNRXfueVUPl9u7VFi8= - -http-cache-semantics@^3.8.1: - version "3.8.1" - resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz#39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2" - integrity sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w== - -http-cache-semantics@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.0.3.tgz#495704773277eeef6e43f9ab2c2c7d259dda25c5" - integrity sha512-TcIMG3qeVLgDr1TEd2XvHaTnMPwYQUQMIBLy+5pLSDKYFc7UIqj39w8EGzZkaxoLv/l2K8HaI0t5AVA+YYgUew== - -http-deceiver@^1.2.7: - version "1.2.7" - resolved "https://registry.yarnpkg.com/http-deceiver/-/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87" - integrity sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc= - -http-errors@1.7.2, http-errors@~1.7.2: - version "1.7.2" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f" - integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg== - dependencies: - depd "~1.1.2" - inherits "2.0.3" - setprototypeof "1.1.1" - statuses ">= 1.5.0 < 2" - toidentifier "1.0.0" - -http-errors@~1.6.2: - version "1.6.3" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.3.tgz#8b55680bb4be283a0b5bf4ea2e38580be1d9320d" - integrity sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0= - dependencies: - depd "~1.1.2" - inherits "2.0.3" - setprototypeof "1.1.0" - statuses ">= 1.4.0 < 2" - -"http-parser-js@>=0.4.0 <0.4.11": - version "0.4.10" - resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.4.10.tgz#92c9c1374c35085f75db359ec56cc257cbb93fa4" - integrity sha1-ksnBN0w1CF912zWexWzCV8u5P6Q= - -http-proxy-agent@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-2.1.0.tgz#e4821beef5b2142a2026bd73926fe537631c5405" - integrity sha512-qwHbBLV7WviBl0rQsOzH6o5lwyOIvwp/BdFnvVxXORldu5TmjFfjzBcWUWS5kWAZhmv+JtiDhSuQCp4sBfbIgg== - dependencies: - agent-base "4" - debug "3.1.0" - -http-proxy-middleware@^0.19.1: - version "0.19.1" - resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz#183c7dc4aa1479150306498c210cdaf96080a43a" - integrity sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q== - dependencies: - http-proxy "^1.17.0" - is-glob "^4.0.0" - lodash "^4.17.11" - micromatch "^3.1.10" - -http-proxy@^1.17.0: - version "1.17.0" - resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.17.0.tgz#7ad38494658f84605e2f6db4436df410f4e5be9a" - integrity sha512-Taqn+3nNvYRfJ3bGvKfBSRwy1v6eePlm3oc/aWVxZp57DQr5Eq3xhKJi7Z4hZpS8PC3H4qI+Yly5EmFacGuA/g== - dependencies: - eventemitter3 "^3.0.0" - follow-redirects "^1.0.0" - requires-port "^1.0.0" - -http-signature@~1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" - integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= - dependencies: - assert-plus "^1.0.0" - jsprim "^1.2.2" - sshpk "^1.7.0" - -https-browserify@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" - integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= - -https-proxy-agent@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.1.tgz#51552970fa04d723e04c56d04178c3f92592bbc0" - integrity sha512-HPCTS1LW51bcyMYbxUIOO4HEOlQ1/1qRaFWcyxvwaqUS9TY88aoEuHUY33kuAh1YhVVaDQhLZsnPd+XNARWZlQ== - dependencies: - agent-base "^4.1.0" - debug "^3.1.0" - -humanize-ms@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed" - integrity sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0= - dependencies: - ms "^2.0.0" - -husky@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/husky/-/husky-1.3.1.tgz#26823e399300388ca2afff11cfa8a86b0033fae0" - integrity sha512-86U6sVVVf4b5NYSZ0yvv88dRgBSSXXmHaiq5pP4KDj5JVzdwKgBjEtUPOm8hcoytezFwbU+7gotXNhpHdystlg== - dependencies: - cosmiconfig "^5.0.7" - execa "^1.0.0" - find-up "^3.0.0" - get-stdin "^6.0.0" - is-ci "^2.0.0" - pkg-dir "^3.0.0" - please-upgrade-node "^3.1.1" - read-pkg "^4.0.1" - run-node "^1.0.0" - slash "^2.0.0" - -iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4, iconv-lite@~0.4.13: - version "0.4.24" - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" - integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== - dependencies: - safer-buffer ">= 2.1.2 < 3" - -ieee754@^1.1.4: - version "1.1.13" - resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84" - integrity sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg== - -iferr@^0.1.5: - version "0.1.5" - resolved "https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501" - integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE= - -ignore-walk@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.1.tgz#a83e62e7d272ac0e3b551aaa82831a19b69f82f8" - integrity sha512-DTVlMx3IYPe0/JJcYP7Gxg7ttZZu3IInhuEhbchuqneY9wWe5Ojy2mXLBaQFUQmo0AW2r3qG7m1mg86js+gnlQ== - dependencies: - minimatch "^3.0.4" - -ignore@^3.3.5: - version "3.3.10" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.10.tgz#0a97fb876986e8081c631160f8f9f389157f0043" - integrity sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug== - -ignore@^4.0.3: - version "4.0.6" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" - integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== - -image-size@~0.5.0: - version "0.5.5" - resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.5.5.tgz#09dfd4ab9d20e29eb1c3e80b8990378df9e3cb9c" - integrity sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w= - -immediate@~3.0.5: - version "3.0.6" - resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b" - integrity sha1-nbHb0Pr43m++D13V5Wu2BigN5ps= - -import-cwd@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9" - integrity sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk= - dependencies: - import-from "^2.1.0" - -import-fresh@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546" - integrity sha1-2BNVwVYS04bGH53dOSLUMEgipUY= - dependencies: - caller-path "^2.0.0" - resolve-from "^3.0.0" - -import-fresh@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.0.0.tgz#a3d897f420cab0e671236897f75bc14b4885c390" - integrity sha512-pOnA9tfM3Uwics+SaBLCNyZZZbK+4PTu0OPZtLlMIrv17EdBoC15S9Kn8ckJ9TZTyKb3ywNE5y1yeDxxGA7nTQ== - dependencies: - parent-module "^1.0.0" - resolve-from "^4.0.0" - -import-from@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1" - integrity sha1-M1238qev/VOqpHHUuAId7ja387E= - dependencies: - resolve-from "^3.0.0" - -import-lazy@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43" - integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM= - -import-local@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/import-local/-/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d" - integrity sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ== - dependencies: - pkg-dir "^3.0.0" - resolve-cwd "^2.0.0" - -imurmurhash@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" - integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= - -indent-string@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80" - integrity sha1-ji1INIdCEhtKghi3oTfppSBJ3IA= - dependencies: - repeating "^2.0.0" - -indent-string@^3.0.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289" - integrity sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok= - -inflight@^1.0.4: - version "1.0.6" - resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" - integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= - dependencies: - once "^1.3.0" - wrappy "1" - -inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" - integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= - -inherits@2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" - integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE= - -ini@1.3.5, ini@^1.3.2, ini@^1.3.4, ini@~1.3.0: - version "1.3.5" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" - integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== - -injection-js@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/injection-js/-/injection-js-2.2.1.tgz#a8d6a085b2f0b8d8650f6f4487f6abb8cc0d67ce" - integrity sha512-zHI+E+dM0PXix5FFTO1Y4/UOyAzE7zG1l/QwAn4jchTThOoBq+UYRFK4AVG7lQgFL+go62SbrzSsjXy9DFEZUg== - -inquirer@6.3.1: - version "6.3.1" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.3.1.tgz#7a413b5e7950811013a3db491c61d1f3b776e8e7" - integrity sha512-MmL624rfkFt4TG9y/Jvmt8vdmOo836U7Y0Hxr2aFk3RelZEGX4Igk0KabWrcaaZaTv9uzglOqWh1Vly+FAWAXA== - dependencies: - ansi-escapes "^3.2.0" - chalk "^2.4.2" - cli-cursor "^2.1.0" - cli-width "^2.0.0" - external-editor "^3.0.3" - figures "^2.0.0" - lodash "^4.17.11" - mute-stream "0.0.7" - run-async "^2.2.0" - rxjs "^6.4.0" - string-width "^2.1.0" - strip-ansi "^5.1.0" - through "^2.3.6" - -internal-ip@^4.2.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907" - integrity sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg== - dependencies: - default-gateway "^4.2.0" - ipaddr.js "^1.9.0" - -interpret@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296" - integrity sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw== - -invariant@^2.2.2, invariant@^2.2.4: - version "2.2.4" - resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" - integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== - dependencies: - loose-envify "^1.0.0" - -invert-kv@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-2.0.0.tgz#7393f5afa59ec9ff5f67a27620d11c226e3eec02" - integrity sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA== - -ip-regex@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9" - integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk= - -ip@^1.1.0, ip@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" - integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= - -ipaddr.js@1.9.0, ipaddr.js@^1.9.0: - version "1.9.0" - resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.0.tgz#37df74e430a0e47550fe54a2defe30d8acd95f65" - integrity sha512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA== - -is-accessor-descriptor@^0.1.6: - version "0.1.6" - resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" - integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= - dependencies: - kind-of "^3.0.2" - -is-accessor-descriptor@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" - integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== - dependencies: - kind-of "^6.0.0" - -is-arrayish@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" - integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= - -is-binary-path@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" - integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= - dependencies: - binary-extensions "^1.0.0" - -is-binary-path@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" - integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== - dependencies: - binary-extensions "^2.0.0" - -is-buffer@^1.1.5: - version "1.1.6" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" - integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== - -is-buffer@~2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.3.tgz#4ecf3fcf749cbd1e472689e109ac66261a25e725" - integrity sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw== - -is-callable@^1.1.4: - version "1.1.4" - resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75" - integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA== - -is-ci@1.2.1, is-ci@^1.0.10: - version "1.2.1" - resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c" - integrity sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg== - dependencies: - ci-info "^1.5.0" - -is-ci@2.0.0, is-ci@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c" - integrity sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w== - dependencies: - ci-info "^2.0.0" - -is-data-descriptor@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" - integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= - dependencies: - kind-of "^3.0.2" - -is-data-descriptor@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" - integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== - dependencies: - kind-of "^6.0.0" - -is-date-object@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16" - integrity sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY= - -is-descriptor@^0.1.0: - version "0.1.6" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" - integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== - dependencies: - is-accessor-descriptor "^0.1.6" - is-data-descriptor "^0.1.4" - kind-of "^5.0.0" - -is-descriptor@^1.0.0, is-descriptor@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" - integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== - dependencies: - is-accessor-descriptor "^1.0.0" - is-data-descriptor "^1.0.0" - kind-of "^6.0.2" - -is-directory@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" - integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= - -is-extendable@^0.1.0, is-extendable@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" - integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= - -is-extendable@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" - integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== - dependencies: - is-plain-object "^2.0.4" - -is-extglob@^2.1.0, is-extglob@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" - integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= - -is-finite@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.0.2.tgz#cc6677695602be550ef11e8b4aa6305342b6d0aa" - integrity sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko= - dependencies: - number-is-nan "^1.0.0" - -is-fullwidth-code-point@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" - integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs= - dependencies: - number-is-nan "^1.0.0" - -is-fullwidth-code-point@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" - integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= - -is-generator-fn@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118" - integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ== - -is-glob@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" - integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= - dependencies: - is-extglob "^2.1.0" - -is-glob@^4.0.0, is-glob@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" - integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== - dependencies: - is-extglob "^2.1.1" - -is-installed-globally@0.1.0, is-installed-globally@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.1.0.tgz#0dfd98f5a9111716dd535dda6492f67bf3d25a80" - integrity sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA= - dependencies: - global-dirs "^0.1.0" - is-path-inside "^1.0.0" - -is-module@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591" - integrity sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE= - -is-npm@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4" - integrity sha1-8vtjpl5JBbQGyGBydloaTceTufQ= - -is-npm@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-3.0.0.tgz#ec9147bfb629c43f494cf67936a961edec7e8053" - integrity sha512-wsigDr1Kkschp2opC4G3yA6r9EgVA6NjRpWzIi9axXqeIaAATPRJc4uLujXe3Nd9uO8KoDyA4MD6aZSeXTADhA== - -is-number@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" - integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= - dependencies: - kind-of "^3.0.2" - -is-number@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" - integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== - -is-obj@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" - integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8= - -is-path-cwd@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.1.0.tgz#2e0c7e463ff5b7a0eb60852d851a6809347a124c" - integrity sha512-Sc5j3/YnM8tDeyCsVeKlm/0p95075DyLmDEIkSgQ7mXkrOX+uTCtmQFm0CYzVyJwcCCmO3k8qfJt17SxQwB5Zw== - -is-path-in-cwd@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz#bfe2dca26c69f397265a4009963602935a053acb" - integrity sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ== - dependencies: - is-path-inside "^2.1.0" - -is-path-inside@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-1.0.1.tgz#8ef5b7de50437a3fdca6b4e865ef7aa55cb48036" - integrity sha1-jvW33lBDej/cprToZe96pVy0gDY= - dependencies: - path-is-inside "^1.0.1" - -is-path-inside@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-2.1.0.tgz#7c9810587d659a40d27bcdb4d5616eab059494b2" - integrity sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg== - dependencies: - path-is-inside "^1.0.2" - -is-plain-obj@^1.0.0, is-plain-obj@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" - integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4= - -is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" - integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== - dependencies: - isobject "^3.0.1" - -is-plain-object@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-3.0.0.tgz#47bfc5da1b5d50d64110806c199359482e75a928" - integrity sha512-tZIpofR+P05k8Aocp7UI/2UTa9lTJSebCXpFFoR9aibpokDj/uXBsJ8luUu0tTVYKkMU6URDUuOfJZ7koewXvg== - dependencies: - isobject "^4.0.0" - -is-promise@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa" - integrity sha1-eaKp7OfwlugPNtKy87wWwf9L8/o= - -is-redirect@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24" - integrity sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ= - -is-reference@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/is-reference/-/is-reference-1.1.2.tgz#01cf91517d21db66a34642287ed6e70d53dcbe5c" - integrity sha512-Kn5g8c7XHKejFOpTf2QN9YjiHHKl5xRj+2uAZf9iM2//nkBNi/NNeB5JMoun28nEaUVHyPUzqzhfRlfAirEjXg== - dependencies: - "@types/estree" "0.0.39" - -is-regex@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491" - integrity sha1-VRdIm1RwkbCTDglWVM7SXul+lJE= - dependencies: - has "^1.0.1" - -is-retry-allowed@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz#11a060568b67339444033d0125a61a20d564fb34" - integrity sha1-EaBgVotnM5REAz0BJaYaINVk+zQ= - -is-ssh@^1.3.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/is-ssh/-/is-ssh-1.3.1.tgz#f349a8cadd24e65298037a522cf7520f2e81a0f3" - integrity sha512-0eRIASHZt1E68/ixClI8bp2YK2wmBPVWEismTs6M+M099jKgrzl/3E976zIbImSIob48N2/XGe9y7ZiYdImSlg== - dependencies: - protocols "^1.1.0" - -is-stream@^1.0.0, is-stream@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" - integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= - -is-symbol@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38" - integrity sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw== - dependencies: - has-symbols "^1.0.0" - -is-text-path@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-1.0.1.tgz#4e1aa0fb51bfbcb3e92688001397202c1775b66e" - integrity sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4= - dependencies: - text-extensions "^1.0.0" - -is-text-path@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-2.0.0.tgz#b2484e2b720a633feb2e85b67dc193ff72c75636" - integrity sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw== - dependencies: - text-extensions "^2.0.0" - -is-typedarray@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" - integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= - -is-utf8@^0.2.0: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" - integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= - -is-windows@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" - integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== - -is-wsl@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" - integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= - -is-yarn-global@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/is-yarn-global/-/is-yarn-global-0.3.0.tgz#d502d3382590ea3004893746754c89139973e232" - integrity sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw== - -isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" - integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= - -isemail@3.x.x: - version "3.2.0" - resolved "https://registry.yarnpkg.com/isemail/-/isemail-3.2.0.tgz#59310a021931a9fb06bbb51e155ce0b3f236832c" - integrity sha512-zKqkK+O+dGqevc93KNsbZ/TqTUFd46MwWjYOoMrjIMZ51eU7DtQG3Wmd9SQQT7i7RVnuTPEiYEWHU3MSbxC1Tg== - dependencies: - punycode "2.x.x" - -isexe@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" - integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= - -isobject@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" - integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= - dependencies: - isarray "1.0.0" - -isobject@^3.0.0, isobject@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" - integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= - -isobject@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-4.0.0.tgz#3f1c9155e73b192022a80819bacd0343711697b0" - integrity sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA== - -isstream@~0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" - integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= - -istanbul-instrumenter-loader@3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/istanbul-instrumenter-loader/-/istanbul-instrumenter-loader-3.0.1.tgz#9957bd59252b373fae5c52b7b5188e6fde2a0949" - integrity sha512-a5SPObZgS0jB/ixaKSMdn6n/gXSrK2S6q/UfRJBT3e6gQmVjwZROTODQsYW5ZNwOu78hG62Y3fWlebaVOL0C+w== - dependencies: - convert-source-map "^1.5.0" - istanbul-lib-instrument "^1.7.3" - loader-utils "^1.1.0" - schema-utils "^0.3.0" - -istanbul-lib-coverage@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.2.1.tgz#ccf7edcd0a0bb9b8f729feeb0930470f9af664f0" - integrity sha512-PzITeunAgyGbtY1ibVIUiV679EFChHjoMNRibEIobvmrCRaIgwLxNucOSimtNWUhEib/oO7QY2imD75JVgCJWQ== - -istanbul-lib-coverage@^2.0.2, istanbul-lib-coverage@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz#675f0ab69503fad4b1d849f736baaca803344f49" - integrity sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA== - -istanbul-lib-instrument@^1.7.3: - version "1.10.2" - resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.2.tgz#1f55ed10ac3c47f2bdddd5307935126754d0a9ca" - integrity sha512-aWHxfxDqvh/ZlxR8BBaEPVSWDPUkGD63VjGQn3jcw8jCp7sHEMKcrj4xfJn/ABzdMEHiQNyvDQhqm5o8+SQg7A== - dependencies: - babel-generator "^6.18.0" - babel-template "^6.16.0" - babel-traverse "^6.18.0" - babel-types "^6.18.0" - babylon "^6.18.0" - istanbul-lib-coverage "^1.2.1" - semver "^5.3.0" - -istanbul-lib-instrument@^3.0.1, istanbul-lib-instrument@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz#a5f63d91f0bbc0c3e479ef4c5de027335ec6d630" - integrity sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA== - dependencies: - "@babel/generator" "^7.4.0" - "@babel/parser" "^7.4.3" - "@babel/template" "^7.4.0" - "@babel/traverse" "^7.4.3" - "@babel/types" "^7.4.0" - istanbul-lib-coverage "^2.0.5" - semver "^6.0.0" - -istanbul-lib-report@^2.0.4: - version "2.0.8" - resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-2.0.8.tgz#5a8113cd746d43c4889eba36ab10e7d50c9b4f33" - integrity sha512-fHBeG573EIihhAblwgxrSenp0Dby6tJMFR/HvlerBsrCTD5bkUuoNtn3gVh29ZCS824cGGBPn7Sg7cNk+2xUsQ== - dependencies: - istanbul-lib-coverage "^2.0.5" - make-dir "^2.1.0" - supports-color "^6.1.0" - -istanbul-lib-source-maps@^3.0.1: - version "3.0.6" - resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.6.tgz#284997c48211752ec486253da97e3879defba8c8" - integrity sha512-R47KzMtDJH6X4/YW9XTx+jrLnZnscW4VpNN+1PViSYTejLVPWv7oov+Duf8YQSPyVRUvueQqz1TcsC6mooZTXw== - dependencies: - debug "^4.1.1" - istanbul-lib-coverage "^2.0.5" - make-dir "^2.1.0" - rimraf "^2.6.3" - source-map "^0.6.1" - -istanbul-reports@^2.1.1: - version "2.2.6" - resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-2.2.6.tgz#7b4f2660d82b29303a8fe6091f8ca4bf058da1af" - integrity sha512-SKi4rnMyLBKe0Jy2uUdx28h8oG7ph2PPuQPvIAh31d+Ci+lSiEu4C+h3oBPuJ9+mPKhOyW0M8gY4U5NM1WLeXA== - dependencies: - handlebars "^4.1.2" - -jest-changed-files@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-24.8.0.tgz#7e7eb21cf687587a85e50f3d249d1327e15b157b" - integrity sha512-qgANC1Yrivsq+UrLXsvJefBKVoCsKB0Hv+mBb6NMjjZ90wwxCDmU3hsCXBya30cH+LnPYjwgcU65i6yJ5Nfuug== - dependencies: - "@jest/types" "^24.8.0" - execa "^1.0.0" - throat "^4.0.0" - -jest-cli@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-24.8.0.tgz#b075ac914492ed114fa338ade7362a301693e989" - integrity sha512-+p6J00jSMPQ116ZLlHJJvdf8wbjNbZdeSX9ptfHX06/MSNaXmKihQzx5vQcw0q2G6JsdVkUIdWbOWtSnaYs3yA== - dependencies: - "@jest/core" "^24.8.0" - "@jest/test-result" "^24.8.0" - "@jest/types" "^24.8.0" - chalk "^2.0.1" - exit "^0.1.2" - import-local "^2.0.0" - is-ci "^2.0.0" - jest-config "^24.8.0" - jest-util "^24.8.0" - jest-validate "^24.8.0" - prompts "^2.0.1" - realpath-native "^1.1.0" - yargs "^12.0.2" - -jest-config@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-24.8.0.tgz#77db3d265a6f726294687cbbccc36f8a76ee0f4f" - integrity sha512-Czl3Nn2uEzVGsOeaewGWoDPD8GStxCpAe0zOYs2x2l0fZAgPbCr3uwUkgNKV3LwE13VXythM946cd5rdGkkBZw== - dependencies: - "@babel/core" "^7.1.0" - "@jest/test-sequencer" "^24.8.0" - "@jest/types" "^24.8.0" - babel-jest "^24.8.0" - chalk "^2.0.1" - glob "^7.1.1" - jest-environment-jsdom "^24.8.0" - jest-environment-node "^24.8.0" - jest-get-type "^24.8.0" - jest-jasmine2 "^24.8.0" - jest-regex-util "^24.3.0" - jest-resolve "^24.8.0" - jest-util "^24.8.0" - jest-validate "^24.8.0" - micromatch "^3.1.10" - pretty-format "^24.8.0" - realpath-native "^1.1.0" - -jest-diff@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.8.0.tgz#146435e7d1e3ffdf293d53ff97e193f1d1546172" - integrity sha512-wxetCEl49zUpJ/bvUmIFjd/o52J+yWcoc5ZyPq4/W1LUKGEhRYDIbP1KcF6t+PvqNrGAFk4/JhtxDq/Nnzs66g== - dependencies: - chalk "^2.0.1" - diff-sequences "^24.3.0" - jest-get-type "^24.8.0" - pretty-format "^24.8.0" - -jest-docblock@^24.3.0: - version "24.3.0" - resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-24.3.0.tgz#b9c32dac70f72e4464520d2ba4aec02ab14db5dd" - integrity sha512-nlANmF9Yq1dufhFlKG9rasfQlrY7wINJbo3q01tu56Jv5eBU5jirylhF2O5ZBnLxzOVBGRDz/9NAwNyBtG4Nyg== - dependencies: - detect-newline "^2.1.0" - -jest-each@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-24.8.0.tgz#a05fd2bf94ddc0b1da66c6d13ec2457f35e52775" - integrity sha512-NrwK9gaL5+XgrgoCsd9svsoWdVkK4gnvyhcpzd6m487tXHqIdYeykgq3MKI1u4I+5Zf0tofr70at9dWJDeb+BA== - dependencies: - "@jest/types" "^24.8.0" - chalk "^2.0.1" - jest-get-type "^24.8.0" - jest-util "^24.8.0" - pretty-format "^24.8.0" - -jest-environment-jsdom@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-24.8.0.tgz#300f6949a146cabe1c9357ad9e9ecf9f43f38857" - integrity sha512-qbvgLmR7PpwjoFjM/sbuqHJt/NCkviuq9vus9NBn/76hhSidO+Z6Bn9tU8friecegbJL8gzZQEMZBQlFWDCwAQ== - dependencies: - "@jest/environment" "^24.8.0" - "@jest/fake-timers" "^24.8.0" - "@jest/types" "^24.8.0" - jest-mock "^24.8.0" - jest-util "^24.8.0" - jsdom "^11.5.1" - -jest-environment-node@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-24.8.0.tgz#d3f726ba8bc53087a60e7a84ca08883a4c892231" - integrity sha512-vIGUEScd1cdDgR6sqn2M08sJTRLQp6Dk/eIkCeO4PFHxZMOgy+uYLPMC4ix3PEfM5Au/x3uQ/5Tl0DpXXZsJ/Q== - dependencies: - "@jest/environment" "^24.8.0" - "@jest/fake-timers" "^24.8.0" - "@jest/types" "^24.8.0" - jest-mock "^24.8.0" - jest-util "^24.8.0" - -jest-get-type@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-24.8.0.tgz#a7440de30b651f5a70ea3ed7ff073a32dfe646fc" - integrity sha512-RR4fo8jEmMD9zSz2nLbs2j0zvPpk/KCEz3a62jJWbd2ayNo0cb+KFRxPHVhE4ZmgGJEQp0fosmNz84IfqM8cMQ== - -jest-haste-map@^24.8.0: - version "24.8.1" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-24.8.1.tgz#f39cc1d2b1d907e014165b4bd5a957afcb992982" - integrity sha512-SwaxMGVdAZk3ernAx2Uv2sorA7jm3Kx+lR0grp6rMmnY06Kn/urtKx1LPN2mGTea4fCT38impYT28FfcLUhX0g== - dependencies: - "@jest/types" "^24.8.0" - anymatch "^2.0.0" - fb-watchman "^2.0.0" - graceful-fs "^4.1.15" - invariant "^2.2.4" - jest-serializer "^24.4.0" - jest-util "^24.8.0" - jest-worker "^24.6.0" - micromatch "^3.1.10" - sane "^4.0.3" - walker "^1.0.7" - optionalDependencies: - fsevents "^1.2.7" - -jest-jasmine2@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-24.8.0.tgz#a9c7e14c83dd77d8b15e820549ce8987cc8cd898" - integrity sha512-cEky88npEE5LKd5jPpTdDCLvKkdyklnaRycBXL6GNmpxe41F0WN44+i7lpQKa/hcbXaQ+rc9RMaM4dsebrYong== - dependencies: - "@babel/traverse" "^7.1.0" - "@jest/environment" "^24.8.0" - "@jest/test-result" "^24.8.0" - "@jest/types" "^24.8.0" - chalk "^2.0.1" - co "^4.6.0" - expect "^24.8.0" - is-generator-fn "^2.0.0" - jest-each "^24.8.0" - jest-matcher-utils "^24.8.0" - jest-message-util "^24.8.0" - jest-runtime "^24.8.0" - jest-snapshot "^24.8.0" - jest-util "^24.8.0" - pretty-format "^24.8.0" - throat "^4.0.0" - -jest-leak-detector@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-24.8.0.tgz#c0086384e1f650c2d8348095df769f29b48e6980" - integrity sha512-cG0yRSK8A831LN8lIHxI3AblB40uhv0z+SsQdW3GoMMVcK+sJwrIIyax5tu3eHHNJ8Fu6IMDpnLda2jhn2pD/g== - dependencies: - pretty-format "^24.8.0" - -jest-matcher-utils@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-24.8.0.tgz#2bce42204c9af12bde46f83dc839efe8be832495" - integrity sha512-lex1yASY51FvUuHgm0GOVj7DCYEouWSlIYmCW7APSqB9v8mXmKSn5+sWVF0MhuASG0bnYY106/49JU1FZNl5hw== - dependencies: - chalk "^2.0.1" - jest-diff "^24.8.0" - jest-get-type "^24.8.0" - pretty-format "^24.8.0" - -jest-message-util@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-24.8.0.tgz#0d6891e72a4beacc0292b638685df42e28d6218b" - integrity sha512-p2k71rf/b6ns8btdB0uVdljWo9h0ovpnEe05ZKWceQGfXYr4KkzgKo3PBi8wdnd9OtNh46VpNIJynUn/3MKm1g== - dependencies: - "@babel/code-frame" "^7.0.0" - "@jest/test-result" "^24.8.0" - "@jest/types" "^24.8.0" - "@types/stack-utils" "^1.0.1" - chalk "^2.0.1" - micromatch "^3.1.10" - slash "^2.0.0" - stack-utils "^1.0.1" - -jest-mock@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-24.8.0.tgz#2f9d14d37699e863f1febf4e4d5a33b7fdbbde56" - integrity sha512-6kWugwjGjJw+ZkK4mDa0Df3sDlUTsV47MSrT0nGQ0RBWJbpODDQ8MHDVtGtUYBne3IwZUhtB7elxHspU79WH3A== - dependencies: - "@jest/types" "^24.8.0" - -jest-pnp-resolver@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.1.tgz#ecdae604c077a7fbc70defb6d517c3c1c898923a" - integrity sha512-pgFw2tm54fzgYvc/OHrnysABEObZCUNFnhjoRjaVOCN8NYc032/gVjPaHD4Aq6ApkSieWtfKAFQtmDKAmhupnQ== - -jest-preset-angular@^6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/jest-preset-angular/-/jest-preset-angular-6.0.2.tgz#a5c79d6c1b1f894fa12f9dd07bab9506ef9737c1" - integrity sha512-uhrllY41tUvkeR41aX9bU5w3/EvvmwZiJ3UitDhRSEJL2Jvq2N/xKlmw7qvlZoGZnciFjOUJ2WDKv5fmCrvnQA== - dependencies: - "@types/jest" "^23.3.1" - jest-zone-patch ">=0.0.9 <1.0.0" - ts-jest "~23.1.3" - -jest-regex-util@^24.3.0: - version "24.3.0" - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-24.3.0.tgz#d5a65f60be1ae3e310d5214a0307581995227b36" - integrity sha512-tXQR1NEOyGlfylyEjg1ImtScwMq8Oh3iJbGTjN7p0J23EuVX1MA8rwU69K4sLbCmwzgCUbVkm0FkSF9TdzOhtg== - -jest-resolve-dependencies@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-24.8.0.tgz#19eec3241f2045d3f990dba331d0d7526acff8e0" - integrity sha512-hyK1qfIf/krV+fSNyhyJeq3elVMhK9Eijlwy+j5jqmZ9QsxwKBiP6qukQxaHtK8k6zql/KYWwCTQ+fDGTIJauw== - dependencies: - "@jest/types" "^24.8.0" - jest-regex-util "^24.3.0" - jest-snapshot "^24.8.0" - -jest-resolve@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-24.8.0.tgz#84b8e5408c1f6a11539793e2b5feb1b6e722439f" - integrity sha512-+hjSzi1PoRvnuOICoYd5V/KpIQmkAsfjFO71458hQ2Whi/yf1GDeBOFj8Gxw4LrApHsVJvn5fmjcPdmoUHaVKw== - dependencies: - "@jest/types" "^24.8.0" - browser-resolve "^1.11.3" - chalk "^2.0.1" - jest-pnp-resolver "^1.2.1" - realpath-native "^1.1.0" - -jest-runner@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-24.8.0.tgz#4f9ae07b767db27b740d7deffad0cf67ccb4c5bb" - integrity sha512-utFqC5BaA3JmznbissSs95X1ZF+d+4WuOWwpM9+Ak356YtMhHE/GXUondZdcyAAOTBEsRGAgH/0TwLzfI9h7ow== - dependencies: - "@jest/console" "^24.7.1" - "@jest/environment" "^24.8.0" - "@jest/test-result" "^24.8.0" - "@jest/types" "^24.8.0" - chalk "^2.4.2" - exit "^0.1.2" - graceful-fs "^4.1.15" - jest-config "^24.8.0" - jest-docblock "^24.3.0" - jest-haste-map "^24.8.0" - jest-jasmine2 "^24.8.0" - jest-leak-detector "^24.8.0" - jest-message-util "^24.8.0" - jest-resolve "^24.8.0" - jest-runtime "^24.8.0" - jest-util "^24.8.0" - jest-worker "^24.6.0" - source-map-support "^0.5.6" - throat "^4.0.0" - -jest-runtime@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-24.8.0.tgz#05f94d5b05c21f6dc54e427cd2e4980923350620" - integrity sha512-Mq0aIXhvO/3bX44ccT+czU1/57IgOMyy80oM0XR/nyD5zgBcesF84BPabZi39pJVA6UXw+fY2Q1N+4BiVUBWOA== - dependencies: - "@jest/console" "^24.7.1" - "@jest/environment" "^24.8.0" - "@jest/source-map" "^24.3.0" - "@jest/transform" "^24.8.0" - "@jest/types" "^24.8.0" - "@types/yargs" "^12.0.2" - chalk "^2.0.1" - exit "^0.1.2" - glob "^7.1.3" - graceful-fs "^4.1.15" - jest-config "^24.8.0" - jest-haste-map "^24.8.0" - jest-message-util "^24.8.0" - jest-mock "^24.8.0" - jest-regex-util "^24.3.0" - jest-resolve "^24.8.0" - jest-snapshot "^24.8.0" - jest-util "^24.8.0" - jest-validate "^24.8.0" - realpath-native "^1.1.0" - slash "^2.0.0" - strip-bom "^3.0.0" - yargs "^12.0.2" - -jest-serializer@^24.4.0: - version "24.4.0" - resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-24.4.0.tgz#f70c5918c8ea9235ccb1276d232e459080588db3" - integrity sha512-k//0DtglVstc1fv+GY/VHDIjrtNjdYvYjMlbLUed4kxrE92sIUewOi5Hj3vrpB8CXfkJntRPDRjCrCvUhBdL8Q== - -jest-snapshot@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-24.8.0.tgz#3bec6a59da2ff7bc7d097a853fb67f9d415cb7c6" - integrity sha512-5ehtWoc8oU9/cAPe6fez6QofVJLBKyqkY2+TlKTOf0VllBB/mqUNdARdcjlZrs9F1Cv+/HKoCS/BknT0+tmfPg== - dependencies: - "@babel/types" "^7.0.0" - "@jest/types" "^24.8.0" - chalk "^2.0.1" - expect "^24.8.0" - jest-diff "^24.8.0" - jest-matcher-utils "^24.8.0" - jest-message-util "^24.8.0" - jest-resolve "^24.8.0" - mkdirp "^0.5.1" - natural-compare "^1.4.0" - pretty-format "^24.8.0" - semver "^5.5.0" - -jest-util@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-24.8.0.tgz#41f0e945da11df44cc76d64ffb915d0716f46cd1" - integrity sha512-DYZeE+XyAnbNt0BG1OQqKy/4GVLPtzwGx5tsnDrFcax36rVE3lTA5fbvgmbVPUZf9w77AJ8otqR4VBbfFJkUZA== - dependencies: - "@jest/console" "^24.7.1" - "@jest/fake-timers" "^24.8.0" - "@jest/source-map" "^24.3.0" - "@jest/test-result" "^24.8.0" - "@jest/types" "^24.8.0" - callsites "^3.0.0" - chalk "^2.0.1" - graceful-fs "^4.1.15" - is-ci "^2.0.0" - mkdirp "^0.5.1" - slash "^2.0.0" - source-map "^0.6.0" - -jest-validate@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-24.8.0.tgz#624c41533e6dfe356ffadc6e2423a35c2d3b4849" - integrity sha512-+/N7VOEMW1Vzsrk3UWBDYTExTPwf68tavEPKDnJzrC6UlHtUDU/fuEdXqFoHzv9XnQ+zW6X3qMZhJ3YexfeLDA== - dependencies: - "@jest/types" "^24.8.0" - camelcase "^5.0.0" - chalk "^2.0.1" - jest-get-type "^24.8.0" - leven "^2.1.0" - pretty-format "^24.8.0" - -jest-watcher@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-24.8.0.tgz#58d49915ceddd2de85e238f6213cef1c93715de4" - integrity sha512-SBjwHt5NedQoVu54M5GEx7cl7IGEFFznvd/HNT8ier7cCAx/Qgu9ZMlaTQkvK22G1YOpcWBLQPFSImmxdn3DAw== - dependencies: - "@jest/test-result" "^24.8.0" - "@jest/types" "^24.8.0" - "@types/yargs" "^12.0.9" - ansi-escapes "^3.0.0" - chalk "^2.0.1" - jest-util "^24.8.0" - string-length "^2.0.0" - -jest-worker@^24.6.0: - version "24.6.0" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-24.6.0.tgz#7f81ceae34b7cde0c9827a6980c35b7cdc0161b3" - integrity sha512-jDwgW5W9qGNvpI1tNnvajh0a5IE/PuGLFmHk6aR/BZFz8tSgGw17GsDPXAJ6p91IvYDjOw8GpFbvvZGAK+DPQQ== - dependencies: - merge-stream "^1.0.1" - supports-color "^6.1.0" - -"jest-zone-patch@>=0.0.9 <1.0.0": - version "0.0.10" - resolved "https://registry.yarnpkg.com/jest-zone-patch/-/jest-zone-patch-0.0.10.tgz#58252f44ab4aad45aaed62a705819577b9709b82" - integrity sha512-K5uHLHgMgi2Eyj74gbY+xSeGGekb5U48bXsgDwgipRbFdaekyZK+TAcp8auamqU4UjrAt5S4sIUZz/2bBNyTTA== - -jest@^24.1.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/jest/-/jest-24.8.0.tgz#d5dff1984d0d1002196e9b7f12f75af1b2809081" - integrity sha512-o0HM90RKFRNWmAWvlyV8i5jGZ97pFwkeVoGvPW1EtLTgJc2+jcuqcbbqcSZLE/3f2S5pt0y2ZBETuhpWNl1Reg== - dependencies: - import-local "^2.0.0" - jest-cli "^24.8.0" - -joi@^13.0.0: - version "13.7.0" - resolved "https://registry.yarnpkg.com/joi/-/joi-13.7.0.tgz#cfd85ebfe67e8a1900432400b4d03bbd93fb879f" - integrity sha512-xuY5VkHfeOYK3Hdi91ulocfuFopwgbSORmIwzcwHKESQhC7w1kD5jaVSPnqDxS2I8t3RZ9omCKAxNwXN5zG1/Q== - dependencies: - hoek "5.x.x" - isemail "3.x.x" - topo "3.x.x" - -"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" - integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - -js-tokens@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" - integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls= - -js-yaml@^3.13.1, js-yaml@^3.7.0: - version "3.13.1" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847" - integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw== - dependencies: - argparse "^1.0.7" - esprima "^4.0.0" - -jsbn@~0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" - integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= - -jsdom@^11.5.1: - version "11.12.0" - resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-11.12.0.tgz#1a80d40ddd378a1de59656e9e6dc5a3ba8657bc8" - integrity sha512-y8Px43oyiBM13Zc1z780FrfNLJCXTL40EWlty/LXUtcjykRBNgLlCjWXpfSPBl2iv+N7koQN+dvqszHZgT/Fjw== - dependencies: - abab "^2.0.0" - acorn "^5.5.3" - acorn-globals "^4.1.0" - array-equal "^1.0.0" - cssom ">= 0.3.2 < 0.4.0" - cssstyle "^1.0.0" - data-urls "^1.0.0" - domexception "^1.0.1" - escodegen "^1.9.1" - html-encoding-sniffer "^1.0.2" - left-pad "^1.3.0" - nwsapi "^2.0.7" - parse5 "4.0.0" - pn "^1.1.0" - request "^2.87.0" - request-promise-native "^1.0.5" - sax "^1.2.4" - symbol-tree "^3.2.2" - tough-cookie "^2.3.4" - w3c-hr-time "^1.0.1" - webidl-conversions "^4.0.2" - whatwg-encoding "^1.0.3" - whatwg-mimetype "^2.1.0" - whatwg-url "^6.4.1" - ws "^5.2.0" - xml-name-validator "^3.0.0" - -jsesc@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b" - integrity sha1-RsP+yMGJKxKwgz25vHYiF226s0s= - -jsesc@^2.5.1: - version "2.5.2" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" - integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - -jsesc@~0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" - integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= - -json-buffer@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898" - integrity sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg= - -json-parse-better-errors@^1.0.0, json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" - integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== - -json-schema-traverse@^0.3.0: - version "0.3.1" - resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340" - integrity sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A= - -json-schema-traverse@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" - integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== - -json-schema@0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" - integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= - -json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" - integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= - -json3@^3.3.2: - version "3.3.3" - resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.3.tgz#7fc10e375fc5ae42c4705a5cc0aa6f62be305b81" - integrity sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA== - -json5@^0.5.0: - version "0.5.1" - resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" - integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE= - -json5@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" - integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== - dependencies: - minimist "^1.2.0" - -json5@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850" - integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ== - dependencies: - minimist "^1.2.0" - -jsonfile@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-3.0.1.tgz#a5ecc6f65f53f662c4415c7675a0331d0992ec66" - integrity sha1-pezG9l9T9mLEQVx2daAzHQmS7GY= - optionalDependencies: - graceful-fs "^4.1.6" - -jsonfile@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" - integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= - optionalDependencies: - graceful-fs "^4.1.6" - -jsonify@~0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" - integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= - -jsonparse@^1.2.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" - integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA= - -jsprim@^1.2.2: - version "1.4.1" - resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" - integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= - dependencies: - assert-plus "1.0.0" - extsprintf "1.3.0" - json-schema "0.2.3" - verror "1.10.0" - -jszip@^3.1.5: - version "3.2.1" - resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.2.1.tgz#c5d32df7274042282b157efb16e522b43435e01a" - integrity sha512-iCMBbo4eE5rb1VCpm5qXOAaUiRKRUKiItn8ah2YQQx9qymmSAY98eyQfioChEYcVQLh0zxJ3wS4A0mh90AVPvw== - dependencies: - lie "~3.3.0" - pako "~1.0.2" - readable-stream "~2.3.6" - set-immediate-shim "~1.0.1" - -karma-mocha-reporter@^2.2.5: - version "2.2.5" - resolved "https://registry.yarnpkg.com/karma-mocha-reporter/-/karma-mocha-reporter-2.2.5.tgz#15120095e8ed819186e47a0b012f3cd741895560" - integrity sha1-FRIAlejtgZGG5HoLAS8810GJVWA= - dependencies: - chalk "^2.1.0" - log-symbols "^2.1.0" - strip-ansi "^4.0.0" - -karma-mocha@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/karma-mocha/-/karma-mocha-1.3.0.tgz#eeaac7ffc0e201eb63c467440d2b69c7cf3778bf" - integrity sha1-7qrH/8DiAetjxGdEDStpx883eL8= - dependencies: - minimist "1.2.0" - -karma-source-map-support@1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/karma-source-map-support/-/karma-source-map-support-1.4.0.tgz#58526ceccf7e8730e56effd97a4de8d712ac0d6b" - integrity sha512-RsBECncGO17KAoJCYXjv+ckIz+Ii9NCi+9enk+rq6XC81ezYkb4/RHE6CTXdA7IOJqoF3wcaLfVG0CPmE5ca6A== - dependencies: - source-map-support "^0.5.5" - -keyv@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/keyv/-/keyv-3.1.0.tgz#ecc228486f69991e49e9476485a5be1e8fc5c4d9" - integrity sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA== - dependencies: - json-buffer "3.0.0" - -killable@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/killable/-/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892" - integrity sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg== - -kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: - version "3.2.2" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" - integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= - dependencies: - is-buffer "^1.1.5" - -kind-of@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" - integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc= - dependencies: - is-buffer "^1.1.5" - -kind-of@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" - integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== - -kind-of@^6.0.0, kind-of@^6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051" - integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA== - -kleur@^3.0.2: - version "3.0.3" - resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" - integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== - -latest-version@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-3.1.0.tgz#a205383fea322b33b5ae3b18abee0dc2f356ee15" - integrity sha1-ogU4P+oyKzO1rjsYq+4NwvNW7hU= - dependencies: - package-json "^4.0.0" - -latest-version@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-5.1.0.tgz#119dfe908fe38d15dfa43ecd13fa12ec8832face" - integrity sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA== - dependencies: - package-json "^6.3.0" - -lazy-ass@1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/lazy-ass/-/lazy-ass-1.6.0.tgz#7999655e8646c17f089fdd187d150d3324d54513" - integrity sha1-eZllXoZGwX8In90YfRUNMyTVRRM= - -lcid@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/lcid/-/lcid-2.0.0.tgz#6ef5d2df60e52f82eb228a4c373e8d1f397253cf" - integrity sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA== - dependencies: - invert-kv "^2.0.0" - -left-pad@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e" - integrity sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA== - -less-loader@4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/less-loader/-/less-loader-4.1.0.tgz#2c1352c5b09a4f84101490274fd51674de41363e" - integrity sha512-KNTsgCE9tMOM70+ddxp9yyt9iHqgmSs0yTZc5XH5Wo+g80RWRIYNqE58QJKm/yMud5wZEvz50ugRDuzVIkyahg== - dependencies: - clone "^2.1.1" - loader-utils "^1.1.0" - pify "^3.0.0" - -less-plugin-npm-import@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/less-plugin-npm-import/-/less-plugin-npm-import-2.1.0.tgz#823e6986c93318a98171ca858848b6bead55bf3e" - integrity sha1-gj5phskzGKmBccqFiEi2vq1Vvz4= - dependencies: - promise "~7.0.1" - resolve "~1.1.6" - -less@3.9.0, less@^3.8.0: - version "3.9.0" - resolved "https://registry.yarnpkg.com/less/-/less-3.9.0.tgz#b7511c43f37cf57dc87dffd9883ec121289b1474" - integrity sha512-31CmtPEZraNUtuUREYjSqRkeETFdyEHSEPAGq4erDlUXtda7pzNmctdljdIagSb589d/qXGWiiP31R5JVf+v0w== - dependencies: - clone "^2.1.2" - optionalDependencies: - errno "^0.1.1" - graceful-fs "^4.1.2" - image-size "~0.5.0" - mime "^1.4.1" - mkdirp "^0.5.0" - promise "^7.1.1" - request "^2.83.0" - source-map "~0.6.0" - -leven@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/leven/-/leven-2.1.0.tgz#c2e7a9f772094dee9d34202ae8acce4687875580" - integrity sha1-wuep93IJTe6dNCAq6KzORoeHVYA= - -levn@~0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" - integrity sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4= - dependencies: - prelude-ls "~1.1.2" - type-check "~0.3.2" - -license-webpack-plugin@2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-2.1.1.tgz#f0ab760f7f301c76f5af52e480f320656b5721bb" - integrity sha512-TiarZIg5vkQ2rGdYJn2+5YxO/zqlqjpK5IVglr7OfmrN1sBCakS+PQrsP2uC5gtve1ZDb9WMSUMlmHDQ0FoW4w== - dependencies: - "@types/webpack-sources" "^0.1.5" - webpack-sources "^1.2.0" - -lie@~3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/lie/-/lie-3.3.0.tgz#dcf82dee545f46074daf200c7c1c5a08e0f40f6a" - integrity sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ== - dependencies: - immediate "~3.0.5" - -listr-silent-renderer@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/listr-silent-renderer/-/listr-silent-renderer-1.1.1.tgz#924b5a3757153770bf1a8e3fbf74b8bbf3f9242e" - integrity sha1-kktaN1cVN3C/Go4/v3S4u/P5JC4= - -listr-update-renderer@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/listr-update-renderer/-/listr-update-renderer-0.2.0.tgz#ca80e1779b4e70266807e8eed1ad6abe398550f9" - integrity sha1-yoDhd5tOcCZoB+ju0a1qvjmFUPk= - dependencies: - chalk "^1.1.3" - cli-truncate "^0.2.1" - elegant-spinner "^1.0.1" - figures "^1.7.0" - indent-string "^3.0.0" - log-symbols "^1.0.2" - log-update "^1.0.2" - strip-ansi "^3.0.1" - -listr-verbose-renderer@^0.4.0: - version "0.4.1" - resolved "https://registry.yarnpkg.com/listr-verbose-renderer/-/listr-verbose-renderer-0.4.1.tgz#8206f4cf6d52ddc5827e5fd14989e0e965933a35" - integrity sha1-ggb0z21S3cWCfl/RSYng6WWTOjU= - dependencies: - chalk "^1.1.3" - cli-cursor "^1.0.2" - date-fns "^1.27.2" - figures "^1.7.0" - -listr@0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/listr/-/listr-0.12.0.tgz#6bce2c0f5603fa49580ea17cd6a00cc0e5fa451a" - integrity sha1-a84sD1YD+klYDqF81qAMwOX6RRo= - dependencies: - chalk "^1.1.3" - cli-truncate "^0.2.1" - figures "^1.7.0" - indent-string "^2.1.0" - is-promise "^2.1.0" - is-stream "^1.1.0" - listr-silent-renderer "^1.1.1" - listr-update-renderer "^0.2.0" - listr-verbose-renderer "^0.4.0" - log-symbols "^1.0.2" - log-update "^1.0.2" - ora "^0.2.3" - p-map "^1.1.1" - rxjs "^5.0.0-beta.11" - stream-to-observable "^0.1.0" - strip-ansi "^3.0.1" - -load-json-file@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" - integrity sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA= - dependencies: - graceful-fs "^4.1.2" - parse-json "^2.2.0" - pify "^2.0.0" - pinkie-promise "^2.0.0" - strip-bom "^2.0.0" - -load-json-file@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b" - integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs= - dependencies: - graceful-fs "^4.1.2" - parse-json "^4.0.0" - pify "^3.0.0" - strip-bom "^3.0.0" - -loader-runner@^2.3.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357" - integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw== - -loader-utils@1.2.3, loader-utils@^1.0.1, loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7" - integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA== - dependencies: - big.js "^5.2.2" - emojis-list "^2.0.0" - json5 "^1.0.1" - -locate-path@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" - integrity sha1-K1aLJl7slExtnA3pw9u7ygNUzY4= - dependencies: - p-locate "^2.0.0" - path-exists "^3.0.0" - -locate-path@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e" - integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== - dependencies: - p-locate "^3.0.0" - path-exists "^3.0.0" - -lodash._reinterpolate@~3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d" - integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0= - -lodash.clonedeep@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" - integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8= - -lodash.get@^4.4.2: - version "4.4.2" - resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" - integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= - -lodash.ismatch@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37" - integrity sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc= - -lodash.once@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac" - integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w= - -lodash.set@^4.3.2: - version "4.3.2" - resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23" - integrity sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM= - -lodash.sortby@^4.7.0: - version "4.7.0" - resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" - integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg= - -lodash.tail@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/lodash.tail/-/lodash.tail-4.1.1.tgz#d2333a36d9e7717c8ad2f7cacafec7c32b444664" - integrity sha1-0jM6NtnncXyK0vfKyv7HwytERmQ= - -lodash.template@^4.0.2: - version "4.4.0" - resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.4.0.tgz#e73a0385c8355591746e020b99679c690e68fba0" - integrity sha1-5zoDhcg1VZF0bgILmWecaQ5o+6A= - dependencies: - lodash._reinterpolate "~3.0.0" - lodash.templatesettings "^4.0.0" - -lodash.templatesettings@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-4.1.0.tgz#2b4d4e95ba440d915ff08bc899e4553666713316" - integrity sha1-K01OlbpEDZFf8IvImeRVNmZxMxY= - dependencies: - lodash._reinterpolate "~3.0.0" - -lodash.uniq@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" - integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= - -lodash@4.17.11, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1: - version "4.17.11" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" - integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg== - -log-symbols@2.2.0, log-symbols@^2.1.0, log-symbols@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a" - integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg== - dependencies: - chalk "^2.0.1" - -log-symbols@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18" - integrity sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg= - dependencies: - chalk "^1.0.0" - -log-update@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/log-update/-/log-update-1.0.2.tgz#19929f64c4093d2d2e7075a1dad8af59c296b8d1" - integrity sha1-GZKfZMQJPS0ucHWh2tivWcKWuNE= - dependencies: - ansi-escapes "^1.0.0" - cli-cursor "^1.0.2" - -loglevel@^1.6.1: - version "1.6.3" - resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.3.tgz#77f2eb64be55a404c9fd04ad16d57c1d6d6b1280" - integrity sha512-LoEDv5pgpvWgPF4kNYuIp0qqSJVWak/dML0RY74xlzMZiT9w77teNAwKYKWBTYjlokMirg+o3jBwp+vlLrcfAA== - -loose-envify@^1.0.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" - integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== - dependencies: - js-tokens "^3.0.0 || ^4.0.0" - -loud-rejection@^1.0.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f" - integrity sha1-W0b4AUft7leIcPCG0Eghz5mOVR8= - dependencies: - currently-unhandled "^0.4.1" - signal-exit "^3.0.0" - -lowercase-keys@^1.0.0, lowercase-keys@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f" - integrity sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA== - -lowercase-keys@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479" - integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA== - -lru-cache@^4.0.1, lru-cache@^4.1.2, lru-cache@^4.1.3: - version "4.1.5" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd" - integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g== - dependencies: - pseudomap "^1.0.2" - yallist "^2.1.2" - -lru-cache@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" - integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== - dependencies: - yallist "^3.0.2" - -macos-release@^2.2.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.3.0.tgz#eb1930b036c0800adebccd5f17bc4c12de8bb71f" - integrity sha512-OHhSbtcviqMPt7yfw5ef5aghS2jzFVKEFyCJndQt2YpSQ9qRVSEv2axSJI1paVThEu+FFGs584h/1YhxjVqajA== - -magic-string@0.25.2, magic-string@^0.25.0, magic-string@^0.25.2: - version "0.25.2" - resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.2.tgz#139c3a729515ec55e96e69e82a11fe890a293ad9" - integrity sha512-iLs9mPjh9IuTtRsqqhNGYcZXGei0Nh/A4xirrsqW7c+QhKVFL2vm7U09ru6cHRD22azaP/wMDgI+HCqbETMTtg== - dependencies: - sourcemap-codec "^1.4.4" - -make-dir@^1.0.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c" - integrity sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ== - dependencies: - pify "^3.0.0" - -make-dir@^2.0.0, make-dir@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" - integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== - dependencies: - pify "^4.0.1" - semver "^5.6.0" - -make-error@^1.1.1: - version "1.3.5" - resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.5.tgz#efe4e81f6db28cadd605c70f29c831b58ef776c8" - integrity sha512-c3sIjNUow0+8swNwVpqoH4YCShKNFkMaw6oH1mNS2haDZQqkeZFlHS3dhoeEbKKmJB4vXpJucU6oH75aDYeE9g== - -make-fetch-happen@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-4.0.1.tgz#141497cb878f243ba93136c83d8aba12c216c083" - integrity sha512-7R5ivfy9ilRJ1EMKIOziwrns9fGeAD4bAha8EB7BIiBBLHm2KeTUGCrICFt2rbHfzheTLynv50GnNTK1zDTrcQ== - dependencies: - agentkeepalive "^3.4.1" - cacache "^11.0.1" - http-cache-semantics "^3.8.1" - http-proxy-agent "^2.1.0" - https-proxy-agent "^2.2.1" - lru-cache "^4.1.2" - mississippi "^3.0.0" - node-fetch-npm "^2.0.2" - promise-retry "^1.1.1" - socks-proxy-agent "^4.0.0" - ssri "^6.0.0" - -makeerror@1.0.x: - version "1.0.11" - resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.11.tgz#e01a5c9109f2af79660e4e8b9587790184f5a96c" - integrity sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw= - dependencies: - tmpl "1.0.x" - -mamacro@^0.0.3: - version "0.0.3" - resolved "https://registry.yarnpkg.com/mamacro/-/mamacro-0.0.3.tgz#ad2c9576197c9f1abf308d0787865bd975a3f3e4" - integrity sha512-qMEwh+UujcQ+kbz3T6V+wAmO2U8veoq2w+3wY8MquqwVA3jChfwY+Tk52GZKDfACEPjuZ7r2oJLejwpt8jtwTA== - -map-age-cleaner@^0.1.1: - version "0.1.3" - resolved "https://registry.yarnpkg.com/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz#7d583a7306434c055fe474b0f45078e6e1b4b92a" - integrity sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w== - dependencies: - p-defer "^1.0.0" - -map-cache@^0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" - integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= - -map-obj@^1.0.0, map-obj@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" - integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0= - -map-obj@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-2.0.0.tgz#a65cd29087a92598b8791257a523e021222ac1f9" - integrity sha1-plzSkIepJZi4eRJXpSPgISIqwfk= - -map-stream@~0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.1.0.tgz#e56aa94c4c8055a16404a0674b78f215f7c8e194" - integrity sha1-5WqpTEyAVaFkBKBnS3jyFffI4ZQ= - -map-visit@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" - integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= - dependencies: - object-visit "^1.0.0" - -material-colors@^1.2.6: - version "1.2.6" - resolved "https://registry.yarnpkg.com/material-colors/-/material-colors-1.2.6.tgz#6d1958871126992ceecc72f4bcc4d8f010865f46" - integrity sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg== - -md5.js@^1.3.4: - version "1.3.5" - resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f" - integrity sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg== - dependencies: - hash-base "^3.0.0" - inherits "^2.0.1" - safe-buffer "^5.1.2" - -media-typer@0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" - integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= - -mem@^4.0.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/mem/-/mem-4.3.0.tgz#461af497bc4ae09608cdb2e60eefb69bff744178" - integrity sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w== - dependencies: - map-age-cleaner "^0.1.1" - mimic-fn "^2.0.0" - p-is-promise "^2.0.0" - -memory-fs@^0.4.0, memory-fs@^0.4.1, memory-fs@~0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552" - integrity sha1-OpoguEYlI+RHz7x+i7gO1me/xVI= - dependencies: - errno "^0.1.3" - readable-stream "^2.0.1" - -memorystream@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/memorystream/-/memorystream-0.3.1.tgz#86d7090b30ce455d63fbae12dda51a47ddcaf9b2" - integrity sha1-htcJCzDORV1j+64S3aUaR93K+bI= - -meow@5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/meow/-/meow-5.0.0.tgz#dfc73d63a9afc714a5e371760eb5c88b91078aa4" - integrity sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig== - dependencies: - camelcase-keys "^4.0.0" - decamelize-keys "^1.0.0" - loud-rejection "^1.0.0" - minimist-options "^3.0.1" - normalize-package-data "^2.3.4" - read-pkg-up "^3.0.0" - redent "^2.0.0" - trim-newlines "^2.0.0" - yargs-parser "^10.0.0" - -meow@^3.3.0: - version "3.7.0" - resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" - integrity sha1-cstmi0JSKCkKu/qFaJJYcwioAfs= - dependencies: - camelcase-keys "^2.0.0" - decamelize "^1.1.2" - loud-rejection "^1.0.0" - map-obj "^1.0.1" - minimist "^1.1.3" - normalize-package-data "^2.3.4" - object-assign "^4.0.1" - read-pkg-up "^1.0.1" - redent "^1.0.0" - trim-newlines "^1.0.0" - -meow@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/meow/-/meow-4.0.1.tgz#d48598f6f4b1472f35bf6317a95945ace347f975" - integrity sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A== - dependencies: - camelcase-keys "^4.0.0" - decamelize-keys "^1.0.0" - loud-rejection "^1.0.0" - minimist "^1.1.3" - minimist-options "^3.0.1" - normalize-package-data "^2.3.4" - read-pkg-up "^3.0.0" - redent "^2.0.0" - trim-newlines "^2.0.0" - -merge-descriptors@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" - integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= - -merge-stream@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-1.0.1.tgz#4041202d508a342ba00174008df0c251b8c135e1" - integrity sha1-QEEgLVCKNCugAXQAjfDCUbjBNeE= - dependencies: - readable-stream "^2.0.1" - -merge2@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.2.3.tgz#7ee99dbd69bb6481689253f018488a1b902b0ed5" - integrity sha512-gdUU1Fwj5ep4kplwcmftruWofEFt6lfpkkr3h860CXbAB9c3hGb55EOL2ali0Td5oebvW0E1+3Sr+Ur7XfKpRA== - -methods@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" - integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= - -micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8: - version "3.1.10" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" - integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== - dependencies: - arr-diff "^4.0.0" - array-unique "^0.3.2" - braces "^2.3.1" - define-property "^2.0.2" - extend-shallow "^3.0.2" - extglob "^2.0.4" - fragment-cache "^0.2.1" - kind-of "^6.0.2" - nanomatch "^1.2.9" - object.pick "^1.3.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.2" - -miller-rabin@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d" - integrity sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA== - dependencies: - bn.js "^4.0.0" - brorand "^1.0.1" - -mime-db@1.40.0, "mime-db@>= 1.40.0 < 2": - version "1.40.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.40.0.tgz#a65057e998db090f732a68f6c276d387d4126c32" - integrity sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA== - -mime-types@2.1.24, mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24: - version "2.1.24" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.24.tgz#b6f8d0b3e951efb77dedeca194cff6d16f676f81" - integrity sha512-WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ== - dependencies: - mime-db "1.40.0" - -mime@1.6.0, mime@^1.4.1: - version "1.6.0" - resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" - integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== - -mime@^2.0.3, mime@^2.3.1, mime@^2.4.2: - version "2.4.4" - resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.4.tgz#bd7b91135fc6b01cde3e9bae33d659b63d8857e5" - integrity sha512-LRxmNwziLPT828z+4YkNzloCFC2YM4wrB99k+AV5ZbEyfGNWfG8SO1FUXLmLDBSo89NrJZ4DIWeLjy1CHGhMGA== - -mimic-fn@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" - integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ== - -mimic-fn@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" - integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== - -mimic-response@^1.0.0, mimic-response@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b" - integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ== - -mini-css-extract-plugin@0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.6.0.tgz#a3f13372d6fcde912f3ee4cd039665704801e3b9" - integrity sha512-79q5P7YGI6rdnVyIAV4NXpBQJFWdkzJxCim3Kog4078fM0piAaFlwocqbejdWtLW1cEzCexPrh6EdyFsPgVdAw== - dependencies: - loader-utils "^1.1.0" - normalize-url "^2.0.1" - schema-utils "^1.0.0" - webpack-sources "^1.1.0" - -minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" - integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== - -minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" - integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= - -minimatch@3.0.4, minimatch@^3.0.2, minimatch@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" - integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== - dependencies: - brace-expansion "^1.1.7" - -minimist-options@^3.0.1: - version "3.0.2" - resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-3.0.2.tgz#fba4c8191339e13ecf4d61beb03f070103f3d954" - integrity sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ== - dependencies: - arrify "^1.0.1" - is-plain-obj "^1.1.0" - -minimist@0.0.8: - version "0.0.8" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" - integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= - -minimist@1.2.0, minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" - integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= - -minimist@~0.0.1: - version "0.0.10" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf" - integrity sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8= - -minipass@^2.2.1, minipass@^2.3.5: - version "2.3.5" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.3.5.tgz#cacebe492022497f656b0f0f51e2682a9ed2d848" - integrity sha512-Gi1W4k059gyRbyVUZQ4mEqLm0YIUiGYfvxhF6SIlk3ui1WVxMTGfGdQ2SInh3PDrRTVvPKgULkpJtT4RH10+VA== - dependencies: - safe-buffer "^5.1.2" - yallist "^3.0.0" - -minizlib@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.2.1.tgz#dd27ea6136243c7c880684e8672bb3a45fd9b614" - integrity sha512-7+4oTUOWKg7AuL3vloEWekXY2/D20cevzsrNT2kGWm+39J9hGTCBv8VI5Pm5lXZ/o3/mdR4f8rflAPhnQb8mPA== - dependencies: - minipass "^2.2.1" - -mississippi@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-3.0.0.tgz#ea0a3291f97e0b5e8776b363d5f0a12d94c67022" - integrity sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA== - dependencies: - concat-stream "^1.5.0" - duplexify "^3.4.2" - end-of-stream "^1.1.0" - flush-write-stream "^1.0.0" - from2 "^2.1.0" - parallel-transform "^1.1.0" - pump "^3.0.0" - pumpify "^1.3.3" - stream-each "^1.1.0" - through2 "^2.0.0" - -mixin-deep@^1.2.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe" - integrity sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ== - dependencies: - for-in "^1.0.2" - is-extendable "^1.0.1" - -mixin-object@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/mixin-object/-/mixin-object-2.0.1.tgz#4fb949441dab182540f1fe035ba60e1947a5e57e" - integrity sha1-T7lJRB2rGCVA8f4DW6YOGUel5X4= - dependencies: - for-in "^0.1.3" - is-extendable "^0.1.1" - -mkdirp@0.5.1, mkdirp@0.5.x, mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0: - version "0.5.1" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" - integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= - dependencies: - minimist "0.0.8" - -modify-values@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022" - integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw== - -moment@2.24.0: - version "2.24.0" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b" - integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg== - -move-concurrently@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92" - integrity sha1-viwAX9oy4LKa8fBdfEszIUxwH5I= - dependencies: - aproba "^1.1.1" - copy-concurrently "^1.0.0" - fs-write-stream-atomic "^1.0.8" - mkdirp "^0.5.1" - rimraf "^2.5.4" - run-queue "^1.0.3" - -ms@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" - integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= - -ms@2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" - integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== - -ms@^2.0.0, ms@^2.1.1: - version "2.1.2" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" - integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== - -multicast-dns-service-types@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz#899f11d9686e5e05cb91b35d5f0e63b773cfc901" - integrity sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE= - -multicast-dns@^6.0.1: - version "6.2.3" - resolved "https://registry.yarnpkg.com/multicast-dns/-/multicast-dns-6.2.3.tgz#a0ec7bd9055c4282f790c3c82f4e28db3b31b229" - integrity sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g== - dependencies: - dns-packet "^1.3.1" - thunky "^1.0.2" - -mute-stream@0.0.7: - version "0.0.7" - resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab" - integrity sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s= - -nan@^2.12.1: - version "2.14.0" - resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c" - integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg== - -nanomatch@^1.2.9: - version "1.2.13" - resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" - integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== - dependencies: - arr-diff "^4.0.0" - array-unique "^0.3.2" - define-property "^2.0.2" - extend-shallow "^3.0.2" - fragment-cache "^0.2.1" - is-windows "^1.0.2" - kind-of "^6.0.2" - object.pick "^1.3.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -natural-compare@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" - integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= - -needle@^2.2.1: - version "2.4.0" - resolved "https://registry.yarnpkg.com/needle/-/needle-2.4.0.tgz#6833e74975c444642590e15a750288c5f939b57c" - integrity sha512-4Hnwzr3mi5L97hMYeNl8wRW/Onhy4nUKR/lVemJ8gJedxxUyBLm9kkrDColJvoSfwi0jCNhD+xCdOtiGDQiRZg== - dependencies: - debug "^3.2.6" - iconv-lite "^0.4.4" - sax "^1.2.4" - -negotiator@0.6.2: - version "0.6.2" - resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb" - integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== - -neo-async@^2.5.0, neo-async@^2.6.0: - version "2.6.1" - resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c" - integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw== - -nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61" - integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug== - -ng-packagr@^5.1.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-5.3.0.tgz#92434ca05ecbd1e01fe961a66c8a9a66b095f6fa" - integrity sha512-i+964lzZC7VVzatDCLDZndiXTog1XGozY7K1Bs78+uBF8O1YHNQP9wB9C5fR4uEaSKVhCWEBYekoS69flCugMA== - dependencies: - "@ngtools/json-schema" "^1.1.0" - autoprefixer "^9.6.0" - browserslist "^4.0.0" - chalk "^2.3.1" - chokidar "^3.0.0" - clean-css "^4.1.11" - commander "^2.12.0" - fs-extra "^8.0.0" - glob "^7.1.2" - injection-js "^2.2.1" - less "^3.8.0" - less-plugin-npm-import "^2.1.0" - node-sass-tilde-importer "^1.0.0" - postcss "^7.0.0" - postcss-url "^8.0.0" - read-pkg-up "^5.0.0" - rimraf "^2.6.1" - rollup "^1.12.1" - rollup-plugin-commonjs "^10.0.0" - rollup-plugin-json "^4.0.0" - rollup-plugin-node-resolve "^5.0.0" - rollup-plugin-sourcemaps "^0.4.2" - rxjs "^6.0.0" - sass "^1.17.3" - stylus "^0.54.5" - terser "^4.0.0" - update-notifier "^3.0.0" - -ngx-color@^2.0.5: - version "2.0.7" - resolved "https://registry.yarnpkg.com/ngx-color/-/ngx-color-2.0.7.tgz#a3e7505a690c6d90689cb5ceb8b6e20f0b7c8fcf" - integrity sha512-R+J+4VxklH7VmHNXJg3wMlu8MMsnmUkdh8WGgcbDFep0z5aLXZ29RI9CqialNRN9ZYfN5BtbDSZQVKzY5GBG2A== - dependencies: - material-colors "^1.2.6" - tinycolor2 "^1.4.1" - tslib "^1.9.0" - -ngx-highlightjs@^3.0.1: - version "3.0.3" - resolved "https://registry.yarnpkg.com/ngx-highlightjs/-/ngx-highlightjs-3.0.3.tgz#06105191fbd29abbc0b7ea1446c87fa4547e445b" - integrity sha512-/Eh+uJL9CiePWXzyT7VpLaQoWQyyNEUQaHhJ4faUBQZLBpachCBY55iDX0mi50zG9dapTiiapH5Vz/sL2GDxlg== - dependencies: - tslib "^1.9.0" - -nice-try@^1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" - integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== - -node-eta@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/node-eta/-/node-eta-0.1.1.tgz#4066109b39371c761c72b7ebda9a9ea0a5de121f" - integrity sha1-QGYQmzk3HHYccrfr2pqeoKXeEh8= - -node-fetch-npm@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/node-fetch-npm/-/node-fetch-npm-2.0.2.tgz#7258c9046182dca345b4208eda918daf33697ff7" - integrity sha512-nJIxm1QmAj4v3nfCvEeCrYSoVwXyxLnaPBK5W1W5DGEJwjlKuC2VEUycGw5oxk+4zZahRrB84PUJJgEmhFTDFw== - dependencies: - encoding "^0.1.11" - json-parse-better-errors "^1.0.0" - safe-buffer "^5.1.1" - -node-fetch@^2.3.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" - integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== - -node-forge@0.7.5: - version "0.7.5" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.5.tgz#6c152c345ce11c52f465c2abd957e8639cd674df" - integrity sha512-MmbQJ2MTESTjt3Gi/3yG1wGpIMhUfcIypUCGtTizFR9IiccFwxSpfp0vtIZlkFclEqERemxfnSdZEMR9VqqEFQ== - -node-int64@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" - integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs= - -node-libs-browser@^2.0.0: - version "2.2.1" - resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425" - integrity sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q== - dependencies: - assert "^1.1.1" - browserify-zlib "^0.2.0" - buffer "^4.3.0" - console-browserify "^1.1.0" - constants-browserify "^1.0.0" - crypto-browserify "^3.11.0" - domain-browser "^1.1.1" - events "^3.0.0" - https-browserify "^1.0.0" - os-browserify "^0.3.0" - path-browserify "0.0.1" - process "^0.11.10" - punycode "^1.2.4" - querystring-es3 "^0.2.0" - readable-stream "^2.3.3" - stream-browserify "^2.0.1" - stream-http "^2.7.2" - string_decoder "^1.0.0" - timers-browserify "^2.0.4" - tty-browserify "0.0.0" - url "^0.11.0" - util "^0.11.0" - vm-browserify "^1.0.1" - -node-modules-regexp@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40" - integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA= - -node-notifier@^5.2.1: - version "5.4.0" - resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-5.4.0.tgz#7b455fdce9f7de0c63538297354f3db468426e6a" - integrity sha512-SUDEb+o71XR5lXSTyivXd9J7fCloE3SyP4lSgt3lU2oSANiox+SxlNRGPjDKrwU1YN3ix2KN/VGGCg0t01rttQ== - dependencies: - growly "^1.3.0" - is-wsl "^1.1.0" - semver "^5.5.0" - shellwords "^0.1.1" - which "^1.3.0" - -node-pre-gyp@^0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.12.0.tgz#39ba4bb1439da030295f899e3b520b7785766149" - integrity sha512-4KghwV8vH5k+g2ylT+sLTjy5wmUOb9vPhnM8NHvRf9dHmnW/CndrFXy2aRPaPST6dugXSdHXfeaHQm77PIz/1A== - dependencies: - detect-libc "^1.0.2" - mkdirp "^0.5.1" - needle "^2.2.1" - nopt "^4.0.1" - npm-packlist "^1.1.6" - npmlog "^4.0.2" - rc "^1.2.7" - rimraf "^2.6.1" - semver "^5.3.0" - tar "^4" - -node-releases@^1.1.14, node-releases@^1.1.23: - version "1.1.23" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.23.tgz#de7409f72de044a2fa59c097f436ba89c39997f0" - integrity sha512-uq1iL79YjfYC0WXoHbC/z28q/9pOl8kSHaXdWmAAc8No+bDwqkZbzIJz55g/MUsPgSGm9LZ7QSUbzTcH5tz47w== - dependencies: - semver "^5.3.0" - -node-sass-tilde-importer@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/node-sass-tilde-importer/-/node-sass-tilde-importer-1.0.2.tgz#1a15105c153f648323b4347693fdb0f331bad1ce" - integrity sha512-Swcmr38Y7uB78itQeBm3mThjxBy9/Ah/ykPIaURY/L6Nec9AyRoL/jJ7ECfMR+oZeCTVQNxVMu/aHU+TLRVbdg== - dependencies: - find-parent-dir "^0.3.0" - -nopt@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d" - integrity sha1-0NRoWv1UFRk8jHUFYC0NF81kR00= - dependencies: - abbrev "1" - osenv "^0.1.4" - -normalize-package-data@^2.0.0, normalize-package-data@^2.3.0, normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.3.5, normalize-package-data@^2.4.0, normalize-package-data@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" - integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== - dependencies: - hosted-git-info "^2.1.4" - resolve "^1.10.0" - semver "2 || 3 || 4 || 5" - validate-npm-package-license "^3.0.1" - -normalize-path@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" - integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= - dependencies: - remove-trailing-separator "^1.0.1" - -normalize-path@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" - integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== - -normalize-range@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" - integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= - -normalize-url@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-2.0.1.tgz#835a9da1551fa26f70e92329069a23aa6574d7e6" - integrity sha512-D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw== - dependencies: - prepend-http "^2.0.0" - query-string "^5.0.1" - sort-keys "^2.0.0" - -normalize-url@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559" - integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== - -normalize-url@^4.1.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.3.0.tgz#9c49e10fc1876aeb76dba88bf1b2b5d9fa57b2ee" - integrity sha512-0NLtR71o4k6GLP+mr6Ty34c5GA6CMoEsncKJxvQd8NzPxaHRJNnb5gZE8R1XF4CPIS7QPHLJ74IFszwtNVAHVQ== - -npm-bundled@^1.0.1: - version "1.0.6" - resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.6.tgz#e7ba9aadcef962bb61248f91721cd932b3fe6bdd" - integrity sha512-8/JCaftHwbd//k6y2rEWp6k1wxVfpFzB6t1p825+cUb7Ym2XQfhwIC5KwhrvzZRJu+LtDE585zVaS32+CGtf0g== - -npm-package-arg@6.1.0, npm-package-arg@^6.0.0, npm-package-arg@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-6.1.0.tgz#15ae1e2758a5027efb4c250554b85a737db7fcc1" - integrity sha512-zYbhP2k9DbJhA0Z3HKUePUgdB1x7MfIfKssC+WLPFMKTBZKpZh5m13PgexJjCq6KW7j17r0jHWcCpxEqnnncSA== - dependencies: - hosted-git-info "^2.6.0" - osenv "^0.1.5" - semver "^5.5.0" - validate-npm-package-name "^3.0.0" - -npm-packlist@^1.1.12, npm-packlist@^1.1.6: - version "1.4.1" - resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.1.tgz#19064cdf988da80ea3cee45533879d90192bbfbc" - integrity sha512-+TcdO7HJJ8peiiYhvPxsEDhF3PJFGUGRcFsGve3vxvxdcpO2Z4Z7rkosRM0kWj6LfbK/P0gu3dzk5RU1ffvFcw== - dependencies: - ignore-walk "^3.0.1" - npm-bundled "^1.0.1" - -npm-pick-manifest@^2.2.3: - version "2.2.3" - resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-2.2.3.tgz#32111d2a9562638bb2c8f2bf27f7f3092c8fae40" - integrity sha512-+IluBC5K201+gRU85vFlUwX3PFShZAbAgDNp2ewJdWMVSppdo/Zih0ul2Ecky/X7b51J7LrrUAP+XOmOCvYZqA== - dependencies: - figgy-pudding "^3.5.1" - npm-package-arg "^6.0.0" - semver "^5.4.1" - -npm-registry-fetch@^3.8.0: - version "3.9.0" - resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-3.9.0.tgz#44d841780e2833f06accb34488f8c7450d1a6856" - integrity sha512-srwmt8YhNajAoSAaDWndmZgx89lJwIZ1GWxOuckH4Coek4uHv5S+o/l9FLQe/awA+JwTnj4FJHldxhlXdZEBmw== - dependencies: - JSONStream "^1.3.4" - bluebird "^3.5.1" - figgy-pudding "^3.4.1" - lru-cache "^4.1.3" - make-fetch-happen "^4.0.1" - npm-package-arg "^6.1.0" - -npm-run-all@^4.1.5: - version "4.1.5" - resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba" - integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ== - dependencies: - ansi-styles "^3.2.1" - chalk "^2.4.1" - cross-spawn "^6.0.5" - memorystream "^0.3.1" - minimatch "^3.0.4" - pidtree "^0.3.0" - read-pkg "^3.0.0" - shell-quote "^1.6.1" - string.prototype.padend "^3.0.0" - -npm-run-path@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" - integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= - dependencies: - path-key "^2.0.0" - -npmlog@^4.0.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b" - integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== - dependencies: - are-we-there-yet "~1.1.2" - console-control-strings "~1.1.0" - gauge "~2.7.3" - set-blocking "~2.0.0" - -num2fraction@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede" - integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4= - -number-is-nan@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" - integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= - -nwsapi@^2.0.7: - version "2.1.4" - resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.1.4.tgz#e006a878db23636f8e8a67d33ca0e4edf61a842f" - integrity sha512-iGfd9Y6SFdTNldEy2L0GUhcarIutFmk+MPWIn9dmj8NMIup03G08uUF2KGbbmv/Ux4RT0VZJoP/sVbWA6d/VIw== - -oauth-sign@~0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" - integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== - -object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" - integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= - -object-copy@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" - integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw= - dependencies: - copy-descriptor "^0.1.0" - define-property "^0.2.5" - kind-of "^3.0.3" - -object-keys@^1.0.12: - version "1.1.1" - resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" - integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== - -object-visit@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" - integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= - dependencies: - isobject "^3.0.0" - -object.getownpropertydescriptors@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16" - integrity sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY= - dependencies: - define-properties "^1.1.2" - es-abstract "^1.5.1" - -object.pick@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" - integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= - dependencies: - isobject "^3.0.1" - -obuf@^1.0.0, obuf@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e" - integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg== - -octokit-pagination-methods@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz#cf472edc9d551055f9ef73f6e42b4dbb4c80bea4" - integrity sha512-fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ== - -on-finished@~2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" - integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= - dependencies: - ee-first "1.1.1" - -on-headers@~1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f" - integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA== - -once@^1.3.0, once@^1.3.1, once@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" - integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= - dependencies: - wrappy "1" - -onetime@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789" - integrity sha1-ofeDj4MUxRbwXs78vEzP4EtO14k= - -onetime@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4" - integrity sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ= - dependencies: - mimic-fn "^1.0.0" - -open@6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/open/-/open-6.2.0.tgz#7cf92cb961b5d8498b071e64098bf5e27f57230c" - integrity sha512-Vxf6HJkwrqmvh9UAID3MnMYXntbTxKLOSfOnO7LJdzPf3NE3KQYFNV0/Lcz2VAndbRFil58XVCyh8tiX11fiYw== - dependencies: - is-wsl "^1.1.0" - -opn@^5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/opn/-/opn-5.5.0.tgz#fc7164fab56d235904c51c3b27da6758ca3b9bfc" - integrity sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA== - dependencies: - is-wsl "^1.1.0" - -optimist@^0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686" - integrity sha1-2j6nRob6IaGaERwybpDrFaAZZoY= - dependencies: - minimist "~0.0.1" - wordwrap "~0.0.2" - -optionator@^0.8.1: - version "0.8.2" - resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64" - integrity sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q= - dependencies: - deep-is "~0.1.3" - fast-levenshtein "~2.0.4" - levn "~0.3.0" - prelude-ls "~1.1.2" - type-check "~0.3.2" - wordwrap "~1.0.0" - -ora@3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/ora/-/ora-3.4.0.tgz#bf0752491059a3ef3ed4c85097531de9fdbcd318" - integrity sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg== - dependencies: - chalk "^2.4.2" - cli-cursor "^2.1.0" - cli-spinners "^2.0.0" - log-symbols "^2.2.0" - strip-ansi "^5.2.0" - wcwidth "^1.0.1" - -ora@^0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/ora/-/ora-0.2.3.tgz#37527d220adcd53c39b73571d754156d5db657a4" - integrity sha1-N1J9Igrc1Tw5tzVx11QVbV22V6Q= - dependencies: - chalk "^1.1.1" - cli-cursor "^1.0.2" - cli-spinners "^0.1.2" - object-assign "^4.0.1" - -original@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/original/-/original-1.0.2.tgz#e442a61cffe1c5fd20a65f3261c26663b303f25f" - integrity sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg== - dependencies: - url-parse "^1.4.3" - -os-browserify@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" - integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= - -os-homedir@^1.0.0, os-homedir@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" - integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= - -os-locale@^3.0.0, os-locale@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-3.1.0.tgz#a802a6ee17f24c10483ab9935719cef4ed16bf1a" - integrity sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q== - dependencies: - execa "^1.0.0" - lcid "^2.0.0" - mem "^4.0.0" - -os-name@3.1.0, os-name@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/os-name/-/os-name-3.1.0.tgz#dec19d966296e1cd62d701a5a66ee1ddeae70801" - integrity sha512-h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg== - dependencies: - macos-release "^2.2.0" - windows-release "^3.1.0" - -os-tmpdir@^1.0.0, os-tmpdir@~1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" - integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= - -osenv@^0.1.4, osenv@^0.1.5: - version "0.1.5" - resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410" - integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== - dependencies: - os-homedir "^1.0.0" - os-tmpdir "^1.0.0" - -p-cancelable@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-1.1.0.tgz#d078d15a3af409220c886f1d9a0ca2e441ab26cc" - integrity sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw== - -p-defer@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c" - integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww= - -p-each-series@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-1.0.0.tgz#930f3d12dd1f50e7434457a22cd6f04ac6ad7f71" - integrity sha1-kw89Et0fUOdDRFeiLNbwSsatf3E= - dependencies: - p-reduce "^1.0.0" - -p-finally@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" - integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= - -p-is-promise@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-2.1.0.tgz#918cebaea248a62cf7ffab8e3bca8c5f882fc42e" - integrity sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg== - -p-limit@^1.1.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8" - integrity sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q== - dependencies: - p-try "^1.0.0" - -p-limit@^2.0.0, p-limit@^2.1.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.0.tgz#417c9941e6027a9abcba5092dd2904e255b5fbc2" - integrity sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ== - dependencies: - p-try "^2.0.0" - -p-locate@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43" - integrity sha1-IKAQOyIqcMj9OcwuWAaA893l7EM= - dependencies: - p-limit "^1.1.0" - -p-locate@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" - integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== - dependencies: - p-limit "^2.0.0" - -p-map@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b" - integrity sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA== - -p-map@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175" - integrity sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw== - -p-reduce@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/p-reduce/-/p-reduce-1.0.0.tgz#18c2b0dd936a4690a529f8231f58a0fdb6a47dfa" - integrity sha1-GMKw3ZNqRpClKfgjH1ig/bakffo= - -p-try@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" - integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M= - -p-try@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" - integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== - -package-json@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/package-json/-/package-json-4.0.1.tgz#8869a0401253661c4c4ca3da6c2121ed555f5eed" - integrity sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0= - dependencies: - got "^6.7.1" - registry-auth-token "^3.0.1" - registry-url "^3.0.3" - semver "^5.1.0" - -package-json@^6.3.0: - version "6.4.0" - resolved "https://registry.yarnpkg.com/package-json/-/package-json-6.4.0.tgz#4f626976604f4a9a41723ce1792b204a60b1b61e" - integrity sha512-bd1T8OBG7hcvMd9c/udgv6u5v9wISP3Oyl9Cm7Weop8EFwrtcQDnS2sb6zhwqus2WslSr5wSTIPiTTpxxmPm7Q== - dependencies: - got "^9.6.0" - registry-auth-token "^3.4.0" - registry-url "^5.0.0" - semver "^6.1.1" - -pacote@9.5.0: - version "9.5.0" - resolved "https://registry.yarnpkg.com/pacote/-/pacote-9.5.0.tgz#85f3013a3f6dd51c108b0ccabd3de8102ddfaeda" - integrity sha512-aUplXozRbzhaJO48FaaeClmN+2Mwt741MC6M3bevIGZwdCaP7frXzbUOfOWa91FPHoLITzG0hYaKY363lxO3bg== - dependencies: - bluebird "^3.5.3" - cacache "^11.3.2" - figgy-pudding "^3.5.1" - get-stream "^4.1.0" - glob "^7.1.3" - lru-cache "^5.1.1" - make-fetch-happen "^4.0.1" - minimatch "^3.0.4" - minipass "^2.3.5" - mississippi "^3.0.0" - mkdirp "^0.5.1" - normalize-package-data "^2.4.0" - npm-package-arg "^6.1.0" - npm-packlist "^1.1.12" - npm-pick-manifest "^2.2.3" - npm-registry-fetch "^3.8.0" - osenv "^0.1.5" - promise-inflight "^1.0.1" - promise-retry "^1.1.1" - protoduck "^5.0.1" - rimraf "^2.6.2" - safe-buffer "^5.1.2" - semver "^5.6.0" - ssri "^6.0.1" - tar "^4.4.8" - unique-filename "^1.1.1" - which "^1.3.1" - -pako@~1.0.2, pako@~1.0.5: - version "1.0.10" - resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.10.tgz#4328badb5086a426aa90f541977d4955da5c9732" - integrity sha512-0DTvPVU3ed8+HNXOu5Bs+o//Mbdj9VNQMUOe9oKCwh8l0GNwpTDMKCWbRjgtD291AWnkAgkqA/LOnQS8AmS1tw== - -parallel-transform@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/parallel-transform/-/parallel-transform-1.1.0.tgz#d410f065b05da23081fcd10f28854c29bda33b06" - integrity sha1-1BDwZbBdojCB/NEPKIVMKb2jOwY= - dependencies: - cyclist "~0.2.2" - inherits "^2.0.3" - readable-stream "^2.1.5" - -parent-module@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" - integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== - dependencies: - callsites "^3.0.0" - -parse-asn1@^5.0.0: - version "5.1.4" - resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.4.tgz#37f6628f823fbdeb2273b4d540434a22f3ef1fcc" - integrity sha512-Qs5duJcuvNExRfFZ99HDD3z4mAi3r9Wl/FOjEOijlxwCZs7E7mW2vjTpgQ4J8LpTF8x5v+1Vn5UQFejmWT11aw== - dependencies: - asn1.js "^4.0.0" - browserify-aes "^1.0.0" - create-hash "^1.1.0" - evp_bytestokey "^1.0.0" - pbkdf2 "^3.0.3" - safe-buffer "^5.1.1" - -parse-github-repo-url@^1.3.0: - version "1.4.1" - resolved "https://registry.yarnpkg.com/parse-github-repo-url/-/parse-github-repo-url-1.4.1.tgz#9e7d8bb252a6cb6ba42595060b7bf6df3dbc1f50" - integrity sha1-nn2LslKmy2ukJZUGC3v23z28H1A= - -parse-json@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" - integrity sha1-9ID0BDTvgHQfhGkJn43qGPVaTck= - dependencies: - error-ex "^1.2.0" - -parse-json@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" - integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= - dependencies: - error-ex "^1.3.1" - json-parse-better-errors "^1.0.1" - -parse-path@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/parse-path/-/parse-path-4.0.1.tgz#0ec769704949778cb3b8eda5e994c32073a1adff" - integrity sha512-d7yhga0Oc+PwNXDvQ0Jv1BuWkLVPXcAoQ/WREgd6vNNoKYaW52KI+RdOFjI63wjkmps9yUE8VS4veP+AgpQ/hA== - dependencies: - is-ssh "^1.3.0" - protocols "^1.4.0" - -parse-url@^5.0.0: - version "5.0.1" - resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-5.0.1.tgz#99c4084fc11be14141efa41b3d117a96fcb9527f" - integrity sha512-flNUPP27r3vJpROi0/R3/2efgKkyXqnXwyP1KQ2U0SfFRgdizOdWfvrrvJg1LuOoxs7GQhmxJlq23IpQ/BkByg== - dependencies: - is-ssh "^1.3.0" - normalize-url "^3.3.0" - parse-path "^4.0.0" - protocols "^1.4.0" - -parse5@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/parse5/-/parse5-4.0.0.tgz#6d78656e3da8d78b4ec0b906f7c08ef1dfe3f608" - integrity sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA== - -parse5@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.1.0.tgz#c59341c9723f414c452975564c7c00a68d58acd2" - integrity sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ== - -parseurl@~1.3.2, parseurl@~1.3.3: - version "1.3.3" - resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" - integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== - -pascalcase@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" - integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= - -path-browserify@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.1.tgz#e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a" - integrity sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ== - -path-dirname@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" - integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= - -path-exists@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" - integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s= - dependencies: - pinkie-promise "^2.0.0" - -path-exists@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" - integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= - -path-is-absolute@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" - integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= - -path-is-inside@^1.0.1, path-is-inside@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53" - integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= - -path-key@^2.0.0, path-key@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" - integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= - -path-parse@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" - integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== - -path-to-regexp@0.1.7: - version "0.1.7" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" - integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= - -path-type@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" - integrity sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE= - dependencies: - graceful-fs "^4.1.2" - pify "^2.0.0" - pinkie-promise "^2.0.0" - -path-type@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f" - integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg== - dependencies: - pify "^3.0.0" - -pause-stream@0.0.11: - version "0.0.11" - resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445" - integrity sha1-/lo0sMvOErWqaitAPuLnO2AvFEU= - dependencies: - through "~2.3" - -pbkdf2@^3.0.3: - version "3.0.17" - resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.0.17.tgz#976c206530617b14ebb32114239f7b09336e93a6" - integrity sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA== - dependencies: - create-hash "^1.1.2" - create-hmac "^1.1.4" - ripemd160 "^2.0.1" - safe-buffer "^5.0.1" - sha.js "^2.4.8" - -pend@~1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" - integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA= - -performance-now@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" - integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= - -picomatch@^2.0.4: - version "2.0.7" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.0.7.tgz#514169d8c7cd0bdbeecc8a2609e34a7163de69f6" - integrity sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA== - -pidtree@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.0.tgz#f6fada10fccc9f99bf50e90d0b23d72c9ebc2e6b" - integrity sha512-9CT4NFlDcosssyg8KVFltgokyKZIFjoBxw8CTGy+5F38Y1eQWrt8tRayiUOXE+zVKQnYu5BR8JjCtvK3BcnBhg== - -pify@^2.0.0, pify@^2.2.0, pify@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" - integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw= - -pify@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" - integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= - -pify@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" - integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== - -pinkie-promise@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" - integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o= - dependencies: - pinkie "^2.0.0" - -pinkie@^2.0.0: - version "2.0.4" - resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" - integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA= - -pirates@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87" - integrity sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA== - dependencies: - node-modules-regexp "^1.0.0" - -pkg-dir@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3" - integrity sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw== - dependencies: - find-up "^3.0.0" - -please-upgrade-node@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.1.1.tgz#ed320051dfcc5024fae696712c8288993595e8ac" - integrity sha512-KY1uHnQ2NlQHqIJQpnh/i54rKkuxCEBx+voJIS/Mvb+L2iYd2NMotwduhKTMjfC1uKoX3VXOxLjIYG66dfJTVQ== - dependencies: - semver-compare "^1.0.0" - -pn@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb" - integrity sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA== - -portfinder@^1.0.20: - version "1.0.20" - resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.20.tgz#bea68632e54b2e13ab7b0c4775e9b41bf270e44a" - integrity sha512-Yxe4mTyDzTd59PZJY4ojZR8F+E5e97iq2ZOHPz3HDgSvYC5siNad2tLooQ5y5QHyQhc3xVqvyk/eNA3wuoa7Sw== - dependencies: - async "^1.5.2" - debug "^2.2.0" - mkdirp "0.5.x" - -posix-character-classes@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" - integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= - -postcss-import@12.0.1: - version "12.0.1" - resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-12.0.1.tgz#cf8c7ab0b5ccab5649024536e565f841928b7153" - integrity sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw== - dependencies: - postcss "^7.0.1" - postcss-value-parser "^3.2.3" - read-cache "^1.0.0" - resolve "^1.1.7" - -postcss-load-config@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-2.1.0.tgz#c84d692b7bb7b41ddced94ee62e8ab31b417b003" - integrity sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q== - dependencies: - cosmiconfig "^5.0.0" - import-cwd "^2.0.0" - -postcss-loader@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-3.0.0.tgz#6b97943e47c72d845fa9e03f273773d4e8dd6c2d" - integrity sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA== - dependencies: - loader-utils "^1.1.0" - postcss "^7.0.0" - postcss-load-config "^2.0.0" - schema-utils "^1.0.0" - -postcss-url@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/postcss-url/-/postcss-url-8.0.0.tgz#7b10059bd12929cdbb1971c60f61a0e5af86b4ca" - integrity sha512-E2cbOQ5aii2zNHh8F6fk1cxls7QVFZjLPSrqvmiza8OuXLzIpErij8BDS5Y3STPfJgpIMNCPEr8JlKQWEoozUw== - dependencies: - mime "^2.3.1" - minimatch "^3.0.4" - mkdirp "^0.5.0" - postcss "^7.0.2" - xxhashjs "^0.2.1" - -postcss-value-parser@^3.2.3, postcss-value-parser@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" - integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== - -postcss@7.0.14: - version "7.0.14" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.14.tgz#4527ed6b1ca0d82c53ce5ec1a2041c2346bbd6e5" - integrity sha512-NsbD6XUUMZvBxtQAJuWDJeeC4QFsmWsfozWxCJPWf3M55K9iu2iMDaKqyoOdTJ1R4usBXuxlVFAIo8rZPQD4Bg== - dependencies: - chalk "^2.4.2" - source-map "^0.6.1" - supports-color "^6.1.0" - -postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.2: - version "7.0.17" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.17.tgz#4da1bdff5322d4a0acaab4d87f3e782436bad31f" - integrity sha512-546ZowA+KZ3OasvQZHsbuEpysvwTZNGJv9EfyCQdsIDltPSWHAeTQ5fQy/Npi2ZDtLI3zs7Ps/p6wThErhm9fQ== - dependencies: - chalk "^2.4.2" - source-map "^0.6.1" - supports-color "^6.1.0" - -prelude-ls@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" - integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= - -prepend-http@^1.0.1: - version "1.0.4" - resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc" - integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw= - -prepend-http@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897" - integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc= - -pretty-format@^24.7.0, pretty-format@^24.8.0: - version "24.8.0" - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-24.8.0.tgz#8dae7044f58db7cb8be245383b565a963e3c27f2" - integrity sha512-P952T7dkrDEplsR+TuY7q3VXDae5Sr7zmQb12JU/NDQa/3CH7/QW0yvqLcGN6jL+zQFKaoJcPc+yJxMTGmosqw== - dependencies: - "@jest/types" "^24.8.0" - ansi-regex "^4.0.0" - ansi-styles "^3.2.0" - react-is "^16.8.4" - -process-nextick-args@~2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa" - integrity sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw== - -process@^0.11.10: - version "0.11.10" - resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" - integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI= - -progress@^2.0.1: - version "2.0.3" - resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" - integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== - -promise-inflight@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" - integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= - -promise-retry@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/promise-retry/-/promise-retry-1.1.1.tgz#6739e968e3051da20ce6497fb2b50f6911df3d6d" - integrity sha1-ZznpaOMFHaIM5kl/srUPaRHfPW0= - dependencies: - err-code "^1.0.0" - retry "^0.10.0" - -promise@^7.1.1: - version "7.3.1" - resolved "https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf" - integrity sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg== - dependencies: - asap "~2.0.3" - -promise@~7.0.1: - version "7.0.4" - resolved "https://registry.yarnpkg.com/promise/-/promise-7.0.4.tgz#363e84a4c36c8356b890fed62c91ce85d02ed539" - integrity sha1-Nj6EpMNsg1a4kP7WLJHOhdAu1Tk= - dependencies: - asap "~2.0.3" - -prompts@^2.0.1: - version "2.1.0" - resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.1.0.tgz#bf90bc71f6065d255ea2bdc0fe6520485c1b45db" - integrity sha512-+x5TozgqYdOwWsQFZizE/Tra3fKvAoy037kOyU6cgz84n8f6zxngLOV4O32kTwt9FcLCxAqw0P/c8rOr9y+Gfg== - dependencies: - kleur "^3.0.2" - sisteransi "^1.0.0" - -protocols@^1.1.0, protocols@^1.4.0: - version "1.4.7" - resolved "https://registry.yarnpkg.com/protocols/-/protocols-1.4.7.tgz#95f788a4f0e979b291ffefcf5636ad113d037d32" - integrity sha512-Fx65lf9/YDn3hUX08XUc0J8rSux36rEsyiv21ZGUC1mOyeM3lTRpZLcrm8aAolzS4itwVfm7TAPyxC2E5zd6xg== - -protoduck@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/protoduck/-/protoduck-5.0.1.tgz#03c3659ca18007b69a50fd82a7ebcc516261151f" - integrity sha512-WxoCeDCoCBY55BMvj4cAEjdVUFGRWed9ZxPlqTKYyw1nDDTQ4pqmnIMAGfJlg7Dx35uB/M+PHJPTmGOvaCaPTg== - dependencies: - genfun "^5.0.0" - -proxy-addr@~2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.5.tgz#34cbd64a2d81f4b1fd21e76f9f06c8a45299ee34" - integrity sha512-t/7RxHXPH6cJtP0pRG6smSr9QJidhB+3kXu0KgXnbGYMgzEnUxRQ4/LDdfOwZEMyIh3/xHb8PX3t+lfL9z+YVQ== - dependencies: - forwarded "~0.1.2" - ipaddr.js "1.9.0" - -proxy-from-env@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.0.0.tgz#33c50398f70ea7eb96d21f7b817630a55791c7ee" - integrity sha1-M8UDmPcOp+uW0h97gXYwpVeRx+4= - -prr@~1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" - integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY= - -ps-tree@1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/ps-tree/-/ps-tree-1.2.0.tgz#5e7425b89508736cdd4f2224d028f7bb3f722ebd" - integrity sha512-0VnamPPYHl4uaU/nSFeZZpR21QAWRz+sRv4iW9+v/GS/J5U5iZB5BNN6J0RMoOvdx2gWM2+ZFMIm58q24e4UYA== - dependencies: - event-stream "=3.3.4" - -pseudomap@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" - integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= - -psl@^1.1.24, psl@^1.1.28: - version "1.1.32" - resolved "https://registry.yarnpkg.com/psl/-/psl-1.1.32.tgz#3f132717cf2f9c169724b2b6caf373cf694198db" - integrity sha512-MHACAkHpihU/REGGPLj4sEfc/XKW2bheigvHO1dUqjaKigMp1C8+WLQYRGgeKFMsw5PMfegZcaN8IDXK/cD0+g== - -public-encrypt@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz#4fcc9d77a07e48ba7527e7cbe0de33d0701331e0" - integrity sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q== - dependencies: - bn.js "^4.1.0" - browserify-rsa "^4.0.0" - create-hash "^1.1.0" - parse-asn1 "^5.0.0" - randombytes "^2.0.1" - safe-buffer "^5.1.2" - -pump@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909" - integrity sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA== - dependencies: - end-of-stream "^1.1.0" - once "^1.3.1" - -pump@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" - integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== - dependencies: - end-of-stream "^1.1.0" - once "^1.3.1" - -pumpify@^1.3.3: - version "1.5.1" - resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce" - integrity sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ== - dependencies: - duplexify "^3.6.0" - inherits "^2.0.3" - pump "^2.0.0" - -punycode@1.3.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d" - integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0= - -punycode@2.x.x, punycode@^2.1.0, punycode@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" - integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== - -punycode@^1.2.4, punycode@^1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" - integrity sha1-wNWmOycYgArY4esPpSachN1BhF4= - -puppeteer@^1.12.2: - version "1.17.0" - resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-1.17.0.tgz#371957d227a2f450fa74b78e78a2dadb2be7f14f" - integrity sha512-3EXZSximCzxuVKpIHtyec8Wm2dWZn1fc5tQi34qWfiUgubEVYHjUvr0GOJojqf3mifI6oyKnCdrGxaOI+lWReA== - dependencies: - debug "^4.1.0" - extract-zip "^1.6.6" - https-proxy-agent "^2.2.1" - mime "^2.0.3" - progress "^2.0.1" - proxy-from-env "^1.0.0" - rimraf "^2.6.1" - ws "^6.1.0" - -q@^1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" - integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= - -qs@6.7.0: - version "6.7.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" - integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== - -qs@~6.5.2: - version "6.5.2" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" - integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== - -query-string@^5.0.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/query-string/-/query-string-5.1.1.tgz#a78c012b71c17e05f2e3fa2319dd330682efb3cb" - integrity sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw== - dependencies: - decode-uri-component "^0.2.0" - object-assign "^4.1.0" - strict-uri-encode "^1.0.0" - -querystring-es3@^0.2.0: - version "0.2.1" - resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" - integrity sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM= - -querystring@0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620" - integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= - -querystringify@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.1.1.tgz#60e5a5fd64a7f8bfa4d2ab2ed6fdf4c85bad154e" - integrity sha512-w7fLxIRCRT7U8Qu53jQnJyPkYZIaR4n5151KMfcJlO/A9397Wxb1amJvROTK6TOnp7PfoAmg/qXiNHI+08jRfA== - -quick-lru@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8" - integrity sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g= - -ramda@0.24.1: - version "0.24.1" - resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.24.1.tgz#c3b7755197f35b8dc3502228262c4c91ddb6b857" - integrity sha1-w7d1UZfzW43DUCIoJixMkd22uFc= - -randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5: - version "2.1.0" - resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a" - integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== - dependencies: - safe-buffer "^5.1.0" - -randomfill@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.4.tgz#c92196fc86ab42be983f1bf31778224931d61458" - integrity sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw== - dependencies: - randombytes "^2.0.5" - safe-buffer "^5.1.0" - -range-parser@^1.0.3, range-parser@^1.2.1, range-parser@~1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" - integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== - -raw-body@2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz#a1ce6fb9c9bc356ca52e89256ab59059e13d0332" - integrity sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q== - dependencies: - bytes "3.1.0" - http-errors "1.7.2" - iconv-lite "0.4.24" - unpipe "1.0.0" - -raw-loader@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/raw-loader/-/raw-loader-1.0.0.tgz#3f9889e73dadbda9a424bce79809b4133ad46405" - integrity sha512-Uqy5AqELpytJTRxYT4fhltcKPj0TyaEpzJDcGz7DFJi+pQOOi3GjR/DOdxTkTsF+NzhnldIoG6TORaBlInUuqA== - dependencies: - loader-utils "^1.1.0" - schema-utils "^1.0.0" - -rc@^1.0.1, rc@^1.1.6, rc@^1.2.7, rc@^1.2.8: - version "1.2.8" - resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" - integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== - dependencies: - deep-extend "^0.6.0" - ini "~1.3.0" - minimist "^1.2.0" - strip-json-comments "~2.0.1" - -react-is@^16.8.4: - version "16.8.6" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16" - integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA== - -read-cache@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/read-cache/-/read-cache-1.0.0.tgz#e664ef31161166c9751cdbe8dbcf86b5fb58f774" - integrity sha1-5mTvMRYRZsl1HNvo28+GtftY93Q= - dependencies: - pify "^2.3.0" - -read-package-json@^2.0.0: - version "2.0.13" - resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-2.0.13.tgz#2e82ebd9f613baa6d2ebe3aa72cefe3f68e41f4a" - integrity sha512-/1dZ7TRZvGrYqE0UAfN6qQb5GYBsNcqS1C0tNK601CFOJmtHI7NIGXwetEPU/OtoFHZL3hDxm4rolFFVE9Bnmg== - dependencies: - glob "^7.1.1" - json-parse-better-errors "^1.0.1" - normalize-package-data "^2.0.0" - slash "^1.0.0" - optionalDependencies: - graceful-fs "^4.1.2" - -read-package-tree@5.2.2: - version "5.2.2" - resolved "https://registry.yarnpkg.com/read-package-tree/-/read-package-tree-5.2.2.tgz#4b6a0ef2d943c1ea36a578214c9a7f6b7424f7a8" - integrity sha512-rW3XWUUkhdKmN2JKB4FL563YAgtINifso5KShykufR03nJ5loGFlkUMe1g/yxmqX073SoYYTsgXu7XdDinKZuA== - dependencies: - debuglog "^1.0.1" - dezalgo "^1.0.0" - once "^1.3.0" - read-package-json "^2.0.0" - readdir-scoped-modules "^1.0.0" - -read-pkg-up@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" - integrity sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI= - dependencies: - find-up "^1.0.0" - read-pkg "^1.0.0" - -read-pkg-up@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07" - integrity sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc= - dependencies: - find-up "^2.0.0" - read-pkg "^3.0.0" - -read-pkg-up@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-4.0.0.tgz#1b221c6088ba7799601c808f91161c66e58f8978" - integrity sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA== - dependencies: - find-up "^3.0.0" - read-pkg "^3.0.0" - -read-pkg-up@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-5.0.0.tgz#b6a6741cb144ed3610554f40162aa07a6db621b8" - integrity sha512-XBQjqOBtTzyol2CpsQOw8LHV0XbDZVG7xMMjmXAJomlVY03WOBRmYgDJETlvcg0H63AJvPRwT7GFi5rvOzUOKg== - dependencies: - find-up "^3.0.0" - read-pkg "^5.0.0" - -read-pkg@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" - integrity sha1-9f+qXs0pyzHAR0vKfXVra7KePyg= - dependencies: - load-json-file "^1.0.0" - normalize-package-data "^2.3.2" - path-type "^1.0.0" - -read-pkg@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389" - integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k= - dependencies: - load-json-file "^4.0.0" - normalize-package-data "^2.3.2" - path-type "^3.0.0" - -read-pkg@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-4.0.1.tgz#963625378f3e1c4d48c85872b5a6ec7d5d093237" - integrity sha1-ljYlN48+HE1IyFhytabsfV0JMjc= - dependencies: - normalize-package-data "^2.3.2" - parse-json "^4.0.0" - pify "^3.0.0" - -read-pkg@^5.0.0: - version "5.1.1" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.1.1.tgz#5cf234dde7a405c90c88a519ab73c467e9cb83f5" - integrity sha512-dFcTLQi6BZ+aFUaICg7er+/usEoqFdQxiEBsEMNGoipenihtxxtdrQuBXvyANCEI8VuUIVYFgeHGx9sLLvim4w== - dependencies: - "@types/normalize-package-data" "^2.4.0" - normalize-package-data "^2.5.0" - parse-json "^4.0.0" - type-fest "^0.4.1" - -"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6: - version "2.3.6" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf" - integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw== - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.3" - isarray "~1.0.0" - process-nextick-args "~2.0.0" - safe-buffer "~5.1.1" - string_decoder "~1.1.1" - util-deprecate "~1.0.1" - -"readable-stream@2 || 3", readable-stream@^3.0.2, readable-stream@^3.0.6: - version "3.4.0" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.4.0.tgz#a51c26754658e0a3c21dbf59163bd45ba6f447fc" - integrity sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ== - dependencies: - inherits "^2.0.3" - string_decoder "^1.1.1" - util-deprecate "^1.0.1" - -readdir-scoped-modules@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz#9fafa37d286be5d92cbaebdee030dc9b5f406747" - integrity sha1-n6+jfShr5dksuuve4DDcm19AZ0c= - dependencies: - debuglog "^1.0.1" - dezalgo "^1.0.0" - graceful-fs "^4.1.2" - once "^1.3.0" - -readdirp@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" - integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== - dependencies: - graceful-fs "^4.1.11" - micromatch "^3.1.10" - readable-stream "^2.0.2" - -readdirp@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.0.2.tgz#cba63348e9e42fc1bd334b1d2ef895b6a043cbd6" - integrity sha512-LbyJYv48eywrhOlScq16H/VkCiGKGPC2TpOdZCJ7QXnYEjn3NN/Oblh8QEU3vqfSRBB7OGvh5x45NKiVeNujIQ== - dependencies: - picomatch "^2.0.4" - -realpath-native@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-1.1.0.tgz#2003294fea23fb0672f2476ebe22fcf498a2d65c" - integrity sha512-wlgPA6cCIIg9gKz0fgAPjnzh4yR/LnXovwuo9hvyGvx3h8nX4+/iLZplfUWasXpqD8BdnGnP5njOFjkUwPzvjA== - dependencies: - util.promisify "^1.0.0" - -rechoir@^0.6.2: - version "0.6.2" - resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384" - integrity sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q= - dependencies: - resolve "^1.1.6" - -redent@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde" - integrity sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94= - dependencies: - indent-string "^2.1.0" - strip-indent "^1.0.1" - -redent@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/redent/-/redent-2.0.0.tgz#c1b2007b42d57eb1389079b3c8333639d5e1ccaa" - integrity sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo= - dependencies: - indent-string "^3.0.0" - strip-indent "^2.0.0" - -reflect-metadata@^0.1.2: - version "0.1.13" - resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.1.13.tgz#67ae3ca57c972a2aa1642b10fe363fe32d49dc08" - integrity sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg== - -regenerate@^1.2.1: - version "1.4.0" - resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz#4a856ec4b56e4077c557589cae85e7a4c8869a11" - integrity sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg== - -regenerator-runtime@^0.10.5: - version "0.10.5" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz#336c3efc1220adcedda2c9fab67b5a7955a33658" - integrity sha1-M2w+/BIgrc7dosn6tntaeVWjNlg= - -regenerator-runtime@^0.11.0: - version "0.11.1" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9" - integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg== - -regenerator-runtime@^0.13.2: - version "0.13.2" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz#32e59c9a6fb9b1a4aff09b4930ca2d4477343447" - integrity sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA== - -regex-not@^1.0.0, regex-not@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" - integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== - dependencies: - extend-shallow "^3.0.2" - safe-regex "^1.1.0" - -regexpu-core@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-1.0.0.tgz#86a763f58ee4d7c2f6b102e4764050de7ed90c6b" - integrity sha1-hqdj9Y7k18L2sQLkdkBQ3n7ZDGs= - dependencies: - regenerate "^1.2.1" - regjsgen "^0.2.0" - regjsparser "^0.1.4" - -registry-auth-token@^3.0.1, registry-auth-token@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-3.4.0.tgz#d7446815433f5d5ed6431cd5dca21048f66b397e" - integrity sha512-4LM6Fw8eBQdwMYcES4yTnn2TqIasbXuwDx3um+QRs7S55aMKCBKBxvPXl2RiUjHwuJLTyYfxSpmfSAjQpcuP+A== - dependencies: - rc "^1.1.6" - safe-buffer "^5.0.1" - -registry-url@^3.0.3: - version "3.1.0" - resolved "https://registry.yarnpkg.com/registry-url/-/registry-url-3.1.0.tgz#3d4ef870f73dde1d77f0cf9a381432444e174942" - integrity sha1-PU74cPc93h138M+aOBQyRE4XSUI= - dependencies: - rc "^1.0.1" - -registry-url@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/registry-url/-/registry-url-5.1.0.tgz#e98334b50d5434b81136b44ec638d9c2009c5009" - integrity sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw== - dependencies: - rc "^1.2.8" - -regjsgen@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.2.0.tgz#6c016adeac554f75823fe37ac05b92d5a4edb1f7" - integrity sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc= - -regjsparser@^0.1.4: - version "0.1.5" - resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.1.5.tgz#7ee8f84dc6fa792d3fd0ae228d24bd949ead205c" - integrity sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw= - dependencies: - jsesc "~0.5.0" - -release-it@^10.2.0: - version "10.4.5" - resolved "https://registry.yarnpkg.com/release-it/-/release-it-10.4.5.tgz#3130dfba3ced760d08fb7f4a3a94a6da21274f7e" - integrity sha512-szNizZw8SDe9gVLUqrR8f2RiVkhU3dzP9QUzL7GE1/aiiXjnQoR8CFFxo/cG/Hs5vq/tbFbpJHJrzFmC3J+cVQ== - dependencies: - "@octokit/rest" "16.25.0" - async-retry "1.2.3" - bump-file "2.0.0" - chalk "2.4.2" - conventional-changelog "3.1.4" - conventional-recommended-bump "4.1.1" - cpy "7.2.0" - debug "4.1.1" - deprecated-obj "1.0.0" - form-data "2.3.3" - git-url-parse "11.1.2" - globby "9.2.0" - got "9.6.0" - inquirer "6.3.1" - is-ci "2.0.0" - lodash "4.17.11" - mime-types "2.1.24" - ora "3.4.0" - os-name "3.1.0" - semver "6.0.0" - shelljs "0.8.3" - supports-color "6.1.0" - update-notifier "2.5.0" - url-join "4.0.0" - uuid "3.3.2" - window-size "1.1.1" - yargs-parser "13.0.0" - -remove-trailing-separator@^1.0.1: - version "1.1.0" - resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" - integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= - -repeat-element@^1.1.2: - version "1.1.3" - resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce" - integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== - -repeat-string@^1.6.1: - version "1.6.1" - resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" - integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= - -repeating@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" - integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo= - dependencies: - is-finite "^1.0.0" - -request-progress@0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/request-progress/-/request-progress-0.4.0.tgz#c1954e39086aa85269c5660bcee0142a6a70d7e7" - integrity sha1-wZVOOQhqqFJpxWYLzuAUKmpw1+c= - dependencies: - node-eta "^0.1.1" - throttleit "^0.0.2" - -request-promise-core@1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.2.tgz#339f6aababcafdb31c799ff158700336301d3346" - integrity sha512-UHYyq1MO8GsefGEt7EprS8UrXsm1TxEvFUX1IMTuSLU2Rh7fTIdFtl8xD7JiEYiWU2dl+NYAjCTksTehQUxPag== - dependencies: - lodash "^4.17.11" - -request-promise-native@^1.0.5: - version "1.0.7" - resolved "https://registry.yarnpkg.com/request-promise-native/-/request-promise-native-1.0.7.tgz#a49868a624bdea5069f1251d0a836e0d89aa2c59" - integrity sha512-rIMnbBdgNViL37nZ1b3L/VfPOpSi0TqVDQPAvO6U14lMzOLrt5nilxCQqtDKhZeDiW0/hkCXGoQjhgJd/tCh6w== - dependencies: - request-promise-core "1.1.2" - stealthy-require "^1.1.1" - tough-cookie "^2.3.3" - -request@2.88.0, request@^2.83.0, request@^2.87.0, request@^2.88.0: - version "2.88.0" - resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef" - integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg== - dependencies: - aws-sign2 "~0.7.0" - aws4 "^1.8.0" - caseless "~0.12.0" - combined-stream "~1.0.6" - extend "~3.0.2" - forever-agent "~0.6.1" - form-data "~2.3.2" - har-validator "~5.1.0" - http-signature "~1.2.0" - is-typedarray "~1.0.0" - isstream "~0.1.2" - json-stringify-safe "~5.0.1" - mime-types "~2.1.19" - oauth-sign "~0.9.0" - performance-now "^2.1.0" - qs "~6.5.2" - safe-buffer "^5.1.2" - tough-cookie "~2.4.3" - tunnel-agent "^0.6.0" - uuid "^3.3.2" - -require-directory@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" - integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= - -require-main-filename@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1" - integrity sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE= - -require-main-filename@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" - integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== - -requires-port@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" - integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= - -resolve-cwd@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" - integrity sha1-AKn3OHVW4nA46uIyyqNypqWbZlo= - dependencies: - resolve-from "^3.0.0" - -resolve-from@5.0.0, resolve-from@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" - integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== - -resolve-from@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" - integrity sha1-six699nWiBvItuZTM17rywoYh0g= - -resolve-from@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" - integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== - -resolve-global@1.0.0, resolve-global@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/resolve-global/-/resolve-global-1.0.0.tgz#a2a79df4af2ca3f49bf77ef9ddacd322dad19255" - integrity sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw== - dependencies: - global-dirs "^0.1.1" - -resolve-url@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" - integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= - -resolve@1.1.7, resolve@~1.1.6: - version "1.1.7" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" - integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs= - -resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.0, resolve@^1.3.2: - version "1.11.0" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.0.tgz#4014870ba296176b86343d50b60f3b50609ce232" - integrity sha512-WL2pBDjqT6pGUNSUzMw00o4T7If+z4H2x3Gz893WoUQ5KW8Vr9txp00ykiP16VBaZF5+j/OcXJHZ9+PCvdiDKw== - dependencies: - path-parse "^1.0.6" - -responselike@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7" - integrity sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec= - dependencies: - lowercase-keys "^1.0.0" - -restore-cursor@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541" - integrity sha1-NGYfRohjJ/7SmRR5FSJS35LapUE= - dependencies: - exit-hook "^1.0.0" - onetime "^1.0.0" - -restore-cursor@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf" - integrity sha1-n37ih/gv0ybU/RYpI9YhKe7g368= - dependencies: - onetime "^2.0.0" - signal-exit "^3.0.2" - -ret@~0.1.10: - version "0.1.15" - resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" - integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== - -retry@0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" - integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= - -retry@^0.10.0: - version "0.10.1" - resolved "https://registry.yarnpkg.com/retry/-/retry-0.10.1.tgz#e76388d217992c252750241d3d3956fed98d8ff4" - integrity sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q= - -rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@^2.6.3: - version "2.6.3" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab" - integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== - dependencies: - glob "^7.1.3" - -ripemd160@^2.0.0, ripemd160@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c" - integrity sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA== - dependencies: - hash-base "^3.0.0" - inherits "^2.0.1" - -rollup-plugin-commonjs@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.0.0.tgz#58901ebe7ca44c2a03f0056de9bf9eb4a2dc8990" - integrity sha512-B8MoX5GRpj3kW4+YaFO/di2JsZkBxNjVmZ9LWjUoTAjq8N9wc7HObMXPsrvolVV9JXVtYSscflXM14A19dXPNQ== - dependencies: - estree-walker "^0.6.0" - is-reference "^1.1.2" - magic-string "^0.25.2" - resolve "^1.10.1" - rollup-pluginutils "^2.7.0" - -rollup-plugin-json@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/rollup-plugin-json/-/rollup-plugin-json-4.0.0.tgz#a18da0a4b30bf5ca1ee76ddb1422afbb84ae2b9e" - integrity sha512-hgb8N7Cgfw5SZAkb3jf0QXii6QX/FOkiIq2M7BAQIEydjHvTyxXHQiIzZaTFgx1GK0cRCHOCBHIyEkkLdWKxow== - dependencies: - rollup-pluginutils "^2.5.0" - -rollup-plugin-node-resolve@^5.0.0: - version "5.0.3" - resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-5.0.3.tgz#5e90fbd04a33fa1e4e1ed6d9b54afbe45af944f1" - integrity sha512-Mhhmf0x493xgUPEsRELnU1VM+4+WO82knWkAbZ0d2DvZQZJMbhzyQK/hqtpVscoRru1EqlK3TM1kK9ro469wPw== - dependencies: - "@types/resolve" "0.0.8" - builtin-modules "^3.1.0" - is-module "^1.0.0" - resolve "^1.11.0" - rollup-pluginutils "^2.8.0" - -rollup-plugin-sourcemaps@^0.4.2: - version "0.4.2" - resolved "https://registry.yarnpkg.com/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.4.2.tgz#62125aa94087aadf7b83ef4dfaf629b473135e87" - integrity sha1-YhJaqUCHqt97g+9N+vYptHMTXoc= - dependencies: - rollup-pluginutils "^2.0.1" - source-map-resolve "^0.5.0" - -rollup-pluginutils@^2.0.1, rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.7.0, rollup-pluginutils@^2.8.0: - version "2.8.1" - resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.1.tgz#8fa6dd0697344938ef26c2c09d2488ce9e33ce97" - integrity sha512-J5oAoysWar6GuZo0s+3bZ6sVZAC0pfqKz68De7ZgDi5z63jOVZn1uJL/+z1jeKHNbGII8kAyHF5q8LnxSX5lQg== - dependencies: - estree-walker "^0.6.1" - -rollup@^1.12.1: - version "1.15.6" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.15.6.tgz#caf0ed28d2d78e3a59c1398e5a3695fb600a0ef0" - integrity sha512-s3Vn3QJQ5YVFfIG4nXoG9VdL1I37IZsft+4ZyeBhxE0df1kCFz9e+4bEAbR4mKH3pvBO9e9xjdxWPhhIp0r9ow== - dependencies: - "@types/estree" "0.0.39" - "@types/node" "^12.0.8" - acorn "^6.1.1" - -rsvp@^4.8.4: - version "4.8.5" - resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734" - integrity sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA== - -run-async@^2.2.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0" - integrity sha1-A3GrSuC91yDUFm19/aZP96RFpsA= - dependencies: - is-promise "^2.1.0" - -run-node@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/run-node/-/run-node-1.0.0.tgz#46b50b946a2aa2d4947ae1d886e9856fd9cabe5e" - integrity sha512-kc120TBlQ3mih1LSzdAJXo4xn/GWS2ec0l3S+syHDXP9uRr0JAT8Qd3mdMuyjqCzeZktgP3try92cEgf9Nks8A== - -run-queue@^1.0.0, run-queue@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47" - integrity sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec= - dependencies: - aproba "^1.1.1" - -rx@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/rx/-/rx-4.1.0.tgz#a5f13ff79ef3b740fe30aa803fb09f98805d4782" - integrity sha1-pfE/957zt0D+MKqAP7CfmIBdR4I= - -rxjs@6.4.0: - version "6.4.0" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.4.0.tgz#f3bb0fe7bda7fb69deac0c16f17b50b0b8790504" - integrity sha512-Z9Yfa11F6B9Sg/BK9MnqnQ+aQYicPLtilXBp2yUtDt2JRCE0h26d33EnfO3ZxoNxG0T92OUucP3Ct7cpfkdFfw== - dependencies: - tslib "^1.9.0" - -rxjs@^5.0.0-beta.11: - version "5.5.12" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.12.tgz#6fa61b8a77c3d793dbaf270bee2f43f652d741cc" - integrity sha512-xx2itnL5sBbqeeiVgNPVuQQ1nC8Jp2WfNJhXWHmElW9YmrpS9UVnNzhP3EH3HFqexO5Tlp8GhYY+WEcqcVMvGw== - dependencies: - symbol-observable "1.0.1" - -rxjs@^6.0.0, rxjs@^6.4.0: - version "6.5.2" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.2.tgz#2e35ce815cd46d84d02a209fb4e5921e051dbec7" - integrity sha512-HUb7j3kvb7p7eCUHE3FqjoDsC1xfZQ4AHFWfTKSpZ+sAhhz5X1WX0ZuUqWbzB2QhSLp3DoLUG+hMdEDKqWo2Zg== - dependencies: - tslib "^1.9.0" - -safe-buffer@5.1.2, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: - version "5.1.2" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" - integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - -safe-regex@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" - integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4= - dependencies: - ret "~0.1.10" - -"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: - version "2.1.2" - resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" - integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - -sane@^4.0.3: - version "4.1.0" - resolved "https://registry.yarnpkg.com/sane/-/sane-4.1.0.tgz#ed881fd922733a6c461bc189dc2b6c006f3ffded" - integrity sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA== - dependencies: - "@cnakazawa/watch" "^1.0.3" - anymatch "^2.0.0" - capture-exit "^2.0.0" - exec-sh "^0.3.2" - execa "^1.0.0" - fb-watchman "^2.0.0" - micromatch "^3.1.4" - minimist "^1.1.1" - walker "~1.0.5" - -sass-loader@7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-7.1.0.tgz#16fd5138cb8b424bf8a759528a1972d72aad069d" - integrity sha512-+G+BKGglmZM2GUSfT9TLuEp6tzehHPjAMoRRItOojWIqIGPloVCMhNIQuG639eJ+y033PaGTSjLaTHts8Kw79w== - dependencies: - clone-deep "^2.0.1" - loader-utils "^1.0.1" - lodash.tail "^4.1.1" - neo-async "^2.5.0" - pify "^3.0.0" - semver "^5.5.0" - -sass@1.19.0: - version "1.19.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.19.0.tgz#5de82c713d4299fac57384ef5219534a37fe3e6c" - integrity sha512-8kzKCgxCzh8/zEn3AuRwzLWVSSFj8omkiGwqdJdeOufjM+I88dXxu9LYJ/Gw4rRTHXesN0r1AixBuqM6yLQUJw== - dependencies: - chokidar "^2.0.0" - -sass@^1.17.3: - version "1.21.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.21.0.tgz#cc565444e27c2336746b09c45d6e8c46caaf6b04" - integrity sha512-67hIIOZZtarbhI2aSgKBPDUgn+VqetduKoD+ZSYeIWg+ksNioTzeX+R2gUdebDoolvKNsQ/GY9NDxctbXluTNA== - dependencies: - chokidar "^2.0.0" - -sax@0.5.x: - version "0.5.8" - resolved "https://registry.yarnpkg.com/sax/-/sax-0.5.8.tgz#d472db228eb331c2506b0e8c15524adb939d12c1" - integrity sha1-1HLbIo6zMcJQaw6MFVJK25OdEsE= - -sax@^1.2.4: - version "1.2.4" - resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" - integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== - -schema-utils@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.3.0.tgz#f5877222ce3e931edae039f17eb3716e7137f8cf" - integrity sha1-9YdyIs4+kx7a4DnxfrNxbnE3+M8= - dependencies: - ajv "^5.0.0" - -schema-utils@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770" - integrity sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g== - dependencies: - ajv "^6.1.0" - ajv-errors "^1.0.0" - ajv-keywords "^3.1.0" - -select-hose@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca" - integrity sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo= - -selfsigned@^1.10.4: - version "1.10.4" - resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-1.10.4.tgz#cdd7eccfca4ed7635d47a08bf2d5d3074092e2cd" - integrity sha512-9AukTiDmHXGXWtWjembZ5NDmVvP2695EtpgbCsxCa68w3c88B+alqbmZ4O3hZ4VWGXeGWzEVdvqgAJD8DQPCDw== - dependencies: - node-forge "0.7.5" - -semver-compare@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc" - integrity sha1-De4hahyUGrN+nvsXiPavxf9VN/w= - -semver-diff@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/semver-diff/-/semver-diff-2.1.0.tgz#4bbb8437c8d37e4b0cf1a68fd726ec6d645d6d36" - integrity sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY= - dependencies: - semver "^5.0.3" - -semver-dsl@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/semver-dsl/-/semver-dsl-1.0.1.tgz#d3678de5555e8a61f629eed025366ae5f27340a0" - integrity sha1-02eN5VVeimH2Ke7QJTZq5fJzQKA= - dependencies: - semver "^5.3.0" - -semver-intersect@1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/semver-intersect/-/semver-intersect-1.4.0.tgz#bdd9c06bedcdd2fedb8cd352c3c43ee8c61321f3" - integrity sha512-d8fvGg5ycKAq0+I6nfWeCx6ffaWJCsBYU0H2Rq56+/zFePYfT8mXkB3tWBSjR5BerkHNZ5eTPIk1/LBYas35xQ== - dependencies: - semver "^5.0.0" - -"semver@2 || 3 || 4 || 5", semver@^5.0.0, semver@^5.0.3, semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.6.0: - version "5.7.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b" - integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA== - -semver@5.4.1: - version "5.4.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e" - integrity sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg== - -semver@6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.0.0.tgz#05e359ee571e5ad7ed641a6eec1e547ba52dea65" - integrity sha512-0UewU+9rFapKFnlbirLi3byoOuhrSsli/z/ihNnvM24vgF+8sNBiI1LZPBSH9wJKUwaUbw+s3hToDLCXkrghrQ== - -semver@^6.0.0, semver@^6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.1.1.tgz#53f53da9b30b2103cd4f15eab3a18ecbcb210c9b" - integrity sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ== - -send@0.17.1: - version "0.17.1" - resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8" - integrity sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg== - dependencies: - debug "2.6.9" - depd "~1.1.2" - destroy "~1.0.4" - encodeurl "~1.0.2" - escape-html "~1.0.3" - etag "~1.8.1" - fresh "0.5.2" - http-errors "~1.7.2" - mime "1.6.0" - ms "2.1.1" - on-finished "~2.3.0" - range-parser "~1.2.1" - statuses "~1.5.0" - -serialize-javascript@^1.4.0, serialize-javascript@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.7.0.tgz#d6e0dfb2a3832a8c94468e6eb1db97e55a192a65" - integrity sha512-ke8UG8ulpFOxO8f8gRYabHQe/ZntKlcig2Mp+8+URDP1D8vJZ0KUt7LYo07q25Z/+JVSgpr/cui9PIp5H6/+nA== - -serve-index@^1.9.1: - version "1.9.1" - resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239" - integrity sha1-03aNabHn2C5c4FD/9bRTvqEqkjk= - dependencies: - accepts "~1.3.4" - batch "0.6.1" - debug "2.6.9" - escape-html "~1.0.3" - http-errors "~1.6.2" - mime-types "~2.1.17" - parseurl "~1.3.2" - -serve-static@1.14.1: - version "1.14.1" - resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz#666e636dc4f010f7ef29970a88a674320898b2f9" - integrity sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg== - dependencies: - encodeurl "~1.0.2" - escape-html "~1.0.3" - parseurl "~1.3.3" - send "0.17.1" - -set-blocking@^2.0.0, set-blocking@~2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" - integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= - -set-immediate-shim@~1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz#4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61" - integrity sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E= - -set-value@^0.4.3: - version "0.4.3" - resolved "https://registry.yarnpkg.com/set-value/-/set-value-0.4.3.tgz#7db08f9d3d22dc7f78e53af3c3bf4666ecdfccf1" - integrity sha1-fbCPnT0i3H945Trzw79GZuzfzPE= - dependencies: - extend-shallow "^2.0.1" - is-extendable "^0.1.1" - is-plain-object "^2.0.1" - to-object-path "^0.3.0" - -set-value@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.0.tgz#71ae4a88f0feefbbf52d1ea604f3fb315ebb6274" - integrity sha512-hw0yxk9GT/Hr5yJEYnHNKYXkIA8mVJgd9ditYZCe16ZczcaELYYcfvaXesNACk2O8O0nTiPQcQhGUQj8JLzeeg== - dependencies: - extend-shallow "^2.0.1" - is-extendable "^0.1.1" - is-plain-object "^2.0.3" - split-string "^3.0.1" - -setimmediate@^1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" - integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= - -setprototypeof@1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" - integrity sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ== - -setprototypeof@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683" - integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw== - -sha.js@^2.4.0, sha.js@^2.4.8: - version "2.4.11" - resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7" - integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ== - dependencies: - inherits "^2.0.1" - safe-buffer "^5.0.1" - -shallow-clone@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-1.0.0.tgz#4480cd06e882ef68b2ad88a3ea54832e2c48b571" - integrity sha512-oeXreoKR/SyNJtRJMAKPDSvd28OqEwG4eR/xc856cRGBII7gX9lvAqDxusPm0846z/w/hWYjI1NpKwJ00NHzRA== - dependencies: - is-extendable "^0.1.1" - kind-of "^5.0.0" - mixin-object "^2.0.1" - -shebang-command@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" - integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= - dependencies: - shebang-regex "^1.0.0" - -shebang-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" - integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= - -shell-quote@^1.6.1: - version "1.6.1" - resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.6.1.tgz#f4781949cce402697127430ea3b3c5476f481767" - integrity sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c= - dependencies: - array-filter "~0.0.0" - array-map "~0.0.0" - array-reduce "~0.0.0" - jsonify "~0.0.0" - -shelljs@0.8.3, shelljs@^0.8.1: - version "0.8.3" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.3.tgz#a7f3319520ebf09ee81275b2368adb286659b097" - integrity sha512-fc0BKlAWiLpwZljmOvAOTE/gXawtCoNrP5oaY7KIaQbbyHeQVg01pSEuEGvGh3HEdBU4baCD7wQBwADmM/7f7A== - dependencies: - glob "^7.0.0" - interpret "^1.0.0" - rechoir "^0.6.2" - -shellwords@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b" - integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww== - -signal-exit@^3.0.0, signal-exit@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" - integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0= - -sisteransi@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.0.tgz#77d9622ff909080f1c19e5f4a1df0c1b0a27b88c" - integrity sha512-N+z4pHB4AmUv0SjveWRd6q1Nj5w62m5jodv+GD8lvmbY/83T/rpbJGZOnK5T149OldDj4Db07BSv9xY4K6NTPQ== - -slash@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55" - integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU= - -slash@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44" - integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A== - -slice-ansi@0.0.4: - version "0.0.4" - resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35" - integrity sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU= - -smart-buffer@4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.0.2.tgz#5207858c3815cc69110703c6b94e46c15634395d" - integrity sha512-JDhEpTKzXusOqXZ0BUIdH+CjFdO/CR3tLlf5CN34IypI+xMmXW1uB16OOY8z3cICbJlDAVJzNbwBhNO0wt9OAw== - -snapdragon-node@^2.0.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" - integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== - dependencies: - define-property "^1.0.0" - isobject "^3.0.0" - snapdragon-util "^3.0.1" - -snapdragon-util@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" - integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== - dependencies: - kind-of "^3.2.0" - -snapdragon@^0.8.1: - version "0.8.2" - resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" - integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== - dependencies: - base "^0.11.1" - debug "^2.2.0" - define-property "^0.2.5" - extend-shallow "^2.0.1" - map-cache "^0.2.2" - source-map "^0.5.6" - source-map-resolve "^0.5.0" - use "^3.1.0" - -sockjs-client@1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.3.0.tgz#12fc9d6cb663da5739d3dc5fb6e8687da95cb177" - integrity sha512-R9jxEzhnnrdxLCNln0xg5uGHqMnkhPSTzUZH2eXcR03S/On9Yvoq2wyUZILRUhZCNVu2PmwWVoyuiPz8th8zbg== - dependencies: - debug "^3.2.5" - eventsource "^1.0.7" - faye-websocket "~0.11.1" - inherits "^2.0.3" - json3 "^3.3.2" - url-parse "^1.4.3" - -sockjs@0.3.19: - version "0.3.19" - resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.19.tgz#d976bbe800af7bd20ae08598d582393508993c0d" - integrity sha512-V48klKZl8T6MzatbLlzzRNhMepEys9Y4oGFpypBFFn1gLI/QQ9HtLLyWJNbPlwGLelOVOEijUbTTJeLLI59jLw== - dependencies: - faye-websocket "^0.10.0" - uuid "^3.0.1" - -socks-proxy-agent@^4.0.0: - version "4.0.2" - resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-4.0.2.tgz#3c8991f3145b2799e70e11bd5fbc8b1963116386" - integrity sha512-NT6syHhI9LmuEMSK6Kd2V7gNv5KFZoLE7V5udWmn0de+3Mkj3UMA/AJPLyeNUVmElCurSHtUdM3ETpR3z770Wg== - dependencies: - agent-base "~4.2.1" - socks "~2.3.2" - -socks@~2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/socks/-/socks-2.3.2.tgz#ade388e9e6d87fdb11649c15746c578922a5883e" - integrity sha512-pCpjxQgOByDHLlNqlnh/mNSAxIUkyBBuwwhTcV+enZGbDaClPvHdvm6uvOwZfFJkam7cGhBNbb4JxiP8UZkRvQ== - dependencies: - ip "^1.1.5" - smart-buffer "4.0.2" - -sort-keys@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-2.0.0.tgz#658535584861ec97d730d6cf41822e1f56684128" - integrity sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg= - dependencies: - is-plain-obj "^1.0.0" - -source-list-map@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" - integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== - -source-list-map@~0.1.7: - version "0.1.8" - resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-0.1.8.tgz#c550b2ab5427f6b3f21f5afead88c4f5587b2106" - integrity sha1-xVCyq1Qn9rPyH1r+rYjE9Vh7IQY= - -source-map-loader@0.2.4: - version "0.2.4" - resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-0.2.4.tgz#c18b0dc6e23bf66f6792437557c569a11e072271" - integrity sha512-OU6UJUty+i2JDpTItnizPrlpOIBLmQbWMuBg9q5bVtnHACqw1tn9nNwqJLbv0/00JjnJb/Ee5g5WS5vrRv7zIQ== - dependencies: - async "^2.5.0" - loader-utils "^1.1.0" - -source-map-resolve@^0.5.0: - version "0.5.2" - resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.2.tgz#72e2cc34095543e43b2c62b2c4c10d4a9054f259" - integrity sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA== - dependencies: - atob "^2.1.1" - decode-uri-component "^0.2.0" - resolve-url "^0.2.1" - source-map-url "^0.4.0" - urix "^0.1.0" - -source-map-support@0.5.12, source-map-support@^0.5.5, source-map-support@^0.5.6, source-map-support@~0.5.10: - version "0.5.12" - resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.12.tgz#b4f3b10d51857a5af0138d3ce8003b201613d599" - integrity sha512-4h2Pbvyy15EE02G+JOZpUCmqWJuqrs+sEkzewTm++BPi7Hvn/HwcqLAcNxYAyI0x13CpPPn+kMjl+hplXMHITQ== - dependencies: - buffer-from "^1.0.0" - source-map "^0.6.0" - -source-map-url@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3" - integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= - -source-map@0.1.x: - version "0.1.43" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.1.43.tgz#c24bc146ca517c1471f5dacbe2571b2b7f9e3346" - integrity sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y= - dependencies: - amdefine ">=0.0.4" - -source-map@0.5.6: - version "0.5.6" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412" - integrity sha1-dc449SvwczxafwwRjYEzSiu19BI= - -source-map@0.7.3, source-map@^0.7.3: - version "0.7.3" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" - integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== - -source-map@^0.5.0, source-map@^0.5.6, source-map@^0.5.7: - version "0.5.7" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" - integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= - -source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" - integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== - -source-map@~0.4.1: - version "0.4.4" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b" - integrity sha1-66T12pwNyZneaAMti092FzZSA2s= - dependencies: - amdefine ">=0.0.4" - -sourcemap-codec@^1.4.4: - version "1.4.4" - resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.4.tgz#c63ea927c029dd6bd9a2b7fa03b3fec02ad56e9f" - integrity sha512-CYAPYdBu34781kLHkaW3m6b/uUSyMOC2R61gcYMWooeuaGtjof86ZA/8T+qVPPt7np1085CR9hmMGrySwEc8Xg== - -spdx-correct@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.0.tgz#fb83e504445268f154b074e218c87c003cd31df4" - integrity sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q== - dependencies: - spdx-expression-parse "^3.0.0" - spdx-license-ids "^3.0.0" - -spdx-exceptions@^2.1.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz#2ea450aee74f2a89bfb94519c07fcd6f41322977" - integrity sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA== - -spdx-expression-parse@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz#99e119b7a5da00e05491c9fa338b7904823b41d0" - integrity sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg== - dependencies: - spdx-exceptions "^2.1.0" - spdx-license-ids "^3.0.0" - -spdx-license-ids@^3.0.0: - version "3.0.4" - resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.4.tgz#75ecd1a88de8c184ef015eafb51b5b48bfd11bb1" - integrity sha512-7j8LYJLeY/Yb6ACbQ7F76qy5jHkp0U6jgBfJsk97bwWlVUnUWsAgpyaCvo17h0/RQGnQ036tVDomiwoI4pDkQA== - -spdy-transport@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/spdy-transport/-/spdy-transport-3.0.0.tgz#00d4863a6400ad75df93361a1608605e5dcdcf31" - integrity sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw== - dependencies: - debug "^4.1.0" - detect-node "^2.0.4" - hpack.js "^2.1.6" - obuf "^1.1.2" - readable-stream "^3.0.6" - wbuf "^1.7.3" - -spdy@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/spdy/-/spdy-4.0.0.tgz#81f222b5a743a329aa12cea6a390e60e9b613c52" - integrity sha512-ot0oEGT/PGUpzf/6uk4AWLqkq+irlqHXkrdbk51oWONh3bxQmBuljxPNl66zlRRcIJStWq0QkLUCPOPjgjvU0Q== - dependencies: - debug "^4.1.0" - handle-thing "^2.0.0" - http-deceiver "^1.2.7" - select-hose "^2.0.0" - spdy-transport "^3.0.0" - -speed-measure-webpack-plugin@1.3.1, speed-measure-webpack-plugin@^1.3.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/speed-measure-webpack-plugin/-/speed-measure-webpack-plugin-1.3.1.tgz#69840a5cdc08b4638697dac7db037f595d7f36a0" - integrity sha512-qVIkJvbtS9j/UeZumbdfz0vg+QfG/zxonAjzefZrqzkr7xOncLVXkeGbTpzd1gjCBM4PmVNkWlkeTVhgskAGSQ== - dependencies: - chalk "^2.0.1" - -split-string@^3.0.1, split-string@^3.0.2: - version "3.1.0" - resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" - integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== - dependencies: - extend-shallow "^3.0.0" - -split2@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/split2/-/split2-2.2.0.tgz#186b2575bcf83e85b7d18465756238ee4ee42493" - integrity sha512-RAb22TG39LhI31MbreBgIuKiIKhVsawfTgEGqKHTK87aG+ul/PB8Sqoi3I7kVdRWiCfrKxK3uo4/YUkpNvhPbw== - dependencies: - through2 "^2.0.2" - -split@0.3: - version "0.3.3" - resolved "https://registry.yarnpkg.com/split/-/split-0.3.3.tgz#cd0eea5e63a211dfff7eb0f091c4133e2d0dd28f" - integrity sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8= - dependencies: - through "2" - -split@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9" - integrity sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg== - dependencies: - through "2" - -sprintf-js@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.2.tgz#da1765262bf8c0f571749f2ad6c26300207ae673" - integrity sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug== - -sprintf-js@~1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" - integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= - -sshpk@^1.7.0: - version "1.16.1" - resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877" - integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg== - dependencies: - asn1 "~0.2.3" - assert-plus "^1.0.0" - bcrypt-pbkdf "^1.0.0" - dashdash "^1.12.0" - ecc-jsbn "~0.1.1" - getpass "^0.1.1" - jsbn "~0.1.0" - safer-buffer "^2.0.2" - tweetnacl "~0.14.0" - -ssri@^6.0.0, ssri@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.1.tgz#2a3c41b28dd45b62b63676ecb74001265ae9edd8" - integrity sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA== - dependencies: - figgy-pudding "^3.5.1" - -stack-utils@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-1.0.2.tgz#33eba3897788558bebfc2db059dc158ec36cebb8" - integrity sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA== - -start-server-and-test@^1.7.12: - version "1.9.1" - resolved "https://registry.yarnpkg.com/start-server-and-test/-/start-server-and-test-1.9.1.tgz#401fcf869c2a10b7d224a6ef2cfc38e2a69954a2" - integrity sha512-vRtUxxW34Li+EvemuWtgASyR2KBE+DPoEJ/l5REe+cKxm31jadGm1PSDVBronqQVsvhncRGm4iZc53pFH+FNEA== - dependencies: - bluebird "3.5.5" - check-more-types "2.24.0" - debug "4.1.1" - execa "0.11.0" - lazy-ass "1.6.0" - ps-tree "1.2.0" - wait-on "3.2.0" - -static-extend@^0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" - integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= - dependencies: - define-property "^0.2.5" - object-copy "^0.1.0" - -stats-webpack-plugin@0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/stats-webpack-plugin/-/stats-webpack-plugin-0.7.0.tgz#ccffe9b745de8bbb155571e063f8263fc0e2bc06" - integrity sha512-NT0YGhwuQ0EOX+uPhhUcI6/+1Sq/pMzNuSCBVT4GbFl/ac6I/JZefBcjlECNfAb1t3GOx5dEj1Z7x0cAxeeVLQ== - dependencies: - lodash "^4.17.4" - -"statuses@>= 1.4.0 < 2", "statuses@>= 1.5.0 < 2", statuses@~1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" - integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= - -stealthy-require@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b" - integrity sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks= - -stream-browserify@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b" - integrity sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg== - dependencies: - inherits "~2.0.1" - readable-stream "^2.0.2" - -stream-combiner@~0.0.4: - version "0.0.4" - resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.0.4.tgz#4d5e433c185261dde623ca3f44c586bcf5c4ad14" - integrity sha1-TV5DPBhSYd3mI8o/RMWGvPXErRQ= - dependencies: - duplexer "~0.1.1" - -stream-each@^1.1.0: - version "1.2.3" - resolved "https://registry.yarnpkg.com/stream-each/-/stream-each-1.2.3.tgz#ebe27a0c389b04fbcc233642952e10731afa9bae" - integrity sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw== - dependencies: - end-of-stream "^1.1.0" - stream-shift "^1.0.0" - -stream-http@^2.7.2: - version "2.8.3" - resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.8.3.tgz#b2d242469288a5a27ec4fe8933acf623de6514fc" - integrity sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw== - dependencies: - builtin-status-codes "^3.0.0" - inherits "^2.0.1" - readable-stream "^2.3.6" - to-arraybuffer "^1.0.0" - xtend "^4.0.0" - -stream-shift@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952" - integrity sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI= - -stream-to-observable@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/stream-to-observable/-/stream-to-observable-0.1.0.tgz#45bf1d9f2d7dc09bed81f1c307c430e68b84cffe" - integrity sha1-Rb8dny19wJvtgfHDB8Qw5ouEz/4= - -strict-uri-encode@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713" - integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM= - -string-length@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/string-length/-/string-length-2.0.0.tgz#d40dbb686a3ace960c1cffca562bf2c45f8363ed" - integrity sha1-1A27aGo6zpYMHP/KVivyxF+DY+0= - dependencies: - astral-regex "^1.0.0" - strip-ansi "^4.0.0" - -string-width@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" - integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= - dependencies: - code-point-at "^1.0.0" - is-fullwidth-code-point "^1.0.0" - strip-ansi "^3.0.0" - -"string-width@^1.0.2 || 2", string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" - integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== - dependencies: - is-fullwidth-code-point "^2.0.0" - strip-ansi "^4.0.0" - -string-width@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961" - integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== - dependencies: - emoji-regex "^7.0.1" - is-fullwidth-code-point "^2.0.0" - strip-ansi "^5.1.0" - -string.prototype.padend@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.0.0.tgz#f3aaef7c1719f170c5eab1c32bf780d96e21f2f0" - integrity sha1-86rvfBcZ8XDF6rHDK/eA2W4h8vA= - dependencies: - define-properties "^1.1.2" - es-abstract "^1.4.3" - function-bind "^1.0.2" - -string_decoder@^1.0.0, string_decoder@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.2.0.tgz#fe86e738b19544afe70469243b2a1ee9240eae8d" - integrity sha512-6YqyX6ZWEYguAxgZzHGL7SsCeGx3V2TtOTqZz1xSTSWnqsbWwbptafNyvf/ACquZUXV3DANr5BDIwNYe1mN42w== - dependencies: - safe-buffer "~5.1.0" - -string_decoder@~1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" - integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== - dependencies: - safe-buffer "~5.1.0" - -strip-ansi@^3.0.0, strip-ansi@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" - integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= - dependencies: - ansi-regex "^2.0.0" - -strip-ansi@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" - integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8= - dependencies: - ansi-regex "^3.0.0" - -strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" - integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== - dependencies: - ansi-regex "^4.1.0" - -strip-bom@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" - integrity sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4= - dependencies: - is-utf8 "^0.2.0" - -strip-bom@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" - integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= - -strip-eof@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" - integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= - -strip-indent@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2" - integrity sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI= - dependencies: - get-stdin "^4.0.1" - -strip-indent@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68" - integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g= - -strip-json-comments@~2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" - integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= - -style-loader@0.23.1: - version "0.23.1" - resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-0.23.1.tgz#cb9154606f3e771ab6c4ab637026a1049174d925" - integrity sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg== - dependencies: - loader-utils "^1.1.0" - schema-utils "^1.0.0" - -stylus-loader@3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/stylus-loader/-/stylus-loader-3.0.2.tgz#27a706420b05a38e038e7cacb153578d450513c6" - integrity sha512-+VomPdZ6a0razP+zinir61yZgpw2NfljeSsdUF5kJuEzlo3khXhY19Fn6l8QQz1GRJGtMCo8nG5C04ePyV7SUA== - dependencies: - loader-utils "^1.0.2" - lodash.clonedeep "^4.5.0" - when "~3.6.x" - -stylus@0.54.5, stylus@^0.54.5: - version "0.54.5" - resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.54.5.tgz#42b9560931ca7090ce8515a798ba9e6aa3d6dc79" - integrity sha1-QrlWCTHKcJDOhRWnmLqeaqPW3Hk= - dependencies: - css-parse "1.7.x" - debug "*" - glob "7.0.x" - mkdirp "0.5.x" - sax "0.5.x" - source-map "0.1.x" - -supports-color@5.5.0, supports-color@^5.2.0, supports-color@^5.3.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" - integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - dependencies: - has-flag "^3.0.0" - -supports-color@6.1.0, supports-color@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3" - integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== - dependencies: - has-flag "^3.0.0" - -supports-color@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" - integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= - -symbol-observable@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.1.tgz#8340fc4702c3122df5d22288f88283f513d3fdd4" - integrity sha1-g0D8RwLDEi310iKI+IKD9RPT/dQ= - -symbol-observable@1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804" - integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== - -symbol-tree@^3.2.2: - version "3.2.4" - resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2" - integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== - -tapable@^1.0.0, tapable@^1.1.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" - integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== - -tar@^4, tar@^4.4.8: - version "4.4.10" - resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.10.tgz#946b2810b9a5e0b26140cf78bea6b0b0d689eba1" - integrity sha512-g2SVs5QIxvo6OLp0GudTqEf05maawKUxXru104iaayWA09551tFCTI8f1Asb4lPfkBr91k07iL4c11XO3/b0tA== - dependencies: - chownr "^1.1.1" - fs-minipass "^1.2.5" - minipass "^2.3.5" - minizlib "^1.2.1" - mkdirp "^0.5.0" - safe-buffer "^5.1.2" - yallist "^3.0.3" - -tempfile@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/tempfile/-/tempfile-1.1.1.tgz#5bcc4eaecc4ab2c707d8bc11d99ccc9a2cb287f2" - integrity sha1-W8xOrsxKsscH2LwR2ZzMmiyyh/I= - dependencies: - os-tmpdir "^1.0.0" - uuid "^2.0.1" - -term-size@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69" - integrity sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk= - dependencies: - execa "^0.7.0" - -terser-webpack-plugin@1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.2.3.tgz#3f98bc902fac3e5d0de730869f50668561262ec8" - integrity sha512-GOK7q85oAb/5kE12fMuLdn2btOS9OBZn4VsecpHDywoUC/jLhSAKOiYo0ezx7ss2EXPMzyEWFoE0s1WLE+4+oA== - dependencies: - cacache "^11.0.2" - find-cache-dir "^2.0.0" - schema-utils "^1.0.0" - serialize-javascript "^1.4.0" - source-map "^0.6.1" - terser "^3.16.1" - webpack-sources "^1.1.0" - worker-farm "^1.5.2" - -terser-webpack-plugin@^1.1.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.3.0.tgz#69aa22426299f4b5b3775cbed8cb2c5d419aa1d4" - integrity sha512-W2YWmxPjjkUcOWa4pBEv4OP4er1aeQJlSo2UhtCFQCuRXEHjOFscO8VyWHj9JLlA0RzQb8Y2/Ta78XZvT54uGg== - dependencies: - cacache "^11.3.2" - find-cache-dir "^2.0.0" - is-wsl "^1.1.0" - loader-utils "^1.2.3" - schema-utils "^1.0.0" - serialize-javascript "^1.7.0" - source-map "^0.6.1" - terser "^4.0.0" - webpack-sources "^1.3.0" - worker-farm "^1.7.0" - -terser@^3.16.1: - version "3.17.0" - resolved "https://registry.yarnpkg.com/terser/-/terser-3.17.0.tgz#f88ffbeda0deb5637f9d24b0da66f4e15ab10cb2" - integrity sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ== - dependencies: - commander "^2.19.0" - source-map "~0.6.1" - source-map-support "~0.5.10" - -terser@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/terser/-/terser-4.0.0.tgz#ef356f6f359a963e2cc675517f21c1c382877374" - integrity sha512-dOapGTU0hETFl1tCo4t56FN+2jffoKyER9qBGoUFyZ6y7WLoKT0bF+lAYi6B6YsILcGF3q1C2FBh8QcKSCgkgA== - dependencies: - commander "^2.19.0" - source-map "~0.6.1" - source-map-support "~0.5.10" - -test-exclude@^5.2.3: - version "5.2.3" - resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-5.2.3.tgz#c3d3e1e311eb7ee405e092dac10aefd09091eac0" - integrity sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g== - dependencies: - glob "^7.1.3" - minimatch "^3.0.4" - read-pkg-up "^4.0.0" - require-main-filename "^2.0.0" - -text-extensions@^1.0.0: - version "1.9.0" - resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.9.0.tgz#1853e45fee39c945ce6f6c36b2d659b5aabc2a26" - integrity sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ== - -text-extensions@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-2.0.0.tgz#43eabd1b495482fae4a2bf65e5f56c29f69220f6" - integrity sha512-F91ZqLgvi1E0PdvmxMgp+gcf6q8fMH7mhdwWfzXnl1k+GbpQDmi8l7DzLC5JTASKbwpY3TfxajAUzAXcv2NmsQ== - -throat@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/throat/-/throat-4.1.0.tgz#89037cbc92c56ab18926e6ba4cbb200e15672a6a" - integrity sha1-iQN8vJLFarGJJua6TLsgDhVnKmo= - -throttleit@^0.0.2: - version "0.0.2" - resolved "https://registry.yarnpkg.com/throttleit/-/throttleit-0.0.2.tgz#cfedf88e60c00dd9697b61fdd2a8343a9b680eaf" - integrity sha1-z+34jmDADdlpe2H90qg0OptoDq8= - -through2@^2.0.0, through2@^2.0.2: - version "2.0.5" - resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" - integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== - dependencies: - readable-stream "~2.3.6" - xtend "~4.0.1" - -through2@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/through2/-/through2-3.0.1.tgz#39276e713c3302edf9e388dd9c812dd3b825bd5a" - integrity sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww== - dependencies: - readable-stream "2 || 3" - -through@2, "through@>=2.2.7 <3", through@X.X.X, through@^2.3.6, through@~2.3, through@~2.3.1: - version "2.3.8" - resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" - integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= - -thunky@^1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.0.3.tgz#f5df732453407b09191dae73e2a8cc73f381a826" - integrity sha512-YwT8pjmNcAXBZqrubu22P4FYsh2D4dxRmnWBOL8Jk8bUcRUtc5326kx32tuTmFDAZtLOGEVNl8POAR8j896Iow== - -timed-out@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f" - integrity sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8= - -timers-browserify@^2.0.4: - version "2.0.10" - resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.10.tgz#1d28e3d2aadf1d5a5996c4e9f95601cd053480ae" - integrity sha512-YvC1SV1XdOUaL6gx5CoGroT3Gu49pK9+TZ38ErPldOWW4j49GI1HKs9DV+KGq/w6y+LZ72W1c8cKz2vzY+qpzg== - dependencies: - setimmediate "^1.0.4" - -tinycolor2@^1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.1.tgz#f4fad333447bc0b07d4dc8e9209d8f39a8ac77e8" - integrity sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g= - -tmp@0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.1.0.tgz#ee434a4e22543082e294ba6201dcc6eafefa2877" - integrity sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw== - dependencies: - rimraf "^2.6.3" - -tmp@^0.0.33: - version "0.0.33" - resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" - integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== - dependencies: - os-tmpdir "~1.0.2" - -tmpl@1.0.x: - version "1.0.4" - resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1" - integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE= - -to-arraybuffer@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" - integrity sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M= - -to-fast-properties@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47" - integrity sha1-uDVx+k2MJbguIxsG46MFXeTKGkc= - -to-fast-properties@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" - integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= - -to-object-path@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" - integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= - dependencies: - kind-of "^3.0.2" - -to-readable-stream@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/to-readable-stream/-/to-readable-stream-1.0.0.tgz#ce0aa0c2f3df6adf852efb404a783e77c0475771" - integrity sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q== - -to-regex-range@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" - integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= - dependencies: - is-number "^3.0.0" - repeat-string "^1.6.1" - -to-regex-range@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" - integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== - dependencies: - is-number "^7.0.0" - -to-regex@^3.0.1, to-regex@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" - integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== - dependencies: - define-property "^2.0.2" - extend-shallow "^3.0.2" - regex-not "^1.0.2" - safe-regex "^1.1.0" - -toidentifier@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" - integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== - -topo@3.x.x: - version "3.0.3" - resolved "https://registry.yarnpkg.com/topo/-/topo-3.0.3.tgz#d5a67fb2e69307ebeeb08402ec2a2a6f5f7ad95c" - integrity sha512-IgpPtvD4kjrJ7CRA3ov2FhWQADwv+Tdqbsf1ZnPUSAtCJ9e1Z44MmoSGDXGk4IppoZA7jd/QRkNddlLJWlUZsQ== - dependencies: - hoek "6.x.x" - -tough-cookie@^2.3.3, tough-cookie@^2.3.4: - version "2.5.0" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" - integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== - dependencies: - psl "^1.1.28" - punycode "^2.1.1" - -tough-cookie@~2.4.3: - version "2.4.3" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781" - integrity sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ== - dependencies: - psl "^1.1.24" - punycode "^1.4.1" - -tr46@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09" - integrity sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk= - dependencies: - punycode "^2.1.0" - -tree-kill@1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.1.tgz#5398f374e2f292b9dcc7b2e71e30a5c3bb6c743a" - integrity sha512-4hjqbObwlh2dLyW4tcz0Ymw0ggoaVDMveUB9w8kFSQScdRLo0gxO9J7WFcUBo+W3C1TLdFIEwNOWebgZZ0RH9Q== - -trim-newlines@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" - integrity sha1-WIeWa7WCpFA6QetST301ARgVphM= - -trim-newlines@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-2.0.0.tgz#b403d0b91be50c331dfc4b82eeceb22c3de16d20" - integrity sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA= - -trim-off-newlines@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3" - integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM= - -trim-right@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003" - integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM= - -ts-jest@~23.1.3: - version "23.1.4" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-23.1.4.tgz#66ac1d8d3fbf8f9a98432b11aa377aa850664b2b" - integrity sha512-9rCSxbWfoZxxeXnSoEIzRNr9hDIQ8iEJAWmSRsWhDHDT8OeuGfURhJQUE8jtJlkyEygs6rngH8RYtHz9cfjmEA== - dependencies: - closest-file-data "^0.1.4" - fs-extra "6.0.1" - json5 "^0.5.0" - lodash "^4.17.10" - -ts-node@~8.0.2: - version "8.0.3" - resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.0.3.tgz#aa60b836a24dafd8bf21b54766841a232fdbc641" - integrity sha512-2qayBA4vdtVRuDo11DEFSsD/SFsBXQBRZZhbRGSIkmYmVkWjULn/GGMdG10KVqkaGndljfaTD8dKjWgcejO8YA== - dependencies: - arg "^4.1.0" - diff "^3.1.0" - make-error "^1.1.1" - source-map-support "^0.5.6" - yn "^3.0.0" - -tsickle@^0.35.0: - version "0.35.0" - resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.35.0.tgz#59235df45937c0ec5d072c616c26d2d97fba54b9" - integrity sha512-irsZLX4293YUl9TuwNC5Fy020eLSc4bC3LfKnxnx1oq5wmZD9zSP8qvNNTiwRmf2/rxH+58JINcTARDjuvn+oQ== - dependencies: - minimist "^1.2.0" - mkdirp "^0.5.1" - source-map "^0.7.3" - -tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a" - integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ== - -tslint@~5.9.1: - version "5.9.1" - resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.1.tgz#1255f87a3ff57eb0b0e1f0e610a8b4748046c9ae" - integrity sha1-ElX4ej/1frCw4fDmEKi0dIBGya4= - dependencies: - babel-code-frame "^6.22.0" - builtin-modules "^1.1.1" - chalk "^2.3.0" - commander "^2.12.1" - diff "^3.2.0" - glob "^7.1.1" - js-yaml "^3.7.0" - minimatch "^3.0.4" - resolve "^1.3.2" - semver "^5.3.0" - tslib "^1.8.0" - tsutils "^2.12.1" - -tsutils@^2.12.1: - version "2.29.0" - resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99" - integrity sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA== - dependencies: - tslib "^1.8.1" - -tty-browserify@0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6" - integrity sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY= - -tunnel-agent@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" - integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= - dependencies: - safe-buffer "^5.0.1" - -tweetnacl@^0.14.3, tweetnacl@~0.14.0: - version "0.14.5" - resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" - integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= - -type-check@~0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" - integrity sha1-WITKtRLPHTVeP7eE8wgEsrUg23I= - dependencies: - prelude-ls "~1.1.2" - -type-fest@^0.3.0: - version "0.3.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1" - integrity sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ== - -type-fest@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.4.1.tgz#8bdf77743385d8a4f13ba95f610f5ccd68c728f8" - integrity sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw== - -type-is@~1.6.17, type-is@~1.6.18: - version "1.6.18" - resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131" - integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== - dependencies: - media-typer "0.3.0" - mime-types "~2.1.24" - -typedarray@^0.0.6: - version "0.0.6" - resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" - integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= - -typescript@3.4.4: - version "3.4.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.4.4.tgz#aac4a08abecab8091a75f10842ffa0631818f785" - integrity sha512-xt5RsIRCEaf6+j9AyOBgvVuAec0i92rgCaS3S+UVf5Z/vF2Hvtsw08wtUTJqp4djwznoAgjSxeCcU4r+CcDBJA== - -typescript@3.4.5: - version "3.4.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.4.5.tgz#2d2618d10bb566572b8d7aad5180d84257d70a99" - integrity sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw== - -uglify-js@^3.1.4: - version "3.6.0" - resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.6.0.tgz#704681345c53a8b2079fb6cec294b05ead242ff5" - integrity sha512-W+jrUHJr3DXKhrsS7NUVxn3zqMOFn0hL/Ei6v0anCIMoKC93TjcflTagwIHLW7SfMFfiQuktQyFVCFHGUE0+yg== - dependencies: - commander "~2.20.0" - source-map "~0.6.1" - -union-value@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4" - integrity sha1-XHHDTLW61dzr4+oM0IIHulqhrqQ= - dependencies: - arr-union "^3.1.0" - get-value "^2.0.6" - is-extendable "^0.1.1" - set-value "^0.4.3" - -unique-filename@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230" - integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== - dependencies: - unique-slug "^2.0.0" - -unique-slug@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c" - integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== - dependencies: - imurmurhash "^0.1.4" - -unique-string@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-1.0.0.tgz#9e1057cca851abb93398f8b33ae187b99caec11a" - integrity sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo= - dependencies: - crypto-random-string "^1.0.0" - -universal-analytics@^0.4.20: - version "0.4.20" - resolved "https://registry.yarnpkg.com/universal-analytics/-/universal-analytics-0.4.20.tgz#d6b64e5312bf74f7c368e3024a922135dbf24b03" - integrity sha512-gE91dtMvNkjO+kWsPstHRtSwHXz0l2axqptGYp5ceg4MsuurloM0PU3pdOfpb5zBXUvyjT4PwhWK2m39uczZuw== - dependencies: - debug "^3.0.0" - request "^2.88.0" - uuid "^3.0.0" - -universal-user-agent@^2.0.0, universal-user-agent@^2.0.1: - version "2.1.0" - resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-2.1.0.tgz#5abfbcc036a1ba490cb941f8fd68c46d3669e8e4" - integrity sha512-8itiX7G05Tu3mGDTdNY2fB4KJ8MgZLS54RdG6PkkfwMAavrXu1mV/lls/GABx9O3Rw4PnTtasxrvbMQoBYY92Q== - dependencies: - os-name "^3.0.0" - -universalify@^0.1.0: - version "0.1.2" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" - integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== - -unpipe@1.0.0, unpipe@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" - integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= - -unset-value@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" - integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= - dependencies: - has-value "^0.3.1" - isobject "^3.0.0" - -unzip-response@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97" - integrity sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c= - -upath@^1.1.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.2.tgz#3db658600edaeeccbe6db5e684d67ee8c2acd068" - integrity sha512-kXpym8nmDmlCBr7nKdIx8P2jNBa+pBpIUFRnKJ4dr8htyYGJFokkr2ZvERRtUN+9SY+JqXouNgUPtv6JQva/2Q== - -update-notifier@2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-2.5.0.tgz#d0744593e13f161e406acb1d9408b72cad08aff6" - integrity sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw== - dependencies: - boxen "^1.2.1" - chalk "^2.0.1" - configstore "^3.0.0" - import-lazy "^2.1.0" - is-ci "^1.0.10" - is-installed-globally "^0.1.0" - is-npm "^1.0.0" - latest-version "^3.0.0" - semver-diff "^2.0.0" - xdg-basedir "^3.0.0" - -update-notifier@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-3.0.0.tgz#e9bbf8f0f5b7a2ce6666ca46334fdb29492e8fab" - integrity sha512-6Xe3oF2bvuoj4YECUc52yxVs94yWrxwqHbzyveDktTS1WhnlTRpNcQMxUshcB7nRVGi1jEXiqL5cW1S5WSyzKg== - dependencies: - boxen "^3.0.0" - chalk "^2.0.1" - configstore "^4.0.0" - has-yarn "^2.1.0" - import-lazy "^2.1.0" - is-ci "^2.0.0" - is-installed-globally "^0.1.0" - is-npm "^3.0.0" - is-yarn-global "^0.3.0" - latest-version "^5.0.0" - semver-diff "^2.0.0" - xdg-basedir "^3.0.0" - -uri-js@^4.2.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0" - integrity sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ== - dependencies: - punycode "^2.1.0" - -urix@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" - integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= - -url-join@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/url-join/-/url-join-4.0.0.tgz#4d3340e807d3773bda9991f8305acdcc2a665d2a" - integrity sha1-TTNA6AfTdzvamZH4MFrNzCpmXSo= - -url-parse-lax@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz#7af8f303645e9bd79a272e7a14ac68bc0609da73" - integrity sha1-evjzA2Rem9eaJy56FKxovAYJ2nM= - dependencies: - prepend-http "^1.0.1" - -url-parse-lax@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-3.0.0.tgz#16b5cafc07dbe3676c1b1999177823d6503acb0c" - integrity sha1-FrXK/Afb42dsGxmZF3gj1lA6yww= - dependencies: - prepend-http "^2.0.0" - -url-parse@^1.4.3: - version "1.4.7" - resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278" - integrity sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg== - dependencies: - querystringify "^2.1.1" - requires-port "^1.0.0" - -url-template@^2.0.8: - version "2.0.8" - resolved "https://registry.yarnpkg.com/url-template/-/url-template-2.0.8.tgz#fc565a3cccbff7730c775f5641f9555791439f21" - integrity sha1-/FZaPMy/93MMd19WQflVV5FDnyE= - -url@0.11.0, url@^0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1" - integrity sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE= - dependencies: - punycode "1.3.2" - querystring "0.2.0" - -use@^3.1.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" - integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== - -util-deprecate@^1.0.1, util-deprecate@~1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" - integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= - -util.promisify@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030" - integrity sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA== - dependencies: - define-properties "^1.1.2" - object.getownpropertydescriptors "^2.0.3" - -util@0.10.3: - version "0.10.3" - resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9" - integrity sha1-evsa/lCAUkZInj23/g7TeTNqwPk= - dependencies: - inherits "2.0.1" - -util@^0.11.0: - version "0.11.1" - resolved "https://registry.yarnpkg.com/util/-/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61" - integrity sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ== - dependencies: - inherits "2.0.3" - -utils-merge@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" - integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= - -uuid@3.3.2, uuid@^3.0.0, uuid@^3.0.1, uuid@^3.3.2: - version "3.3.2" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" - integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA== - -uuid@^2.0.1: - version "2.0.3" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b21a" - integrity sha1-Z+LoY3lyFVMN/zGOW/nc6/1Hsho= - -validate-npm-package-license@^3.0.1: - version "3.0.4" - resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" - integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== - dependencies: - spdx-correct "^3.0.0" - spdx-expression-parse "^3.0.0" - -validate-npm-package-name@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz#5fa912d81eb7d0c74afc140de7317f0ca7df437e" - integrity sha1-X6kS2B630MdK/BQN5zF/DKffQ34= - dependencies: - builtins "^1.0.3" - -vary@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" - integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= - -verror@1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" - integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= - dependencies: - assert-plus "^1.0.0" - core-util-is "1.0.2" - extsprintf "^1.2.0" - -vm-browserify@^1.0.1: - version "1.1.0" - resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.0.tgz#bd76d6a23323e2ca8ffa12028dc04559c75f9019" - integrity sha512-iq+S7vZJE60yejDYM0ek6zg308+UZsdtPExWP9VZoCFCz1zkJoXFnAX7aZfd/ZwrkidzdUZL0C/ryW+JwAiIGw== - -w3c-hr-time@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.1.tgz#82ac2bff63d950ea9e3189a58a65625fedf19045" - integrity sha1-gqwr/2PZUOqeMYmlimViX+3xkEU= - dependencies: - browser-process-hrtime "^0.1.2" - -wait-for-expect@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/wait-for-expect/-/wait-for-expect-1.2.0.tgz#fdab6a26e87d2039101db88bff3d8158e5c3e13f" - integrity sha512-EJhKpA+5UHixduMBEGhTFuLuVgQBKWxkFbefOdj2bbk2/OpA5Opsc4aUTGmF+qJ+v3kTGxDRNYwKaT4j6g5n8Q== - -wait-on@3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-3.2.0.tgz#c83924df0fc42a675c678324c49c769d378bcb85" - integrity sha512-QUGNKlKLDyY6W/qHdxaRlXUAgLPe+3mLL/tRByHpRNcHs/c7dZXbu+OnJWGNux6tU1WFh/Z8aEwvbuzSAu79Zg== - dependencies: - core-js "^2.5.7" - joi "^13.0.0" - minimist "^1.2.0" - request "^2.88.0" - rx "^4.1.0" - -walker@^1.0.7, walker@~1.0.5: - version "1.0.7" - resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb" - integrity sha1-L3+bj9ENZ3JisYqITijRlhjgKPs= - dependencies: - makeerror "1.0.x" - -watchpack@^1.5.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.6.0.tgz#4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00" - integrity sha512-i6dHe3EyLjMmDlU1/bGQpEw25XSjkJULPuAVKCbNRefQVq48yXKUpwg538F7AZTf9kyr57zj++pQFltUa5H7yA== - dependencies: - chokidar "^2.0.2" - graceful-fs "^4.1.2" - neo-async "^2.5.0" - -wbuf@^1.1.0, wbuf@^1.7.3: - version "1.7.3" - resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df" - integrity sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA== - dependencies: - minimalistic-assert "^1.0.0" - -wcwidth@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" - integrity sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g= - dependencies: - defaults "^1.0.3" - -webidl-conversions@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" - integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== - -webpack-core@^0.6.8: - version "0.6.9" - resolved "https://registry.yarnpkg.com/webpack-core/-/webpack-core-0.6.9.tgz#fc571588c8558da77be9efb6debdc5a3b172bdc2" - integrity sha1-/FcViMhVjad76e+23r3Fo7FyvcI= - dependencies: - source-list-map "~0.1.7" - source-map "~0.4.1" - -webpack-dev-middleware@3.6.2: - version "3.6.2" - resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.6.2.tgz#f37a27ad7c09cd7dc67cd97655413abaa1f55942" - integrity sha512-A47I5SX60IkHrMmZUlB0ZKSWi29TZTcPz7cha1Z75yYOsgWh/1AcPmQEbC8ZIbU3A1ytSv1PMU0PyPz2Lmz2jg== - dependencies: - memory-fs "^0.4.1" - mime "^2.3.1" - range-parser "^1.0.3" - webpack-log "^2.0.0" - -webpack-dev-middleware@^3.6.2: - version "3.7.0" - resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.0.tgz#ef751d25f4e9a5c8a35da600c5fda3582b5c6cff" - integrity sha512-qvDesR1QZRIAZHOE3iQ4CXLZZSQ1lAUsSpnQmlB1PBfoN/xdRjmge3Dok0W4IdaVLJOGJy3sGI4sZHwjRU0PCA== - dependencies: - memory-fs "^0.4.1" - mime "^2.4.2" - range-parser "^1.2.1" - webpack-log "^2.0.0" - -webpack-dev-server@3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.3.1.tgz#7046e49ded5c1255a82c5d942bcdda552b72a62d" - integrity sha512-jY09LikOyGZrxVTXK0mgIq9y2IhCoJ05848dKZqX1gAGLU1YDqgpOT71+W53JH/wI4v6ky4hm+KvSyW14JEs5A== - dependencies: - ansi-html "0.0.7" - bonjour "^3.5.0" - chokidar "^2.1.5" - compression "^1.7.4" - connect-history-api-fallback "^1.6.0" - debug "^4.1.1" - del "^4.1.0" - express "^4.16.4" - html-entities "^1.2.1" - http-proxy-middleware "^0.19.1" - import-local "^2.0.0" - internal-ip "^4.2.0" - ip "^1.1.5" - killable "^1.0.1" - loglevel "^1.6.1" - opn "^5.5.0" - portfinder "^1.0.20" - schema-utils "^1.0.0" - selfsigned "^1.10.4" - semver "^6.0.0" - serve-index "^1.9.1" - sockjs "0.3.19" - sockjs-client "1.3.0" - spdy "^4.0.0" - strip-ansi "^3.0.1" - supports-color "^6.1.0" - url "^0.11.0" - webpack-dev-middleware "^3.6.2" - webpack-log "^2.0.0" - yargs "12.0.5" - -webpack-log@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/webpack-log/-/webpack-log-2.0.0.tgz#5b7928e0637593f119d32f6227c1e0ac31e1b47f" - integrity sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg== - dependencies: - ansi-colors "^3.0.0" - uuid "^3.3.2" - -webpack-merge@4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-4.2.1.tgz#5e923cf802ea2ace4fd5af1d3247368a633489b4" - integrity sha512-4p8WQyS98bUJcCvFMbdGZyZmsKuWjWVnVHnAS3FFg0HDaRVrPbkivx2RYCre8UiemD67RsiFFLfn4JhLAin8Vw== - dependencies: - lodash "^4.17.5" - -webpack-sources@1.3.0, webpack-sources@^1.1.0, webpack-sources@^1.2.0, webpack-sources@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.3.0.tgz#2a28dcb9f1f45fe960d8f1493252b5ee6530fa85" - integrity sha512-OiVgSrbGu7NEnEvQJJgdSFPl2qWKkWq5lHMhgiToIiN9w34EBnjYzSYs+VbL5KoYiLNtFFa7BZIKxRED3I32pA== - dependencies: - source-list-map "^2.0.0" - source-map "~0.6.1" - -webpack-subresource-integrity@1.1.0-rc.6: - version "1.1.0-rc.6" - resolved "https://registry.yarnpkg.com/webpack-subresource-integrity/-/webpack-subresource-integrity-1.1.0-rc.6.tgz#37f6f1264e1eb378e41465a98da80fad76ab8886" - integrity sha512-Az7y8xTniNhaA0620AV1KPwWOqawurVVDzQSpPAeR5RwNbL91GoBSJAAo9cfd+GiFHwsS5bbHepBw1e6Hzxy4w== - dependencies: - webpack-core "^0.6.8" - -webpack@4.30.0: - version "4.30.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.30.0.tgz#aca76ef75630a22c49fcc235b39b4c57591d33a9" - integrity sha512-4hgvO2YbAFUhyTdlR4FNyt2+YaYBYHavyzjCMbZzgglo02rlKi/pcsEzwCuCpsn1ryzIl1cq/u8ArIKu8JBYMg== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/helper-module-context" "1.8.5" - "@webassemblyjs/wasm-edit" "1.8.5" - "@webassemblyjs/wasm-parser" "1.8.5" - acorn "^6.0.5" - acorn-dynamic-import "^4.0.0" - ajv "^6.1.0" - ajv-keywords "^3.1.0" - chrome-trace-event "^1.0.0" - enhanced-resolve "^4.1.0" - eslint-scope "^4.0.0" - json-parse-better-errors "^1.0.2" - loader-runner "^2.3.0" - loader-utils "^1.1.0" - memory-fs "~0.4.1" - micromatch "^3.1.8" - mkdirp "~0.5.0" - neo-async "^2.5.0" - node-libs-browser "^2.0.0" - schema-utils "^1.0.0" - tapable "^1.1.0" - terser-webpack-plugin "^1.1.0" - watchpack "^1.5.0" - webpack-sources "^1.3.0" - -websocket-driver@>=0.5.1: - version "0.7.3" - resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.3.tgz#a2d4e0d4f4f116f1e6297eba58b05d430100e9f9" - integrity sha512-bpxWlvbbB459Mlipc5GBzzZwhoZgGEZLuqPaR0INBGnPAY1vdBX6hPnoFXiw+3yWxDuHyQjO2oXTMyS8A5haFg== - dependencies: - http-parser-js ">=0.4.0 <0.4.11" - safe-buffer ">=5.1.0" - websocket-extensions ">=0.1.1" - -websocket-extensions@>=0.1.1: - version "0.1.3" - resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.3.tgz#5d2ff22977003ec687a4b87073dfbbac146ccf29" - integrity sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg== - -wepback@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/wepback/-/wepback-1.0.0.tgz#bd89578f6f0019e8d3193fbca1aedb6ede9f1ed8" - integrity sha1-vYlXj28AGejTGT+8oa7bbt6fHtg= - -whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3: - version "1.0.5" - resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0" - integrity sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw== - dependencies: - iconv-lite "0.4.24" - -whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf" - integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g== - -whatwg-url@^6.4.1: - version "6.5.0" - resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8" - integrity sha512-rhRZRqx/TLJQWUpQ6bmrt2UV4f0HCQ463yQuONJqC6fO2VoEb1pTYddbe59SkYq87aoM5A3bdhMZiUiVws+fzQ== - dependencies: - lodash.sortby "^4.7.0" - tr46 "^1.0.1" - webidl-conversions "^4.0.2" - -whatwg-url@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.0.0.tgz#fde926fa54a599f3adf82dff25a9f7be02dc6edd" - integrity sha512-37GeVSIJ3kn1JgKyjiYNmSLP1yzbpb29jdmwBSgkD9h40/hyrR/OifpVUndji3tmwGgD8qpw7iQu3RSbCrBpsQ== - dependencies: - lodash.sortby "^4.7.0" - tr46 "^1.0.1" - webidl-conversions "^4.0.2" - -when@~3.6.x: - version "3.6.4" - resolved "https://registry.yarnpkg.com/when/-/when-3.6.4.tgz#473b517ec159e2b85005497a13983f095412e34e" - integrity sha1-RztRfsFZ4rhQBUl6E5g/CVQS404= - -which-module@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" - integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= - -which@^1.2.9, which@^1.3.0, which@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" - integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== - dependencies: - isexe "^2.0.0" - -wide-align@^1.1.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" - integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA== - dependencies: - string-width "^1.0.2 || 2" - -widest-line@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-2.0.1.tgz#7438764730ec7ef4381ce4df82fb98a53142a3fc" - integrity sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA== - dependencies: - string-width "^2.1.1" - -window-size@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/window-size/-/window-size-1.1.1.tgz#9858586580ada78ab26ecd6978a6e03115c1af20" - integrity sha512-5D/9vujkmVQ7pSmc0SCBmHXbkv6eaHwXEx65MywhmUMsI8sGqJ972APq1lotfcwMKPFLuCFfL8xGHLIp7jaBmA== - dependencies: - define-property "^1.0.0" - is-number "^3.0.0" - -windows-release@^3.1.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/windows-release/-/windows-release-3.2.0.tgz#8122dad5afc303d833422380680a79cdfa91785f" - integrity sha512-QTlz2hKLrdqukrsapKsINzqMgOUpQW268eJ0OaOpJN32h272waxR9fkB9VoWRtK7uKHG5EHJcTXQBD8XZVJkFA== - dependencies: - execa "^1.0.0" - -wordwrap@~0.0.2: - version "0.0.3" - resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107" - integrity sha1-o9XabNXAvAAI03I0u68b7WMFkQc= - -wordwrap@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" - integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus= - -worker-farm@^1.5.2, worker-farm@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.7.0.tgz#26a94c5391bbca926152002f69b84a4bf772e5a8" - integrity sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw== - dependencies: - errno "~0.1.7" - -worker-plugin@3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/worker-plugin/-/worker-plugin-3.1.0.tgz#6311778f3514a87c273510ee3f809cc3fe161e6f" - integrity sha512-iQ9KTTmmN5fhfc2KMR7CcDblvcrg1QQ4pXymqZ3cRZF8L0890YLBcEqlIsGPdxoFwghyN8RA1pCEhCKuTF4Lkw== - dependencies: - loader-utils "^1.1.0" - -wrap-ansi@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85" - integrity sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU= - dependencies: - string-width "^1.0.1" - strip-ansi "^3.0.1" - -wrappy@1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" - integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= - -write-file-atomic@2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.1.tgz#d0b05463c188ae804396fd5ab2a370062af87529" - integrity sha512-TGHFeZEZMnv+gBFRfjAcxL5bPHrsGKtnb4qsFAws7/vlh+QfwAaySIw4AXP9ZskTTh5GWu3FLuJhsWVdiJPGvg== - dependencies: - graceful-fs "^4.1.11" - imurmurhash "^0.1.4" - signal-exit "^3.0.2" - -write-file-atomic@^2.0.0: - version "2.4.3" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.3.tgz#1fd2e9ae1df3e75b8d8c367443c692d4ca81f481" - integrity sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ== - dependencies: - graceful-fs "^4.1.11" - imurmurhash "^0.1.4" - signal-exit "^3.0.2" - -ws@^5.2.0: - version "5.2.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.2.tgz#dffef14866b8e8dc9133582514d1befaf96e980f" - integrity sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA== - dependencies: - async-limiter "~1.0.0" - -ws@^6.1.0: - version "6.2.1" - resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb" - integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA== - dependencies: - async-limiter "~1.0.0" - -xdg-basedir@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4" - integrity sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ= - -xml-name-validator@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a" - integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw== - -xtend@^4.0.0, xtend@~4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af" - integrity sha1-pcbVMr5lbiPbgg77lDofBJmNY68= - -xxhashjs@^0.2.1: - version "0.2.2" - resolved "https://registry.yarnpkg.com/xxhashjs/-/xxhashjs-0.2.2.tgz#8a6251567621a1c46a5ae204da0249c7f8caa9d8" - integrity sha512-AkTuIuVTET12tpsVIQo+ZU6f/qDmKuRUcjaqR+OIvm+aCBsZ95i7UVY5WJ9TMsSaZ0DA2WxoZ4acu0sPH+OKAw== - dependencies: - cuint "^0.2.2" - -"y18n@^3.2.1 || ^4.0.0", y18n@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" - integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== - -yallist@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" - integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= - -yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9" - integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A== - -yargs-parser@13.0.0: - version "13.0.0" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.0.0.tgz#3fc44f3e76a8bdb1cc3602e860108602e5ccde8b" - integrity sha512-w2LXjoL8oRdRQN+hOyppuXs+V/fVAYtpcrRxZuF7Kt/Oc+Jr2uAcVntaUTNT6w5ihoWfFDpNY8CPx1QskxZ/pw== - dependencies: - camelcase "^5.0.0" - decamelize "^1.2.0" - -yargs-parser@^10.0.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8" - integrity sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ== - dependencies: - camelcase "^4.1.0" - -yargs-parser@^11.1.1: - version "11.1.1" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab5cbdf3b1c67ec7d3bcf4" - integrity sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ== - dependencies: - camelcase "^5.0.0" - decamelize "^1.2.0" - -yargs-parser@^13.0.0: - version "13.1.1" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.1.tgz#d26058532aa06d365fe091f6a1fc06b2f7e5eca0" - integrity sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ== - dependencies: - camelcase "^5.0.0" - decamelize "^1.2.0" - -yargs@12.0.5, yargs@^12.0.2: - version "12.0.5" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13" - integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw== - dependencies: - cliui "^4.0.0" - decamelize "^1.2.0" - find-up "^3.0.0" - get-caller-file "^1.0.1" - os-locale "^3.0.0" - require-directory "^2.1.1" - require-main-filename "^1.0.1" - set-blocking "^2.0.0" - string-width "^2.0.0" - which-module "^2.0.0" - y18n "^3.2.1 || ^4.0.0" - yargs-parser "^11.1.1" - -yargs@13.1.0: - version "13.1.0" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.1.0.tgz#b2729ce4bfc0c584939719514099d8a916ad2301" - integrity sha512-1UhJbXfzHiPqkfXNHYhiz79qM/kZqjTE8yGlEjZa85Q+3+OwcV6NRkV7XOV1W2Eom2bzILeUn55pQYffjVOLAg== - dependencies: - cliui "^4.0.0" - find-up "^3.0.0" - get-caller-file "^2.0.1" - os-locale "^3.1.0" - require-directory "^2.1.1" - require-main-filename "^2.0.0" - set-blocking "^2.0.0" - string-width "^3.0.0" - which-module "^2.0.0" - y18n "^4.0.0" - yargs-parser "^13.0.0" - -yauzl@2.10.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9" - integrity sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk= - dependencies: - buffer-crc32 "~0.2.3" - fd-slicer "~1.1.0" - -yauzl@2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.4.1.tgz#9528f442dab1b2284e58b4379bb194e22e0c4005" - integrity sha1-lSj0QtqxsihOWLQ3m7GU4i4MQAU= - dependencies: - fd-slicer "~1.0.1" - -yn@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.0.tgz#fcbe2db63610361afcc5eb9e0ac91e976d046114" - integrity sha512-kKfnnYkbTfrAdd0xICNFw7Atm8nKpLcLv9AZGEt+kczL/WQVai4e2V6ZN8U/O+iI6WrNuJjNNOyu4zfhl9D3Hg== - -zone.js@^0.9.1: - version "0.9.1" - resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.9.1.tgz#e37c6e5c54c13fae4de26b5ffe8d8e9212da6d9b" - integrity sha512-GkPiJL8jifSrKReKaTZ5jkhrMEgXbXYC+IPo1iquBjayRa0q86w3Dipjn8b415jpitMExe9lV8iTsv8tk3DGag== From f31e6d97a41b754fe3a80224b8a2b2567fd60a09 Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sat, 8 Feb 2020 22:13:39 +0100 Subject: [PATCH 04/26] chore: upgrade test to angular v9 --- .nvmrc | 2 +- .vscode/settings.json | 3 +- jest.config.js | 6 +- package-lock.json | 58 ++++++++- package.json | 4 +- .../lib/angular-aggregator.service.spec.ts | 117 +++++++++--------- .../src/lib/angular-codegen.service.spec.ts | 2 +- .../src/lib/angular-docgen.service.spec.ts | 2 +- .../src/lib/css-agregator.service.spec.ts | 2 +- .../src/lib/css-codegen.service.spec.ts | 2 +- .../src/lib/css-context.service.spec.ts | 2 +- .../src/lib/css-parser.service.spec.ts | 2 +- .../lit-element-aggregator.service.spec.ts | 2 +- .../lib/lit-element-codegen.service.spec.ts | 2 +- .../lib/lit-element-docgen.service.spec.ts | 2 +- .../src/lib/react-aggregator.service.spec.ts | 108 ++++++++-------- .../src/lib/react-codegen.service.spec.ts | 2 +- .../src/lib/react-docgen.service.spec.ts | 2 +- .../sketch-lib/src/lib/format.service.spec.ts | 2 +- projects/sketch-lib/src/lib/format.service.ts | 12 +- .../sketch-lib/src/lib/image.service.spec.ts | 114 +++++++++-------- .../sketch-lib/src/lib/layer.service.spec.ts | 2 +- .../sketch-lib/src/lib/shape.service.spec.ts | 2 +- .../sketch-lib/src/lib/style.service.spec.ts | 2 +- .../sketch-lib/src/lib/symbol.service.spec.ts | 2 +- .../sketch-lib/src/lib/text.service.spec.ts | 2 +- .../lib/stencil-aggregator.service.spec.ts | 2 +- .../src/lib/stencil-codegen.service.spec.ts | 2 +- .../src/lib/stencil-docgen.service.spec.ts | 2 +- .../src/lib/svg-aggregator.service.spec.ts | 2 +- .../src/lib/svg-codegen.service.spec.ts | 2 +- .../src/lib/svg-context.service.spec.ts | 2 +- .../src/lib/vue-codegen.service.spec.ts | 2 +- .../src/lib/vue-docgen.service.spec.ts | 2 +- .../src/lib/web-aggregator.service.spec.ts | 2 +- .../src/lib/web-codegen.service.spec.ts | 2 +- .../src/lib/web-context.service.spec.ts | 2 +- .../src/lib/web-parser.service.spec.ts | 2 +- .../web-component-aggregator.service.spec.ts | 97 +++++++-------- .../lib/web-component-codegen.service.spec.ts | 2 +- .../lib/web-component-docgen.service.spec.ts | 2 +- src/app/app.module.ts | 70 +++++------ .../editor-container.component.spec.ts | 2 +- src/app/editor/preview-badge.service.spec.ts | 8 +- .../viewer/canvas/canvas.component.spec.ts | 2 +- .../container/container.component.spec.ts | 2 +- .../viewer/layer/layer.component.mock.ts | 2 +- .../viewer/page/page.component.spec.ts | 2 +- .../dropzone/dropzone.component.spec.ts | 20 +-- src/app/upload/upload.component.spec.ts | 4 +- tests/integration/sketch-parsing.spec.ts | 2 +- 51 files changed, 377 insertions(+), 320 deletions(-) diff --git a/.nvmrc b/.nvmrc index cc5875fab..dae199aec 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v10.15.3 +v12 diff --git a/.vscode/settings.json b/.vscode/settings.json index b839913a7..4164b92c0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -27,5 +27,6 @@ "**/bazel-out": true, "**/dist": true }, - "peacock.color": "#ff2c70" + "peacock.color": "#ff2c70", + "prettier.singleQuote": true } diff --git a/jest.config.js b/jest.config.js index 589e41482..5299a79b5 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,8 +1,10 @@ module.exports = { roots: ["/tests/integration", "/projects", "/src"], globals: { - "ts-jest": { tsConfig: "src/tsconfig.spec.json" }, - __TRANSFORM_HTML__: true + "ts-jest": { + tsConfig: "src/tsconfig.spec.json", + stringifyContentPathRegex: "\\.html?$" + } }, preset: "jest-preset-angular", setupFilesAfterEnv: ["./jest.ts"], diff --git a/package-lock.json b/package-lock.json index e9632c0a4..eabd8d3f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5193,6 +5193,16 @@ "@types/istanbul-lib-report": "*" } }, + "@types/jest": { + "version": "25.1.2", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-25.1.2.tgz", + "integrity": "sha512-EsPIgEsonlXmYV7GzUqcvORsSS9Gqxw/OvkGwHfAdpjduNRxMlhsav0O5Kb0zijc/eXSO/uW6SJt9nwull8AUQ==", + "dev": true, + "requires": { + "jest-diff": "^25.1.0", + "pretty-format": "^25.1.0" + } + }, "@types/mime-types": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@types/mime-types/-/mime-types-2.1.0.tgz", @@ -14165,6 +14175,21 @@ "color-convert": "^1.9.0" } }, + "camelcase": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", + "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", + "dev": true + }, + "json5": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.1.tgz", + "integrity": "sha512-l+3HXD0GEI3huGq1njuqtzYK8OYJyXMkOLtQ53pjWh89tvWS2h6l+1zMkYWqlb57+SiQodKZyvMEFb2X+KrFhQ==", + "dev": true, + "requires": { + "minimist": "^1.2.0" + } + }, "pretty-format": { "version": "24.9.0", "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-24.9.0.tgz", @@ -14176,6 +14201,33 @@ "ansi-styles": "^3.2.0", "react-is": "^16.8.4" } + }, + "ts-jest": { + "version": "24.3.0", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-24.3.0.tgz", + "integrity": "sha512-Hb94C/+QRIgjVZlJyiWwouYUF+siNJHJHknyspaOcZ+OQAIdFG/UrdQVXw/0B8Z3No34xkUXZJpOTy9alOWdVQ==", + "dev": true, + "requires": { + "bs-logger": "0.x", + "buffer-from": "1.x", + "fast-json-stable-stringify": "2.x", + "json5": "2.x", + "lodash.memoize": "4.x", + "make-error": "1.x", + "mkdirp": "0.x", + "resolve": "1.x", + "semver": "^5.5", + "yargs-parser": "10.x" + } + }, + "yargs-parser": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz", + "integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==", + "dev": true, + "requires": { + "camelcase": "^4.1.0" + } } } }, @@ -22255,9 +22307,9 @@ "dev": true }, "ts-jest": { - "version": "24.3.0", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-24.3.0.tgz", - "integrity": "sha512-Hb94C/+QRIgjVZlJyiWwouYUF+siNJHJHknyspaOcZ+OQAIdFG/UrdQVXw/0B8Z3No34xkUXZJpOTy9alOWdVQ==", + "version": "25.2.0", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-25.2.0.tgz", + "integrity": "sha512-VaRdb0da46eorLfuHEFf0G3d+jeREcV+Wb/SvW71S4y9Oe8SHWU+m1WY/3RaMknrBsnvmVH0/rRjT8dkgeffNQ==", "dev": true, "requires": { "bs-logger": "0.x", diff --git a/package.json b/package.json index a61e47298..f5100e79a 100644 --- a/package.json +++ b/package.json @@ -57,9 +57,9 @@ "@angular/platform-browser-dynamic": "^9.0.0", "@angular/router": "^9.0.0", "@angular/service-worker": "^9.0.0", - "@ngxs/router-plugin": "^3.6.2", "@ngx-translate/core": "^12.0.0", "@ngx-translate/http-loader": "^4.0.0", + "@ngxs/router-plugin": "^3.6.2", "@ngxs/store": "^3.6.2", "@stackblitz/sdk": "^1.3.0", "big-integer": "^1.6.48", @@ -91,6 +91,7 @@ "@types/cypress": "^1.1.3", "@types/file-saver": "^2.0.0", "@types/highlight.js": "^9.12.3", + "@types/jest": "^25.1.2", "@types/node": "^12.11.1", "@types/sketchapp": "^56.0.0", "codelyzer": "^5.1.2", @@ -109,6 +110,7 @@ "release-it": "^12.4.3", "speed-measure-webpack-plugin": "^1.3.0", "terser": "^4.6.3", + "ts-jest": "^25.2.0", "ts-node": "~8.6.2", "tslint": "~6.0.0", "typescript": "3.7.5", diff --git a/projects/angular-codegen/src/lib/angular-aggregator.service.spec.ts b/projects/angular-codegen/src/lib/angular-aggregator.service.spec.ts index 52f86ae4a..332eb828a 100644 --- a/projects/angular-codegen/src/lib/angular-aggregator.service.spec.ts +++ b/projects/angular-codegen/src/lib/angular-aggregator.service.spec.ts @@ -2,71 +2,68 @@ import { TestBed } from '@angular/core/testing'; import { AngularAggregatorService } from './angular-aggregator.service'; describe('AngularAggregatorService', () => { - let service: AngularAggregatorService; + let service: AngularAggregatorService; - beforeEach(() => { - TestBed.configureTestingModule({ - providers: [AngularAggregatorService] - }); - - service = TestBed.get(AngularAggregatorService); - }); - - it('should create', () => { - expect(service).toBeTruthy(); + beforeEach(() => { + TestBed.configureTestingModule({ + providers: [AngularAggregatorService] }); + }); - it('should have three files for a basic angular component', () => { - const data = { - '_class': 'rectangle', - 'name': 'abc', - 'web': { - }, + it('should create', () => { + service = TestBed.inject(AngularAggregatorService); + expect(service).toBeTruthy(); + }); - layers: [ - { - '_class': 'text', - 'css': { - 'className': 'aclass', - rules: { - 'width': '20px' - } - }, - 'web': { + it('should have three files for a basic angular component', () => { + service = TestBed.inject(AngularAggregatorService); + const data = { + _class: 'rectangle', + name: 'abc', + web: {}, - }, - attributedString: { string: 'attr' } - } - ] - } as any; - const aggregated = service.aggregate(data, data, { - textTagName: 'span', - bitmapTagName: 'img', - blockTagName: 'div', - xmlPrefix: 'xly-', - cssPrefix: 'xly_', - componentDir: 'components', - assetDir: 'assets', - }); + layers: [ + { + _class: 'text', + css: { + className: 'aclass', + rules: { + width: '20px' + } + }, + web: {}, + attributedString: { string: 'attr' } + } + ] + } as any; + const aggregated = service.aggregate(data, data, { + textTagName: 'span', + bitmapTagName: 'img', + blockTagName: 'div', + xmlPrefix: 'xly-', + cssPrefix: 'xly_', + componentDir: 'components', + assetDir: 'assets' + }); - expect(aggregated.length).toEqual(4); + expect(aggregated.length).toEqual(4); - const [html, css, component, test] = aggregated; - expect(html.kind).toEqual('angular'); - expect(html.language).toEqual('html'); - expect(html.value.indexOf('attr') >= 0).toBeTruthy(); - expect(html.uri).toEqual('components/abc.component.html'); - expect(html.value.indexOf('span >attr') >= 0).toEqual(true); - expect(css.kind).toEqual('angular'); - expect(css.uri).toEqual('components/abc.component.css'); - expect(css.language).toEqual('css'); - expect(component.kind).toEqual('angular'); - expect(component.language).toEqual('typescript'); - expect(component.uri).toEqual('components/abc.component.ts'); - expect(component.value.indexOf(`selector: 'xly-abc',`) >= 0).toEqual(true); - expect(test.kind).toEqual('angular'); - expect(test.language).toEqual('typescript'); - expect(test.uri).toEqual('components/abc.spec.ts'); - expect(test.value.indexOf(`it('should create',`) >= 0).toEqual(true); - }); + const [html, css, component, test] = aggregated; + expect(html.kind).toEqual('angular'); + expect(html.language).toEqual('html'); + expect(html.value.indexOf('attr') >= 0).toBeTruthy(); + expect(html.uri).toEqual('components/abc.component.html'); + expect(html.value.indexOf('span >attr') >= 0).toEqual(true); + expect(css.kind).toEqual('angular'); + expect(css.uri).toEqual('components/abc.component.css'); + expect(css.language).toEqual('css'); + expect(component.kind).toEqual('angular'); + expect(component.language).toEqual('typescript'); + expect(component.uri).toEqual('components/abc.component.ts'); + expect(component.value.indexOf(`selector: 'xly-abc',`) >= 0).toEqual(true); + expect(test.kind).toEqual('angular'); + expect(test.language).toEqual('typescript'); + expect(test.uri).toEqual('components/abc.spec.ts'); + expect(test.value.indexOf(`it('should create',`) >= 0).toEqual(true); + }); }); diff --git a/projects/angular-codegen/src/lib/angular-codegen.service.spec.ts b/projects/angular-codegen/src/lib/angular-codegen.service.spec.ts index 5dd1d05fd..426196878 100644 --- a/projects/angular-codegen/src/lib/angular-codegen.service.spec.ts +++ b/projects/angular-codegen/src/lib/angular-codegen.service.spec.ts @@ -11,7 +11,7 @@ describe('AngularCodeGenService', () => { providers: [AngularCodeGenService] }); - service = TestBed.get(AngularCodeGenService); + service = TestBed.inject(AngularCodeGenService); }); it('should create', () => { diff --git a/projects/angular-codegen/src/lib/angular-docgen.service.spec.ts b/projects/angular-codegen/src/lib/angular-docgen.service.spec.ts index c3119cc0c..7a841fe6a 100644 --- a/projects/angular-codegen/src/lib/angular-docgen.service.spec.ts +++ b/projects/angular-codegen/src/lib/angular-docgen.service.spec.ts @@ -9,7 +9,7 @@ describe('AngularDocGenService', () => { providers: [AngularDocGenService] }); - service = TestBed.get(AngularDocGenService); + service = TestBed.inject(AngularDocGenService); }); it('should create', () => { diff --git a/projects/css-codegen/src/lib/css-agregator.service.spec.ts b/projects/css-codegen/src/lib/css-agregator.service.spec.ts index 980d266e8..11fd93052 100644 --- a/projects/css-codegen/src/lib/css-agregator.service.spec.ts +++ b/projects/css-codegen/src/lib/css-agregator.service.spec.ts @@ -9,7 +9,7 @@ describe('ReactCodeGenService', () => { providers: [CssAggregatorService] }); - service = TestBed.get(CssAggregatorService); + service = TestBed.inject(CssAggregatorService); }); it('should create', () => { diff --git a/projects/css-codegen/src/lib/css-codegen.service.spec.ts b/projects/css-codegen/src/lib/css-codegen.service.spec.ts index 42c1e2bda..aaa22902e 100644 --- a/projects/css-codegen/src/lib/css-codegen.service.spec.ts +++ b/projects/css-codegen/src/lib/css-codegen.service.spec.ts @@ -12,7 +12,7 @@ describe('CssCodeGenService', () => { providers: [CssCodeGenService] }); - service = TestBed.get(CssCodeGenService); + service = TestBed.inject(CssCodeGenService); const version = VERSION_LIST[0]; const fileNames = readdirSync(`${SKETCH_PATH}/${version}`); diff --git a/projects/css-codegen/src/lib/css-context.service.spec.ts b/projects/css-codegen/src/lib/css-context.service.spec.ts index 0e6e37479..19e141b41 100644 --- a/projects/css-codegen/src/lib/css-context.service.spec.ts +++ b/projects/css-codegen/src/lib/css-context.service.spec.ts @@ -9,7 +9,7 @@ describe('CssContextService', () => { providers: [CssContextService] }); - service = TestBed.get(CssContextService); + service = TestBed.inject(CssContextService); }); it('should create', () => { diff --git a/projects/css-codegen/src/lib/css-parser.service.spec.ts b/projects/css-codegen/src/lib/css-parser.service.spec.ts index c7db4e134..a1a9082d6 100644 --- a/projects/css-codegen/src/lib/css-parser.service.spec.ts +++ b/projects/css-codegen/src/lib/css-parser.service.spec.ts @@ -9,7 +9,7 @@ describe('CssParserService', () => { providers: [CssParserService] }); - service = TestBed.get(CssParserService); + service = TestBed.inject(CssParserService); }); it('should create', () => { diff --git a/projects/lit-element-codegen/src/lib/lit-element-aggregator.service.spec.ts b/projects/lit-element-codegen/src/lib/lit-element-aggregator.service.spec.ts index 7bcd0622a..d9a194d67 100644 --- a/projects/lit-element-codegen/src/lib/lit-element-aggregator.service.spec.ts +++ b/projects/lit-element-codegen/src/lib/lit-element-aggregator.service.spec.ts @@ -9,7 +9,7 @@ describe('ReactCodeGenService', () => { providers: [LitElementAggregatorService] }); - service = TestBed.get(LitElementAggregatorService); + service = TestBed.inject(LitElementAggregatorService); }); it('should create', () => { diff --git a/projects/lit-element-codegen/src/lib/lit-element-codegen.service.spec.ts b/projects/lit-element-codegen/src/lib/lit-element-codegen.service.spec.ts index 9a38b35b9..52c997d6b 100644 --- a/projects/lit-element-codegen/src/lib/lit-element-codegen.service.spec.ts +++ b/projects/lit-element-codegen/src/lib/lit-element-codegen.service.spec.ts @@ -11,7 +11,7 @@ describe.only('LitElementCodeGenService', () => { providers: [LitElementCodeGenService] }); - service = TestBed.get(LitElementCodeGenService); + service = TestBed.inject(LitElementCodeGenService); }); it('should create', () => { diff --git a/projects/lit-element-codegen/src/lib/lit-element-docgen.service.spec.ts b/projects/lit-element-codegen/src/lib/lit-element-docgen.service.spec.ts index 6874d358f..c67d6410a 100644 --- a/projects/lit-element-codegen/src/lib/lit-element-docgen.service.spec.ts +++ b/projects/lit-element-codegen/src/lib/lit-element-docgen.service.spec.ts @@ -9,7 +9,7 @@ describe('ReactDocGenService', () => { providers: [LitElementDocGenService] }); - service = TestBed.get(LitElementDocGenService); + service = TestBed.inject(LitElementDocGenService); }); it('should create', () => { diff --git a/projects/react-codegen/src/lib/react-aggregator.service.spec.ts b/projects/react-codegen/src/lib/react-aggregator.service.spec.ts index 089f50dc3..2326a7aca 100644 --- a/projects/react-codegen/src/lib/react-aggregator.service.spec.ts +++ b/projects/react-codegen/src/lib/react-aggregator.service.spec.ts @@ -2,67 +2,65 @@ import { TestBed } from '@angular/core/testing'; import { ReactAggregatorService } from './react-aggregator.service'; describe('ReactCodeGenService', () => { - let service: ReactAggregatorService; + let service: ReactAggregatorService; - beforeEach(() => { - TestBed.configureTestingModule({ - providers: [ReactAggregatorService] - }); - - service = TestBed.get(ReactAggregatorService); + beforeEach(() => { + TestBed.configureTestingModule({ + providers: [ReactAggregatorService] }); + }); - it('should create', () => { - expect(service).toBeTruthy(); - }); + it('should create', () => { + service = TestBed.inject(ReactAggregatorService); + expect(service).toBeTruthy(); + }); - it('should have three files for a basic react component', () => { - const data = { - '_class': 'rectangle', - 'name': 'abc', - 'web': { - }, + it('should have three files for a basic react component', () => { + service = TestBed.inject(ReactAggregatorService); + const data = { + _class: 'rectangle', + name: 'abc', + web: {}, - layers: [ - { - '_class': 'text', - 'css': { - 'className': 'aclass', - rules: { - 'width': '20px' - } - }, - 'web': { + layers: [ + { + _class: 'text', + css: { + className: 'aclass', + rules: { + width: '20px' + } + }, + web: {}, + attributedString: { string: 'attr' } + } + ] + } as any; - }, - attributedString: { string: 'attr' } - } - ] - } as any; - const aggregated = service.aggregate(data, data, { - textTagName: 'span', - bitmapTagName: 'img', - blockTagName: 'div', - xmlPrefix: 'xly-', - cssPrefix: 'xly_', - componentDir: 'components', - assetDir: 'assets', - }); + const aggregated = service.aggregate(data, data, { + textTagName: 'span', + bitmapTagName: 'img', + blockTagName: 'div', + xmlPrefix: 'xly-', + cssPrefix: 'xly_', + componentDir: 'components', + assetDir: 'assets' + }); - expect(aggregated.length).toEqual(3); + expect(aggregated.length).toEqual(3); - const [component, test, css] = aggregated; - expect(component.kind).toEqual('react'); - expect(component.language).toEqual('javascript'); - expect(component.value.indexOf('attr') >= 0).toBeTruthy(); - expect(component.uri).toEqual('components/abc.jsx'); - expect(component.value.indexOf('span >attr') >= 0).toEqual(true); - expect(test.kind).toEqual('react'); - expect(test.uri).toEqual('components/abc.spec.js'); - expect(test.language).toEqual('javascript'); - expect(css.kind).toEqual('react'); - expect(css.language).toEqual('css'); - expect(css.uri).toEqual('components/abc.css'); - expect(css.value.indexOf('.aclass') >= 0).toEqual(true); - }); + const [component, test, css] = aggregated; + expect(component.kind).toEqual('react'); + expect(component.language).toEqual('javascript'); + expect(component.value.indexOf('attr') >= 0).toBeTruthy(); + expect(component.uri).toEqual('components/abc.jsx'); + expect(component.value.indexOf('span >attr') >= 0).toEqual(true); + expect(test.kind).toEqual('react'); + expect(test.uri).toEqual('components/abc.spec.js'); + expect(test.language).toEqual('javascript'); + expect(css.kind).toEqual('react'); + expect(css.language).toEqual('css'); + expect(css.uri).toEqual('components/abc.css'); + expect(css.value.indexOf('.aclass') >= 0).toEqual(true); + }); }); diff --git a/projects/react-codegen/src/lib/react-codegen.service.spec.ts b/projects/react-codegen/src/lib/react-codegen.service.spec.ts index 9dbbd1252..74485ae13 100644 --- a/projects/react-codegen/src/lib/react-codegen.service.spec.ts +++ b/projects/react-codegen/src/lib/react-codegen.service.spec.ts @@ -11,7 +11,7 @@ describe('ReactCodeGenService', () => { providers: [ReactCodeGenService] }); - service = TestBed.get(ReactCodeGenService); + service = TestBed.inject(ReactCodeGenService); }); it('should create', () => { diff --git a/projects/react-codegen/src/lib/react-docgen.service.spec.ts b/projects/react-codegen/src/lib/react-docgen.service.spec.ts index c1ad7d49f..7d6ccdb49 100644 --- a/projects/react-codegen/src/lib/react-docgen.service.spec.ts +++ b/projects/react-codegen/src/lib/react-docgen.service.spec.ts @@ -9,7 +9,7 @@ describe('ReactDocGenService', () => { providers: [ReactDocGenService] }); - service = TestBed.get(ReactDocGenService); + service = TestBed.inject(ReactDocGenService); }); it('should create', () => { diff --git a/projects/sketch-lib/src/lib/format.service.spec.ts b/projects/sketch-lib/src/lib/format.service.spec.ts index 7e6e9cc44..ab575bf92 100644 --- a/projects/sketch-lib/src/lib/format.service.spec.ts +++ b/projects/sketch-lib/src/lib/format.service.spec.ts @@ -11,7 +11,7 @@ describe('FormatService', () => { providers: [FormatService] }); - service = TestBed.get(FormatService); + service = TestBed.inject(FormatService); }); it('should create', () => { diff --git a/projects/sketch-lib/src/lib/format.service.ts b/projects/sketch-lib/src/lib/format.service.ts index dc72ea822..bfef21a75 100644 --- a/projects/sketch-lib/src/lib/format.service.ts +++ b/projects/sketch-lib/src/lib/format.service.ts @@ -1,18 +1,18 @@ -import { Injectable } from "@angular/core"; -import { paramCase } from "param-case"; -import { pascalCase } from "pascal-case"; +import { Injectable } from '@angular/core'; +import { paramCase } from 'param-case'; +import { pascalCase } from 'pascal-case'; @Injectable({ - providedIn: "root" + providedIn: 'root' }) export class FormatService { indent(n: number, content: string) { - const indentation = !!n ? " ".repeat(n) : ""; + const indentation = !!n ? ' '.repeat(n) : ''; return indentation + content; } indentFile(n: number, contents: string) { - return contents.split("\n").map(line => this.indent(n, line)); + return contents.split('\n').map(line => this.indent(n, line)); } className(name: string) { diff --git a/projects/sketch-lib/src/lib/image.service.spec.ts b/projects/sketch-lib/src/lib/image.service.spec.ts index 6524bbbb8..ebe13b1a1 100644 --- a/projects/sketch-lib/src/lib/image.service.spec.ts +++ b/projects/sketch-lib/src/lib/image.service.spec.ts @@ -2,63 +2,71 @@ import { TestBed } from '@angular/core/testing'; import { ImageService } from './image.service'; describe('ImageService', () => { - let service: ImageService; + let service: ImageService; - beforeEach(() => { - TestBed.configureTestingModule({ - providers: [ImageService] - }); - - service = TestBed.get(ImageService); + beforeEach(() => { + TestBed.configureTestingModule({ + providers: [ImageService] }); - it('should create', () => { - expect(service).toBeTruthy(); - }); + service = TestBed.inject(ImageService); + }); - it('should identify a sketch class as bitmap', () => { - const data = { - '_class': 'bitmap' - } as any; - const actual = service.identify(data); - expect(actual).toBeTruthy(); - }); + it('should create', () => { + expect(service).toBeTruthy(); + }); - it('should look for the image ref', () => { - const data = { - '_class': 'bitmap', - image: { - _ref: 'A' - }, - images: { - 'A': 'BASE_64_STRING' - } - } as any; - const actual = service.lookup(data, data); - expect(actual).toBe('BASE_64_STRING'); - }); + it('should identify a sketch class as bitmap', () => { + const data = { + _class: 'bitmap' + } as any; + const actual = service.identify(data); + expect(actual).toBeTruthy(); + }); - it('should aggragate the data based on the layer', () => { - const expectedValue = [{ kind: 'png', language: 'base64', uri: 'assets/.png', value: 'BASE_64_STRING' }]; - const data = { - '_class': 'bitmap', - image: { - _ref: 'A' - }, - images: { - 'A': 'BASE_64_STRING' - } - } as any; - const options = { - textTagName: 'span', - bitmapTagName: 'img', - blockTagName: 'div', - xmlPrefix: 'xly-', - cssPrefix: 'xly_', - componentDir: 'components', - assetDir: 'assets', - }; - const actual = service.aggregate(data, data, options); - expect(actual).toEqual(expectedValue); - }); + it('should look for the image ref', () => { + const data = { + _class: 'bitmap', + image: { + _ref: 'A' + }, + images: { + A: 'BASE_64_STRING' + } + } as any; + const actual = service.lookup(data, data); + expect(actual).toBe('BASE_64_STRING'); + }); + + it('should aggragate the data based on the layer', () => { + const expectedValue = [ + { + kind: 'png', + language: 'base64', + uri: 'assets/test.png', + value: 'BASE_64_STRING' + } + ]; + const data: any /* @Todo use proper type */ = { + _class: 'bitmap', + image: { + _ref: 'A' + }, + images: { + A: 'BASE_64_STRING' + }, + name: 'test' + }; + const options = { + textTagName: 'span', + bitmapTagName: 'img', + blockTagName: 'div', + xmlPrefix: 'xly-', + cssPrefix: 'xly_', + componentDir: 'components', + assetDir: 'assets' + }; + const actual = service.aggregate(data, data, options); + expect(actual).toEqual(expectedValue); + }); }); diff --git a/projects/sketch-lib/src/lib/layer.service.spec.ts b/projects/sketch-lib/src/lib/layer.service.spec.ts index b52a46fd1..786237012 100644 --- a/projects/sketch-lib/src/lib/layer.service.spec.ts +++ b/projects/sketch-lib/src/lib/layer.service.spec.ts @@ -9,7 +9,7 @@ describe('LayerService', () => { providers: [LayerService] }); - service = TestBed.get(LayerService); + service = TestBed.inject(LayerService); }); it('should create', () => { diff --git a/projects/sketch-lib/src/lib/shape.service.spec.ts b/projects/sketch-lib/src/lib/shape.service.spec.ts index 4ecdd1ce8..c8489e1c0 100644 --- a/projects/sketch-lib/src/lib/shape.service.spec.ts +++ b/projects/sketch-lib/src/lib/shape.service.spec.ts @@ -9,7 +9,7 @@ describe('ShapeService', () => { providers: [ShapeService] }); - service = TestBed.get(ShapeService); + service = TestBed.inject(ShapeService); }); it('should create', () => { diff --git a/projects/sketch-lib/src/lib/style.service.spec.ts b/projects/sketch-lib/src/lib/style.service.spec.ts index 078f1b929..125013521 100644 --- a/projects/sketch-lib/src/lib/style.service.spec.ts +++ b/projects/sketch-lib/src/lib/style.service.spec.ts @@ -8,7 +8,7 @@ describe('StyleService', () => { providers: [StyleService] }); - service = TestBed.get(StyleService); + service = TestBed.inject(StyleService); }); it('should create', () => { diff --git a/projects/sketch-lib/src/lib/symbol.service.spec.ts b/projects/sketch-lib/src/lib/symbol.service.spec.ts index cb1f883c5..54ef28080 100644 --- a/projects/sketch-lib/src/lib/symbol.service.spec.ts +++ b/projects/sketch-lib/src/lib/symbol.service.spec.ts @@ -9,7 +9,7 @@ describe('SymbolService', () => { providers: [SymbolService] }); - service = TestBed.get(SymbolService); + service = TestBed.inject(SymbolService); }); it('should create', () => { diff --git a/projects/sketch-lib/src/lib/text.service.spec.ts b/projects/sketch-lib/src/lib/text.service.spec.ts index 023845e6b..b7834c135 100644 --- a/projects/sketch-lib/src/lib/text.service.spec.ts +++ b/projects/sketch-lib/src/lib/text.service.spec.ts @@ -9,7 +9,7 @@ describe('TextService', () => { providers: [TextService] }); - service = TestBed.get(TextService); + service = TestBed.inject(TextService); }); it('should create', () => { diff --git a/projects/stencil-codegen/src/lib/stencil-aggregator.service.spec.ts b/projects/stencil-codegen/src/lib/stencil-aggregator.service.spec.ts index 54992167a..154eda5d9 100644 --- a/projects/stencil-codegen/src/lib/stencil-aggregator.service.spec.ts +++ b/projects/stencil-codegen/src/lib/stencil-aggregator.service.spec.ts @@ -9,7 +9,7 @@ describe('StencilAggregatorService', () => { providers: [StencilAggregatorService] }); - service = TestBed.get(StencilAggregatorService); + service = TestBed.inject(StencilAggregatorService); }); it('should create', () => { diff --git a/projects/stencil-codegen/src/lib/stencil-codegen.service.spec.ts b/projects/stencil-codegen/src/lib/stencil-codegen.service.spec.ts index 2412c5a74..b39bd432d 100644 --- a/projects/stencil-codegen/src/lib/stencil-codegen.service.spec.ts +++ b/projects/stencil-codegen/src/lib/stencil-codegen.service.spec.ts @@ -11,7 +11,7 @@ describe('StencilCodeGenService', () => { providers: [StencilCodeGenService] }); - service = TestBed.get(StencilCodeGenService); + service = TestBed.inject(StencilCodeGenService); }); it('should create', () => { diff --git a/projects/stencil-codegen/src/lib/stencil-docgen.service.spec.ts b/projects/stencil-codegen/src/lib/stencil-docgen.service.spec.ts index 3818fc0aa..b48d5342b 100644 --- a/projects/stencil-codegen/src/lib/stencil-docgen.service.spec.ts +++ b/projects/stencil-codegen/src/lib/stencil-docgen.service.spec.ts @@ -9,7 +9,7 @@ describe('StencilDocGenService', () => { providers: [StencilDocGenService] }); - service = TestBed.get(StencilDocGenService); + service = TestBed.inject(StencilDocGenService); }); it('should create', () => { diff --git a/projects/svg-codegen/src/lib/svg-aggregator.service.spec.ts b/projects/svg-codegen/src/lib/svg-aggregator.service.spec.ts index 2e90ce548..3d9963a4f 100644 --- a/projects/svg-codegen/src/lib/svg-aggregator.service.spec.ts +++ b/projects/svg-codegen/src/lib/svg-aggregator.service.spec.ts @@ -9,7 +9,7 @@ describe('SvgAggregatorService', () => { providers: [SvgAggregatorService] }); - service = TestBed.get(SvgAggregatorService); + service = TestBed.inject(SvgAggregatorService); }); it('should create', () => { diff --git a/projects/svg-codegen/src/lib/svg-codegen.service.spec.ts b/projects/svg-codegen/src/lib/svg-codegen.service.spec.ts index 8136a5847..62da0eeeb 100644 --- a/projects/svg-codegen/src/lib/svg-codegen.service.spec.ts +++ b/projects/svg-codegen/src/lib/svg-codegen.service.spec.ts @@ -11,7 +11,7 @@ describe('SvgCodeGenService', () => { providers: [SvgCodeGenService] }); - service = TestBed.get(SvgCodeGenService); + service = TestBed.inject(SvgCodeGenService); }); it('should create', () => { diff --git a/projects/svg-codegen/src/lib/svg-context.service.spec.ts b/projects/svg-codegen/src/lib/svg-context.service.spec.ts index b1cba8ca1..8e0778e3b 100644 --- a/projects/svg-codegen/src/lib/svg-context.service.spec.ts +++ b/projects/svg-codegen/src/lib/svg-context.service.spec.ts @@ -10,7 +10,7 @@ describe('SvgContextService', () => { providers: [SvgContextService] }); - service = TestBed.get(SvgContextService); + service = TestBed.inject(SvgContextService); }); it('should create', () => { diff --git a/projects/vue-codegen/src/lib/vue-codegen.service.spec.ts b/projects/vue-codegen/src/lib/vue-codegen.service.spec.ts index f5f13a21b..a5f2437e9 100644 --- a/projects/vue-codegen/src/lib/vue-codegen.service.spec.ts +++ b/projects/vue-codegen/src/lib/vue-codegen.service.spec.ts @@ -11,7 +11,7 @@ describe('VueCodeGenService', () => { providers: [VueCodeGenService] }); - service = TestBed.get(VueCodeGenService); + service = TestBed.inject(VueCodeGenService); }); it('should create', () => { diff --git a/projects/vue-codegen/src/lib/vue-docgen.service.spec.ts b/projects/vue-codegen/src/lib/vue-docgen.service.spec.ts index 557796e0c..4616fd186 100644 --- a/projects/vue-codegen/src/lib/vue-docgen.service.spec.ts +++ b/projects/vue-codegen/src/lib/vue-docgen.service.spec.ts @@ -9,7 +9,7 @@ describe('VueDocGenService', () => { providers: [VueDocGenService] }); - service = TestBed.get(VueDocGenService); + service = TestBed.inject(VueDocGenService); }); it('should create', () => { diff --git a/projects/web-codegen/src/lib/web-aggregator.service.spec.ts b/projects/web-codegen/src/lib/web-aggregator.service.spec.ts index 13018f2c3..28beefacf 100644 --- a/projects/web-codegen/src/lib/web-aggregator.service.spec.ts +++ b/projects/web-codegen/src/lib/web-aggregator.service.spec.ts @@ -8,7 +8,7 @@ describe('WebAggregatorService', () => { providers: [WebAggregatorService] }); - service = TestBed.get(WebAggregatorService); + service = TestBed.inject(WebAggregatorService); }); it('should create', () => { diff --git a/projects/web-codegen/src/lib/web-codegen.service.spec.ts b/projects/web-codegen/src/lib/web-codegen.service.spec.ts index bb9dc5401..160c1f807 100644 --- a/projects/web-codegen/src/lib/web-codegen.service.spec.ts +++ b/projects/web-codegen/src/lib/web-codegen.service.spec.ts @@ -11,7 +11,7 @@ describe('WebCodeGenService', () => { providers: [WebCodeGenService] }); - service = TestBed.get(WebCodeGenService); + service = TestBed.inject(WebCodeGenService); }); it('should create', () => { diff --git a/projects/web-codegen/src/lib/web-context.service.spec.ts b/projects/web-codegen/src/lib/web-context.service.spec.ts index d785e3cac..1c3c39161 100644 --- a/projects/web-codegen/src/lib/web-context.service.spec.ts +++ b/projects/web-codegen/src/lib/web-context.service.spec.ts @@ -9,7 +9,7 @@ describe('WebContextService', () => { providers: [WebContextService] }); - service = TestBed.get(WebContextService); + service = TestBed.inject(WebContextService); }); it('should create', () => { diff --git a/projects/web-codegen/src/lib/web-parser.service.spec.ts b/projects/web-codegen/src/lib/web-parser.service.spec.ts index dbc14dfc7..c72e9cd40 100644 --- a/projects/web-codegen/src/lib/web-parser.service.spec.ts +++ b/projects/web-codegen/src/lib/web-parser.service.spec.ts @@ -11,7 +11,7 @@ describe('WebParserService', () => { providers: [WebParserService] }); - service = TestBed.get(WebParserService); + service = TestBed.inject(WebParserService); }); it('should create', () => { diff --git a/projects/web-component-codegen/src/lib/web-component-aggregator.service.spec.ts b/projects/web-component-codegen/src/lib/web-component-aggregator.service.spec.ts index 706eedcbd..280bf6aca 100644 --- a/projects/web-component-codegen/src/lib/web-component-aggregator.service.spec.ts +++ b/projects/web-component-codegen/src/lib/web-component-aggregator.service.spec.ts @@ -2,59 +2,56 @@ import { TestBed } from '@angular/core/testing'; import { WebComponentAggregatorService } from './web-component-aggregator.service'; describe('WebComponentAggregatorService', () => { - let service: WebComponentAggregatorService; + let service: WebComponentAggregatorService; - beforeEach(() => { - TestBed.configureTestingModule({ - providers: [WebComponentAggregatorService] - }); - - service = TestBed.get(WebComponentAggregatorService); + beforeEach(() => { + TestBed.configureTestingModule({ + providers: [WebComponentAggregatorService] }); - it('should create', () => { - expect(service).toBeTruthy(); + service = TestBed.inject(WebComponentAggregatorService); + }); + + it('should create', () => { + expect(service).toBeTruthy(); + }); + + it('should have three files for a basic web components component', () => { + const data = { + _class: 'rectangle', + name: 'abc', + web: {}, + + layers: [ + { + _class: 'text', + css: { + className: 'aclass', + rules: { + width: '20px' + } + }, + web: {}, + attributedString: { string: 'attr' } + } + ] + } as any; + const aggregated = service.aggregate(data, data, { + textTagName: 'span', + bitmapTagName: 'img', + blockTagName: 'div', + xmlPrefix: 'xly-', + cssPrefix: 'xly_', + componentDir: 'components', + assetDir: 'assets' }); - it('should have three files for a basic web components component', () => { - const data = { - '_class': 'rectangle', - 'name': 'abc', - 'web': { - }, - - layers: [ - { - '_class': 'text', - 'css': { - 'className': 'aclass', - rules: { - 'width': '20px' - } - }, - 'web': { - - }, - attributedString: { string: 'attr' } - } - ] - } as any; - const aggregated = service.aggregate(data, data, { - textTagName: 'span', - bitmapTagName: 'img', - blockTagName: 'div', - xmlPrefix: 'xly-', - cssPrefix: 'xly_', - componentDir: 'components', - assetDir: 'assets', - }); - - expect(aggregated.length).toEqual(1); - - const [component] = aggregated; - expect(component.kind).toEqual('wc'); - expect(component.language).toEqual('javascript'); - expect(component.value.indexOf('attr') >= 0).toBeTruthy(); - expect(component.uri).toEqual('components/abc.js'); - }); + expect(aggregated.length).toEqual(1); + + const [component] = aggregated; + expect(component.kind).toEqual('wc'); + expect(component.language).toEqual('javascript'); + expect(component.value.indexOf('attr') >= 0).toBeTruthy(); + expect(component.uri).toEqual('components/abc.js'); + }); }); diff --git a/projects/web-component-codegen/src/lib/web-component-codegen.service.spec.ts b/projects/web-component-codegen/src/lib/web-component-codegen.service.spec.ts index 0890e97f1..307699719 100644 --- a/projects/web-component-codegen/src/lib/web-component-codegen.service.spec.ts +++ b/projects/web-component-codegen/src/lib/web-component-codegen.service.spec.ts @@ -11,7 +11,7 @@ describe('WebComponentCodeGenService', () => { providers: [WebComponentCodeGenService] }); - service = TestBed.get(WebComponentCodeGenService); + service = TestBed.inject(WebComponentCodeGenService); }); it('should create', () => { diff --git a/projects/web-component-codegen/src/lib/web-component-docgen.service.spec.ts b/projects/web-component-codegen/src/lib/web-component-docgen.service.spec.ts index 9da770bc3..11af842f3 100644 --- a/projects/web-component-codegen/src/lib/web-component-docgen.service.spec.ts +++ b/projects/web-component-codegen/src/lib/web-component-docgen.service.spec.ts @@ -9,7 +9,7 @@ describe('WebComponentDocGenService', () => { providers: [WebComponentDocGenService] }); - service = TestBed.get(WebComponentDocGenService); + service = TestBed.inject(WebComponentDocGenService); }); it('should create', () => { diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 0e12cadcc..68dea7c9d 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -1,57 +1,57 @@ -import { HttpClientModule, HttpClient } from "@angular/common/http"; -import { NgModule } from "@angular/core"; -import { BrowserModule } from "@angular/platform-browser"; -import { BrowserAnimationsModule } from "@angular/platform-browser/animations"; -import { PreloadAllModules, Route, RouterModule } from "@angular/router"; -import { WINDOW_PROVIDERS } from "@app/core/window.service"; -import { environment } from "@env/environment"; -import { NgxsReduxDevtoolsPluginModule } from "@ngxs/devtools-plugin"; -import { NgxsLoggerPluginModule } from "@ngxs/logger-plugin"; -import { NgxsRouterPluginModule } from "@ngxs/router-plugin"; -import { NgxsModule } from "@ngxs/store"; -import { HighlightModule, HIGHLIGHT_OPTIONS } from "ngx-highlightjs"; -import { AppComponent } from "./app.component"; -import { CoreModule } from "./core/core.module"; -import { UiState } from "./core/state"; -import { CodeGenState } from "./core/state/page.state"; -import { EditorGuardService } from "./editor-guard.service"; -import { TranslateModule, TranslateLoader } from "@ngx-translate/core"; -import { TranslateHttpLoader } from "@ngx-translate/http-loader"; +import { HttpClientModule, HttpClient } from '@angular/common/http'; +import { NgModule } from '@angular/core'; +import { BrowserModule } from '@angular/platform-browser'; +import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; +import { PreloadAllModules, Route, RouterModule } from '@angular/router'; +import { WINDOW_PROVIDERS } from '@app/core/window.service'; +import { environment } from '@env/environment'; +import { NgxsReduxDevtoolsPluginModule } from '@ngxs/devtools-plugin'; +import { NgxsLoggerPluginModule } from '@ngxs/logger-plugin'; +import { NgxsRouterPluginModule } from '@ngxs/router-plugin'; +import { NgxsModule } from '@ngxs/store'; +import { HighlightModule, HIGHLIGHT_OPTIONS } from 'ngx-highlightjs'; +import { AppComponent } from './app.component'; +import { CoreModule } from './core/core.module'; +import { UiState } from './core/state'; +import { CodeGenState } from './core/state/page.state'; +import { EditorGuardService } from './editor-guard.service'; +import { TranslateModule, TranslateLoader } from '@ngx-translate/core'; +import { TranslateHttpLoader } from '@ngx-translate/http-loader'; export const routes: Route[] = [ { - path: "", - redirectTo: "/home", - pathMatch: "full" + path: '', + redirectTo: '/home', + pathMatch: 'full' }, { - path: "home", - loadChildren: () => import("../home/home.module").then(m => m.HomeModule) + path: 'home', + loadChildren: () => import('../home/home.module').then(m => m.HomeModule) }, { - path: "editor", + path: 'editor', canActivate: [EditorGuardService], canActivateChild: [EditorGuardService], loadChildren: () => - import("./editor/editor.module").then(m => m.EditorModule) + import('./editor/editor.module').then(m => m.EditorModule) }, { - path: "upload", + path: 'upload', loadChildren: () => - import("./upload/upload.module").then(m => m.UploadModule) + import('./upload/upload.module').then(m => m.UploadModule) }, { - path: "**", - redirectTo: "/home" + path: '**', + redirectTo: '/home' } ]; export function getHighlightLanguages() { return { - typescript: () => import("highlight.js/lib/languages/typescript"), - javascript: () => import("highlight.js/lib/languages/javascript"), - scss: () => import("highlight.js/lib/languages/scss"), - xml: () => import("highlight.js/lib/languages/xml") + typescript: () => import('highlight.js/lib/languages/typescript'), + javascript: () => import('highlight.js/lib/languages/javascript'), + scss: () => import('highlight.js/lib/languages/scss'), + xml: () => import('highlight.js/lib/languages/xml') }; } @@ -62,7 +62,7 @@ const StoreDebugModule = [ * ENABLING THIS, WILL THROW: TypeError: Cannot assign to read only property 'microTask' of object '[object Object]' * See similar issue in NgRx: https://github.com/brandonroberts/ngrx-store-freeze/issues/17 */ - // developmentMode: !environment.production + developmentMode: !environment.production }), NgxsLoggerPluginModule.forRoot({ disabled: environment.production }), NgxsReduxDevtoolsPluginModule.forRoot({ disabled: environment.production }), diff --git a/src/app/editor/code/editor-container/editor-container.component.spec.ts b/src/app/editor/code/editor-container/editor-container.component.spec.ts index 02d3a73d3..398374667 100644 --- a/src/app/editor/code/editor-container/editor-container.component.spec.ts +++ b/src/app/editor/code/editor-container/editor-container.component.spec.ts @@ -38,7 +38,7 @@ describe('EditorContainerComponent', () => { declarations: [EditorContainerComponent] }).compileComponents(); - store = TestBed.get(Store); + store = TestBed.inject(Store); })); beforeEach(() => { diff --git a/src/app/editor/preview-badge.service.spec.ts b/src/app/editor/preview-badge.service.spec.ts index 67eb4a650..712e2d6d6 100644 --- a/src/app/editor/preview-badge.service.spec.ts +++ b/src/app/editor/preview-badge.service.spec.ts @@ -21,7 +21,7 @@ describe('PreviewBadgeService', () => { TestBed.overrideProvider(WINDOW, { useValue: { location: { hostname: 'localhost' } } }); - const service: PreviewBadgeService = TestBed.get(PreviewBadgeService); + const service: PreviewBadgeService = TestBed.inject(PreviewBadgeService); const badge = service.computeBadge(); expect(badge).toBe('BADGE_SERVICE.LOCAL'); }); @@ -30,7 +30,7 @@ describe('PreviewBadgeService', () => { TestBed.overrideProvider(WINDOW, { useValue: { location: { hostname: 'next.' } } }); - const service: PreviewBadgeService = TestBed.get(PreviewBadgeService); + const service: PreviewBadgeService = TestBed.inject(PreviewBadgeService); const badge = service.computeBadge(); expect(badge).toBe('BADGE_SERVICE.MASTER'); }); @@ -39,7 +39,7 @@ describe('PreviewBadgeService', () => { TestBed.overrideProvider(WINDOW, { useValue: { location: { hostname: 'netlify' } } }); - const service: PreviewBadgeService = TestBed.get(PreviewBadgeService); + const service: PreviewBadgeService = TestBed.inject(PreviewBadgeService); const badge = service.computeBadge(); expect(badge).toBe('BADGE_SERVICE.PR'); }); @@ -48,7 +48,7 @@ describe('PreviewBadgeService', () => { TestBed.overrideProvider(WINDOW, { useValue: { location: { hostname: 'xlayers' } } }); - const service: PreviewBadgeService = TestBed.get(PreviewBadgeService); + const service: PreviewBadgeService = TestBed.inject(PreviewBadgeService); const badge = service.computeBadge(); expect(badge).toBe('BETA'); }); diff --git a/src/app/editor/preview/viewer/canvas/canvas.component.spec.ts b/src/app/editor/preview/viewer/canvas/canvas.component.spec.ts index ec7ee8111..bfeaeea8f 100644 --- a/src/app/editor/preview/viewer/canvas/canvas.component.spec.ts +++ b/src/app/editor/preview/viewer/canvas/canvas.component.spec.ts @@ -35,7 +35,7 @@ describe('ViewerCanvasComponent', () => { } ] }).compileComponents(); - store = TestBed.get(Store); + store = TestBed.inject(Store); })); beforeEach(async () => { diff --git a/src/app/editor/preview/viewer/container/container.component.spec.ts b/src/app/editor/preview/viewer/container/container.component.spec.ts index b4c325bd7..f93b3e790 100644 --- a/src/app/editor/preview/viewer/container/container.component.spec.ts +++ b/src/app/editor/preview/viewer/container/container.component.spec.ts @@ -30,7 +30,7 @@ describe('ViewerContainerComponent', () => { }], declarations: [ViewerContainerComponent] }).compileComponents(); - store = TestBed.get(Store); + store = TestBed.inject(Store); })); beforeEach(() => { diff --git a/src/app/editor/preview/viewer/layer/layer.component.mock.ts b/src/app/editor/preview/viewer/layer/layer.component.mock.ts index 59e9af866..2ba7791bf 100644 --- a/src/app/editor/preview/viewer/layer/layer.component.mock.ts +++ b/src/app/editor/preview/viewer/layer/layer.component.mock.ts @@ -18,5 +18,5 @@ export function getFlatLayerMock(layer_number: number = 1) { })), frame: getFrameMock(824, 918), name: `page-layer` - } as SketchMSPage; + } as SketchMSPageLayer; } diff --git a/src/app/editor/preview/viewer/page/page.component.spec.ts b/src/app/editor/preview/viewer/page/page.component.spec.ts index 7bb6e6d51..011dcd098 100644 --- a/src/app/editor/preview/viewer/page/page.component.spec.ts +++ b/src/app/editor/preview/viewer/page/page.component.spec.ts @@ -48,7 +48,7 @@ describe('ViewerPageComponent', () => { })), frame: getFrameMock(824, 918), name: `page-layer` - } as SketchMSPage; + } as SketchMSPageLayer; fixture.detectChanges(); const layerElements = fixture.debugElement.queryAll(By.css('.layer')); expect(layerElements.length).toBe(3); diff --git a/src/app/upload/dropzone/dropzone.component.spec.ts b/src/app/upload/dropzone/dropzone.component.spec.ts index 96ac7cc27..16a43297b 100644 --- a/src/app/upload/dropzone/dropzone.component.spec.ts +++ b/src/app/upload/dropzone/dropzone.component.spec.ts @@ -41,8 +41,8 @@ describe('SketchDropZone', () => { }); describe('when drop file', () => { - it('should emit file change', (done: DoneFn) => { - const dataTransfer = { + it('should emit file change', (done: Function) => { + const dragEvent = { preventDefault() {}, dataTransfer: { items: [{ @@ -54,26 +54,26 @@ describe('SketchDropZone', () => { } }; component.changed.subscribe((element) => { - expect(element).toEqual(dataTransfer.dataTransfer.items[0].getAsFile()); + expect(element).toEqual(dragEvent.dataTransfer.items[0].getAsFile()); done(); }); - component.onFileDrop(dataTransfer); + component.onFileDrop(dragEvent as any); }); it('should do nothing for no item', () => { - const dataTransfer = { + const dragEvent = { preventDefault() {}, dataTransfer: { items: [] } }; spyOn(component, 'removeDragData').and.stub(); - const res = component.onFileDrop(dataTransfer); + const res = component.onFileDrop(dragEvent as any); expect(res).toEqual(undefined); }); - it('should fallback to file when no items', (done: DoneFn) => { - const dataTransfer = { + it('should fallback to file when no items', (done: Function) => { + const dragEvent = { preventDefault() {}, dataTransfer: { files: [{ @@ -82,10 +82,10 @@ describe('SketchDropZone', () => { } }; component.changed.subscribe((element) => { - expect(element).toEqual(dataTransfer.dataTransfer.files[0]); + expect(element).toEqual(dragEvent.dataTransfer.files[0]); done(); }); - component.onFileDrop(dataTransfer); + component.onFileDrop(dragEvent as any); }); }); }); diff --git a/src/app/upload/upload.component.spec.ts b/src/app/upload/upload.component.spec.ts index 45f0de488..a1f3ecccc 100644 --- a/src/app/upload/upload.component.spec.ts +++ b/src/app/upload/upload.component.spec.ts @@ -25,10 +25,10 @@ describe('UploadComponent', () => { imports: [NgxsModule.forRoot([]), HttpClientTestingModule, RouterTestingModule.withRoutes([]), TranslateModule.forRoot()], schemas: [NO_ERRORS_SCHEMA] }).compileComponents(); - sketchService = TestBed.get(SketchService); + sketchService = TestBed.inject(SketchService); mockSketchData = getSketchDataMock(); mockFile = getFileMock(); - store = TestBed.get(Store); + store = TestBed.inject(Store); })); beforeEach(() => { diff --git a/tests/integration/sketch-parsing.spec.ts b/tests/integration/sketch-parsing.spec.ts index 195847d8b..305f94f55 100644 --- a/tests/integration/sketch-parsing.spec.ts +++ b/tests/integration/sketch-parsing.spec.ts @@ -14,7 +14,7 @@ describe('sketch parser', () => { providers: [WebCodeGenService], declarations: [] }).compileComponents(); - webCodeGen = TestBed.get(WebCodeGenService); + webCodeGen = TestBed.inject(WebCodeGenService); })); VERSION_LIST.forEach(version => { From 17541acd42b10fdcbcf30616644d7ca2ac9d78d0 Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Fri, 28 Feb 2020 21:30:18 +0100 Subject: [PATCH 05/26] fix: make UiState injectable --- src/app/core/state/ui.state.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/core/state/ui.state.ts b/src/app/core/state/ui.state.ts index 824c6cdfe..df96fa6eb 100644 --- a/src/app/core/state/ui.state.ts +++ b/src/app/core/state/ui.state.ts @@ -1,6 +1,7 @@ import { MatSnackBar } from '@angular/material/snack-bar'; import { Action, Selector, State, StateContext } from '@ngxs/store'; import { iif, patch } from '@ngxs/store/operators'; +import { Injectable } from '@angular/core'; export interface LayerCSS { transform: string; @@ -58,6 +59,7 @@ export class CurrentLayer { export class SettingsEnabled { static readonly type = '[UiSettings] Enable Settings'; } + export class LayerPosition { static readonly type = '[UiSettings] Set Layer Position'; public left: number; @@ -69,6 +71,7 @@ export class LayerPosition { this.top = top; } } + export class ZoomIn { static readonly type = '[UiSettings] Zoom In'; constructor(public value: number = 0.1) {} @@ -77,10 +80,12 @@ export class ZoomOut { static readonly type = '[UiSettings] Zoom Out'; constructor(public value: number = 0.1) {} } + export class ZoomReset { static readonly type = '[UiSettings] Zoom Reset'; constructor() {} } + export class Toggle3D { static readonly type = '[UiSettings] Toggle 3D'; constructor(public value: boolean) {} @@ -119,6 +124,7 @@ const DEFAULT_UI_STATE = { name: 'ui', defaults: DEFAULT_UI_STATE }) +@Injectable() export class UiState { constructor(private snackBar: MatSnackBar) {} From cd0147499594e66d4ec5ee0c0fcb32492844e2a8 Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sat, 29 Feb 2020 23:22:16 +0100 Subject: [PATCH 06/26] fix: update broken unit tests --- .editorconfig | 6 + projects/angular-codegen/package.json | 4 +- .../lib/angular-aggregator.service.spec.ts | 42 ++++- projects/css-codegen/package.json | 4 +- .../src/lib/css-agregator.service.spec.ts | 89 +++++----- projects/lit-element-codegen/package.json | 4 +- .../lit-element-aggregator.service.spec.ts | 129 ++++++++------ projects/react-codegen/package.json | 4 +- .../src/lib/react-aggregator.service.spec.ts | 40 ++++- projects/sketch-ingestor/package.json | 4 +- projects/sketch-lib/package.json | 4 +- projects/stencil-codegen/package.json | 4 +- .../lib/stencil-aggregator.service.spec.ts | 137 +++++++++------ .../src/lib/stencil-aggregator.service.ts | 5 +- projects/svg-codegen/package.json | 4 +- projects/vue-codegen/package.json | 4 +- projects/web-codegen/package.json | 4 +- .../src/lib/web-aggregator.service.spec.ts | 157 ++++++++++++------ .../src/lib/web-aggregator.service.ts | 23 +-- projects/web-component-codegen/package.json | 4 +- .../web-component-aggregator.service.spec.ts | 38 ++++- projects/xaml-codegen/package.json | 4 +- src/typing.d.ts | 7 + 23 files changed, 469 insertions(+), 252 deletions(-) diff --git a/.editorconfig b/.editorconfig index 794084d8f..253a8c472 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,12 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.{js,jsx,ts,tsx,vue}] +quote_type = single + +[*.{html}] +quote_type = double + [*.md] max_line_length = off trim_trailing_whitespace = false diff --git a/projects/angular-codegen/package.json b/projects/angular-codegen/package.json index 18037f040..2d3af49a2 100644 --- a/projects/angular-codegen/package.json +++ b/projects/angular-codegen/package.json @@ -2,8 +2,8 @@ "name": "@xlayers/angular-codegen", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^8.0.0", - "@angular/core": "^8.0.0", + "@angular/common": "^9.0.0", + "@angular/core": "^9.0.0", "@xlayers/web-codegen": "*" } } diff --git a/projects/angular-codegen/src/lib/angular-aggregator.service.spec.ts b/projects/angular-codegen/src/lib/angular-aggregator.service.spec.ts index 332eb828a..0d69c33df 100644 --- a/projects/angular-codegen/src/lib/angular-aggregator.service.spec.ts +++ b/projects/angular-codegen/src/lib/angular-aggregator.service.spec.ts @@ -1,12 +1,42 @@ import { TestBed } from '@angular/core/testing'; import { AngularAggregatorService } from './angular-aggregator.service'; +import { WebCodeGenService } from '@xlayers/web-codegen/public_api'; +import { FormatService } from '@xlayers/sketch-lib/public_api'; describe('AngularAggregatorService', () => { let service: AngularAggregatorService; beforeEach(() => { TestBed.configureTestingModule({ - providers: [AngularAggregatorService] + providers: [ + AngularAggregatorService, + { + provide: FormatService, + useValue: { + normalizeName: () => 'abc', + className: (name: string) => name, + indentFile: (n: number, contents: string) => [contents] + } + }, + { + provide: WebCodeGenService, + useValue: { + context: (current: SketchMSLayer) => current, + aggregate: () => [ + { + kind: 'angular', + value: 'attr', + language: 'html' + }, + { + kind: 'angular', + value: '.aclass {width: 20px;}', + language: 'css' + } + ] + } + } + ] }); }); @@ -48,22 +78,24 @@ describe('AngularAggregatorService', () => { expect(aggregated.length).toEqual(4); + // Note: content is returned in the following order: + // html, css, component, test const [html, css, component, test] = aggregated; expect(html.kind).toEqual('angular'); expect(html.language).toEqual('html'); - expect(html.value.indexOf('attr') >= 0).toBeTruthy(); + expect(html.value.includes('attr')).toBeTruthy(); expect(html.uri).toEqual('components/abc.component.html'); - expect(html.value.indexOf('span >attr') >= 0).toEqual(true); + expect(html.value.includes('attr')).toEqual(true); expect(css.kind).toEqual('angular'); expect(css.uri).toEqual('components/abc.component.css'); expect(css.language).toEqual('css'); expect(component.kind).toEqual('angular'); expect(component.language).toEqual('typescript'); expect(component.uri).toEqual('components/abc.component.ts'); - expect(component.value.indexOf(`selector: 'xly-abc',`) >= 0).toEqual(true); + expect(component.value.includes(`selector: 'xly-abc',`)).toEqual(true); expect(test.kind).toEqual('angular'); expect(test.language).toEqual('typescript'); expect(test.uri).toEqual('components/abc.spec.ts'); - expect(test.value.indexOf(`it('should create',`) >= 0).toEqual(true); + expect(test.value.includes(`it('should create',`)).toEqual(true); }); }); diff --git a/projects/css-codegen/package.json b/projects/css-codegen/package.json index 2c3f555ce..a42b39064 100644 --- a/projects/css-codegen/package.json +++ b/projects/css-codegen/package.json @@ -2,8 +2,8 @@ "name": "@xlayers/css-codegen", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^8.0.0", - "@angular/core": "^8.0.0", + "@angular/common": "^9.0.0", + "@angular/core": "^9.0.0", "@xlayers/sketch-lib": "*" } } diff --git a/projects/css-codegen/src/lib/css-agregator.service.spec.ts b/projects/css-codegen/src/lib/css-agregator.service.spec.ts index 11fd93052..dabfae9c7 100644 --- a/projects/css-codegen/src/lib/css-agregator.service.spec.ts +++ b/projects/css-codegen/src/lib/css-agregator.service.spec.ts @@ -2,55 +2,52 @@ import { TestBed } from '@angular/core/testing'; import { CssAggregatorService } from './css-aggregator.service'; describe('ReactCodeGenService', () => { - let service: CssAggregatorService; + let service: CssAggregatorService; - beforeEach(() => { - TestBed.configureTestingModule({ - providers: [CssAggregatorService] - }); - - service = TestBed.inject(CssAggregatorService); + beforeEach(() => { + TestBed.configureTestingModule({ + providers: [CssAggregatorService] }); - it('should create', () => { - expect(service).toBeTruthy(); + service = TestBed.inject(CssAggregatorService); + }); + + it('should create', () => { + expect(service).toBeTruthy(); + }); + + it('should have three files for a basic css component', () => { + const data = { + _class: 'rectangle', + name: 'abc', + web: {}, + + layers: [ + { + _class: 'text', + css: { + className: 'aclass', + name: 'aclass', + rules: { + width: '20px' + } + }, + web: {}, + attributedString: { string: 'attr' } + } + ] + } as any; + const aggregated = service.aggregate(data, { + generateClassName: true, + componentDir: 'folder' }); - it('should have three files for a basic css component', () => { - const data = { - '_class': 'rectangle', - 'name': 'abc', - 'web': { - }, - - layers: [ - { - '_class': 'text', - 'css': { - 'className': 'aclass', - name: 'aclass', - rules: { - 'width': '20px' - } - }, - 'web': { - - }, - attributedString: { string: 'attr' } - } - ] - } as any; - const aggregated = service.aggregate(data, { - generateClassName: true, - componentDir: 'folder' - }); - - expect(aggregated.length).toEqual(1); - - const [component] = aggregated; - expect(component.kind).toEqual('css'); - expect(component.language).toEqual('css'); - expect(component.value.indexOf('.aclass') >= 0).toBeTruthy(); - expect(component.uri).toEqual('folder/abc.css'); - }); + expect(aggregated.length).toEqual(1); + + const [component] = aggregated; + expect(component.kind).toEqual('css'); + expect(component.language).toEqual('css'); + expect(component.value.indexOf('.aclass') >= 0).toBeTruthy(); + expect(component.uri).toEqual('folder/abc.css'); + }); }); diff --git a/projects/lit-element-codegen/package.json b/projects/lit-element-codegen/package.json index 60a65bcbe..50ef6e2fd 100644 --- a/projects/lit-element-codegen/package.json +++ b/projects/lit-element-codegen/package.json @@ -2,8 +2,8 @@ "name": "@xlayers/lit-element-codegen", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^8.0.0", - "@angular/core": "^8.0.0", + "@angular/common": "^9.0.0", + "@angular/core": "^9.0.0", "@xlayers/web-codegen": "*" } } diff --git a/projects/lit-element-codegen/src/lib/lit-element-aggregator.service.spec.ts b/projects/lit-element-codegen/src/lib/lit-element-aggregator.service.spec.ts index d9a194d67..8fa46c6a1 100644 --- a/projects/lit-element-codegen/src/lib/lit-element-aggregator.service.spec.ts +++ b/projects/lit-element-codegen/src/lib/lit-element-aggregator.service.spec.ts @@ -1,60 +1,89 @@ import { TestBed } from '@angular/core/testing'; import { LitElementAggregatorService } from './lit-element-aggregator.service'; +import { WebCodeGenService } from '@xlayers/web-codegen/public_api'; +import { FormatService } from '@xlayers/sketch-lib/public_api'; describe('ReactCodeGenService', () => { - let service: LitElementAggregatorService; + let service: LitElementAggregatorService; - beforeEach(() => { - TestBed.configureTestingModule({ - providers: [LitElementAggregatorService] - }); - - service = TestBed.inject(LitElementAggregatorService); + beforeEach(() => { + TestBed.configureTestingModule({ + providers: [ + LitElementAggregatorService, + { + provide: FormatService, + useValue: { + normalizeName: () => 'abc', + className: (name: string) => name, + indentFile: (n: number, contents: string) => [contents] + } + }, + { + provide: WebCodeGenService, + useValue: { + context: (current: SketchMSLayer) => current, + aggregate: () => [ + { + kind: 'web', + value: '.aclass {width: 20px;}', + language: 'css', + uri: 'components/abc.css' + }, + { + kind: 'web', + value: 'attr', + language: 'html', + uri: 'components/abc.html' + } + ] + } + } + ] }); - it('should create', () => { - expect(service).toBeTruthy(); - }); + service = TestBed.inject(LitElementAggregatorService); + }); - it('should have one file for a basic lit element component', () => { - const data = { - '_class': 'rectangle', - 'name': 'abc', - 'web': { - }, - - layers: [ - { - '_class': 'text', - 'css': { - 'className': 'aclass', - rules: { - 'width': '20px' - } - }, - 'web': { - - }, - attributedString: { string: 'attr' } - } - ] - } as any; - const aggregated = service.aggregate(data, data, { - textTagName: 'span', - bitmapTagName: 'img', - blockTagName: 'div', - xmlPrefix: 'xly-', - cssPrefix: 'xly_', - componentDir: 'components', - assetDir: 'assets', - }); - - expect(aggregated.length).toEqual(1); - - const [component] = aggregated; - expect(component.kind).toEqual('litElement'); - expect(component.language).toEqual('javascript'); - expect(component.value.indexOf('attr') >= 0).toBeTruthy(); - expect(component.uri).toBe('components/abc.js'); + it('should create', () => { + expect(service).toBeTruthy(); + }); + + it('should have one file for a basic lit element component', () => { + const data = { + _class: 'rectangle', + name: 'abc', + web: {}, + + layers: [ + { + _class: 'text', + css: { + className: 'aclass', + rules: { + width: '20px' + } + }, + web: {}, + attributedString: { string: 'attr' } + } + ] + } as any; + const aggregated = service.aggregate(data, data, { + textTagName: 'span', + bitmapTagName: 'img', + blockTagName: 'div', + xmlPrefix: 'xly-', + cssPrefix: 'xly_', + componentDir: 'components', + assetDir: 'assets' }); + + expect(aggregated.length).toEqual(1); + + const [component] = aggregated; + expect(component.kind).toEqual('litElement'); + expect(component.language).toEqual('javascript'); + expect(component.value.includes('attr')).toBeTruthy(); + expect(component.uri).toBe('components/abc.js'); + }); }); diff --git a/projects/react-codegen/package.json b/projects/react-codegen/package.json index 05b268a1e..f2e965b8f 100644 --- a/projects/react-codegen/package.json +++ b/projects/react-codegen/package.json @@ -2,8 +2,8 @@ "name": "@xlayers/react-codegen", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^8.0.0", - "@angular/core": "^8.0.0", + "@angular/common": "^9.0.0", + "@angular/core": "^9.0.0", "@xlayers/web-codegen": "*" } } diff --git a/projects/react-codegen/src/lib/react-aggregator.service.spec.ts b/projects/react-codegen/src/lib/react-aggregator.service.spec.ts index 2326a7aca..cfca4f47c 100644 --- a/projects/react-codegen/src/lib/react-aggregator.service.spec.ts +++ b/projects/react-codegen/src/lib/react-aggregator.service.spec.ts @@ -1,22 +1,53 @@ import { TestBed } from '@angular/core/testing'; import { ReactAggregatorService } from './react-aggregator.service'; +import { FormatService } from '@xlayers/sketch-lib/public_api'; +import { WebCodeGenService } from '@xlayers/web-codegen/public_api'; describe('ReactCodeGenService', () => { let service: ReactAggregatorService; beforeEach(() => { TestBed.configureTestingModule({ - providers: [ReactAggregatorService] + providers: [ + ReactAggregatorService, + { + provide: FormatService, + useValue: { + normalizeName: () => 'abc', + className: (name: string) => name, + indentFile: (n: number, contents: string) => [contents] + } + }, + { + provide: WebCodeGenService, + useValue: { + context: (current: SketchMSLayer) => current, + aggregate: () => [ + { + kind: 'web', + value: '.aclass {width: 20px;}', + language: 'css', + uri: 'components/abc.css' + }, + { + kind: 'web', + value: 'attr', + language: 'html', + uri: 'components/abc.html' + } + ] + } + } + ] }); + service = TestBed.inject(ReactAggregatorService); }); it('should create', () => { - service = TestBed.inject(ReactAggregatorService); expect(service).toBeTruthy(); }); it('should have three files for a basic react component', () => { - service = TestBed.inject(ReactAggregatorService); const data = { _class: 'rectangle', name: 'abc', @@ -52,9 +83,8 @@ describe('ReactCodeGenService', () => { const [component, test, css] = aggregated; expect(component.kind).toEqual('react'); expect(component.language).toEqual('javascript'); - expect(component.value.indexOf('attr') >= 0).toBeTruthy(); + expect(component.value.includes('attr')).toBeTruthy(); expect(component.uri).toEqual('components/abc.jsx'); - expect(component.value.indexOf('span >attr') >= 0).toEqual(true); expect(test.kind).toEqual('react'); expect(test.uri).toEqual('components/abc.spec.js'); expect(test.language).toEqual('javascript'); diff --git a/projects/sketch-ingestor/package.json b/projects/sketch-ingestor/package.json index 99788d162..d76eaf3df 100644 --- a/projects/sketch-ingestor/package.json +++ b/projects/sketch-ingestor/package.json @@ -2,7 +2,7 @@ "name": "@xlayers/sketch-ingestor", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^8.2.11", - "@angular/core": "^8.2.11" + "@angular/common": "^9.0.0", + "@angular/core": "^9.0.0" } } diff --git a/projects/sketch-lib/package.json b/projects/sketch-lib/package.json index 89852d913..3f25dd24d 100644 --- a/projects/sketch-lib/package.json +++ b/projects/sketch-lib/package.json @@ -2,8 +2,8 @@ "name": "@xlayers/sketch-lib", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^8.0.0", - "@angular/core": "^8.0.0", + "@angular/common": "^9.0.0", + "@angular/core": "^9.0.0", "param-case": "^2.1.1", "pascal-case": "^2.0.1" } diff --git a/projects/stencil-codegen/package.json b/projects/stencil-codegen/package.json index d409ea3db..746f5c1d4 100644 --- a/projects/stencil-codegen/package.json +++ b/projects/stencil-codegen/package.json @@ -2,8 +2,8 @@ "name": "@xlayers/stencil-codegen", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^8.0.0", - "@angular/core": "^8.0.0", + "@angular/common": "^9.0.0", + "@angular/core": "^9.0.0", "@xlayers/web-codegen": "*" } } diff --git a/projects/stencil-codegen/src/lib/stencil-aggregator.service.spec.ts b/projects/stencil-codegen/src/lib/stencil-aggregator.service.spec.ts index 154eda5d9..8af92e42d 100644 --- a/projects/stencil-codegen/src/lib/stencil-aggregator.service.spec.ts +++ b/projects/stencil-codegen/src/lib/stencil-aggregator.service.spec.ts @@ -1,67 +1,96 @@ import { TestBed } from '@angular/core/testing'; import { StencilAggregatorService } from './stencil-aggregator.service'; +import { WebCodeGenService } from '@xlayers/web-codegen/public_api'; +import { FormatService } from '@xlayers/sketch-lib/public_api'; describe('StencilAggregatorService', () => { - let service: StencilAggregatorService; + let service: StencilAggregatorService; - beforeEach(() => { - TestBed.configureTestingModule({ - providers: [StencilAggregatorService] - }); - - service = TestBed.inject(StencilAggregatorService); + beforeEach(() => { + TestBed.configureTestingModule({ + providers: [ + StencilAggregatorService, + { + provide: FormatService, + useValue: { + normalizeName: () => 'abc', + className: (name: string) => name, + indentFile: (n: number, contents: string) => [contents] + } + }, + { + provide: WebCodeGenService, + useValue: { + context: (current: SketchMSLayer) => current, + aggregate: () => [ + { + kind: 'web', + value: '.aclass {width: 20px;}', + language: 'css', + uri: 'components/abc.css' + }, + { + kind: 'web', + value: 'attr', + language: 'html', + uri: 'components/abc.html' + } + ] + } + } + ] }); - it('should create', () => { - expect(service).toBeTruthy(); - }); + service = TestBed.inject(StencilAggregatorService); + }); - it('should have three files for a basic stencil component', () => { - const data = { - '_class': 'rectangle', - 'name': 'abc', - 'web': { - }, + it('should create', () => { + expect(service).toBeTruthy(); + }); - layers: [ - { - '_class': 'text', - 'css': { - 'className': 'aclass', - rules: { - 'width': '20px' - } - }, - 'web': { + it('should have three files for a basic stencil component', () => { + const data = { + _class: 'rectangle', + name: 'abc', + web: {}, - }, - attributedString: { string: 'attr' } - } - ] - } as any; - const aggregated = service.aggregate(data, data, { - textTagName: 'span', - bitmapTagName: 'img', - blockTagName: 'div', - xmlPrefix: 'xly-', - cssPrefix: 'xly_', - componentDir: 'components', - assetDir: 'assets', - }); + layers: [ + { + _class: 'text', + css: { + className: 'aclass', + rules: { + width: '20px' + } + }, + web: {}, + attributedString: { string: 'attr' } + } + ] + } as any; + const aggregated = service.aggregate(data, data, { + textTagName: 'span', + bitmapTagName: 'img', + blockTagName: 'div', + xmlPrefix: 'xly-', + cssPrefix: 'xly_', + componentDir: 'components', + assetDir: 'assets' + }); - expect(aggregated.length).toEqual(3); + expect(aggregated.length).toEqual(3); - const [component, test, css] = aggregated; - expect(component.kind).toEqual('stencil'); - expect(component.language).toEqual('typescript'); - expect(component.value.indexOf('attr') >= 0).toBeTruthy(); - expect(component.uri).toEqual('components/abc.tsx'); - expect(test.kind).toEqual('stencil'); - expect(test.uri).toEqual('components/abc.e2e.ts'); - expect(test.language).toEqual('typescript'); - expect(css.kind).toEqual('stencil'); - expect(css.language).toEqual('css'); - expect(css.uri).toEqual('components/abc.css'); - expect(css.value.indexOf(`.aclass`) >= 0).toEqual(true); - }); + const [component, test, css] = aggregated; + expect(component.kind).toEqual('stencil'); + expect(component.language).toEqual('typescript'); + expect(component.value.includes('attr')).toBeTruthy(); + expect(component.uri).toEqual('components/abc.tsx'); + expect(test.kind).toEqual('stencil'); + expect(test.uri).toEqual('components/abc.e2e.ts'); + expect(test.language).toEqual('typescript'); + expect(css.kind).toEqual('stencil'); + expect(css.language).toEqual('css'); + expect(css.uri).toEqual('components/abc.css'); + expect(css.value.indexOf(`.aclass`) >= 0).toEqual(true); + }); }); diff --git a/projects/stencil-codegen/src/lib/stencil-aggregator.service.ts b/projects/stencil-codegen/src/lib/stencil-aggregator.service.ts index 6c14c4eab..3d2b99209 100644 --- a/projects/stencil-codegen/src/lib/stencil-aggregator.service.ts +++ b/projects/stencil-codegen/src/lib/stencil-aggregator.service.ts @@ -20,7 +20,7 @@ export class StencilAggregatorService { ) { const fileName = this.formatService.normalizeName(current.name); const files = this.webCodeGenService.aggregate(current, data, options); - const context = this.webCodeGenService.context(current); + // const context = this.webCodeGenService.context(current); const html = files.find(file => file.language === 'html'); return [ { @@ -87,7 +87,8 @@ describe('${className}', () => { private renderImportStatements(current: SketchMSLayer) { return [ - 'import { Component } from \'@stencil/core\';', + // tslint:disable-next-line: quotemark + "import { Component } from '@stencil/core';", ...this.generateDynamicImport(current) ].join('\n'); } diff --git a/projects/svg-codegen/package.json b/projects/svg-codegen/package.json index 21f23b657..3776ea649 100644 --- a/projects/svg-codegen/package.json +++ b/projects/svg-codegen/package.json @@ -2,8 +2,8 @@ "name": "@xlayers/svg-codegen", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^8.0.0", - "@angular/core": "^8.0.0", + "@angular/common": "^9.0.0", + "@angular/core": "^9.0.0", "@xlayers/sketch-lib": "*" } } diff --git a/projects/vue-codegen/package.json b/projects/vue-codegen/package.json index 17d4bdf66..b1719dbfa 100644 --- a/projects/vue-codegen/package.json +++ b/projects/vue-codegen/package.json @@ -2,8 +2,8 @@ "name": "@xlayers/vue-codegen", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^8.0.0", - "@angular/core": "^8.0.0", + "@angular/common": "^9.0.0", + "@angular/core": "^9.0.0", "@xlayers/web-codegen": "*" } } diff --git a/projects/web-codegen/package.json b/projects/web-codegen/package.json index 0f20b0966..47ca74c99 100644 --- a/projects/web-codegen/package.json +++ b/projects/web-codegen/package.json @@ -2,8 +2,8 @@ "name": "@xlayers/web-codegen", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^8.0.0", - "@angular/core": "^8.0.0", + "@angular/common": "^9.0.0", + "@angular/core": "^9.0.0", "@xlayers/sketch-lib": "*", "@xlayers/css-codegen": "*", "@xlayers/svg-codegen": "*" diff --git a/projects/web-codegen/src/lib/web-aggregator.service.spec.ts b/projects/web-codegen/src/lib/web-aggregator.service.spec.ts index 28beefacf..9b5ca5938 100644 --- a/projects/web-codegen/src/lib/web-aggregator.service.spec.ts +++ b/projects/web-codegen/src/lib/web-aggregator.service.spec.ts @@ -1,63 +1,114 @@ import { TestBed } from '@angular/core/testing'; import { WebAggregatorService } from './web-aggregator.service'; +import { + TextService, + SymbolService, + ImageService, + LayerService, + FormatService +} from '@xlayers/sketch-lib'; +import { CssCodeGenService } from '@xlayers/css-codegen'; +import { WebContextService } from './web-context.service'; +import { SvgCodeGenService } from '@xlayers/svg-codegen'; +import { WebCodeGenContext } from '@xlayers/web-codegen/lib/web-codegen'; describe('WebAggregatorService', () => { - let service: WebAggregatorService; + let webAggregatorService: WebAggregatorService; + const webContext: WebCodeGenContext = { + attributes: [], + components: [] + }; - beforeEach(() => { - TestBed.configureTestingModule({ - providers: [WebAggregatorService] - }); + beforeEach(() => { + TestBed.configureTestingModule({ + providers: [ + WebAggregatorService, - service = TestBed.inject(WebAggregatorService); - }); + // @TODO find a better way to mock this service + TextService, + // { + // provide: TextService, + // useValue: { identify: () => false, lookup: () => '' } + // }, - it('should create', () => { - expect(service).toBeTruthy(); + { provide: SymbolService, useValue: { identify: () => false } }, + { provide: ImageService, useValue: { identify: () => false } }, + { provide: LayerService, useValue: { identify: () => true } }, + { provide: SvgCodeGenService, useValue: { identify: () => false } }, + { + provide: CssCodeGenService, + useValue: { + aggregate: () => [ + { + kind: 'web', + value: '.aclass {width: 20px;}', + language: 'css', + uri: 'components/abc.css' + } + ] + } + }, + { + provide: FormatService, + useValue: { + normalizeName: (name: string) => 'abc', + indent: (n: number, content: string) => content + } + }, + { + provide: WebContextService, + useValue: { of: () => webContext, identify: () => true } + } + ] }); - it('should have three files for a basic component', () => { - const data = { - '_class': 'rectangle', - 'name': 'abc', - 'web': { - }, - - layers: [ - { - '_class': 'text', - 'css': { - 'className': 'aclass', - rules: { - 'width': '20px' - } - }, - 'web': { - - }, - attributedString: { string: 'attr' } - } - ] - } as any; - const aggregated = service.aggregate(data, { - textTagName: 'span', - bitmapTagName: 'img', - blockTagName: 'div', - xmlPrefix: 'xly-', - cssPrefix: 'xly_', - componentDir: 'components', - assetDir: 'assets', - }); - - expect(aggregated.length).toEqual(2); - - const [html, css] = aggregated; - expect(html.kind).toEqual('web'); - expect(html.language).toEqual('html'); - expect(html.value.indexOf('attr') >= 0).toBeTruthy(); - expect(html.uri).toEqual('components/abc.html'); - expect(css.kind).toEqual('web'); - expect(css.uri).toEqual('components/abc.css'); - expect(css.language).toEqual('css'); - expect(css.value.indexOf(`.aclass`) >= 0).toEqual(true); + webAggregatorService = TestBed.inject(WebAggregatorService); + }); + + it('should create', () => { + expect(webAggregatorService).toBeTruthy(); + }); + + it('should have three files for a basic component', () => { + const currentLayer = { + _class: 'rectangle', + name: 'abc', + web: webContext, + + layers: [ + { + _class: 'text', + css: { + className: 'aclass', + rules: { + width: '20px' + } + }, + web: webContext, + attributedString: { string: 'attr' } + } + ] + } as any; + + const aggregated = webAggregatorService.aggregate(currentLayer, { + textTagName: 'span', + bitmapTagName: 'img', + blockTagName: 'div', + xmlPrefix: 'xly-', + cssPrefix: 'xly_', + componentDir: 'components', + assetDir: 'assets' }); + + expect(aggregated.length).toEqual(2); + + const [html, css] = aggregated; + expect(html.kind).toEqual('web'); + expect(html.language).toEqual('html'); + expect(html.value.includes('attr')).toBeTruthy(); + expect(html.uri).toEqual('components/abc.html'); + expect(css.kind).toEqual('web'); + expect(css.uri).toEqual('components/abc.css'); + expect(css.language).toEqual('css'); + expect(css.value.indexOf(`.aclass`) >= 0).toEqual(true); + }); }); diff --git a/projects/web-codegen/src/lib/web-aggregator.service.ts b/projects/web-codegen/src/lib/web-aggregator.service.ts index c8c53cef6..74a485bd6 100644 --- a/projects/web-codegen/src/lib/web-aggregator.service.ts +++ b/projects/web-codegen/src/lib/web-aggregator.service.ts @@ -7,24 +7,24 @@ import { TextService } from '@xlayers/sketch-lib'; import { WebContextService } from './web-context.service'; -import { WebCodeGenOptions } from './web-codegen'; import { CssCodeGenService } from '@xlayers/css-codegen'; import { SvgCodeGenService } from '@xlayers/svg-codegen'; +import { WebCodeGenOptions } from './web-codegen'; @Injectable({ - providedIn: 'root' + providedIn: 'any' }) export class WebAggregatorService { constructor( private readonly textService: TextService, private readonly symbolService: SymbolService, private readonly imageService: ImageService, - private readonly formatService: FormatService, private readonly layerService: LayerService, - private readonly webContext: WebContextService, private readonly cssCodeGen: CssCodeGenService, + private readonly formatService: FormatService, + private readonly webContext: WebContextService, private readonly svgCodeGen: SvgCodeGenService - ) { } + ) {} aggregate(current: SketchMSLayer, options: WebCodeGenOptions) { const fileName = this.formatService.normalizeName(current.name); @@ -61,7 +61,7 @@ export class WebAggregatorService { options: WebCodeGenOptions ) { if (this.layerService.identify(current)) { - current.layers.forEach(layer => { + current?.layers?.forEach(layer => { this.visit(layer, template, indent, options); }); } @@ -111,12 +111,13 @@ export class WebAggregatorService { options: WebCodeGenOptions ) { const context = this.webContext.of(current); - if (context && context.components && context.components.lenght > 1) { + + if (context?.components?.length > 1) { const tagName = options.jsx ? this.formatService.className(current.name) : `${options.xmlPrefix}${this.formatService.normalizeName( - current.name - )}`; + current.name + )}`; template.push( this.formatService.indent(indent, `<${tagName}>`) ); @@ -189,9 +190,9 @@ export class WebAggregatorService { tagName: string, options: WebCodeGenOptions ) { - const attributes = this.webContext.of(current).attributes; + const attributes = this.webContext.of(current)?.attributes; if (options.jsx) { - const attributIndex = attributes.findIndex(attribute => + const attributIndex = attributes?.findIndex((attribute: string) => attribute.startsWith('class=') ); if (attributIndex > 0) { diff --git a/projects/web-component-codegen/package.json b/projects/web-component-codegen/package.json index c008d3a2b..5d05e1224 100644 --- a/projects/web-component-codegen/package.json +++ b/projects/web-component-codegen/package.json @@ -2,8 +2,8 @@ "name": "@xlayers/web-component-codegen", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^8.0.0", - "@angular/core": "^8.0.0", + "@angular/common": "^9.0.0", + "@angular/core": "^9.0.0", "@xlayers/web-codegen": "*" } } diff --git a/projects/web-component-codegen/src/lib/web-component-aggregator.service.spec.ts b/projects/web-component-codegen/src/lib/web-component-aggregator.service.spec.ts index 280bf6aca..24dec736c 100644 --- a/projects/web-component-codegen/src/lib/web-component-aggregator.service.spec.ts +++ b/projects/web-component-codegen/src/lib/web-component-aggregator.service.spec.ts @@ -1,12 +1,43 @@ import { TestBed } from '@angular/core/testing'; import { WebComponentAggregatorService } from './web-component-aggregator.service'; +import { FormatService } from '@xlayers/sketch-lib/public_api'; +import { WebCodeGenService } from '@xlayers/web-codegen/public_api'; describe('WebComponentAggregatorService', () => { let service: WebComponentAggregatorService; beforeEach(() => { TestBed.configureTestingModule({ - providers: [WebComponentAggregatorService] + providers: [ + WebComponentAggregatorService, + { + provide: FormatService, + useValue: { + normalizeName: () => 'abc', + className: (name: string) => name, + indentFile: (n: number, contents: string) => [contents] + } + }, + { + provide: WebCodeGenService, + useValue: { + aggregate: () => [ + { + kind: 'web', + value: '.aclass {width: 20px;}', + language: 'css', + uri: 'components/abc.css' + }, + { + kind: 'web', + value: 'attr', + language: 'html', + uri: 'components/abc.html' + } + ] + } + } + ] }); service = TestBed.inject(WebComponentAggregatorService); @@ -51,7 +82,10 @@ describe('WebComponentAggregatorService', () => { const [component] = aggregated; expect(component.kind).toEqual('wc'); expect(component.language).toEqual('javascript'); - expect(component.value.indexOf('attr') >= 0).toBeTruthy(); + expect(component.value.includes('attr')).toBeTruthy(); + expect( + component.value.includes('customElements.define(abc.is , abc);') + ).toBeTruthy(); expect(component.uri).toEqual('components/abc.js'); }); }); diff --git a/projects/xaml-codegen/package.json b/projects/xaml-codegen/package.json index 0d59ddc9b..9b54de202 100644 --- a/projects/xaml-codegen/package.json +++ b/projects/xaml-codegen/package.json @@ -2,8 +2,8 @@ "name": "@xlayers/xaml-codegen", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^8.0.0", - "@angular/core": "^8.0.0", + "@angular/common": "^9.0.0", + "@angular/core": "^9.0.0", "@xlayers/sketch-lib": "*" } } diff --git a/src/typing.d.ts b/src/typing.d.ts index b03bfff20..cdefd595f 100644 --- a/src/typing.d.ts +++ b/src/typing.d.ts @@ -343,7 +343,14 @@ interface SketchMSLayer { // xLayers custom property css?: string; + web?: XLayersWebCodeGenContext; + +} +interface XLayersWebCodeGenContext { + components?: string[]; + attributes?: string[]; } + interface SketchMSSharedStyle { _class: 'sharedStyle'; value: SketchMSStyle; From dbc8a92309ae0e2319f0f86332ce2ba32b021473 Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sat, 29 Feb 2020 23:46:43 +0100 Subject: [PATCH 07/26] fix: update e2e tests --- package-lock.json | 807 ++++++++++++++--------- package.json | 3 +- src/app/editor/editor.component.spec.ts | 10 +- tests/e2e/support/commands.js | 2 +- tests/integration/sketch-parsing.spec.ts | 5 +- tests/test-utils.ts | 88 +-- tsconfig.json | 1 + 7 files changed, 540 insertions(+), 376 deletions(-) diff --git a/package-lock.json b/package-lock.json index eabd8d3f7..56babd4da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3955,9 +3955,9 @@ "integrity": "sha512-UFbtbGPjstz0eWHb+ga/GM3Z9EzqKXFWIbSOFURU0A/Gku0Bky4bCk9/h//K2Xr3IrCfjFNhMm4jyZ5dbCewGA==" }, "@hapi/hoek": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.0.tgz", - "integrity": "sha512-7XYT10CZfPsH7j9F1Jmg1+d0ezOux2oM2GfArAzLwWe4mE2Dr3hVjsAL6+TFY49RRJlCdJDMw3nJsLFroTc8Kw==" + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz", + "integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==" }, "@hapi/joi": { "version": "16.1.8", @@ -4975,6 +4975,15 @@ "estree-walker": "^1.0.1" } }, + "@samverschueren/stream-to-observable": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz", + "integrity": "sha512-MI4Xx6LHs4Webyvi6EbspgyAb4D2Q2VtnCQ1blOJcoLS6mVa8lNN2rkIy1CVxfTUpoyIbCTkXES1rLXztFD1lg==", + "dev": true, + "requires": { + "any-observable": "^0.3.0" + } + }, "@schematics/angular": { "version": "9.0.1", "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-9.0.1.tgz", @@ -5048,6 +5057,12 @@ } } }, + "@sheerun/mutationobserver-shim": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.2.tgz", + "integrity": "sha512-vTCdPp/T/Q3oSqwHmZ5Kpa9oI7iLtGl3RQaA/NyLHikvcrPxACkkKVr/XzkSPJWXHRhKGzVvb0urJsbMlRxi1Q==", + "dev": true + }, "@sindresorhus/is": { "version": "0.14.0", "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", @@ -5077,6 +5092,80 @@ "defer-to-connect": "^1.0.1" } }, + "@testing-library/cypress": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-5.3.0.tgz", + "integrity": "sha512-OLUHMHFS1HRE7xBeOnqZLd+qtFmGLphnSx8ryX9YafBrYzs4e/DfnpR0dy9D5zx7Je4FnkoWBQKHiWxG1T/UKw==", + "dev": true, + "requires": { + "@babel/runtime": "^7.8.4", + "@testing-library/dom": "^6.12.2", + "@types/testing-library__cypress": "^5.0.2" + } + }, + "@testing-library/dom": { + "version": "6.12.2", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-6.12.2.tgz", + "integrity": "sha512-KCnvHra5fV+wDxg3wJObGvZFxq7v1DJt829GNFLuRDjKxVNc/B5AdsylNF5PMHFbWMXDsHwM26d2NZcZO9KjbQ==", + "dev": true, + "requires": { + "@babel/runtime": "^7.6.2", + "@sheerun/mutationobserver-shim": "^0.3.2", + "@types/testing-library__dom": "^6.0.0", + "aria-query": "3.0.0", + "pretty-format": "^24.9.0", + "wait-for-expect": "^3.0.0" + }, + "dependencies": { + "@jest/types": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-24.9.0.tgz", + "integrity": "sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==", + "dev": true, + "requires": { + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^1.1.1", + "@types/yargs": "^13.0.0" + } + }, + "@types/yargs": { + "version": "13.0.8", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-13.0.8.tgz", + "integrity": "sha512-XAvHLwG7UQ+8M4caKIH0ZozIOYay5fQkAgyIXegXT9jPtdIGdhga+sUEdAr1CiG46aB+c64xQEYyEzlwWVTNzA==", + "dev": true, + "requires": { + "@types/yargs-parser": "*" + } + }, + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "pretty-format": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-24.9.0.tgz", + "integrity": "sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==", + "dev": true, + "requires": { + "@jest/types": "^24.9.0", + "ansi-regex": "^4.0.0", + "ansi-styles": "^3.2.0", + "react-is": "^16.8.4" + } + } + } + }, "@types/babel__core": { "version": "7.1.3", "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.3.tgz", @@ -5248,6 +5337,12 @@ "@types/node": "*" } }, + "@types/sizzle": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.2.tgz", + "integrity": "sha512-7EJYyKTL7tFR8+gDbB6Wwz/arpGa0Mywk1TJbNzKzHtzbwVmY4HR9WqS5VV7dsBUKQmPNr192jHr/VpBluj/hg==", + "dev": true + }, "@types/sketchapp": { "version": "56.0.0", "resolved": "https://registry.npmjs.org/@types/sketchapp/-/sketchapp-56.0.0.tgz", @@ -5266,6 +5361,74 @@ "integrity": "sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==", "dev": true }, + "@types/testing-library__cypress": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/@types/testing-library__cypress/-/testing-library__cypress-5.0.3.tgz", + "integrity": "sha512-efMwaVnsWEBDz0Ikm84Kh/oiUxMfz5LQtWx/Y6s2Bj0KkQ6+569/101X3Gz2bJy+otaXWPzOUOwDeAfzOJWoeQ==", + "dev": true, + "requires": { + "@types/testing-library__dom": "*", + "cypress": "*" + } + }, + "@types/testing-library__dom": { + "version": "6.12.1", + "resolved": "https://registry.npmjs.org/@types/testing-library__dom/-/testing-library__dom-6.12.1.tgz", + "integrity": "sha512-cgqnEjxKk31tQt29j4baSWaZPNjQf3bHalj2gcHQTpW5SuHRal76gOpF0vypeEo6o+sS5inOvvNdzLY0B3FB2A==", + "dev": true, + "requires": { + "pretty-format": "^24.3.0" + }, + "dependencies": { + "@jest/types": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-24.9.0.tgz", + "integrity": "sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==", + "dev": true, + "requires": { + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^1.1.1", + "@types/yargs": "^13.0.0" + } + }, + "@types/yargs": { + "version": "13.0.8", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-13.0.8.tgz", + "integrity": "sha512-XAvHLwG7UQ+8M4caKIH0ZozIOYay5fQkAgyIXegXT9jPtdIGdhga+sUEdAr1CiG46aB+c64xQEYyEzlwWVTNzA==", + "dev": true, + "requires": { + "@types/yargs-parser": "*" + } + }, + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "pretty-format": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-24.9.0.tgz", + "integrity": "sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==", + "dev": true, + "requires": { + "@jest/types": "^24.9.0", + "ansi-regex": "^4.0.0", + "ansi-styles": "^3.2.0", + "react-is": "^16.8.4" + } + } + } + }, "@types/webpack-sources": { "version": "0.1.6", "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-0.1.6.tgz", @@ -5677,9 +5840,9 @@ "dev": true }, "ansi-escapes": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz", - "integrity": "sha1-06ioOzGapneTZisT52HHkRQiMG4=", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", + "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", "dev": true }, "ansi-html": { @@ -5700,6 +5863,12 @@ "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", "dev": true }, + "any-observable": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/any-observable/-/any-observable-0.3.0.tgz", + "integrity": "sha512-/FQM1EDkTsf63Ub2C6O7GuYFDsSXUwsaZDurV0np41ocwq0jthUAYCmhBX9f+KwlaCgIuWyr/4WlUQUBfKfZog==", + "dev": true + }, "anymatch": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", @@ -5710,12 +5879,6 @@ "normalize-path": "^2.1.1" } }, - "app-root-path": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-2.2.1.tgz", - "integrity": "sha512-91IFKeKk7FjfmezPKkwtaRvSpnUc4gDwPAjA1YZ9Gn0q0PPeW+vbeUsZuyDwjI7+QTHhcLen2v25fi/AmhvbJA==", - "dev": true - }, "aproba": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", @@ -6061,15 +6224,6 @@ "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz", "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==" }, - "axobject-query": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.0.2.tgz", - "integrity": "sha512-MCeek8ZH7hKyO1rWUbKNQBbl4l2eY0ntk7OGi+q0RlafrCnfPxC06WZA+uebCfmYp4mNU9jRBP1AhGyf8+W3ww==", - "dev": true, - "requires": { - "ast-types-flow": "0.0.7" - } - }, "babel-jest": { "version": "25.1.0", "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-25.1.0.tgz", @@ -6373,9 +6527,9 @@ "dev": true }, "bluebird": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.0.tgz", - "integrity": "sha1-eRQg1/VR7qKJdFOop3ZT+WYG1nw=", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", "dev": true }, "bn.js": { @@ -6904,13 +7058,10 @@ } }, "cachedir": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-1.3.0.tgz", - "integrity": "sha512-O1ji32oyON9laVPJL1IZ5bmwd2cB46VfpxkDequezH+15FDzzVddEyrGEeX4WusDSqKxdyFdDQDEG1yo1GoWkg==", - "dev": true, - "requires": { - "os-homedir": "^1.0.1" - } + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-2.3.0.tgz", + "integrity": "sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==", + "dev": true }, "caller-callsite": { "version": "2.0.0", @@ -7137,9 +7288,9 @@ } }, "ci-info": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz", - "integrity": "sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", + "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", "dev": true }, "cipher-base": { @@ -7334,37 +7485,6 @@ "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", "dev": true }, - "codelyzer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/codelyzer/-/codelyzer-5.2.1.tgz", - "integrity": "sha512-awBZXFcJUyC5HMYXiHzjr3D24tww2l1D1OqtfA9vUhEtYr32a65A+Gblm/OvsO+HuKLYzn8EDMw1inSM3VbxWA==", - "dev": true, - "requires": { - "app-root-path": "^2.2.1", - "aria-query": "^3.0.0", - "axobject-query": "2.0.2", - "css-selector-tokenizer": "^0.7.1", - "cssauron": "^1.4.0", - "damerau-levenshtein": "^1.0.4", - "semver-dsl": "^1.0.1", - "source-map": "^0.5.7", - "sprintf-js": "^1.1.2" - }, - "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true - }, - "sprintf-js": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz", - "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==", - "dev": true - } - } - }, "collect-v8-coverage": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.0.tgz", @@ -8347,17 +8467,6 @@ "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==", "dev": true }, - "css-selector-tokenizer": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.1.tgz", - "integrity": "sha512-xYL0AMZJ4gFzJQsHUKa5jiWWi2vH77WVNg7JYRyewwj6oPh4yb/y6Y9ZCw9dsj/9UauMhtuxR+ogQd//EdEVNA==", - "dev": true, - "requires": { - "cssesc": "^0.1.0", - "fastparse": "^1.1.1", - "regexpu-core": "^1.0.0" - } - }, "css-tree": { "version": "1.0.0-alpha.37", "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", @@ -8388,21 +8497,6 @@ "integrity": "sha512-WwOrosiQTvyms+Ti5ZC5vGEK0Vod3FTt1ca+payZqvKuGJF+dq7bG63DstxtN0dpm6FxY27a/zS3Wten+gEtGw==", "dev": true }, - "cssauron": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/cssauron/-/cssauron-1.4.0.tgz", - "integrity": "sha1-pmAt/34EqDBtwNuaVR6S6LVmKtg=", - "dev": true, - "requires": { - "through": "X.X.X" - } - }, - "cssesc": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz", - "integrity": "sha1-yBSQPkViM3GgR3tAEJqq++6t27Q=", - "dev": true - }, "cssnano": { "version": "4.1.10", "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-4.1.10.tgz", @@ -8534,49 +8628,86 @@ "dev": true }, "cypress": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-3.3.1.tgz", - "integrity": "sha512-JIo47ZD9P3jAw7oaK7YKUoODzszJbNw41JmBrlMMiupHOlhmXvZz75htuo7mfRFPC9/1MDQktO4lX/V2+a6lGQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-4.1.0.tgz", + "integrity": "sha512-FFV8pS9iuriSX4M9rna6awJUhiqozZD1D5z5BprCUJoho1ctbcgpkEUIUnqxli2OwjQqVz07egO+iqoGL+tw7g==", "dev": true, "requires": { "@cypress/listr-verbose-renderer": "0.4.1", "@cypress/xvfb": "1.2.4", + "@types/sizzle": "2.3.2", "arch": "2.1.1", - "bluebird": "3.5.0", - "cachedir": "1.3.0", + "bluebird": "3.7.2", + "cachedir": "2.3.0", "chalk": "2.4.2", "check-more-types": "2.24.0", - "commander": "2.15.1", + "commander": "4.1.0", "common-tags": "1.8.0", - "debug": "3.2.6", - "execa": "0.10.0", + "debug": "4.1.1", + "eventemitter2": "4.1.2", + "execa": "1.0.0", "executable": "4.1.1", "extract-zip": "1.6.7", - "fs-extra": "4.0.1", - "getos": "3.1.1", - "glob": "7.1.3", - "is-ci": "1.2.1", + "fs-extra": "8.1.0", + "getos": "3.1.4", + "is-ci": "2.0.0", "is-installed-globally": "0.1.0", "lazy-ass": "1.6.0", - "listr": "0.12.0", - "lodash": "4.17.11", - "log-symbols": "2.2.0", + "listr": "0.14.3", + "lodash": "4.17.15", + "log-symbols": "3.0.0", "minimist": "1.2.0", "moment": "2.24.0", - "ramda": "0.24.1", + "ospath": "1.2.2", + "pretty-bytes": "5.3.0", + "ramda": "0.26.1", "request": "2.88.0", - "request-progress": "0.4.0", - "supports-color": "5.5.0", + "request-progress": "3.0.0", + "supports-color": "7.1.0", "tmp": "0.1.0", + "untildify": "4.0.0", "url": "0.11.0", "yauzl": "2.10.0" }, "dependencies": { - "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", + "commander": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.0.tgz", + "integrity": "sha512-NIQrwvv9V39FHgGFm36+U9SMQzbiHvU79k+iADraJTpmrFFfx7Ds0IvDoAdZsDrknlkRk14OYoWXb57uTh7/sw==", + "dev": true + }, + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true + }, + "log-symbols": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", + "integrity": "sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==", + "dev": true, + "requires": { + "chalk": "^2.4.2" + } + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } } } }, @@ -8586,18 +8717,6 @@ "integrity": "sha512-S/czzqAj1BYz6Xxnfpx2aSc6hXsj76fd8/iuycJ2RxoxCcQMliw8eQV0ugzVlkzr1GD5dKGviNFGYqv3nRJ+Tg==", "dev": true }, - "cypress-testing-library": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/cypress-testing-library/-/cypress-testing-library-4.0.0.tgz", - "integrity": "sha512-KDbVw7kgEylLOZZDO4yiDlKySLzJsPLjHn5FfKL0tqCYYR3xbdIamKRap1r96/CXL8y5V05lAunnoAFQkKpIFw==", - "dev": true - }, - "damerau-levenshtein": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.6.tgz", - "integrity": "sha512-JVrozIeElnj3QzfUIt8tB8YMluBJom4Vw9qTPpjGYQ9fYlB3D/rb6OordUxf3xeFB35LKWs0xqcO5U6ySvBtug==", - "dev": true - }, "dargs": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz", @@ -9362,6 +9481,12 @@ "through": "~2.3.1" } }, + "eventemitter2": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-4.1.2.tgz", + "integrity": "sha1-DhqEd6+CGm7zmVsxG/dMI6UkfxU=", + "dev": true + }, "eventemitter3": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz", @@ -9400,18 +9525,29 @@ "dev": true }, "execa": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-0.10.0.tgz", - "integrity": "sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", "dev": true, "requires": { "cross-spawn": "^6.0.0", - "get-stream": "^3.0.0", + "get-stream": "^4.0.0", "is-stream": "^1.1.0", "npm-run-path": "^2.0.0", "p-finally": "^1.0.0", "signal-exit": "^3.0.0", "strip-eof": "^1.0.0" + }, + "dependencies": { + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } + } } }, "executable": { @@ -9832,12 +9968,6 @@ "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", "dev": true }, - "fastparse": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.2.tgz", - "integrity": "sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==", - "dev": true - }, "fastq": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.6.0.tgz", @@ -10194,14 +10324,22 @@ } }, "fs-extra": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.1.tgz", - "integrity": "sha1-f8DGyJV/mD9X8waiTlud3Y0N2IA=", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", "dev": true, "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^3.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", "universalify": "^0.1.0" + }, + "dependencies": { + "graceful-fs": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz", + "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==", + "dev": true + } } }, "fs-minipass": { @@ -10990,12 +11128,20 @@ "dev": true }, "getos": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/getos/-/getos-3.1.1.tgz", - "integrity": "sha512-oUP1rnEhAr97rkitiszGP9EgDVYnmchgFzfqRzSkgtfv7ai6tEi7Ko8GgjNXts7VLWEqrTWyhsOKLe5C5b/Zkg==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/getos/-/getos-3.1.4.tgz", + "integrity": "sha512-UORPzguEB/7UG5hqiZai8f0vQ7hzynMQyJLxStoQ8dPGAcmgsfXOPA4iE/fGtweHYkK+z4zc9V0g+CIFRf5HYw==", "dev": true, "requires": { - "async": "2.6.1" + "async": "^3.1.0" + }, + "dependencies": { + "async": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.0.tgz", + "integrity": "sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==", + "dev": true + } } }, "getpass": { @@ -12134,12 +12280,12 @@ "dev": true }, "is-ci": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz", - "integrity": "sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", + "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", "dev": true, "requires": { - "ci-info": "^1.5.0" + "ci-info": "^2.0.0" } }, "is-color-stop": { @@ -12306,6 +12452,15 @@ "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=", "dev": true }, + "is-observable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-observable/-/is-observable-1.1.0.tgz", + "integrity": "sha512-NqCa4Sa2d+u7BWc6CukaObG3Fh+CU9bvixbpcXYhy2VvYS7vVGIdAgnIS5Ks3A/cqk4rebLJ9s8zBstT2aKnIA==", + "dev": true, + "requires": { + "symbol-observable": "^1.1.0" + } + }, "is-path-cwd": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", @@ -15091,9 +15246,9 @@ } }, "jsonfile": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.1.tgz", - "integrity": "sha1-pezG9l9T9mLEQVx2daAzHQmS7GY=", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", "dev": true, "requires": { "graceful-fs": "^4.1.6" @@ -15315,84 +15470,20 @@ "dev": true }, "listr": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/listr/-/listr-0.12.0.tgz", - "integrity": "sha1-a84sD1YD+klYDqF81qAMwOX6RRo=", + "version": "0.14.3", + "resolved": "https://registry.npmjs.org/listr/-/listr-0.14.3.tgz", + "integrity": "sha512-RmAl7su35BFd/xoMamRjpIE4j3v+L28o8CT5YhAXQJm1fD+1l9ngXY8JAQRJ+tFK2i5njvi0iRUKV09vPwA0iA==", "dev": true, "requires": { - "chalk": "^1.1.3", - "cli-truncate": "^0.2.1", - "figures": "^1.7.0", - "indent-string": "^2.1.0", + "@samverschueren/stream-to-observable": "^0.3.0", + "is-observable": "^1.1.0", "is-promise": "^2.1.0", "is-stream": "^1.1.0", "listr-silent-renderer": "^1.1.1", - "listr-update-renderer": "^0.2.0", - "listr-verbose-renderer": "^0.4.0", - "log-symbols": "^1.0.2", - "log-update": "^1.0.2", - "ora": "^0.2.3", - "p-map": "^1.1.1", - "rxjs": "^5.0.0-beta.11", - "stream-to-observable": "^0.1.0", - "strip-ansi": "^3.0.1" - }, - "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dev": true, - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - } - }, - "cli-spinners": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-0.1.2.tgz", - "integrity": "sha1-u3ZNiOGF+54eaiofGXcjGPYF4xw=", - "dev": true - }, - "log-symbols": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz", - "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", - "dev": true, - "requires": { - "chalk": "^1.0.0" - } - }, - "ora": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/ora/-/ora-0.2.3.tgz", - "integrity": "sha1-N1J9Igrc1Tw5tzVx11QVbV22V6Q=", - "dev": true, - "requires": { - "chalk": "^1.1.1", - "cli-cursor": "^1.0.2", - "cli-spinners": "^0.1.2", - "object-assign": "^4.0.1" - } - }, - "rxjs": { - "version": "5.5.12", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.12.tgz", - "integrity": "sha512-xx2itnL5sBbqeeiVgNPVuQQ1nC8Jp2WfNJhXWHmElW9YmrpS9UVnNzhP3EH3HFqexO5Tlp8GhYY+WEcqcVMvGw==", - "dev": true, - "requires": { - "symbol-observable": "1.0.1" - } - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "dev": true - } + "listr-update-renderer": "^0.5.0", + "listr-verbose-renderer": "^0.5.0", + "p-map": "^2.0.0", + "rxjs": "^6.3.3" } }, "listr-silent-renderer": { @@ -15402,9 +15493,9 @@ "dev": true }, "listr-update-renderer": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/listr-update-renderer/-/listr-update-renderer-0.2.0.tgz", - "integrity": "sha1-yoDhd5tOcCZoB+ju0a1qvjmFUPk=", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/listr-update-renderer/-/listr-update-renderer-0.5.0.tgz", + "integrity": "sha512-tKRsZpKz8GSGqoI/+caPmfrypiaq+OQCbd+CovEC24uk1h952lVj5sC7SqyFUm+OaJ5HN/a1YLt5cit2FMNsFA==", "dev": true, "requires": { "chalk": "^1.1.3", @@ -15413,7 +15504,7 @@ "figures": "^1.7.0", "indent-string": "^3.0.0", "log-symbols": "^1.0.2", - "log-update": "^1.0.2", + "log-update": "^2.3.0", "strip-ansi": "^3.0.1" }, "dependencies": { @@ -15454,35 +15545,59 @@ } }, "listr-verbose-renderer": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/listr-verbose-renderer/-/listr-verbose-renderer-0.4.1.tgz", - "integrity": "sha1-ggb0z21S3cWCfl/RSYng6WWTOjU=", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/listr-verbose-renderer/-/listr-verbose-renderer-0.5.0.tgz", + "integrity": "sha512-04PDPqSlsqIOaaaGZ+41vq5FejI9auqTInicFRndCBgE3bXG8D6W1I+mWhk+1nqbHmyhla/6BUrd5OSiHwKRXw==", "dev": true, "requires": { - "chalk": "^1.1.3", - "cli-cursor": "^1.0.2", + "chalk": "^2.4.1", + "cli-cursor": "^2.1.0", "date-fns": "^1.27.2", - "figures": "^1.7.0" + "figures": "^2.0.0" }, "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "cli-cursor": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", + "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", "dev": true, "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" + "restore-cursor": "^2.0.0" } }, - "supports-color": { + "figures": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", + "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.5" + } + }, + "mimic-fn": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", + "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", "dev": true + }, + "onetime": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", + "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", + "dev": true, + "requires": { + "mimic-fn": "^1.0.0" + } + }, + "restore-cursor": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", + "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", + "dev": true, + "requires": { + "onetime": "^2.0.0", + "signal-exit": "^3.0.2" + } } } }, @@ -15627,13 +15742,91 @@ } }, "log-update": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/log-update/-/log-update-1.0.2.tgz", - "integrity": "sha1-GZKfZMQJPS0ucHWh2tivWcKWuNE=", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-2.3.0.tgz", + "integrity": "sha1-iDKP19HOeTiykoN0bwsbwSayRwg=", "dev": true, "requires": { - "ansi-escapes": "^1.0.0", - "cli-cursor": "^1.0.2" + "ansi-escapes": "^3.0.0", + "cli-cursor": "^2.0.0", + "wrap-ansi": "^3.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "dev": true + }, + "cli-cursor": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", + "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", + "dev": true, + "requires": { + "restore-cursor": "^2.0.0" + } + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true + }, + "mimic-fn": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", + "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", + "dev": true + }, + "onetime": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", + "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", + "dev": true, + "requires": { + "mimic-fn": "^1.0.0" + } + }, + "restore-cursor": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", + "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", + "dev": true, + "requires": { + "onetime": "^2.0.0", + "signal-exit": "^3.0.2" + } + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "dev": true, + "requires": { + "ansi-regex": "^3.0.0" + } + }, + "wrap-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-3.0.1.tgz", + "integrity": "sha1-KIoE2H7aXChuBg3+jxNc6NAH+Lo=", + "dev": true, + "requires": { + "string-width": "^2.1.1", + "strip-ansi": "^4.0.0" + } + } } }, "loglevel": { @@ -16647,12 +16840,6 @@ "tslib": "^1.10.0" } }, - "node-eta": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/node-eta/-/node-eta-0.1.1.tgz", - "integrity": "sha1-QGYQmzk3HHYccrfr2pqeoKXeEh8=", - "dev": true - }, "node-fetch": { "version": "2.6.0", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", @@ -17540,6 +17727,12 @@ "os-tmpdir": "^1.0.0" } }, + "ospath": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/ospath/-/ospath-1.2.2.tgz", + "integrity": "sha1-EnZjl3Sj+O8lcvf+QoDg6kVQwHs=", + "dev": true + }, "p-cancelable": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", @@ -17589,9 +17782,9 @@ } }, "p-map": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz", - "integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", + "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==", "dev": true }, "p-retry": { @@ -18666,6 +18859,12 @@ "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=", "dev": true }, + "pretty-bytes": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.3.0.tgz", + "integrity": "sha512-hjGrh+P926p4R4WbaB6OckyRtO0F0/lQBiT+0gnxjV+5kjPBrfVBFCsCLbMqVQeydvIoouYTCmmEURiH3R1Bdg==", + "dev": true + }, "pretty-format": { "version": "25.1.0", "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-25.1.0.tgz", @@ -18998,9 +19197,9 @@ "dev": true }, "ramda": { - "version": "0.24.1", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.24.1.tgz", - "integrity": "sha1-w7d1UZfzW43DUCIoJixMkd22uFc=", + "version": "0.26.1", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.26.1.tgz", + "integrity": "sha512-hLWjpy7EnsDBb0p+Z3B7rPi3GDeRG5ZtiI33kJhTt+ORCd38AbAIjB/9zRIUoeTbE/AVX5ZkU7m6bznsvrf8eQ==", "dev": true }, "randombytes": { @@ -19385,17 +19584,6 @@ } } }, - "regexpu-core": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-1.0.0.tgz", - "integrity": "sha1-hqdj9Y7k18L2sQLkdkBQ3n7ZDGs=", - "dev": true, - "requires": { - "regenerate": "^1.2.1", - "regjsgen": "^0.2.0", - "regjsparser": "^0.1.4" - } - }, "registry-auth-token": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.1.1.tgz", @@ -19414,29 +19602,6 @@ "rc": "^1.2.8" } }, - "regjsgen": { - "version": "0.2.0", - "resolved": "http://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz", - "integrity": "sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc=", - "dev": true - }, - "regjsparser": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz", - "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=", - "dev": true, - "requires": { - "jsesc": "~0.5.0" - }, - "dependencies": { - "jsesc": { - "version": "0.5.0", - "resolved": "http://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", - "dev": true - } - } - }, "release-it": { "version": "12.4.3", "resolved": "https://registry.npmjs.org/release-it/-/release-it-12.4.3.tgz", @@ -20021,13 +20186,12 @@ } }, "request-progress": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/request-progress/-/request-progress-0.4.0.tgz", - "integrity": "sha1-wZVOOQhqqFJpxWYLzuAUKmpw1+c=", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/request-progress/-/request-progress-3.0.0.tgz", + "integrity": "sha1-TKdUCBx/7GP1BeT6qCWqBs1mnb4=", "dev": true, "requires": { - "node-eta": "^0.1.1", - "throttleit": "^0.0.2" + "throttleit": "^1.0.0" } }, "request-promise-core": { @@ -20439,15 +20603,6 @@ } } }, - "semver-dsl": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/semver-dsl/-/semver-dsl-1.0.1.tgz", - "integrity": "sha1-02eN5VVeimH2Ke7QJTZq5fJzQKA=", - "dev": true, - "requires": { - "semver": "^5.3.0" - } - }, "semver-intersect": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/semver-intersect/-/semver-intersect-1.4.0.tgz", @@ -21365,12 +21520,6 @@ "integrity": "sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=", "dev": true }, - "stream-to-observable": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/stream-to-observable/-/stream-to-observable-0.1.0.tgz", - "integrity": "sha1-Rb8dny19wJvtgfHDB8Qw5ouEz/4=", - "dev": true - }, "strict-uri-encode": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", @@ -21681,9 +21830,9 @@ } }, "symbol-observable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.0.1.tgz", - "integrity": "sha1-g0D8RwLDEi310iKI+IKD9RPT/dQ=", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz", + "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==", "dev": true }, "symbol-tree": { @@ -22141,9 +22290,9 @@ "dev": true }, "throttleit": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz", - "integrity": "sha1-z+34jmDADdlpe2H90qg0OptoDq8=", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.0.tgz", + "integrity": "sha1-nnhYNtr0Z0MUWlmEtiaNgoUorGw=", "dev": true }, "through": { @@ -22661,6 +22810,12 @@ } } }, + "untildify": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz", + "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", + "dev": true + }, "upath": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", @@ -22964,6 +23119,12 @@ "xml-name-validator": "^3.0.0" } }, + "wait-for-expect": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/wait-for-expect/-/wait-for-expect-3.0.2.tgz", + "integrity": "sha512-cfS1+DZxuav1aBYbaO/kE06EOS8yRw7qOFoD3XtjTkYvCvh3zUvNST8DXK/nPaeqIzIv3P3kL3lRJn8iwOiSag==", + "dev": true + }, "wait-on": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-4.0.0.tgz", diff --git a/package.json b/package.json index f5100e79a..9f0441a13 100644 --- a/package.json +++ b/package.json @@ -88,16 +88,15 @@ "@commitlint/config-conventional": "^8.3.4", "@ngxs/devtools-plugin": "^3.6.2", "@ngxs/logger-plugin": "^3.6.2", + "@testing-library/cypress": "^5.3.0", "@types/cypress": "^1.1.3", "@types/file-saver": "^2.0.0", "@types/highlight.js": "^9.12.3", "@types/jest": "^25.1.2", "@types/node": "^12.11.1", "@types/sketchapp": "^56.0.0", - "codelyzer": "^5.1.2", "conventional-changelog-cli": "^2.0.31", "cypress-file-upload": "^3.5.3", - "cypress-testing-library": "^4.0.0", "husky": "^4.2.1", "jest": "^25.1.0", "jest-preset-angular": "^8.0.0", diff --git a/src/app/editor/editor.component.spec.ts b/src/app/editor/editor.component.spec.ts index ea33ecaaf..96bbc6589 100644 --- a/src/app/editor/editor.component.spec.ts +++ b/src/app/editor/editor.component.spec.ts @@ -16,7 +16,13 @@ describe('EditorComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ schemas: [NO_ERRORS_SCHEMA], - imports: [MatMenuModule, MatSnackBarModule, NgxsModule.forRoot([UiState]), RouterTestingModule.withRoutes([]), TranslateModule.forRoot()], + imports: [ + MatMenuModule, + MatSnackBarModule, + NgxsModule.forRoot([UiState]), + RouterTestingModule.withRoutes([]), + TranslateModule.forRoot() + ], declarations: [EditorComponent], providers: [WINDOW_PROVIDERS] }).compileComponents(); @@ -25,7 +31,6 @@ describe('EditorComponent', () => { fixture = TestBed.createComponent(EditorComponent); component = fixture.debugElement.componentInstance; jest.setTimeout(10); - }); it('should create the component', () => { @@ -64,7 +69,6 @@ describe('EditorComponent', () => { expect(component.zoomOut).toBeFalsy(); }); - it('should unset highlighting options when we are on reset level', () => { component.zoomIn = true; component.zoomOut = true; diff --git a/tests/e2e/support/commands.js b/tests/e2e/support/commands.js index 7a401ad69..e7883d74d 100644 --- a/tests/e2e/support/commands.js +++ b/tests/e2e/support/commands.js @@ -23,5 +23,5 @@ // // -- This is will overwrite an existing command -- // Cypress.Commands.overwrite("visit", (originalFn, url, options) => { ... }) -import "cypress-testing-library/add-commands"; +import '@testing-library/cypress/add-commands'; import 'cypress-file-upload'; diff --git a/tests/integration/sketch-parsing.spec.ts b/tests/integration/sketch-parsing.spec.ts index 305f94f55..9ce8ced54 100644 --- a/tests/integration/sketch-parsing.spec.ts +++ b/tests/integration/sketch-parsing.spec.ts @@ -1,9 +1,8 @@ import { NO_ERRORS_SCHEMA } from '@angular/core'; import { async, TestBed } from '@angular/core/testing'; -import { readdirSync, readFile } from 'fs'; -import * as jszip from 'jszip'; import { WebCodeGenService } from '@xlayers/web-codegen'; -import { VERSION_LIST, SKETCH_PATH, loadSketch } from '../test-utils'; +import { readdirSync } from 'fs'; +import { loadSketch, SKETCH_PATH, VERSION_LIST } from '../test-utils'; describe('sketch parser', () => { let webCodeGen: WebCodeGenService; diff --git a/tests/test-utils.ts b/tests/test-utils.ts index d44fff228..be271aaee 100644 --- a/tests/test-utils.ts +++ b/tests/test-utils.ts @@ -1,56 +1,56 @@ -import { readdirSync, readFile } from 'fs'; +import { readFile } from 'fs'; import * as jszip from 'jszip'; -export const VERSION_LIST = [52, 53]; +export const VERSION_LIST = [52, 53, 59]; export const SKETCH_PATH = './src/assets/demos/sketchapp'; export async function loadSketch(version, fileName) { - const _data = { - pages: [], - previews: [], - document: {}, - user: {}, - meta: {} - } as SketchMSData; + const _data = { + pages: [], + previews: [], + document: {}, + user: {}, + meta: {} + } as SketchMSData; - const sketch = await new Promise((resolve, reject) => { - readFile(`${SKETCH_PATH}/${version}/${fileName}`, (err, file) => { - if (err) { - reject(err); - } else { - resolve(file); - } - }); + const sketch = await new Promise((resolve, reject) => { + readFile(`${SKETCH_PATH}/${version}/${fileName}`, (err, file) => { + if (err) { + reject(err); + } else { + resolve(file); + } }); + }); - const zip = await jszip.loadAsync(sketch); + const zip = await jszip.loadAsync(sketch); - const zips = []; - zip.forEach((relativePath, zipEntry) => { - zips.push({ relativePath, zipEntry }); - }); + const zips = []; + zip.forEach((relativePath, zipEntry) => { + zips.push({ relativePath, zipEntry }); + }); - await Promise.all( - zips.map(({ relativePath, zipEntry }) => { - return new Promise(resolve => { - if (relativePath.startsWith('pages/')) { - zipEntry.async('string').then(content => { - _data.pages.push(JSON.parse(content)); - resolve(); - }); - } else if ( - ['meta.json', 'document.json', 'user.json'].includes(relativePath) - ) { - zipEntry.async('string').then(content => { - _data[relativePath.replace('.json', '')] = JSON.parse(content); - resolve(); - }); - } else { - resolve(); - } - }); - }) - ); + await Promise.all( + zips.map(({ relativePath, zipEntry }) => { + return new Promise(resolve => { + if (relativePath.startsWith('pages/')) { + zipEntry.async('string').then(content => { + _data.pages.push(JSON.parse(content)); + resolve(); + }); + } else if ( + ['meta.json', 'document.json', 'user.json'].includes(relativePath) + ) { + zipEntry.async('string').then(content => { + _data[relativePath.replace('.json', '')] = JSON.parse(content); + resolve(); + }); + } else { + resolve(); + } + }); + }) + ); - return _data; + return _data; } diff --git a/tsconfig.json b/tsconfig.json index d9c9acdcb..b46a56df1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ "target": "es5", "esModuleInterop": true, "lib": ["esnext", "es2017", "dom"], + "types": ["cypress", "@types/testing-library__cypress"], "paths": { "@env/*": ["src/environments/*"], "@app/*": ["src/app/*"], From 1513cbd15609d1cc847bd1623642b5ed8f8db164 Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sat, 29 Feb 2020 23:48:03 +0100 Subject: [PATCH 08/26] chore: add test snapshots for SketchApp v59 --- .../angular-codegen.service.spec.ts.snap | 101743 ++++++++++----- .../lit-element-codegen.service.spec.ts.snap | 101743 ++++++++++----- .../react-codegen.service.spec.ts.snap | 101743 ++++++++++----- .../stencil-codegen.service.spec.ts.snap | 101743 ++++++++++----- .../svg-codegen.service.spec.ts.snap | 82103 ++++++++---- .../vue-codegen.service.spec.ts.snap | 101743 ++++++++++----- .../web-codegen.service.spec.ts.snap | 101743 ++++++++++----- .../web-parser.service.spec.ts.snap | 101743 ++++++++++----- ...web-component-codegen.service.spec.ts.snap | 101743 ++++++++++----- .../__snapshots__/sketch-parsing.spec.ts.snap | 101743 ++++++++++----- 10 files changed, 699368 insertions(+), 298422 deletions(-) diff --git a/projects/angular-codegen/src/lib/__snapshots__/angular-codegen.service.spec.ts.snap b/projects/angular-codegen/src/lib/__snapshots__/angular-codegen.service.spec.ts.snap index 39d181bb6..1e323f85e 100644 --- a/projects/angular-codegen/src/lib/__snapshots__/angular-codegen.service.spec.ts.snap +++ b/projects/angular-codegen/src/lib/__snapshots__/angular-codegen.service.spec.ts.snap @@ -2007,13 +2007,17 @@ Object { } `; -exports[`AngularCodeGenService should match md-components-buttons-lights.sketch snapshot for 52 on angular 1`] = ` +exports[`AngularCodeGenService should match md-components-buttons-fabs-light.sketch snapshot for 59 on angular 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "do_objectID": "3C9A0FC2-9C25-44D7-B6E9-2A68271FEAE3", + "exportPresets": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -2023,13 +2027,113 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D", + "do_objectID": "07940257-BA95-49BD-B375-6EE1414E8D4D", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], "layerStyles": Object { "_class": "sharedStyleContainer", - "objects": Array [], + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2DEC6056-D4A8-4EE3-93E6-B46AD450B6BC", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "82E576EC-8FF4-47FD-BBF8-276D3E80CC8E", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], }, "layerSymbols": Object { "_class": "symbolContainer", @@ -2042,52 +2146,46 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "_ref": "pages/06732C75-3171-4248-9998-E4DCDB514056", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 121, }, - "fonts": Array [ - "Roboto-Medium", - ], + "fonts": Array [], "pagesAndArtboards": Object { - "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "06732C75-3171-4248-9998-E4DCDB514056": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "do_objectID": "06732C75-3171-4248-9998-E4DCDB514056", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -2103,6 +2201,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -2125,18 +2226,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "36px", + "height": "56px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "94px", + "width": "56px", }, }, - "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", + "do_objectID": "9F8AC6A1-F4A4-422B-A677-30C517A1A9ED", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2817D758-4D6F-44B3-A3B2-5D58193F7253", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -2145,12 +2245,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "35D18917-4257-43AD-BC71-DD8B0CFD9910", - "height": 36, - "width": 94, + "height": 56, + "width": 56, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -2161,46 +2263,58 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "oval", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 28px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "106px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "106px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(0,150,136,1.00)", - "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "border-radius": "50%", + "box-shadow": "0px 14px 14px 0px rgba(0,0,0,0.24),0px 0px 14px 0px rgba(0,0,0,0.12),0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "36px", + "height": "56px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "94px", + "width": "56px", }, }, - "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", + "do_objectID": "2B0A10B9-981F-4000-8E2E-2BDD9F30C8E6", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F95DBC43-E22E-48EE-84C3-BFF761BF5FF0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 2, "frame": Object { "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 94, + "constrainProportions": true, + "height": 56, + "width": 56, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -2208,49 +2322,50 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "button bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, ], "resizingConstraint": 63, @@ -2259,37 +2374,38 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", - "endMarkerType": 0, - "fills": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "blue": 0, + "green": 0, "red": 0, }, - "do_objectID": "518A65E4-7447-46E4-8E6D-2500863E0FEE", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "do_objectID": "441BA153-38D1-4932-89DB-A7E0FA4BF10E", - "fillType": 0, + "fillType": 1, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -2300,10 +2416,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.2, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, "position": 0, }, @@ -2311,7 +2427,18 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, "blue": 0, "green": 0, "red": 0, @@ -2319,24 +2446,27 @@ Object { "position": 1, }, ], - "to": "{0.5, 1}", + "to": "{0.5, 0.99021444515306123}", }, - "isEnabled": false, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 0.2000000029802322, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - "fillType": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -2347,7 +2477,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 0.12, "blue": 1, "green": 1, "red": 1, @@ -2358,30 +2488,61 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.06, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, "position": 1, }, ], "to": "{0.5, 1}", }, - "isEnabled": false, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "94F9F8A1-AEFC-4EAB-BC5F-96090A7EFAAF", + "endMarkerType": 0, + "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.1, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, "fillType": 0, "gradient": Object { @@ -2394,7 +2555,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 1, "blue": 1, "green": 1, "red": 1, @@ -2405,7 +2566,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 1, "blue": 0, "green": 0, "red": 0, @@ -2415,18 +2576,19 @@ Object { ], "to": "{0.5, 1}", }, - "isEnabled": false, + "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, "patternFillType": 0, "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { "_class": "shadow", - "blurRadius": 8, + "blurRadius": 14, "color": Object { "_class": "color", "alpha": 0.2376019021739131, @@ -2441,12 +2603,12 @@ Object { }, "isEnabled": false, "offsetX": 0, - "offsetY": 8, + "offsetY": 14, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 8, + "blurRadius": 14, "color": Object { "_class": "color", "alpha": 0.12, @@ -2466,7 +2628,7 @@ Object { }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.24, @@ -2481,12 +2643,12 @@ Object { }, "isEnabled": true, "offsetX": 0, - "offsetY": 2, + "offsetY": 8, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.12, @@ -2510,97 +2672,29 @@ Object { }, "web": Object { "attributes": Array [ - "role=\\"rectangle\\"", + "role=\\"oval\\"", "aria-label=\\"button bg\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "NORMAL", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "16.5px", + "height": "24px", + "left": "16px", "position": "absolute", - "top": "10px", + "top": "16px", "visibility": "visible", - "width": "61px", + "width": "24px", }, }, - "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", - "dontSynchroniseWithSymbol": false, + "do_objectID": "31DE405C-40EA-4542-9157-77FDF05E4CF7", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "81E4C18A-C5B1-4FCD-A4EC-F507E67A763E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -2609,13 +2703,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C77760CF-EB51-4E10-B303-70D70714C011", - "height": 16, - "width": 61, - "x": 16.5, - "y": 10, + "height": 24, + "width": 24, + "x": 16, + "y": 16, }, - "glyphBounds": "{{0, 0}, {61, 16}}", + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -2623,77 +2719,612 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NORMAL", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CFA250F8-ABC2-487A-9323-8BBD10C0BFAD", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, + "do_objectID": "4B044FF4-ABB5-4B8D-947B-F6DA47EEA22F", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ECC1178A-3EEF-42C8-827B-B6C79CE429AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "95323268-06B8-47A3-9C1E-841E1D3AD72B", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{1, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 1}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 1}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{1, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{1, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.42857142857142855}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2DEC6056-D4A8-4EE3-93E6-B46AD450B6BC", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E402A47E-CCFA-4061-96E5-361F20410BD4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M14 6,L 8 6,L 8 0,L 6 0,L 6 6,L 0 6,L 0 8,L 6 8,L 6 14,L 8 14,L 8 8,L 14 8,L 14 6,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "add", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7E088BE-F829-42B5-99DB-5E12CD9E02A6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"add\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "fab", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "016AD96A-E9C8-4EC3-A372-D87BDA49078B", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"button\\"", + "aria-label=\\"fab\\"", ], }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -2702,8 +3333,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "278171CB-6472-4F87-A815-3E3C593D515A", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -2716,11 +3381,11 @@ Object { ], "previews": Array [], "user": Object { - "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { - "scrollOrigin": "{134, 134}", + "06732C75-3171-4248-9998-E4DCDB514056": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, - "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { + "E516E877-5092-41C7-92B9-C9E0EDE398FA": Object { "pageListHeight": 110, }, "document": Object { @@ -2731,15 +3396,13 @@ Object { } `; -exports[`AngularCodeGenService should match md-components-buttons-lights.sketch snapshot for 53 on angular 1`] = ` +exports[`AngularCodeGenService should match md-components-buttons-lights.sketch snapshot for 52 on angular 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", - "colorAssets": Array [], "colors": Array [], - "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -2775,19 +3438,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 105, }, "fonts": Array [ "Roboto-Medium", @@ -2799,10 +3462,14 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { @@ -2825,9 +3492,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -2876,9 +3540,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -3445,7 +4106,7 @@ Object { "previews": Array [], "user": Object { "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{134, 134}", "zoomValue": 1, }, "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { @@ -3459,13 +4120,15 @@ Object { } `; -exports[`AngularCodeGenService should match md-components-cards-homes.sketch snapshot for 52 on angular 1`] = ` +exports[`AngularCodeGenService should match md-components-buttons-lights.sketch snapshot for 53 on angular 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -3475,257 +4138,13 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", + "do_objectID": "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], "layerStyles": Object { "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "layerSymbols": Object { "_class": "symbolContainer", @@ -3738,52 +4157,48 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", + "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ - "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", + "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -3799,6 +4214,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -3821,18 +4239,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "224px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "344px", + "width": "94px", }, }, - "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", + "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "98074A6E-84B2-4F16-B665-C835B1F1F186", + "do_objectID": "2817D758-4D6F-44B3-A3B2-5D58193F7253", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -3841,12 +4259,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E63A53AF-E7EE-46D8-BFE8-0AAB73C9D3DE", - "height": 224, - "width": 344, + "do_objectID": "35D18917-4257-43AD-BC71-DD8B0CFD9910", + "height": 36, + "width": 94, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -3865,22 +4286,22 @@ Object { "before": Object {}, }, "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "background-color": "rgba(0,150,136,1.00)", + "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "224px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "344px", + "width": "94px", }, }, - "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", + "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0713C981-1FBB-49DE-8AF4-82CEF028725A", + "do_objectID": "F95DBC43-E22E-48EE-84C3-BFF761BF5FF0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -3890,12 +4311,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 224, - "width": 344, + "height": 36, + "width": 94, "x": 0, "y": 0, }, - "hasClippingMask": true, + "hasClippingMask": false, "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, @@ -3904,7 +4325,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "button bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -3914,7 +4335,6 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", - "do_objectID": "9EF2F25A-8C0B-490A-8B6B-CB89A9CA3FE0", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -3925,7 +4345,6 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", - "do_objectID": "76222E59-B93C-48FF-9FC5-055A32CBC1D2", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -3936,7 +4355,6 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", - "do_objectID": "598CF3D5-4C1A-4AD1-B2B7-1D97BE8C6704", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -3947,7 +4365,6 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", - "do_objectID": "DD1184C0-136D-418C-8EA0-1ED3D172E028", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -3956,21 +4373,40 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, - "fillType": 1, + "do_objectID": "518A65E4-7447-46E4-8E6D-2500863E0FEE", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "do_objectID": "441BA153-38D1-4932-89DB-A7E0FA4BF10E", + "fillType": 0, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -3981,10 +4417,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.2, + "blue": 0.6, + "green": 0.6, + "red": 0.6, }, "position": 0, }, @@ -3992,52 +4428,32 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, }, "position": 1, }, ], "to": "{0.5, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.2000000029802322, + "blue": 0.6, + "green": 0.6, + "red": 0.6, }, - "fillType": 1, + "fillType": 0, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -4048,10 +4464,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, }, "position": 0, }, @@ -4059,29 +4475,54 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, + "alpha": 0.5, "blue": 0, "green": 0, "red": 0, }, - "position": 0.8, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, }, - "position": 0.950255322222858, + "position": 0, }, Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.04, + "alpha": 0.5, "blue": 0, "green": 0, "red": 0, @@ -4091,25 +4532,7 @@ Object { ], "to": "{0.5, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, + "isEnabled": false, "noiseIndex": 0, "noiseIntensity": 0, "patternFillType": 0, @@ -4120,10 +4543,10 @@ Object { "shadows": Array [ Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", - "alpha": 0.24, + "alpha": 0.2376019021739131, "blue": 0, "green": 0, "red": 0, @@ -4133,14 +4556,14 @@ Object { "blendMode": 0, "opacity": 1, }, - "isEnabled": true, + "isEnabled": false, "offsetX": 0, - "offsetY": 2, + "offsetY": 8, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.12, @@ -4153,149 +4576,59 @@ Object { "blendMode": 0, "opacity": 1, }, - "isEnabled": true, + "isEnabled": false, "offsetX": 0, "offsetY": 0, "spread": 0, }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,187,211,1.00)", - "display": "block", - "height": "176px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B245FB2F-7F3C-4D6A-AAF3-18FE3B124490", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 176, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", - "endMarkerType": 0, - "fills": Array [ Object { - "_class": "fill", + "_class": "shadow", + "blurRadius": 2, "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.8274509803921568, - "green": 0.7333333333333333, + "alpha": 0.24, + "blue": 0, + "green": 0, "red": 0, }, - "do_objectID": "462C738B-C65E-434C-9FF9-916E784F8EB1", - "fillType": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, ], - "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", + "aria-label=\\"button bg\\"", ], }, }, @@ -4317,24 +4650,51 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, - "kerning": 0, + "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 13, + "length": 5, "location": 0, }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, ], - "string": "Pre-fab Homes", + "string": "NORMAL", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -4343,21 +4703,21 @@ Object { "rules": Object { "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "24px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "16.5px", "position": "absolute", - "top": "137px", + "top": "10px", "visibility": "visible", - "width": "161px", + "width": "61px", }, }, - "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", + "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "386665A7-C098-49E9-AB71-126A8B4ED607", + "do_objectID": "81E4C18A-C5B1-4FCD-A4EC-F507E67A763E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -4366,13 +4726,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D0438ADA-75E5-48E5-A3AB-A55AF5E84029", - "height": 24, - "width": 161, - "x": 19, - "y": 137, + "do_objectID": "C77760CF-EB51-4E10-B303-70D70714C011", + "height": 16, + "width": 61, + "x": 16.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {161, 24}}", + "glyphBounds": "{{0, 0}, {61, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -4381,7 +4741,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Pre-fab Homes 2", + "name": "NORMAL", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -4389,13 +4749,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", + "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "45243A28-E9FB-4A4A-8DB1-A8B2F38B9657", + "do_objectID": "CFA250F8-ABC2-487A-9323-8BBD10C0BFAD", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -4407,17 +4767,16 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, - "kerning": 0, + "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -4429,1282 +4788,863 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "209px", - "position": "absolute", - "top": "188px", - "visibility": "visible", - "width": "119px", - }, - }, - "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2A26EE59-59EE-4608-8D68-FC2A4BB1CE74", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E30F338C-0755-4F54-AED4-4CA9BDE48A46", - "height": 24, - "width": 119, - "x": 209, - "y": 188, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "95px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B6AF0990-0F41-4695-BD54-00197F4BEAE8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "307E9C13-BD4D-44C3-8559-96F0E46B186E", - "height": 24, - "width": 24, - "x": 95, - "y": 0, + ], + "name": "button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"button\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`AngularCodeGenService should match md-components-buttons-lights.sketch snapshot for 59 on angular 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "6C6C25B1-9B38-4ECB-9E0C-76B5AA0FB022", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "516247EF-188D-4E72-AC55-64B03A15D2AD", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "94px", + }, + }, + "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 94, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 47px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "86px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "144px", }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8C0747D3-9212-4C92-8FE5-0707A83F6760", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "36px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "94px", + }, + }, + "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 94, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bg", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "3px", - "position": "absolute", - "top": "1.999899999999798px", - "visibility": "visible", - "width": "18px", - }, - }, - "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E1DB8B35-B319-4E78-9E45-9CA53344E3C5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CBDA8CB3-7920-4DDC-BAC9-B6B509B94BE1", - "height": 20, - "width": 18, - "x": 3, - "y": 1.999899999999798, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.79111111111111099, 0.70682730923694814}", - "curveMode": 4, - "curveTo": "{0.83333333333333337, 0.70682730923694814}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.83333333333333337, 0.70682730923694814}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.72444444444444445, 0.74548192771084365}", - "curveMode": 4, - "curveTo": "{0.7533333333333333, 0.72188755020080353}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.72444444444444445, 0.74548192771084365}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33111111111111119, 0.52560240963855442}", - "curveMode": 4, - "curveTo": "{0.32833333333333337, 0.53714859437751028}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32833333333333337, 0.53714859437751028}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33333333333333337, 0.48995983935743004}", - "curveMode": 2, - "curveTo": "{0.33333333333333337, 0.51405622489959857}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.33333333333333337, 0.5020080321285143}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.32833333333333337, 0.46686746987951833}", - "curveMode": 4, - "curveTo": "{0.33111111111111119, 0.47841365461847413}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.32833333333333337, 0.46686746987951833}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.75, 0.28564257028112472}", - "curveMode": 4, - "curveTo": "{0.72000000000000008, 0.26054216867469898}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.72000000000000008, 0.26054216867469898}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.92555555555555558, 0.30120481927710863}", - "curveMode": 3, - "curveTo": "{0.7894444444444445, 0.30120481927710863}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 0.30120481927710863}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.067269076305220984}", - "curveMode": 2, - "curveTo": "{1, 0.23393574297188771}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.15060240963855434}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", - "curveMode": 2, - "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 8.8817841970012528e-17}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.66666666666666663, 0.16265060240963869}", - "curveMode": 3, - "curveTo": "{0.66666666666666663, 0.067269076305220984}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.66666666666666663, 0.15060240963855434}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.67166666666666663, 0.18574297188755035}", - "curveMode": 4, - "curveTo": "{0.66888888888888887, 0.17419678714859449}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.67166666666666663, 0.18574297188755035}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.25, 0.36696787148594401}", - "curveMode": 4, - "curveTo": "{0.28000000000000003, 0.39206827309236975}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.28000000000000003, 0.39206827309236975}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.074444444444444438, 0.35140562248996005}", - "curveMode": 3, - "curveTo": "{0.21055555555555555, 0.35140562248996005}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.16666666666666666, 0.35140562248996005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.58534136546184767}", - "curveMode": 2, - "curveTo": "{0, 0.41867469879518093}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5020080321285143}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.21055555555555555, 0.65261044176706862}", - "curveMode": 3, - "curveTo": "{0.074444444444444438, 0.65261044176706862}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.16666666666666666, 0.65261044176706862}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.28000000000000003, 0.61194779116465892}", - "curveMode": 4, - "curveTo": "{0.25, 0.6370481927710846}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.28000000000000003, 0.61194779116465892}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.6727777777777777, 0.83132530120481973}", - "curveMode": 4, - "curveTo": "{0.67555555555555558, 0.82078313253012092}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.67555555555555558, 0.82078313253012092}", - }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.67111111111111121, 0.93423694779116495}", - "curveMode": 3, - "curveTo": "{0.67111111111111121, 0.84236947791164696}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.67111111111111121, 0.85341365461847429}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9227777777777777, 1}", - "curveMode": 2, - "curveTo": "{0.74388888888888893, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99555555555555564, 0.77259036144578308}", - "curveMode": 2, - "curveTo": "{0.99555555555555564, 0.93423694779116495}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.99555555555555564, 0.85341365461847385}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.83333333333333337, 0.7068273092369477}", - "curveMode": 4, - "curveTo": "{0.92277777777777792, 0.7068273092369477}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.83333333333333337, 0.7068273092369477}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "395F98C8-7A7D-448B-9431-77AE198CD2AA", - "opacity": 0.5399999618530273, - }, - "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - ], - "name": "share", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"share\\"", - ], + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.2376019021739131, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 8, + "spread": 0, }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "47px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A01478AF-F442-48D4-876B-7B242558A1C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1CD9EA03-E457-4DE2-AB87-E53E4CA3F6CE", - "height": 24, - "width": 24, - "x": 47, - "y": 0, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "18px", - "left": "5px", - "position": "absolute", - "top": "3px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0792DFC7-13AE-4023-BC28-6EAE2F525D94", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 18, - "width": 14, - "x": 5, - "y": 3, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"button bg\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.8571428571428571, 1}", - "curveMode": 1, - "curveTo": "{0.8571428571428571, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.8571428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.064285714285714307, 1}", - "curveMode": 4, - "curveTo": "{0.14285714285714285, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.14285714285714285, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.88888888888888884}", - "curveMode": 4, - "curveTo": "{0, 0.95000000000000007}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.88888888888888884}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.16666666666666666}", - "curveMode": 1, - "curveTo": "{0.5, 0.16666666666666666}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.16666666666666666}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.95000000000000007}", - "curveMode": 4, - "curveTo": "{1, 0.88888888888888884}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.88888888888888884}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.8571428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.93571428571428583, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.8571428571428571, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "1BB40B22-9947-481D-BDFD-D499709536C5", - "opacity": 0.5399999618530273, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", - ], - "type": "path", - }, - ], }, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "78FE6195-3CDF-434D-90A3-E224F31C3763", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", - }, - ], }, - "web": Object { - "attributes": Array [], + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - ], - "name": "bookmark", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"bookmark\\"", - ], + "length": 1, + "location": 5, }, + ], + "string": "NORMAL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "16.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "61px", }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "25px", + }, + "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 61, + "x": 16.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {61, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "NORMAL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - }, - "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0E3F3B31-21D5-4AB9-9C91-1DD6589D73BC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9B35355B-154A-4833-84D9-5218A91A7536", - "height": 24, - "width": 25, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "16px", - "left": "3.125px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "18.75px", - }, - }, - "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ABBE7457-D1CB-4143-BB68-1D95867C1CA6", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 16, - "width": 18.75, - "x": 3.125, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.63888888888888884, 1}", - "curveMode": 4, - "curveTo": "{0.75, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.75, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.46111111111111114, 0.91874999999999996}", - "curveMode": 4, - "curveTo": "{0.53888888888888886, 0.91874999999999996}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0.8125}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1111111111111111, 1}", - "curveMode": 3, - "curveTo": "{0.3611111111111111, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.25, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.5}", - "curveMode": 3, - "curveTo": "{0, 0.88124999999999998}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.71875}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.80555555555555558, 0.3125}", - "curveMode": 4, - "curveTo": "{0.19444444444444445, 0.3125}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.88124999999999998}", - "curveMode": 3, - "curveTo": "{1, 0.5}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.71875}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.75, 1}", - "curveMode": 4, - "curveTo": "{0.88888888888888884, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.75, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "746B6BFB-EEFE-454B-A634-4D361594E58D", - "opacity": 0.5399999618530273, - }, - "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "25px", - }, - }, - "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C5CE84E-EE96-4490-92D4-0DBB46A90FAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 25, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - ], - "name": "favorite", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"favorite\\"", - ], }, + "verticalAlignment": 0, }, - ], - "name": "Buttons", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Buttons\\"", - ], + "attributes": Array [], }, }, ], - "name": "homes", + "maintainScrollPosition": false, + "name": "button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -5712,20 +5652,54 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"homes\\"", + "aria-label=\\"button\\"", ], }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -5734,8 +5708,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "EF515898-537B-469C-9036-E6B725CF8307", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -5748,11 +5756,11 @@ Object { ], "previews": Array [], "user": Object { - "401CB139-CDA3-476B-A400-674DCF860FB6": Object { - "scrollOrigin": "{134, 134}", + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, - "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { "pageListHeight": 110, }, "document": Object { @@ -5763,15 +5771,13 @@ Object { } `; -exports[`AngularCodeGenService should match md-components-cards-homes.sketch snapshot for 53 on angular 1`] = ` +exports[`AngularCodeGenService should match md-components-cards-homes.sketch snapshot for 52 on angular 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", - "colorAssets": Array [], "colors": Array [], - "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -6051,19 +6057,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 105, }, "fonts": Array [ "Roboto-Regular", @@ -6075,10 +6081,14 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { @@ -6101,9 +6111,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -6152,9 +6159,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -6770,9 +6774,6 @@ Object { "x": 209, "y": 188, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -6815,9 +6816,6 @@ Object { "x": 95, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -7324,9 +7322,6 @@ Object { "x": 47, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -7684,9 +7679,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -8069,7 +8061,7 @@ Object { "previews": Array [], "user": Object { "401CB139-CDA3-476B-A400-674DCF860FB6": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{134, 134}", "zoomValue": 1, }, "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { @@ -8083,13 +8075,15 @@ Object { } `; -exports[`AngularCodeGenService should match md-components-cards-pooch.sketch snapshot for 52 on angular 1`] = ` +exports[`AngularCodeGenService should match md-components-cards-homes.sketch snapshot for 53 on angular 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -8099,7 +8093,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -8108,7 +8102,7 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", "name": "Material/Light/Card", "value": Object { "_class": "style", @@ -8316,27 +8310,34 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "name": "Material/Light/Divider", + "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", + "name": "Material/Icon dark", "value": Object { "_class": "style", - "borders": Array [ + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, "fillType": 0, "isEnabled": true, - "position": 0, - "thickness": 1, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -8350,137 +8351,53 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", + "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ "Roboto-Regular", - "Roboto-Medium", ], "pagesAndArtboards": Object { - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", + "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -8496,6 +8413,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -8518,7 +8438,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "136px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -8526,21 +8446,11 @@ Object { "width": "344px", }, }, - "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", + "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], + "do_objectID": "98074A6E-84B2-4F16-B665-C835B1F1F186", + "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -8548,12 +8458,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", - "height": 136, + "do_objectID": "E63A53AF-E7EE-46D8-BFE8-0AAB73C9D3DE", + "height": 224, "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -8575,7 +8488,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "136px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -8583,21 +8496,21 @@ Object { "width": "344px", }, }, - "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", + "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", + "do_objectID": "0713C981-1FBB-49DE-8AF4-82CEF028725A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 3, + "fixedRadius": 2, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 136, + "height": 224, "width": 344, "x": 0, "y": 0, @@ -8611,46 +8524,50 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card 2", + "name": "card", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", + "do_objectID": "9EF2F25A-8C0B-490A-8B6B-CB89A9CA3FE0", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", + "do_objectID": "76222E59-B93C-48FF-9FC5-055A32CBC1D2", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", + "do_objectID": "598CF3D5-4C1A-4AD1-B2B7-1D97BE8C6704", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", + "do_objectID": "DD1184C0-136D-418C-8EA0-1ED3D172E028", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -8659,7 +8576,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -8799,7 +8716,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", + "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", "endMarkerType": 0, "fills": Array [ Object { @@ -8868,7 +8785,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card 2\\"", + "aria-label=\\"card\\"", ], }, }, @@ -8881,21 +8798,21 @@ Object { "before": Object {}, }, "rules": Object { - "background-color": "rgba(0,0,0,0.25)", + "background-color": "rgba(0,187,211,1.00)", "display": "block", - "height": "136px", + "height": "176px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "88px", + "width": "344px", }, }, - "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", + "do_objectID": "B245FB2F-7F3C-4D6A-AAF3-18FE3B124490", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -8905,8 +8822,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 136, - "width": 88, + "height": 176, + "width": 344, "x": 0, "y": 0, }, @@ -8970,19 +8887,19 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.25, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.8274509803921568, + "green": 0.7333333333333333, "red": 0, }, - "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "do_objectID": "462C738B-C65E-434C-9FF9-916E784F8EB1", "fillType": 0, "isEnabled": true, "noiseIndex": 0, @@ -8993,34 +8910,6 @@ Object { ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { @@ -9030,122 +8919,6 @@ Object { ], }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "82px", - "visibility": "visible", - "width": "256px", - }, - }, - "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", - "height": 3, - "width": 256, - "x": 88, - "y": 82, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.51388888888888884}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.51388888888888884}", - "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", - "curveMode": 1, - "curveTo": "{0.0058593749999999445, 0.54166666666666663}", - "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, Object { "_class": "text", "attributedString": Object { @@ -9157,52 +8930,54 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "name": "Roboto-Regular", + "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - "length": 6, + "length": 13, "location": 0, }, ], - "string": "REVIEW", + "string": "Pre-fab Homes", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "223.5px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "19px", "position": "absolute", - "top": "100px", + "top": "137px", "visibility": "visible", - "width": "51px", + "width": "161px", }, }, - "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", + "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", + "do_objectID": "386665A7-C098-49E9-AB71-126A8B4ED607", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -9211,12 +8986,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 51, - "x": 223.5, - "y": 100, + "do_objectID": "D0438ADA-75E5-48E5-A3AB-A55AF5E84029", + "height": 24, + "width": 161, + "x": 19, + "y": 137, }, - "glyphBounds": "{{0, 0}, {50, 16}}", + "glyphBounds": "{{0, 0}, {161, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -9225,7 +9001,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "REVIEW", + "name": "Pre-fab Homes 2", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -9233,33 +9009,35 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", + "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", + "do_objectID": "45243A28-E9FB-4A4A-8DB1-A8B2F38B9657", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "name": "Roboto-Regular", + "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -9272,62 +9050,24 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 11, - "location": 0, - }, - ], - "string": "FREE SAMPLE", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "108.5px", + "height": "24px", + "left": "209px", "position": "absolute", - "top": "100px", + "top": "188px", "visibility": "visible", - "width": "92px", + "width": "119px", }, }, - "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", - "dontSynchroniseWithSymbol": false, + "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", + "do_objectID": "2A26EE59-59EE-4608-8D68-FC2A4BB1CE74", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -9336,2199 +9076,1590 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 92, - "x": 108.5, - "y": 100, + "do_objectID": "E30F338C-0755-4F54-AED4-4CA9BDE48A46", + "height": 24, + "width": 119, + "x": 209, + "y": 188, }, - "glyphBounds": "{{0, 0}, {91, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "FREE SAMPLE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B6AF0990-0F41-4695-BD54-00197F4BEAE8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "307E9C13-BD4D-44C3-8559-96F0E46B186E", + "height": 24, + "width": 24, + "x": 95, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8C0747D3-9212-4C92-8FE5-0707A83F6760", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", + ], + "type": "path", + }, + ], }, - }, - "length": 14, - "location": 0, - }, - ], - "string": "By Alex Nelson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "107px", - "position": "absolute", - "top": "43px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 95, - "x": 107, - "y": 43, - }, - "glyphBounds": "{{0, 0}, {93, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "By Alex Nelson 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "3px", + "position": "absolute", + "top": "1.999899999999798px", + "visibility": "visible", + "width": "18px", }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, + "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E1DB8B35-B319-4E78-9E45-9CA53344E3C5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - }, - "length": 8, - "location": 0, - }, - ], - "string": "El Pooch", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "106px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 95, - "x": 106, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {94, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "El Pooch 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "CBDA8CB3-7920-4DDC-BAC9-B6B509B94BE1", + "height": 20, + "width": 18, + "x": 3, + "y": 1.999899999999798, }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "pooch", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"pooch\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { - "pageListHeight": 110, - }, - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`AngularCodeGenService should match md-components-cards-pooch.sketch snapshot for 53 on angular 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.79111111111111099, 0.70682730923694814}", + "curveMode": 4, + "curveTo": "{0.83333333333333337, 0.70682730923694814}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.83333333333333337, 0.70682730923694814}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.72444444444444445, 0.74548192771084365}", + "curveMode": 4, + "curveTo": "{0.7533333333333333, 0.72188755020080353}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.72444444444444445, 0.74548192771084365}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33111111111111119, 0.52560240963855442}", + "curveMode": 4, + "curveTo": "{0.32833333333333337, 0.53714859437751028}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32833333333333337, 0.53714859437751028}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33333333333333337, 0.48995983935743004}", + "curveMode": 2, + "curveTo": "{0.33333333333333337, 0.51405622489959857}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33333333333333337, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.32833333333333337, 0.46686746987951833}", + "curveMode": 4, + "curveTo": "{0.33111111111111119, 0.47841365461847413}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.32833333333333337, 0.46686746987951833}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.28564257028112472}", + "curveMode": 4, + "curveTo": "{0.72000000000000008, 0.26054216867469898}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.72000000000000008, 0.26054216867469898}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.92555555555555558, 0.30120481927710863}", + "curveMode": 3, + "curveTo": "{0.7894444444444445, 0.30120481927710863}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.30120481927710863}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.067269076305220984}", + "curveMode": 2, + "curveTo": "{1, 0.23393574297188771}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", + "curveMode": 2, + "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 8.8817841970012528e-17}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.66666666666666663, 0.16265060240963869}", + "curveMode": 3, + "curveTo": "{0.66666666666666663, 0.067269076305220984}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.66666666666666663, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67166666666666663, 0.18574297188755035}", + "curveMode": 4, + "curveTo": "{0.66888888888888887, 0.17419678714859449}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.67166666666666663, 0.18574297188755035}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.36696787148594401}", + "curveMode": 4, + "curveTo": "{0.28000000000000003, 0.39206827309236975}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.28000000000000003, 0.39206827309236975}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.074444444444444438, 0.35140562248996005}", + "curveMode": 3, + "curveTo": "{0.21055555555555555, 0.35140562248996005}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.35140562248996005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.58534136546184767}", + "curveMode": 2, + "curveTo": "{0, 0.41867469879518093}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.21055555555555555, 0.65261044176706862}", + "curveMode": 3, + "curveTo": "{0.074444444444444438, 0.65261044176706862}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.65261044176706862}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.28000000000000003, 0.61194779116465892}", + "curveMode": 4, + "curveTo": "{0.25, 0.6370481927710846}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.28000000000000003, 0.61194779116465892}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.6727777777777777, 0.83132530120481973}", + "curveMode": 4, + "curveTo": "{0.67555555555555558, 0.82078313253012092}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.67555555555555558, 0.82078313253012092}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67111111111111121, 0.93423694779116495}", + "curveMode": 3, + "curveTo": "{0.67111111111111121, 0.84236947791164696}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.67111111111111121, 0.85341365461847429}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9227777777777777, 1}", + "curveMode": 2, + "curveTo": "{0.74388888888888893, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99555555555555564, 0.77259036144578308}", + "curveMode": 2, + "curveTo": "{0.99555555555555564, 0.93423694779116495}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.99555555555555564, 0.85341365461847385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.83333333333333337, 0.7068273092369477}", + "curveMode": 4, + "curveTo": "{0.92277777777777792, 0.7068273092369477}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.7068273092369477}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "395F98C8-7A7D-448B-9431-77AE198CD2AA", + "opacity": 0.5399999618530273, + }, + "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", + ], + "type": "path", + }, + ], }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "web": Object { + "attributes": Array [], }, - "position": 1, }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "name": "share", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "position": 0.8, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"share\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "47px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A01478AF-F442-48D4-876B-7B242558A1C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1CD9EA03-E457-4DE2-AB87-E53E4CA3F6CE", + "height": 24, + "width": 24, + "x": 47, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "5px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0792DFC7-13AE-4023-BC28-6EAE2F525D94", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 14, + "x": 5, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 1, + "curveTo": "{0.8571428571428571, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.8571428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.064285714285714307, 1}", + "curveMode": 4, + "curveTo": "{0.14285714285714285, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.14285714285714285, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.88888888888888884}", + "curveMode": 4, + "curveTo": "{0, 0.95000000000000007}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.16666666666666666}", + "curveMode": 1, + "curveTo": "{0.5, 0.16666666666666666}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.16666666666666666}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.95000000000000007}", + "curveMode": 4, + "curveTo": "{1, 0.88888888888888884}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.93571428571428583, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.8571428571428571, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "1BB40B22-9947-481D-BDFD-D499709536C5", + "opacity": 0.5399999618530273, + }, + "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - "position": 0.950255322222858, }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "78FE6195-3CDF-434D-90A3-E224F31C3763", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - "position": 1, }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "name": "bookmark", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"bookmark\\"", + ], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", - "height": 136, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 3, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 136, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": true, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card 2", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, + }, + "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E3F3B31-21D5-4AB9-9C91-1DD6589D73BC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9B35355B-154A-4833-84D9-5218A91A7536", + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3.125px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18.75px", }, + }, + "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ABBE7457-D1CB-4143-BB68-1D95867C1CA6", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 18.75, + "x": 3.125, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.63888888888888884, 1}", + "curveMode": 4, + "curveTo": "{0.75, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.75, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.46111111111111114, 0.91874999999999996}", + "curveMode": 4, + "curveTo": "{0.53888888888888886, 0.91874999999999996}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0.8125}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1111111111111111, 1}", + "curveMode": 3, + "curveTo": "{0.3611111111111111, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.25, 1}", }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5}", + "curveMode": 3, + "curveTo": "{0, 0.88124999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.71875}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.80555555555555558, 0.3125}", + "curveMode": 4, + "curveTo": "{0.19444444444444445, 0.3125}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.88124999999999998}", + "curveMode": 3, + "curveTo": "{1, 0.5}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.71875}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 1}", + "curveMode": 4, + "curveTo": "{0.88888888888888884, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.75, 1}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "746B6BFB-EEFE-454B-A634-4D361594E58D", + "opacity": 0.5399999618530273, + }, + "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", + }, + }, + "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C5CE84E-EE96-4490-92D4-0DBB46A90FAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, + ], + "name": "favorite", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"favorite\\"", + ], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card 2\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.25)", - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 136, - "width": 88, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", }, ], + "name": "Buttons", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.25, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", + "role=\\"group\\"", + "aria-label=\\"Buttons\\"", ], }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "82px", - "visibility": "visible", - "width": "256px", + ], + "name": "homes", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"homes\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`AngularCodeGenService should match md-components-cards-homes.sketch snapshot for 59 on angular 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "501349E4-2CFB-4642-95FE-E18C5840D5E0", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "52BD125A-8DAF-4D9A-9745-66C9DD33B546", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", - "height": 3, - "width": 256, - "x": 88, - "y": 82, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.51388888888888884}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.51388888888888884}", - "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", - "curveMode": 1, - "curveTo": "{0.0058593749999999445, 0.54166666666666663}", - "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, - "length": 6, - "location": 0, - }, - ], - "string": "REVIEW", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "223.5px", - "position": "absolute", - "top": "100px", - "visibility": "visible", - "width": "51px", - }, - }, - "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 51, - "x": 223.5, - "y": 100, - }, - "glyphBounds": "{{0, 0}, {50, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "REVIEW", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.2, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0, + "blue": 0, + "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 0, }, - "length": 11, - "location": 0, - }, - ], - "string": "FREE SAMPLE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "108.5px", - "position": "absolute", - "top": "100px", - "visibility": "visible", - "width": "92px", - }, - }, - "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 92, - "x": 108.5, - "y": 100, - }, - "glyphBounds": "{{0, 0}, {91, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "FREE SAMPLE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6C7A151B-8B7A-4669-AEB0-325A3E85F7DD", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.5438462409, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "position": 1, }, - "length": 14, - "location": 0, - }, - ], - "string": "By Alex Nelson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "107px", - "position": "absolute", - "top": "43px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 95, - "x": 107, - "y": 43, - }, - "glyphBounds": "{{0, 0}, {93, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "By Alex Nelson 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 8, - "location": 0, - }, - ], - "string": "El Pooch", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "106px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 95, - "x": 106, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {94, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "El Pooch 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "pooch", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"pooch\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { - "pageListHeight": 110, - }, - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`AngularCodeGenService should match md-components-cards-safari.sketch snapshot for 52 on angular 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -11578,28 +10709,99 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "name": "Material/Light/Divider", + "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", + "name": "Material/Icon dark", "value": Object { "_class": "style", - "borders": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "EC7B3116-BA69-4AB8-A43A-ACF2B1514F3B", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, - "position": 0, - "thickness": 1, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "endMarkerType": 0, + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -11617,52 +10819,48 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "49.3", - "build": 51167, - "commit": "2b45d75f77b3d86c8cfab3e1090bcc520c37ea74", - "compatibilityVersion": 93, + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 101, + "version": 121, }, "fonts": Array [ "Roboto-Regular", - "Roboto-Medium", ], "pagesAndArtboards": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -11678,6 +10876,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -11700,7 +10901,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "304px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -11708,21 +10909,10 @@ Object { "width": "344px", }, }, - "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], + "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -11730,12 +10920,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", - "height": 304, + "height": 224, "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -11751,25 +10943,38 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "274px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "304px", + "height": "224px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", "width": "344px", }, }, - "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -11779,7 +10984,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 304, + "height": 224, "width": 344, "x": 0, "y": 0, @@ -11793,8 +10998,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "card", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -11803,7 +11010,6 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", - "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -11814,7 +11020,6 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", - "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -11825,7 +11030,6 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", - "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -11836,7 +11040,6 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", - "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -11845,10 +11048,26 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -11859,7 +11078,11 @@ Object { "green": 0.592, "red": 0.592, }, - "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -11876,7 +11099,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -11888,7 +11110,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -11900,7 +11121,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -11912,7 +11132,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -11931,7 +11150,11 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -11948,7 +11171,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -11960,7 +11182,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -11972,7 +11193,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -11984,7 +11204,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -11995,7 +11214,20 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", "endMarkerType": 0, "fills": Array [ Object { @@ -12007,7 +11239,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -12015,6 +11283,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -12032,7 +11301,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -12053,7 +11321,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -12076,24 +11343,37 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(0,187,211,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "226px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { - "background-color": "rgba(0,150,136,1.00)", + "background": "inherit", + "background-color": "rgba(0,187,211,1.00)", "display": "block", "height": "176px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", "width": "344px", }, }, - "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12117,8 +11397,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "image placeholder", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -12168,7 +11450,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", "endMarkerType": 0, "fills": Array [ Object { @@ -12176,11 +11488,47 @@ Object { "color": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "blue": 0.8274509803921568, + "green": 0.7333333333333333, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -12188,7 +11536,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -12221,6 +11571,7 @@ Object { "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", @@ -12229,11 +11580,11 @@ Object { "minimumLineHeight": 24, }, }, - "length": 22, + "length": 13, "location": 0, }, ], - "string": "Kangaroo Valley Safari", + "string": "Pre-fab Homes", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -12245,18 +11596,17 @@ Object { "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", "font-size": "24px", "height": "24px", - "left": "18px", + "left": "19px", "position": "absolute", "top": "137px", "visibility": "visible", - "width": "245px", + "width": "161px", }, }, - "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12266,11 +11616,11 @@ Object { "_class": "rect", "constrainProportions": false, "height": 24, - "width": 245, - "x": 18, + "width": 161, + "x": 19, "y": 137, }, - "glyphBounds": "{{0, 0}, {241, 24}}", + "glyphBounds": "{{0, 0}, {161, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -12279,7 +11629,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Kangaroo Valley Safari", + "maintainScrollPosition": false, + "name": "Pre-fab Homes 2", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -12287,13 +11638,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -12309,6 +11692,7 @@ Object { "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", @@ -12326,134 +11710,6 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 83, - "location": 0, - }, - ], - "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "48px", - "left": "18px", - "position": "absolute", - "top": "183px", - "visibility": "visible", - "width": "311px", - }, - }, - "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", - "height": 48, - "width": 311, - "x": 18, - "y": 183, - }, - "glyphBounds": "{{0, 0}, {311, 48}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Located two hours so 2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, Object { "_class": "group", "booleanOperation": 0, @@ -12461,18 +11717,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "36px", - "left": "76px", + "height": "24px", + "left": "209px", "position": "absolute", - "top": "260px", + "top": "188px", "visibility": "visible", - "width": "112px", + "width": "119px", }, }, - "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12481,11 +11736,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", - "height": 36, - "width": 112, - "x": 76, - "y": 260, + "height": 24, + "width": 119, + "x": 209, + "y": 188, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -12497,25 +11754,23 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "36px", - "left": "0px", + "height": "24px", + "left": "95px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "112px", + "width": "24px", }, }, - "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", - "edited": true, + "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12524,555 +11779,668 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 36, - "width": 112, - "x": 0, + "height": 24, + "width": 24, + "x": 95, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, - "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", - "opacity": 0.5, - }, - "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, - "length": 10, - "location": 0, }, - ], - "string": "LEARN MORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "12.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "87px", - }, - }, - "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 87, - "x": 12.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {86, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "LEARN MORE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "8px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", - "height": 36, - "width": 68, - "x": 8, - "y": 260, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", - "opacity": 0.5, - }, - "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", + ], + "type": "path", + }, ], - "type": "path", }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, + "web": Object { + "attributes": Array [], }, - ], - "string": "SHARE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "11.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "46px", }, - }, - "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", - "dontSynchroniseWithSymbol": false, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "3px", + "position": "absolute", + "top": "1.999899999999798px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 18, + "x": 3, + "y": 1.999899999999798, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.79111111111111099, 0.70682730923694814}", + "curveMode": 4, + "curveTo": "{0.83333333333333337, 0.70682730923694814}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.83333333333333337, 0.70682730923694814}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.72444444444444445, 0.74548192771084365}", + "curveMode": 4, + "curveTo": "{0.7533333333333333, 0.72188755020080353}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.72444444444444445, 0.74548192771084365}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33111111111111119, 0.52560240963855442}", + "curveMode": 4, + "curveTo": "{0.32833333333333337, 0.53714859437751028}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32833333333333337, 0.53714859437751028}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33333333333333337, 0.48995983935743004}", + "curveMode": 2, + "curveTo": "{0.33333333333333337, 0.51405622489959857}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33333333333333337, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.32833333333333337, 0.46686746987951833}", + "curveMode": 4, + "curveTo": "{0.33111111111111119, 0.47841365461847413}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.32833333333333337, 0.46686746987951833}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.28564257028112472}", + "curveMode": 4, + "curveTo": "{0.72000000000000008, 0.26054216867469898}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.72000000000000008, 0.26054216867469898}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.92555555555555558, 0.30120481927710863}", + "curveMode": 3, + "curveTo": "{0.7894444444444445, 0.30120481927710863}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.30120481927710863}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.067269076305220984}", + "curveMode": 2, + "curveTo": "{1, 0.23393574297188771}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", + "curveMode": 2, + "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 8.8817841970012528e-17}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.66666666666666663, 0.16265060240963869}", + "curveMode": 3, + "curveTo": "{0.66666666666666663, 0.067269076305220984}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.66666666666666663, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67166666666666663, 0.18574297188755035}", + "curveMode": 4, + "curveTo": "{0.66888888888888887, 0.17419678714859449}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.67166666666666663, 0.18574297188755035}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.36696787148594401}", + "curveMode": 4, + "curveTo": "{0.28000000000000003, 0.39206827309236975}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.28000000000000003, 0.39206827309236975}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.074444444444444438, 0.35140562248996005}", + "curveMode": 3, + "curveTo": "{0.21055555555555555, 0.35140562248996005}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.35140562248996005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.58534136546184767}", + "curveMode": 2, + "curveTo": "{0, 0.41867469879518093}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.21055555555555555, 0.65261044176706862}", + "curveMode": 3, + "curveTo": "{0.074444444444444438, 0.65261044176706862}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.65261044176706862}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.28000000000000003, 0.61194779116465892}", + "curveMode": 4, + "curveTo": "{0.25, 0.6370481927710846}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.28000000000000003, 0.61194779116465892}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.6727777777777777, 0.83132530120481973}", + "curveMode": 4, + "curveTo": "{0.67555555555555558, 0.82078313253012092}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.67555555555555558, 0.82078313253012092}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67111111111111121, 0.93423694779116495}", + "curveMode": 3, + "curveTo": "{0.67111111111111121, 0.84236947791164696}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.67111111111111121, 0.85341365461847429}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9227777777777777, 1}", + "curveMode": 2, + "curveTo": "{0.74388888888888893, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99555555555555564, 0.77259036144578308}", + "curveMode": 2, + "curveTo": "{0.99555555555555564, 0.93423694779116495}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.99555555555555564, 0.85341365461847385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.83333333333333337, 0.7068273092369477}", + "curveMode": 4, + "curveTo": "{0.92277777777777792, 0.7068273092369477}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.7068273092369477}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "share", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"share\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "47px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -13081,12 +12449,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 46, - "x": 11.5, - "y": 10, + "height": 24, + "width": 24, + "x": 47, + "y": 0, }, - "glyphBounds": "{{0, 0}, {45, 16}}", + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -13094,2528 +12465,1424 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "SHARE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "5px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "14px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "250px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", - "height": 3, - "width": 344, - "x": 0, - "y": 250, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.50694444444444431}", - "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.52083333333333326}", - "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "safari", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"safari\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`AngularCodeGenService should match md-components-cards-safari.sketch snapshot for 53 on angular 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 14, + "x": 5, + "y": 3, }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 1, + "curveTo": "{0.8571428571428571, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.8571428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.064285714285714307, 1}", + "curveMode": 4, + "curveTo": "{0.14285714285714285, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.14285714285714285, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.88888888888888884}", + "curveMode": 4, + "curveTo": "{0, 0.95000000000000007}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.16666666666666666}", + "curveMode": 1, + "curveTo": "{0.5, 0.16666666666666666}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.16666666666666666}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.95000000000000007}", + "curveMode": 4, + "curveTo": "{1, 0.88888888888888884}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.93571428571428583, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.8571428571428571, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", + ], + "type": "path", + }, + ], }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "web": Object { + "attributes": Array [], }, - "position": 0, }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "304px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", - "height": 304, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", - "display": "block", - "height": "304px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 2, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 304, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": true, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", - "position": 0.05, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", - "position": 0, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", - "position": 0.950255322222858, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", }, - "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", - "position": 1, - }, - ], - "to": "{0.5, 1}", + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + ], + "maintainScrollPosition": false, + "name": "bookmark", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 1, }, - "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, + "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"bookmark\\"", + ], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "display": "block", - "height": "176px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 176, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 22, - "location": 0, + "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - ], - "string": "Kangaroo Valley Safari", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "24px", - "left": "18px", - "position": "absolute", - "top": "137px", - "visibility": "visible", - "width": "245px", - }, - }, - "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 245, - "x": 18, - "y": 137, - }, - "glyphBounds": "{{0, 0}, {241, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Kangaroo Valley Safari", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3.125px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18.75px", }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - }, - "length": 83, - "location": 0, - }, - ], - "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "48px", - "left": "18px", - "position": "absolute", - "top": "183px", - "visibility": "visible", - "width": "311px", - }, - }, - "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", - "height": 48, - "width": 311, - "x": 18, - "y": 183, - }, - "glyphBounds": "{{0, 0}, {311, 48}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Located two hours so 2", - "nameIsFixed": false, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 18.75, + "x": 3.125, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.63888888888888884, 1}", + "curveMode": 4, + "curveTo": "{0.75, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.75, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.46111111111111114, 0.91874999999999996}", + "curveMode": 4, + "curveTo": "{0.53888888888888886, 0.91874999999999996}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0.8125}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1111111111111111, 1}", + "curveMode": 3, + "curveTo": "{0.3611111111111111, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.25, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5}", + "curveMode": 3, + "curveTo": "{0, 0.88124999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.80555555555555558, 0.3125}", + "curveMode": 4, + "curveTo": "{0.19444444444444445, 0.3125}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.88124999999999998}", + "curveMode": 3, + "curveTo": "{1, 0.5}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 1}", + "curveMode": 4, + "curveTo": "{0.88888888888888884, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.75, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", + }, + }, + "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "favorite", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"favorite\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Buttons", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Buttons\\"", + ], }, }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "76px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "112px", + ], + "maintainScrollPosition": false, + "name": "homes", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"homes\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2D01F6AA-EF00-425B-A17B-ED2C957D63AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`AngularCodeGenService should match md-components-cards-pooch.sketch snapshot for 52 on angular 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", - "height": 36, - "width": 112, - "x": 76, - "y": 260, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "112px", - }, - }, - "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 112, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", - "opacity": 0.5, - }, - "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "LEARN MORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "12.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "87px", + "position": 0.950255322222858, }, - }, - "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 87, - "x": 12.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {86, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "LEARN MORE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "8px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "68px", + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", - "height": 36, - "width": 68, - "x": 8, - "y": 260, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", - "opacity": 0.5, - }, - "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - ], - "string": "SHARE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "11.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "46px", - }, - }, - "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 46, - "x": 11.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {45, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "SHARE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "250px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", - "height": 3, - "width": 344, - "x": 0, - "y": 250, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.50694444444444431}", - "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.52083333333333326}", - "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - }, - ], - "name": "safari", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + ], "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"safari\\"", - ], - }, }, ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, }, - "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { - "pageListHeight": 110, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`AngularCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 52 on angular 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", - "name": "Material/Light/Card", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.12, + "alpha": 0.5438462409, "blue": 0, "green": 0, "red": 0, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, + "verticalAlignment": 0, + }, "windingRule": 1, }, }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", - "name": "Material/Light/Subhead", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", "value": Object { "_class": "style", "endMarkerType": 0, @@ -15635,15 +13902,15 @@ Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 24, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, "verticalAlignment": 0, @@ -15656,7 +13923,7 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], @@ -15682,7 +13949,7 @@ Object { "Roboto-Medium", ], "pagesAndArtboards": Object { - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, @@ -15702,7 +13969,7 @@ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -15740,7 +14007,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -15748,10 +14015,10 @@ Object { "width": "344px", }, }, - "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -15770,8 +14037,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", - "height": 208, + "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", + "height": 136, "width": 344, "x": 0, "y": 0, @@ -15797,7 +14064,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -15805,11 +14072,11 @@ Object { "width": "344px", }, }, - "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -15819,7 +14086,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 208, + "height": 136, "width": 344, "x": 0, "y": 0, @@ -15833,7 +14100,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "card 2", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -15881,7 +14148,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -16021,7 +14288,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -16090,191 +14357,341 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card\\"", + "aria-label=\\"card 2\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 13, - "location": 0, - }, - ], - "string": "Welcome Back!", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,150,136,1.00)", + "background-color": "rgba(0,0,0,0.25)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "18px", + "height": "136px", + "left": "0px", "position": "absolute", - "top": "22px", + "top": "0px", "visibility": "visible", - "width": "166px", + "width": "88px", }, }, - "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", - "dontSynchroniseWithSymbol": false, + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 32, - "width": 166, - "x": 18, - "y": 22, + "height": 136, + "width": 88, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {165, 28}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Welcome Back!", - "nameIsFixed": false, - "resizingConstraint": 47, + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.8703294837, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 24, + "size": 16, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 54, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, "location": 0, }, ], - "string": "It’s been a while, have you read any new books lately?", + "string": "REVIEW", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "48px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "61px", + "top": "100px", "visibility": "visible", - "width": "204px", + "width": "51px", }, }, - "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16283,13 +14700,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", - "height": 48, - "width": 204, - "x": 19, - "y": 61, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {204, 48}}", + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16298,73 +14714,109 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "It’s been a while, h", + "name": "REVIEW", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 11, + "location": 0, + }, + ], + "string": "FREE SAMPLE", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "36px", - "left": "77px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "165px", + "top": "100px", "visibility": "visible", - "width": "54px", + "width": "92px", }, }, - "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16373,13 +14825,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", - "height": 36, - "width": 54, - "x": 77, - "y": 165, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16387,343 +14838,239 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "54px", - }, - }, - "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 54, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", + "lineSpacingBehaviour": 0, + "name": "FREE SAMPLE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", - "opacity": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 14, }, - "length": 3, - "location": 0, }, - ], - "string": "YES", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "14.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "26px", - }, - }, - "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 26, - "x": 14.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {25, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "YES", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "length": 14, + "location": 0, }, + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", + "position": "absolute", + "top": "43px", + "visibility": "visible", + "width": "95px", }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, + }, + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 95, + "x": 107, + "y": 43, + }, + "glyphBounds": "{{0, 0}, {93, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "36px", - "left": "8px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", "position": "absolute", - "top": "165px", + "top": "10px", "visibility": "visible", - "width": "68px", + "width": "95px", }, }, - "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16732,13 +15079,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", - "height": 36, - "width": 68, - "x": 8, - "y": 165, + "height": 32, + "width": 95, + "x": 106, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {94, 32}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16746,581 +15092,195 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", + "lineSpacingBehaviour": 0, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, - "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "pooch", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"pooch\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { + "pageListHeight": 110, + }, + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`AngularCodeGenService should match md-components-cards-pooch.sketch snapshot for 53 on angular 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", - "opacity": 0.5, - }, - "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "NO", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "24.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", - "height": 16, - "width": 20, - "x": 24.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {20, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NO", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "154px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", - "height": 3, - "width": 344, - "x": 0, - "y": 154, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Line", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.52777777777777746}", - "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.58333333333333326}", - "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Welcome back", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Welcome back\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { - "pageListHeight": 110, - }, - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`AngularCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 53 on angular 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { "_class": "gradientStop", @@ -17476,7 +15436,7 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", "name": "Material/Light/Divider", "value": Object { "_class": "style", @@ -17513,8 +15473,8 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", - "name": "Material/Light/Subhead", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", "endMarkerType": 0, @@ -17525,7 +15485,7 @@ Object { "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, + "alpha": 0.5438462409, "blue": 0, "green": 0, "red": 0, @@ -17534,15 +15494,15 @@ Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -17550,12 +15510,51 @@ Object { "windingRule": 1, }, }, - ], - }, + Object { + "_class": "sharedStyle", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], @@ -17581,7 +15580,7 @@ Object { "Roboto-Medium", ], "pagesAndArtboards": Object { - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, @@ -17597,7 +15596,7 @@ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -17638,7 +15637,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -17646,10 +15645,10 @@ Object { "width": "344px", }, }, - "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -17668,8 +15667,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", - "height": 208, + "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", + "height": 136, "width": 344, "x": 0, "y": 0, @@ -17698,7 +15697,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -17706,11 +15705,11 @@ Object { "width": "344px", }, }, - "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -17720,7 +15719,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 208, + "height": 136, "width": 344, "x": 0, "y": 0, @@ -17734,7 +15733,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "card 2", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -17782,7 +15781,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -17922,7 +15921,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -17991,9 +15990,283 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card\\"", + "aria-label=\\"card 2\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.25)", + "display": "block", + "height": "136px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 136, + "width": 88, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "text", @@ -18013,21 +16286,22 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 13, + "length": 6, "location": 0, }, ], - "string": "Welcome Back!", + "string": "REVIEW", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -18036,21 +16310,21 @@ Object { "rules": Object { "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "18px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "22px", + "top": "100px", "visibility": "visible", - "width": "166px", + "width": "51px", }, }, - "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18059,12 +16333,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 32, - "width": 166, - "x": 18, - "y": 22, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {165, 28}}", + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18073,7 +16347,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Welcome Back!", + "name": "REVIEW", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -18081,13 +16355,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -18099,13 +16373,14 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -18128,54 +16403,53 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 54, + "length": 11, "location": 0, }, ], - "string": "It’s been a while, have you read any new books lately?", + "string": "FREE SAMPLE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "48px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "61px", + "top": "100px", "visibility": "visible", - "width": "204px", + "width": "92px", }, }, - "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18184,13 +16458,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", - "height": 48, - "width": 204, - "x": 19, - "y": 61, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {204, 48}}", + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18199,73 +16472,110 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "It’s been a while, h", + "name": "FREE SAMPLE", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 14, + "location": 0, + }, + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.54)", "display": "block", - "height": "36px", - "left": "77px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", "position": "absolute", - "top": "165px", + "top": "43px", "visibility": "visible", - "width": "54px", + "width": "95px", }, }, - "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18274,16 +16584,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", - "height": 36, - "width": 54, - "x": 77, - "y": 165, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 20, + "width": 95, + "x": 107, + "y": 43, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {93, 20}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18291,343 +16597,113 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "54px", - }, - }, - "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 54, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", - "opacity": 0.5, - }, - "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 3, - "location": 0, - }, - ], - "string": "YES", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "14.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "26px", - }, - }, - "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 26, - "x": 14.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {25, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "YES", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "36px", - "left": "8px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", "position": "absolute", - "top": "165px", + "top": "10px", "visibility": "visible", - "width": "68px", + "width": "95px", }, }, - "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18636,16 +16712,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", - "height": 36, - "width": 68, - "x": 8, - "y": 165, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 32, + "width": 95, + "x": 106, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {94, 32}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18653,443 +16725,57 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", + "lineSpacingBehaviour": 0, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - }, - "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", - "opacity": 0.5, - }, - "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "NO", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "24.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", - "height": 16, - "width": 20, - "x": 24.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {20, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NO", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, + "verticalAlignment": 0, }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "154px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", - "height": 3, - "width": 344, - "x": 0, - "y": 154, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Line", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.52777777777777746}", - "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.58333333333333326}", - "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, ], - "name": "Welcome back", + "name": "pooch", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -19097,7 +16783,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -19106,7 +16792,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"Welcome back\\"", + "aria-label=\\"pooch\\"", ], }, }, @@ -19133,10 +16819,10 @@ Object { ], "previews": Array [], "user": Object { - "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { "pageListHeight": 110, }, - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "scrollOrigin": "{160, 160}", "zoomValue": 1, }, @@ -19148,13 +16834,17 @@ Object { } `; -exports[`AngularCodeGenService should match md-components-chips-open-chip.sketch snapshot for 52 on angular 1`] = ` +exports[`AngularCodeGenService should match md-components-cards-pooch.sketch snapshot for 59 on angular 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "do_objectID": "4B1A9331-4617-4A21-B711-BE5F8924794F", + "exportPresets": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -19164,7 +16854,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "do_objectID": "69B317A2-7627-4FC2-A275-B06F3229E81E", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -19173,10 +16863,26 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "name": "Material/Light/Card", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -19187,6 +16893,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19254,6 +16965,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19313,6 +17029,20 @@ Object { "thickness": 0.5, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0E4EE3DD-559D-4D15-B962-74EBE5A82DB0", "endMarkerType": 0, "fills": Array [ Object { @@ -19324,7 +17054,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -19332,6 +17098,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -19381,30 +17148,97 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "name": "Material/Icon white", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "name": "Material/Light/Divider", "value": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "position": 0, + "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D1660E01-8DB4-448C-9F7D-D0A333CE5A83", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -19420,12 +17254,46 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A1F549B8-1061-4ED6-BA84-122DBECF75E7", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -19459,75 +17327,70 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "name": "Material/Dark/Body 1 secondary", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", "value": Object { "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "name": "Material/Dark/Subhead", - "value": Object { - "_class": "style", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1450729C-392E-421D-8ACB-CAB7C2715807", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 24, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, "verticalAlignment": 0, @@ -19540,52 +17403,49 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 121, }, "fonts": Array [ "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -19601,6 +17461,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -19623,19 +17486,28 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "184px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", - "exportFormats": Array [], + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -19643,12 +17515,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", - "height": 184, - "width": 296, + "height": 136, + "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -19664,36 +17538,49 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "186px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "184px", + "height": "136px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 2, + "fixedRadius": 3, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 184, - "width": 296, + "height": 136, + "width": 344, "x": 0, "y": 0, }, @@ -19706,13 +17593,15 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "chip bg", + "maintainScrollPosition": false, + "name": "card 2", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", @@ -19722,7 +17611,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", @@ -19732,7 +17621,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", @@ -19742,7 +17631,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", @@ -19754,10 +17643,26 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -19768,6 +17673,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19835,6 +17745,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19894,7 +17809,20 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -19906,7 +17834,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -19914,6 +17878,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -19963,487 +17928,486 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"chip bg\\"", + "aria-label=\\"card 2\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 44px rgba(0,0,0,0.25)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "186px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "138px", + }, + }, "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.25)", "display": "block", - "height": "56px", + "height": "136px", "left": "0px", + "overflow": "hidden", "position": "absolute", - "top": "128px", + "top": "0px", "visibility": "visible", - "width": "296px", + "width": "88px", }, }, - "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", - "height": 56, - "width": 296, + "height": 136, + "width": 88, "x": 0, - "y": 128, + "y": 0, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "maintainScrollPosition": false, + "name": "image placeholder", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", - }, - }, - "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.5438462409, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "position": 1, }, - "length": 16, - "location": 0, - }, - ], - "string": "email3@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "14px", - "visibility": "visible", - "width": "121px", + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 14, - }, - "glyphBounds": "{{0, 0}, {120, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "email3@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", }, ], - "name": "email 3", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 3\\"", + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "REVIEW", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "56px", - "left": "0px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "72px", + "top": "100px", "visibility": "visible", - "width": "296px", + "width": "51px", }, }, - "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -20452,13 +18416,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", - "height": 56, - "width": 296, - "x": 0, - "y": 72, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -20466,442 +18429,142 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "REVIEW", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 16, - "location": 0, - }, - ], - "string": "email2@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "15px", - "visibility": "visible", - "width": "121px", - }, - }, - "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 15, - }, - "glyphBounds": "{{0, 0}, {120, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "email2@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], + "length": 11, + "location": 0, }, - }, - ], - "name": "email 2", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 2\\"", ], + "string": "FREE SAMPLE", }, - }, - Object { - "_class": "group", + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "72px", - "left": "0px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "0px", + "top": "100px", "visibility": "visible", - "width": "296px", + "width": "92px", }, }, - "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -20910,13 +18573,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", - "height": 72, - "width": 296, - "x": 0, - "y": 0, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -20924,1507 +18586,730 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "72px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "FREE SAMPLE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 72, - "width": 296, - "x": 0, - "y": 0, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 14, + "location": 0, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 1, - "curveTo": "{0.9932432432432432, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.9932432432432432, 0}", + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", + "position": "absolute", + "top": "43px", + "visibility": "visible", + "width": "95px", + }, + }, + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 95, + "x": 107, + "y": 43, + }, + "glyphBounds": "{{0, 0}, {93, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0030405405405404635, 0}", - "curveMode": 4, - "curveTo": "{0.0067567567567567571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0067567567567567571, 0}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.027777777777777776}", - "curveMode": 4, - "curveTo": "{0, 0.012499999999999685}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.027777777777777776}", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "95px", + }, + }, + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 95, + "x": 106, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {94, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "pooch", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"pooch\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CF3835DE-4882-4452-A2CD-B75697A2E4CF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { + "pageListHeight": 110, + }, + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`AngularCodeGenService should match md-components-cards-safari.sketch snapshot for 52 on angular 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.012499999999999685}", - "curveMode": 4, - "curveTo": "{1, 0.027777777777777776}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 4, - "curveTo": "{0.99695945945945952, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9932432432432432, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "260px", - "position": "absolute", - "top": "24px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", - "height": 24, - "width": 24, - "x": 260, - "y": 24, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, Object { - "_class": "shapeGroup", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "2px", - "position": "absolute", - "top": "2px", - "visibility": "visible", - "width": "20px", - }, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", - "height": 20, - "width": 20, - "x": 2, - "y": 2, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", - "height": 20, - "width": 20, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000001, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22500000000000001}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000002}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77500000000000002, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000001, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000002}", - "curveMode": 2, - "curveTo": "{1, 0.22500000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77500000000000002, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "10px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "10px", - }, - }, - "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", - "height": 10, - "width": 10, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 0}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.35999999999999999}", - "curveMode": 1, - "curveTo": "{0.5, 0.35999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.35999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 0}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{0, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.35999999999999999, 0.5}", - "curveMode": 1, - "curveTo": "{0.35999999999999999, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.35999999999999999, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{0, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 1}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.64000000000000001}", - "curveMode": 1, - "curveTo": "{0.5, 0.64000000000000001}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.64000000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 1}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{1, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.64000000000000001, 0.5}", - "curveMode": 1, - "curveTo": "{0.64000000000000001, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.64000000000000001, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Shape", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"shapeGroup\\"", - "aria-label=\\"Shape\\"", - ], - }, - "windingRule": 1, + "position": 1, }, ], - "name": "cancel", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"cancel\\"", - ], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 22, - "location": 0, - }, - ], - "string": "primaryemail@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,0.70)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "35px", - "visibility": "visible", - "width": "161px", - }, - }, - "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 161, - "x": 72, - "y": 35, - }, - "glyphBounds": "{{0, 0}, {160, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "primaryemail@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 12, - "location": 0, - }, - ], - "string": "Contact Name", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "24px", - "left": "72px", - "position": "absolute", - "top": "12px", - "visibility": "visible", - "width": "104px", - }, - }, - "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 104, - "x": 72, - "y": 12, - }, - "glyphBounds": "{{0, 0}, {103, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Contact Name", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 16, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", - ], - }, - }, - ], - "name": "open chip", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"open chip\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { - "scrollOrigin": "{161, 161}", - "zoomValue": 1, - }, - "C3625949-D986-454A-9835-E894A1794432": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`AngularCodeGenService should match md-components-chips-open-chip.sketch snapshot for 53 on angular 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "C3625949-D986-454A-9835-E894A1794432", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, "contextSettings": Object { "_class": "graphicsContextSettings", @@ -22463,29 +19348,27 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "name": "Material/Icon white", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", "value": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, "fillType": 0, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "position": 0, + "thickness": 1, }, ], + "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -22499,171 +19382,57 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "name": "Material/Dark/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "name": "Material/Dark/Subhead", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, + "appVersion": "49.3", + "build": 51167, + "commit": "2b45d75f77b3d86c8cfab3e1090bcc520c37ea74", + "compatibilityVersion": 93, "variant": "NONAPPSTORE", - "version": 116, + "version": 101, }, "fonts": Array [ "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -22679,9 +19448,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -22704,19 +19470,29 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "184px", + "height": "304px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", - "exportFormats": Array [], + "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -22724,15 +19500,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", - "height": 184, - "width": 296, + "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", + "height": 304, + "width": 344, "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -22754,19 +19527,19 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "184px", + "height": "304px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -22776,8 +19549,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 184, - "width": 296, + "height": 304, + "width": 344, "x": 0, "y": 0, }, @@ -22790,7 +19563,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "chip bg", + "name": "card", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -22800,6 +19573,7 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", + "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -22810,6 +19584,7 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", + "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -22820,6 +19595,7 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", + "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -22830,6 +19606,7 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", + "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -22838,7 +19615,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -22852,6 +19629,7 @@ Object { "green": 0.592, "red": 0.592, }, + "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -22868,6 +19646,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -22879,6 +19658,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -22890,6 +19670,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -22901,6 +19682,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -22919,6 +19701,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -22935,6 +19718,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -22946,6 +19730,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -22957,6 +19742,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -22968,6 +19754,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -22978,7 +19765,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", "endMarkerType": 0, "fills": Array [ Object { @@ -23015,6 +19802,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -23035,6 +19823,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -23047,223 +19836,654 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"chip bg\\"", + "aria-label=\\"card\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(0,150,136,1.00)", "display": "block", - "height": "56px", + "height": "176px", "left": "0px", "position": "absolute", - "top": "128px", + "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", - "height": 56, - "width": 296, + "height": 176, + "width": 344, "x": 0, - "y": 128, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 0, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "length": 22, + "location": 0, + }, + ], + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "76px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 10, "location": 0, }, ], - "string": "email3@email.com", + "string": "LEARN MORE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "20px", - "left": "72px", + "height": "38px", + "left": "12.5px", "position": "absolute", - "top": "14px", + "top": "10px", "visibility": "visible", - "width": "121px", + "width": "87px", }, }, - "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23272,12 +20492,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 14, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {86, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -23286,43 +20506,41 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email3@email.com", + "name": "LEARN MORE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -23334,31 +20552,90 @@ Object { "attributes": Array [], }, }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "oval", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", "display": "block", - "height": "40px", - "left": "12px", + "height": "36px", + "left": "0px", "position": "absolute", - "top": "8px", + "top": "0px", "visibility": "visible", - "width": "40px", + "width": "68px", }, }, - "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", - "edited": false, + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23367,10 +20644,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, + "height": 36, + "width": 68, + "x": 0, + "y": 0, }, "hasClippingMask": false, "isClosed": true, @@ -23380,272 +20657,99 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "mask", + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, "hasCurveTo": true, - "point": "{1, 0.5}", + "point": "{0.97058823529411764, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "email 3", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 3\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "72px", - "visibility": "visible", - "width": "296px", - }, - }, - "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", - "height": 56, - "width": 296, - "x": 0, - "y": 72, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", }, - }, - "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{0.97058823529411764, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", + "curveFrom": "{1, 0.94444444444444442}", "curveMode": 1, - "curveTo": "{1, 0}", + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -23654,18 +20758,33 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "text", @@ -23677,54 +20796,53 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 5, "location": 0, }, ], - "string": "email2@email.com", + "string": "SHARE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "20px", - "left": "72px", + "height": "38px", + "left": "11.5px", "position": "absolute", - "top": "15px", + "top": "10px", "visibility": "visible", - "width": "121px", + "width": "46px", }, }, - "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23733,12 +20851,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 15, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {45, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -23747,43 +20865,41 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email2@email.com", + "name": "SHARE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -23795,164 +20911,8 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, ], - "name": "email 2", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -23960,7 +20920,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -23969,29 +20929,30 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"email 2\\"", + "aria-label=\\"Button\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "72px", + "height": "3px", "left": "0px", "position": "absolute", - "top": "0px", + "top": "250px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -24000,1998 +20961,1264 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", - "height": 72, - "width": 296, + "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", + "height": 3, + "width": 344, "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 250, }, - "hasClickThrough": false, "hasClippingMask": false, + "isClosed": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "72px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 72, - "width": 296, - "x": 0, - "y": 0, + ], + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`AngularCodeGenService should match md-components-cards-safari.sketch snapshot for 53 on angular 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 1, - "curveTo": "{0.9932432432432432, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.9932432432432432, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0030405405405404635, 0}", - "curveMode": 4, - "curveTo": "{0.0067567567567567571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0067567567567567571, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.027777777777777776}", - "curveMode": 4, - "curveTo": "{0, 0.012499999999999685}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.012499999999999685}", - "curveMode": 4, - "curveTo": "{1, 0.027777777777777776}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 4, - "curveTo": "{0.99695945945945952, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9932432432432432, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", - ], - "type": "path", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "260px", - "position": "absolute", - "top": "24px", - "visibility": "visible", - "width": "24px", + "position": 0.950255322222858, }, - }, - "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", - "height": 24, - "width": 24, - "x": 260, - "y": 24, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", + "position": 0.2, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "shapeGroup", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "2px", - "position": "absolute", - "top": "2px", - "visibility": "visible", - "width": "20px", + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", + "position": 0, }, - }, - "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", - "height": 20, - "width": 20, - "x": 2, - "y": 2, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", - "height": 20, - "width": 20, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000001, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22500000000000001}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000002}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77500000000000002, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000001, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000002}", - "curveMode": 2, - "curveTo": "{1, 0.22500000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77500000000000002, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", + "position": 0.8, }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "10px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "10px", - }, - }, - "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", - "height": 10, - "width": 10, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 0}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.35999999999999999}", - "curveMode": 1, - "curveTo": "{0.5, 0.35999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.35999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 0}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{0, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.35999999999999999, 0.5}", - "curveMode": 1, - "curveTo": "{0.35999999999999999, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.35999999999999999, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{0, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 1}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.64000000000000001}", - "curveMode": 1, - "curveTo": "{0.5, 0.64000000000000001}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.64000000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 1}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{1, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.64000000000000001, 0.5}", - "curveMode": 1, - "curveTo": "{0.64000000000000001, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.64000000000000001, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", - ], - "type": "path", - }, - ], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "web": Object { - "attributes": Array [], + "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", + "position": 1, }, ], - "name": "Shape", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"shapeGroup\\"", - "aria-label=\\"Shape\\"", - ], - }, - "windingRule": 1, + "to": "{0.5, 1}", }, - ], - "name": "cancel", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"cancel\\"", - ], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 22, - "location": 0, - }, - ], - "string": "primaryemail@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,0.70)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "35px", - "visibility": "visible", - "width": "161px", - }, - }, - "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 161, - "x": 72, - "y": 35, - }, - "glyphBounds": "{{0, 0}, {160, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "primaryemail@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 12, - "location": 0, - }, - ], - "string": "Contact Name", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "24px", - "left": "72px", - "position": "absolute", - "top": "12px", - "visibility": "visible", - "width": "104px", - }, - }, - "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 104, - "x": 72, - "y": 12, - }, - "glyphBounds": "{{0, 0}, {103, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Contact Name", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, + ], + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "40px", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 16, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], + "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", - "endMarkerType": 0, - "miterLimit": 10, + ], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", ], }, }, - ], - "name": "open chip", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"open chip\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { - "scrollOrigin": "{187, 187}", - "zoomValue": 1, - }, - "C3625949-D986-454A-9835-E894A1794432": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`AngularCodeGenService should match md-components-date-picker.sketch snapshot for 52 on angular 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", - "name": "Material/Light/Dialog", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", - "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 105, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", - ], - "variant": "NONAPPSTORE", - "version": 112, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "556px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", - }, - }, - "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", - "height": 556, - "width": 320, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 2, - "layers": Array [ Object { - "_class": "shapePath", + "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(0,150,136,1.00)", "display": "block", - "height": "555.999999998099px", - "left": "-0.00000201463535631774px", + "height": "176px", + "left": "0px", "position": "absolute", - "top": "-3.019895302713849e-7px", + "top": "0px", "visibility": "visible", - "width": "320.0000020097797px", + "width": "344px", }, }, - "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", - "edited": true, + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", - "height": 555.999999998099, - "width": 320.0000020097797, - "x": -0.00000201463535631774, - "y": -3.019895302713849e-7, + "height": 176, + "width": 344, + "x": 0, + "y": 0, }, - "hasClippingMask": true, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": true, + "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "dialog bg", + "name": "image placeholder", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "cornerRadius": 0, + "curveFrom": "{0, 0}", "curveMode": 1, - "curveTo": "{1.2468725677856276, 0.75157476876403528}", - "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "curveTo": "{0, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{0.99999999579623011, 1}", + "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "cornerRadius": 0, + "curveFrom": "{0, 1}", "curveMode": 1, - "curveTo": "{0.24954874040058797, 1.2495487419762428}", - "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "curveTo": "{0, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{-7.4954264546158371e-12, 1}", + "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "cornerRadius": 0, + "curveFrom": "{1, 1}", "curveMode": 1, - "curveTo": "{-0.25090333211297938, 0.25000080577825212}", - "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "curveTo": "{1, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "cornerRadius": 0, + "curveFrom": "{1, 0}", "curveMode": 1, - "curveTo": "{0.75044518048476361, -0.25022102273838404}", - "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "curveTo": "{1, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1.0000000000151725, 5.4314714836243111e-10}", + "point": "{1, 0}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, + "fillType": 0, "isEnabled": true, - "position": 1, - "thickness": 0.5, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - ], - "to": "{0.5, 1}", + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "length": 22, + "location": 0, }, ], - "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + "blue": 1, + "green": 1, + "red": 1, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.22, + "alpha": 0.8700000048, "blue": 0, "green": 0, "red": 0, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, }, - ], - "startMarkerType": 0, + "verticalAlignment": 0, + }, "windingRule": 1, }, - "svg": Object { - "offset": 0.5, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"0.5\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", - ], - "type": "path", - }, - ], - }, + "textBehaviour": 1, "web": Object { "attributes": Array [], }, @@ -26003,18 +22230,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "16px", - "left": "172px", + "height": "36px", + "left": "76px", "position": "absolute", - "top": "519px", + "top": "260px", "visibility": "visible", - "width": "114px", + "width": "112px", }, }, - "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26023,11 +22250,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", - "height": 16, - "width": 114, - "x": 172, - "y": 519, + "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -26039,89 +22269,25 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 1, - }, - ], - "string": "OK", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "19px", - "left": "95px", + "height": "36px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "20px", + "width": "112px", }, }, - "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", - "dontSynchroniseWithSymbol": false, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26130,72 +22296,135 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 19, - "width": 20, - "x": 95, + "height": 36, + "width": 112, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {19, 16}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "OK", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", }, - "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", - "endMarkerType": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, @@ -26222,45 +22451,18 @@ Object { "size": 14, }, }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 5, + "length": 10, "location": 0, }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, - }, ], - "string": "CANCEL", + "string": "LEARN MORE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -26271,19 +22473,19 @@ Object { "display": "block", "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "16px", - "left": "0px", + "height": "38px", + "left": "12.5px", "position": "absolute", - "top": "0px", + "top": "10px", "visibility": "visible", - "width": "56px", + "width": "87px", }, }, - "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26292,13 +22494,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", - "height": 16, - "width": 56, - "x": 0, - "y": 0, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {56, 16}}", + "glyphBounds": "{{0, 0}, {86, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -26307,7 +22508,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "CANCEL", + "name": "LEARN MORE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -26315,23 +22516,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -26347,10 +22538,10 @@ Object { "size": 14, }, }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -26364,7 +22555,7 @@ Object { }, }, ], - "name": "ok + cancel", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -26372,7 +22563,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -26381,7 +22572,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"ok + cancel\\"", + "aria-label=\\"Button\\"", ], }, }, @@ -26392,18 +22583,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "199px", - "left": "0px", + "height": "36px", + "left": "8px", "position": "absolute", - "top": "0px", + "top": "260px", "visibility": "visible", - "width": "320px", + "width": "68px", }, }, - "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26412,11 +22603,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", - "height": 199, - "width": 320, - "x": 0, - "y": 0, + "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -26434,19 +22628,19 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "199px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "320px", + "width": "68px", }, }, - "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26455,8 +22649,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 199, - "width": 320, + "height": 36, + "width": 68, "x": 0, "y": 0, }, @@ -26468,191 +22662,99 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "header bg", + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", - "hasCurveFrom": false, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{1, 0.94444444444444442}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24746906759014342, -0.24902547682027013}", - "curveMode": 1, - "curveTo": "{-0.24746906759014342, 0.24902547682027015}", - "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", - "curveMode": 1, - "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", - "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", - "hasCurveFrom": false, + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{0.029411764705882353, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "31.99999999997413px", - "left": "1.060561771737412e-7px", - "position": "absolute", - "top": "2.546585164964199e-11px", - "visibility": "visible", - "width": "319.9999998939438px", + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", }, - }, - "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", - "height": 31.99999999997413, - "width": 319.9999998939438, - "x": 1.060561771737412e-7, - "y": 2.546585164964199e-11, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bar", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", - "curveMode": 1, - "curveTo": "{0.25000000504962155, 1.2500000000002023}", - "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", - "hasCurveFrom": false, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{4.9667651341541571e-09, 1.0000000000000002}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24687257374643226, -0.24842523169513558}", - "curveMode": 1, - "curveTo": "{-0.24687257440928329, 0.24842523169351868}", - "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + "point": "{0.97058823529411764, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2507861404771796, 0.2507861405226906}", - "curveMode": 1, - "curveTo": "{0.74921385952282049, -0.2507861402658404}", - "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.2842510388477008e-10}", + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveFrom": "{1, 0.94444444444444442}", "curveMode": 1, - "curveTo": "{1.2580645141857014, 0.75806451674907216}", - "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 1.0000000000000002}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -26661,27 +22763,14 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.4823529411764705, - "green": 0.5372549019607843, - "red": 0, - }, - "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -26691,8 +22780,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,137,123,1.00)\\"", - "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], "type": "path", }, @@ -26713,15 +22802,15 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 80, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, @@ -26731,34 +22820,34 @@ Object { "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 2, + "length": 5, "location": 0, }, ], - "string": "13", + "string": "SHARE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(255,255,255,1.00)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "80px", - "height": "212px", - "left": "114.5px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "11.5px", "position": "absolute", - "top": "70px", + "top": "10px", "visibility": "visible", - "width": "91px", + "width": "46px", }, }, - "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26767,12 +22856,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 212, - "width": 91, - "x": 114.5, - "y": 70, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {90, 94}}", + "glyphBounds": "{{0, 0}, {45, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -26781,132 +22870,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 6, - "location": 0, - }, - ], - "string": "Friday", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "140.5px", - "position": "absolute", - "top": "7px", - "visibility": "visible", - "width": "39px", - }, - }, - "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 39, - "x": 140.5, - "y": 7, - }, - "glyphBounds": "{{0, 0}, {38, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Friday", + "name": "SHARE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -26914,25 +22878,25 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, @@ -26952,264 +22916,8 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 3, - "location": 0, - }, - ], - "string": "MAR", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "133.5px", - "position": "absolute", - "top": "46px", - "visibility": "visible", - "width": "53px", - }, - }, - "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 53, - "x": 133.5, - "y": 46, - }, - "glyphBounds": "{{0, 0}, {52, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "MAR", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 4, - "location": 0, - }, - ], - "string": "2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "132.5px", - "position": "absolute", - "top": "162px", - "visibility": "visible", - "width": "55px", - }, - }, - "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 55, - "x": 132.5, - "y": 162, - }, - "glyphBounds": "{{0, 0}, {54, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", - "opacity": 0.5423274253731343, - }, - "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, ], - "name": "header", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -27217,7 +22925,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -27226,29 +22934,30 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"header\\"", + "aria-label=\\"Button\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "288px", - "left": "21px", + "height": "3px", + "left": "0px", "position": "absolute", - "top": "211px", + "top": "250px", "visibility": "visible", - "width": "278px", + "width": "344px", }, }, - "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -27257,5673 +22966,44465 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", - "height": 288, - "width": 278, - "x": 21, - "y": 211, + "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", + "height": 3, + "width": 344, + "x": 0, + "y": 250, }, - "hasClickThrough": true, "hasClippingMask": false, + "isClosed": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "34px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", - "height": 14, - "width": 278, - "x": 0, - "y": 34, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + ], + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`AngularCodeGenService should match md-components-cards-safari.sketch snapshot for 59 on angular 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "B942A9A6-E496-4B25-A9A9-81AC2108F6C9", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BED55B92-66FF-4E8F-A709-745BAD777E1B", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "M", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", - "height": 14, - "width": 14, - "x": 44, - "y": 0, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "M", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "911371BB-173C-4187-A744-2C860A116095", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "S", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4FBD87AE-A8B3-430F-9AEE-F509FBF7B62E", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", - "height": 14, - "width": 14, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "W", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", - "height": 14, - "width": 14, - "x": 132, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "W", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "T", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", - "height": 14, - "width": 14, - "x": 176, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "F", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", - "height": 14, - "width": 14, - "x": 220, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "F", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FF1343AD-DDEE-42ED-8A8E-5EEB85CA53DC", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "354px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "304px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0.05, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "T", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", - "height": 14, - "width": 14, - "x": 88, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "weekdays", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"weekdays\\"", - ], + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "border-radius": "50%", - "display": "block", - "height": "44px", - "left": "161px", - "position": "absolute", - "top": "143px", - "visibility": "visible", - "width": "44px", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 44, - "width": 44, - "x": 161, - "y": 143, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "selection", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"selection\\"", - ], + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "226px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", }, }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "display": "block", + "height": "176px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 176, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "image placeholder", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "214px", - "left": "0px", - "position": "absolute", - "top": "74px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, - }, - "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", - "height": 214, - "width": 278, - "x": 0, - "y": 74, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "30", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", - "height": 14, - "width": 14, - "x": 0, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "30", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "31", + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", - "height": 14, - "width": 14, - "x": 44, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "31", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "length": 22, + "location": 0, + }, + ], + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "1", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, - "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "76px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", ], - "string": "16", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", - "height": 14, - "width": 14, - "x": 0, - "y": 124, + "type": "path", }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "16", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, }, - "verticalAlignment": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 10, + "location": 0, }, + ], + "string": "LEARN MORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "12.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "87px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "17", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + }, + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {86, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "LEARN MORE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", - "height": 14, - "width": 14, - "x": 44, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "17", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], - "string": "19", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, + "type": "path", }, - "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", - "height": 14, - "width": 14, - "x": 132, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "19", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "20", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", - "height": 14, - "width": 14, - "x": 176, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "20", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, + ], + "string": "SHARE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "11.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "46px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "21", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + }, + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {45, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "SHARE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", - "height": 14, - "width": 14, - "x": 220, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "21", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "22", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", - "height": 14, - "width": 14, - "x": 264, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "22", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "250px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 344, + "x": 0, + "y": 250, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C43A3796-415D-48DC-B7DC-F4DAB0E3D04F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`AngularCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 52 on angular 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.05, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "18", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", - "height": 14, - "width": 14, - "x": 88, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "18", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "23", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", - "height": 14, - "width": 14, - "x": 0, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "23", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "24", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", - "height": 14, - "width": 14, - "x": 44, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "24", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "26", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", - "height": 14, - "width": 14, - "x": 132, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "26", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "27", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", - "height": 14, - "width": 14, - "x": 176, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "27", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "28", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0.05, }, - }, - "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", - "height": 14, - "width": 14, - "x": 220, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "28", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "29", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0.2, }, - }, - "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", - "height": 14, - "width": 14, - "x": 264, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "29", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "25", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", - "height": 14, - "width": 14, - "x": 88, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "25", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "13", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + "position": 0.950255322222858, }, - }, - "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", - "height": 14, - "width": 14, - "x": 176, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "9", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", - "height": 14, - "width": 14, - "x": 0, - "y": 84, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "9", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "10", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", - "height": 14, - "width": 14, - "x": 44, - "y": 84, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "10", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "12", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", - "height": 14, - "width": 14, - "x": 132, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "12", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "14", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "length": 3, + "location": 0, }, - "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", - "height": 14, - "width": 14, - "x": 220, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "14", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], - "string": "15", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", - "height": 14, - "width": 14, - "x": 264, - "y": 84, + "type": "path", }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "15", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "11", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", - "height": 14, - "width": 14, - "x": 88, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "11", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`AngularCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 53 on angular 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "7", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", - "height": 14, - "width": 14, - "x": 220, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "7", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "2", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", - "height": 14, - "width": 14, - "x": 0, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "3", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", - "height": 14, - "width": 14, - "x": 44, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "3", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "5", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", - "height": 14, - "width": 14, - "x": 132, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "5", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "6", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", - "height": 14, - "width": 14, - "x": 176, - "y": 44, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "6", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "8", + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", - "height": 14, - "width": 14, - "x": 264, - "y": 44, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "8", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`AngularCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 59 on angular 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "1FACE5CD-4C60-4C14-BEB5-1AABD8469E9F", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "3380750C-0BB8-4F98-8363-20B02C5282DC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD5B068-1942-4F90-9DAF-E3C2ADD11B60", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5A0185BB-EA56-4FBB-8C2F-A846AE43C2F6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FF036CE5-F1BB-4440-B775-36E64E65026F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "258px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "54D44EEB-920F-4B41-AF72-8DC08E9F4211", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`AngularCodeGenService should match md-components-chips-open-chip.sketch snapshot for 52 on angular 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "chip bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{161, 161}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`AngularCodeGenService should match md-components-chips-open-chip.sketch snapshot for 53 on angular 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "chip bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{187, 187}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`AngularCodeGenService should match md-components-chips-open-chip.sketch snapshot for 59 on angular 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "4A03D0FC-C955-4776-B3BC-49D10D2EC1F8", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "49BFDC6A-22E2-466E-8E43-BDF2E5AAACAC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "51B03871-5B61-4062-857D-E49186F9AC46", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E277DCE4-ADAA-446B-A298-363DE0FA8604", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AD75B14C-A64A-42AD-B14E-D1A5E6A05962", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "18396A61-DA04-41CB-9E7C-D48127DB4EC8", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FAE2BEC9-E60B-4591-A988-BEA3B5B508AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 148px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "234px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "346px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "chip bg", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "maintainScrollPosition": false, + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "07067FE7-93D6-434B-AC60-5A67C2AC90BC", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{213, 213}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`AngularCodeGenService should match md-components-date-picker.sketch snapshot for 52 on angular 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`AngularCodeGenService should match md-components-date-picker.sketch snapshot for 53 on angular 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`AngularCodeGenService should match md-components-date-picker.sketch snapshot for 59 on angular 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "12502ADD-A7A9-4768-B787-016A2A6F9576", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "7B8C8B1E-63AB-49EC-ADA6-091B4FAB2F94", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C9D81A22-4232-4094-83AB-4269D7CF672C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 22px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "94px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "94px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "overflow": "hidden", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3B3CEF08-C0D6-4980-9B05-59D2869A0405", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`AngularCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 52 on angular 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "4", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", - "height": 14, - "width": 14, - "x": 88, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "4", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "dates", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dates\\"", - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.8725656703, + "alpha": 0.02, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", + "position": 0.9864078443877551, }, - "length": 10, - "location": 0, - }, - ], - "string": "March 2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "101.5px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "76px", + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", - "height": 16, - "width": 76, - "x": 101.5, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {76, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "March 2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.0490476332782268, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, - }, - "verticalAlignment": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + ], + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", }, ], - "name": "calendar", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"calendar\\"", + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, - ], - "name": "dialog", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dialog\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`AngularCodeGenService should match md-components-date-picker.sketch snapshot for 53 on angular 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", - "name": "Material/Light/Dialog", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.04, + "alpha": 0.87, "blue": 0, "green": 0, "red": 0, }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "position": 1, }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "length": 13, + "location": 0, + }, + ], + "string": "Incoming call", }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "556px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", }, - }, - "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", - "height": 556, - "width": 320, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 2, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 15, + "location": 0, + }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "555.999999998099px", - "left": "-0.00000201463535631774px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", "position": "absolute", - "top": "-3.019895302713849e-7px", + "top": "42px", "visibility": "visible", - "width": "320.0000020097797px", + "width": "180px", }, }, - "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", - "edited": true, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -32932,288 +67433,681 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", - "height": 555.999999998099, - "width": 320.0000020097797, - "x": -0.00000201463535631774, - "y": -3.019895302713849e-7, + "height": 32, + "width": 180, + "x": 88, + "y": 42, }, - "hasClippingMask": true, - "isClosed": true, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": true, + "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "dialog bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.75312742380683251, 1.2484252312359647}", - "curveMode": 1, - "curveTo": "{1.2468725677856276, 0.75157476876403528}", - "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.99999999579623011, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", - "curveMode": 1, - "curveTo": "{0.24954874040058797, 1.2495487419762428}", - "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{-7.4954264546158371e-12, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.25090333626656247, -0.25000080578509032}", - "curveMode": 1, - "curveTo": "{-0.25090333211297938, 0.25000080577825212}", - "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2495548195455812, 0.25022102382467826}", - "curveMode": 1, - "curveTo": "{0.75044518048476361, -0.25022102273838404}", - "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1.0000000000151725, 5.4314714836243111e-10}", - }, - ], - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "88px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "81px", + }, + }, + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", + "height": 24, + "width": 81, + "x": 88, + "y": 116, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", + }, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "13.999px", + }, + }, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 13.999, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", }, ], - "to": "{0.5, 1}", + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + ], + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], }, - ], + }, + ], + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, - }, - ], "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 0.5, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"0.5\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", - ], - "type": "path", - }, - ], - }, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], }, }, Object { @@ -33223,18 +68117,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "16px", - "left": "172px", + "height": "24px", + "left": "215px", "position": "absolute", - "top": "519px", + "top": "116px", "visibility": "visible", - "width": "114px", + "width": "88px", }, }, - "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33243,14 +68137,11 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", - "height": 16, - "width": 114, - "x": 172, - "y": 519, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", + "height": 24, + "width": 88, + "x": 215, + "y": 116, }, "hasClickThrough": false, "hasClippingMask": false, @@ -33271,16 +68162,16 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0.5, @@ -33288,9 +68179,11 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 1, + "length": 5, "location": 0, }, Object { @@ -33298,16 +68191,16 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0, @@ -33315,36 +68208,38 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "length": 1, - "location": 1, + "location": 5, }, ], - "string": "OK", + "string": "ANSWER", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", + "color": "rgba(0,0,0,0.54)", "display": "block", "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "19px", - "left": "95px", + "font-size": "13px", + "height": "16px", + "left": "32px", "position": "absolute", - "top": "0px", + "top": "4px", "visibility": "visible", - "width": "20px", + "width": "56px", }, }, - "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33353,12 +68248,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 19, - "width": 20, - "x": 95, - "y": 0, + "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", + "height": 16, + "width": 56, + "x": 32, + "y": 4, }, - "glyphBounds": "{{0, 0}, {19, 16}}", + "glyphBounds": "{{0, 0}, {56, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -33367,7 +68263,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "OK", + "name": "ANSWER", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -33375,36 +68271,26 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0.5, @@ -33412,6 +68298,8 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -33424,170 +68312,430 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, - "length": 5, - "location": 0, }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "3px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": 3, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Imported Layers", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - ], - "string": "CANCEL", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "56px", }, - }, - "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", - "height": 16, - "width": 56, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {56, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "CANCEL", - "nameIsFixed": false, - "resizingConstraint": 47, + ], + "name": "call icon", + "nameIsFixed": true, + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"call icon\\"", + ], }, }, ], - "name": "ok + cancel", + "name": "answer", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -33595,7 +68743,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -33604,29 +68752,565 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"ok + cancel\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", ], }, }, + ], + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`AngularCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 53 on angular 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "199px", + "height": "160px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "320px", + "width": "344px", }, }, - "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33635,825 +69319,756 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", - "height": 199, - "width": 320, + "height": 160, + "width": 344, "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "199px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", - }, - }, - "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 199, - "width": 320, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24746906759014342, -0.24902547682027013}", - "curveMode": 1, - "curveTo": "{-0.24746906759014342, 0.24902547682027015}", - "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", - "curveMode": 1, - "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", - "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "31.99999999997413px", - "left": "1.060561771737412e-7px", - "position": "absolute", - "top": "2.546585164964199e-11px", - "visibility": "visible", - "width": "319.9999998939438px", - }, - }, - "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", - "height": 31.99999999997413, - "width": 319.9999998939438, - "x": 1.060561771737412e-7, - "y": 2.546585164964199e-11, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bar", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", - "curveMode": 1, - "curveTo": "{0.25000000504962155, 1.2500000000002023}", - "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{4.9667651341541571e-09, 1.0000000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24687257374643226, -0.24842523169513558}", - "curveMode": 1, - "curveTo": "{-0.24687257440928329, 0.24842523169351868}", - "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2507861404771796, 0.2507861405226906}", - "curveMode": 1, - "curveTo": "{0.74921385952282049, -0.2507861402658404}", - "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.2842510388477008e-10}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74193548581429836, 1.2419354832509284}", - "curveMode": 1, - "curveTo": "{1.2580645141857014, 0.75806451674907216}", - "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.0000000000000002}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.4823529411764705, - "green": 0.5372549019607843, - "red": 0, - }, - "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,137,123,1.00)\\"", - "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, - "length": 2, - "location": 0, - }, - ], - "string": "13", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "80px", - "height": "212px", - "left": "114.5px", - "position": "absolute", - "top": "70px", - "visibility": "visible", - "width": "91px", - }, - }, - "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 212, - "width": 91, - "x": 114.5, - "y": 70, - }, - "glyphBounds": "{{0, 0}, {90, 94}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.95, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", + "position": 0.9864078443877551, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 1, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, + "alpha": 0.2000000029802322, "blue": 1, "green": 1, "red": 1, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "position": 0.0490476332782268, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.2, }, - "length": 6, - "location": 0, - }, - ], - "string": "Friday", + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "140.5px", - "position": "absolute", - "top": "7px", - "visibility": "visible", - "width": "39px", + ], + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, + "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 39, - "x": 140.5, - "y": 7, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "glyphBounds": "{{0, 0}, {38, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Friday", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - "windingRule": 1, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 14, }, - "length": 3, - "location": 0, }, - ], - "string": "MAR", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "133.5px", - "position": "absolute", - "top": "46px", - "visibility": "visible", - "width": "53px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, }, + "length": 13, + "location": 0, }, - "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 53, - "x": 133.5, - "y": 46, - }, - "glyphBounds": "{{0, 0}, {52, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "MAR", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "Incoming call", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", + }, + }, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 24, }, - "length": 4, - "location": 0, }, - ], - "string": "2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "132.5px", - "position": "absolute", - "top": "162px", - "visibility": "visible", - "width": "55px", - }, - }, - "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 55, - "x": 132.5, - "y": 162, - }, - "glyphBounds": "{{0, 0}, {54, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", - "opacity": 0.5423274253731343, - }, - "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "length": 15, + "location": 0, }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", + "position": "absolute", + "top": "42px", + "visibility": "visible", + "width": "180px", }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, + }, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 180, + "x": 88, + "y": 42, + }, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", - ], + "attributes": Array [], }, }, Object { @@ -34463,18 +70078,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "288px", - "left": "21px", + "height": "24px", + "left": "88px", "position": "absolute", - "top": "211px", + "top": "116px", "visibility": "visible", - "width": "278px", + "width": "81px", }, }, - "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -34483,16 +70098,16 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", - "height": 288, - "width": 278, - "x": 21, - "y": 211, + "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", + "height": 24, + "width": 81, + "x": 88, + "y": 116, }, "groupLayout": Object { "_class": "MSImmutableFreeformGroupLayout", }, - "hasClickThrough": true, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -34502,611 +70117,338 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "34px", - "visibility": "visible", - "width": "278px", - }, - }, - "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", - "height": 14, - "width": 278, - "x": 0, - "y": 34, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "M", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", - "height": 14, - "width": 14, - "x": 44, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "M", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "911371BB-173C-4187-A744-2C860A116095", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", - "height": 14, - "width": 14, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "W", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", - "height": 14, - "width": 14, - "x": 132, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "W", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 1, + "location": 5, }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - ], - "string": "T", + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", + "height": "24px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", - "height": 14, - "width": 14, - "x": 176, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "F", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", "height": "14px", - "left": "220px", + "left": "5px", "position": "absolute", - "top": "0px", + "top": "5px", "visibility": "visible", - "width": "14px", + "width": "13.999px", }, }, - "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -35115,250 +70457,620 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", "height": 14, - "width": 14, - "x": 220, - "y": 0, + "width": 13.999, + "x": 5, + "y": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "F", - "nameIsFixed": false, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.5433367301, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + ], + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], + }, + }, + ], + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "215px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", + "height": 24, + "width": 88, + "x": 215, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "S", + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 5, + "location": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "ANSWER", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", + "height": 16, + "width": 56, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "ANSWER", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "height": "24px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", - "dontSynchroniseWithSymbol": false, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", - "height": 14, - "width": 14, - "x": 264, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "T", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", + "height": "18px", + "left": "3px", "position": "absolute", - "top": "0px", + "top": "3px", "visibility": "visible", - "width": "14px", + "width": "18px", }, }, - "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -35367,69 +71079,229 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", - "height": 14, - "width": 14, - "x": 88, - "y": 0, + "height": 18, + "width": 18, + "x": 3, + "y": 3, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", + "name": "Imported Layers", "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.5433367301, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, ], - "name": "weekdays", + "name": "call icon", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -35437,26 +71309,8 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -35464,1375 +71318,2176 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"weekdays\\"", + "aria-label=\\"call icon\\"", ], }, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "border-radius": "50%", - "display": "block", - "height": "44px", - "left": "161px", - "position": "absolute", - "top": "143px", - "visibility": "visible", - "width": "44px", - }, - }, - "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 44, - "width": 44, - "x": 161, - "y": 143, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "selection", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + ], + "name": "answer", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`AngularCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 59 on angular 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "D68BDF6C-B753-479E-95BC-A139BDC457D9", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "B31581C1-0A5F-4F6E-8CA6-4AE64984C599", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4DDF8DAE-BAA8-49BD-931C-4977FA79B4DE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "B1396A0F-1D1C-4ECF-BCB7-FEAC24A4A1CA", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F391C9D8-9C3C-451F-8B54-55C386CDEB21", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"selection\\"", - ], + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "501DFA3F-FAB0-4A19-8A58-1E1D8DA547D6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", + }, Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "214px", - "left": "0px", - "position": "absolute", - "top": "74px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", - "height": 214, - "width": 278, - "x": 0, - "y": 74, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "30", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", - "height": 14, - "width": 14, - "x": 0, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "30", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "31", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0.95, }, - }, - "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", - "height": 14, - "width": 14, - "x": 44, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "31", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.9864078443877551, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "1", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0.0490476332782268, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "16", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", - "height": 14, - "width": 14, - "x": 0, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "16", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "17", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", - "height": 14, - "width": 14, - "x": 44, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "17", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "19", + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, - "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", - "height": 14, - "width": 14, - "x": 132, - "y": 124, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Incoming call", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", + }, + }, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "19", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 15, + "location": 0, + }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", + "position": "absolute", + "top": "42px", + "visibility": "visible", + "width": "180px", + }, + }, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 180, + "x": 88, + "y": 42, + }, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "88px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "81px", + }, + }, + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 81, + "x": 88, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "20", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", - "height": 14, - "width": 14, - "x": 176, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "20", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "21", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "length": 1, + "location": 5, }, - "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", - "height": 14, - "width": 14, - "x": 220, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "21", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", + }, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "22", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "124px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", - "height": 14, - "width": 14, - "x": 264, - "y": 124, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "22", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "18", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", "height": "14px", - "left": "88px", + "left": "5px", "position": "absolute", - "top": "124px", + "top": "5px", "visibility": "visible", - "width": "14px", + "width": "13.999px", }, }, - "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -36841,376 +73496,811 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", "height": 14, - "width": 14, - "x": 88, - "y": 124, + "width": 13.999, + "x": 5, + "y": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "18", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "215px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 88, + "x": 215, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, }, - "verticalAlignment": 0, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "23", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "length": 1, + "location": 5, }, - "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", - "height": 14, - "width": 14, - "x": 0, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "23", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "ANSWER", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 56, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "ANSWER", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "24", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "164px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", - "dontSynchroniseWithSymbol": false, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", - "height": 14, - "width": 14, - "x": 44, - "y": 164, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "24", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "26", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "height": "18px", + "left": "3px", "position": "absolute", - "top": "164px", + "top": "3px", "visibility": "visible", - "width": "14px", + "width": "18px", }, }, - "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -37219,947 +74309,1461 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", - "height": 14, - "width": 14, - "x": 132, - "y": 164, + "height": 18, + "width": 18, + "x": 3, + "y": 3, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "26", + "maintainScrollPosition": false, + "name": "Imported Layers", "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + ], + "maintainScrollPosition": false, + "name": "call icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"call icon\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "answer", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 28px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "106px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "106px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "overflow": "hidden", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "27", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", - "height": 14, - "width": 14, - "x": 176, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "27", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2C7E3706-6E18-408D-85F6-CE90C5F8EE44", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": 289, + }, + }, +} +`; + +exports[`AngularCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 52 on angular 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "5B57D242-95C3-47E3-BC5E-22376F9F834B", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "FD154772-5D9F-4899-88F9-5124F223C73E", + "name": "Material/Dark/Title", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 20, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/F88D7516-E1DF-48A7-BA35-A0F4EF393BBE", + "_ref_class": "MSImmutablePage", + }, + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/267D6DEC-0F7B-4667-BA1A-1FA1BCA04485", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485": Object { + "artboards": Object { + "85FE2CA3-7BC8-4647-8950-9AB676A1C91A": Object { + "name": "Material/Android/Status bar content", + }, + }, + "name": "Symbols", + }, + "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "2145D356-40E2-4569-95CF-84F00DD9818F", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "BB51E5D5-5BA5-419F-9D6A-49A171E7ED21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7D8CA104-45E8-4835-B4DA-CCAF17E60C45", + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "A94FA51A-099C-4CC1-B1AE-4F3CBFE4B381", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC89A630-0EF2-4276-944C-D7254BED2EF4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8C36F8CD-481B-455B-B132-E7E7E477D5D0", + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", }, + }, + "do_objectID": "D6E225E7-E0FF-41C3-BF62-95BB15DA2258", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9B79BB7B-176C-4CA3-99DC-D5866EA83AB4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "app bar bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "28", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", - "height": 14, - "width": 14, - "x": 220, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "28", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "29", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", - "height": 14, - "width": 14, - "x": 264, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "29", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "25", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", - "height": 14, - "width": 14, - "x": 88, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "25", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "ACEE65BC-1CF2-45E4-9889-621210096AED", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.8274509803921568, + "green": 0.7333333333333334, + "red": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "13", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 4, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - }, - "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", - "height": 14, - "width": 14, - "x": 176, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "windingRule": 1, + "do_objectID": "7E855B0A-CD99-4BC0-9320-25BCD81DE1B0", + "isEnabled": true, + "offsetX": 0, + "offsetY": 4, + "spread": 0, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + Object { + "_class": "shadow", + "blurRadius": 4, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "464524C7-C0E7-414E-8B14-DC85D1E28DCE", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "fill=\\"rgba(0,187,211,1.00)\\"", + "d=\\"M360 0,L 0 0,L 0 128,L 360 128,z\\"", ], - "string": "9", + "type": "path", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "48px", + "left": "0px", + "position": "absolute", + "top": "80px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "DD13F059-6DD2-4413-9C59-5A3ABD7D44D7", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C9CE81BD-C917-48C0-9755-A60CAB214BD0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D025D61C-6D8C-4DEF-9770-3BF04763FB53", + "height": 48, + "width": 360, + "x": 0, + "y": 80, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", + "background-color": "rgba(255,255,255,0.00)", + "box-shadow": "0 0 0 1px rgba(151,151,151,1.00) inset", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", + "height": "48px", "left": "0px", "position": "absolute", - "top": "84px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "360px", }, }, - "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", - "dontSynchroniseWithSymbol": false, + "do_objectID": "B272B09E-BAB6-4010-AE2E-B09CA0800607", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "do_objectID": "9DD7A316-362F-4C9A-BFF3-5AB347DF1433", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", - "height": 14, - "width": 14, + "height": 48, + "width": 360, "x": 0, - "y": 84, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "9", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "10", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - }, - "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", - "height": 14, - "width": 14, - "x": 44, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "10", - "nameIsFixed": false, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "borders": Array [ + Object { + "_class": "border", + "color": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, + "fillType": 0, + "isEnabled": false, + "position": 1, + "thickness": 1, }, - "verticalAlignment": 0, - }, + ], + "do_objectID": "451D43C8-1885-40BE-9887-80738B61DBAA", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], }, }, Object { @@ -38172,53 +75776,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 9, "location": 0, }, ], - "string": "12", + "string": "THE THIRD", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,0.70)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "240px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "do_objectID": "EA8BF223-8245-42D6-AF64-B4A4A529DEBA", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "do_objectID": "440F05BA-2072-4C6B-B78F-6CDF2E0DA718", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38227,13 +75832,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", - "height": 14, - "width": 14, - "x": 132, - "y": 84, + "do_objectID": "65C64BBE-7EA8-4BAA-B6F4-933EB86CA11D", + "height": 16, + "width": 120, + "x": 240, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38242,7 +75847,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "12", + "name": "THE THIRD", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38250,33 +75855,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "do_objectID": "33A4A266-8DB2-45A7-A7E1-2E46C90421B9", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "do_objectID": "4B3B58A2-ADCE-4A57-B0A9-E9F4263044C5", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38298,53 +75904,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 8, "location": 0, }, ], - "string": "14", + "string": "ITEM TWO", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,0.70)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "120px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "do_objectID": "33A046AA-2704-40B5-9DE7-A5F7C8AD52BA", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "do_objectID": "14290AE1-FA35-44A1-B010-6330DB239370", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38353,13 +75960,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", - "height": 14, - "width": 14, - "x": 220, - "y": 84, + "do_objectID": "91542702-E1CB-49DE-AE0B-9145054DB80C", + "height": 16, + "width": 120, + "x": 120, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38368,7 +75975,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "14", + "name": "ITEM TWO", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38376,33 +75983,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "do_objectID": "9578BCCE-56FF-4CD0-A6C2-0A67738FF257", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "do_objectID": "9140AD60-AC75-4423-BD05-4120E3C53D2A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38424,53 +76032,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 7, "location": 0, }, ], - "string": "15", + "string": "NO. ONE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "do_objectID": "2FEE7291-7D60-47B5-AF0C-9794FC70479A", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "do_objectID": "1C8BB07D-4549-4474-85DE-AAC36D4ED7FE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38479,13 +76088,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", - "height": 14, - "width": 14, - "x": 264, - "y": 84, + "do_objectID": "D08C8D43-D4F0-426D-BBE7-5BA4CA030851", + "height": 16, + "width": 120, + "x": 0, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38494,7 +76103,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "15", + "name": "NO. ONE", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38502,33 +76111,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "do_objectID": "E1B0E40B-4579-4740-A63F-6C4231A7DCF8", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "do_objectID": "07FC4EB1-FE4E-4EFB-8BD3-1562B7D69B89", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38541,188 +76151,277 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "11", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", + "background-color": "rgba(255,255,140,1.00)", + "box-shadow": "0px 1px 1.5px 0px rgba(0,0,0,0.12),0px 1px 1px 0px rgba(0,0,0,0.24)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", + "height": "2px", + "left": "0px", "position": "absolute", - "top": "84px", + "top": "46px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0CD5019F-4477-41F0-B7F4-1437084D2FAD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "do_objectID": "9B2FA7EA-E5FC-4F3F-A38A-91AB190DD24E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", - "height": 14, - "width": 14, - "x": 88, - "y": 84, + "height": 2, + "width": 120, + "x": 0, + "y": 46, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "11", - "nameIsFixed": false, + "name": "indicator", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "A14002AC-97A3-482B-A0C5-D44A77B354E6", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 0, + "isEnabled": false, + "position": 1, + "thickness": 1, + }, + ], + "do_objectID": "87D45A0F-6AC3-4D68-8521-AF6E8F85FD82", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5490196078431373, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 1.5, + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 0.12, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "isEnabled": false, + "offsetX": 0, + "offsetY": 1, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 1, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 1, + "spread": 0, }, - "verticalAlignment": 0, - }, + ], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"indicator\\"", + ], }, }, + ], + "name": "tabs", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56450478-45EE-4020-829D-3D7106A99B8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"tabs\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "16px", + "position": "absolute", + "top": "40px", + "visibility": "visible", + "width": "328px", + }, + }, + "do_objectID": "54F2B126-EBC8-42E4-9CCC-6025866EA532", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E919A5D5-7F14-43AB-937D-4AC73AD038A8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1244F84B-12C1-420C-A2BD-58EBC9D323FF", + "height": 24, + "width": 328, + "x": 16, + "y": 40, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "7", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", + "height": "24px", + "left": "316px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "12px", }, }, - "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", - "dontSynchroniseWithSymbol": false, + "do_objectID": "2EAB1189-97C4-4EC1-8CBF-1E24214B7177", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "do_objectID": "B5AE9619-0144-403F-B016-9A1F7F494DC5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38731,317 +76430,686 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", - "height": 14, - "width": 14, - "x": 220, - "y": 44, + "do_objectID": "13FAD583-AC89-4F3A-A6B6-A0CF3DBA26AC", + "height": 24, + "width": 12, + "x": 316, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, - "isFlippedVertical": false, + "isFlippedVertical": true, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "7", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "layers": Array [ + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "4px", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, + }, + "do_objectID": "044E322D-A4FA-476E-8BFB-CB5BD971A007", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "29F06F1B-0927-4D93-BDE8-5828E3184007", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "09DF51C0-DFDA-497B-9205-AB1963FD1154", + "height": 16, + "width": 4, + "x": 3, + "y": 4, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "3B936567-EF75-4459-8908-92C1DA27C1FE", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1F98697-0674-4D9C-A0F6-B7D2C30462F5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0EAD72B-E995-4B23-A15E-81E3ACD60B80", + "height": 4, + "width": 4, + "x": 0, + "y": 12, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77499999999999991}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000009}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 2, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000009}", + "curveMode": 2, + "curveTo": "{0, 0.77499999999999991}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "6px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "5F4D6AE3-A563-4C5E-86C0-66332A65E9B1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0BEF50BC-CCDF-4CDB-BEEE-4CB4FB2CE90D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2CF02168-028C-4296-82F3-C32431ED0BEA", + "height": 4, + "width": 4, + "x": 0, + "y": 6, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000009}", + "curveMode": 2, + "curveTo": "{0, 0.77499999999999991}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77499999999999991}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000009}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "4px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E4AC1434-7A30-45CD-8976-A852E84BBF9A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "313C2770-48E7-45CF-AD51-6CE335D14FEE", + "height": 4, + "width": 4, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22499999999999964}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000036}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000036}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999964}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "length": 1, - "location": 0, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "string": "2", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, }, - }, - "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", - "height": 14, - "width": 14, - "x": 0, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "12px", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + }, + "do_objectID": "E4792B29-BF0E-42DB-95C8-4DDBCAC7798F", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8B85D384-7961-4B39-87B7-A05B22F94D02", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 12, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "946562AE-3059-44F0-8DC3-54BE98B4ACFC", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M12 0,L 0 0,L 0 24,L 12 24,z\\"", + ], + "type": "path", }, - }, - "length": 1, - "location": 0, + ], + }, + "web": Object { + "attributes": Array [], }, - ], - "string": "3", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", }, - }, - "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", - "height": 14, - "width": 14, - "x": 44, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "3", - "nameIsFixed": false, + ], + "name": "more", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "do_objectID": "06EE712E-EDFF-4466-B1D7-A63C20D4C50F", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"more\\"", + ], }, }, Object { @@ -39054,53 +77122,52 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 20, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 1, + "length": 10, "location": 0, }, ], - "string": "5", + "string": "Page Title", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "20px", + "height": "26px", + "left": "56px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "91px", }, }, - "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "do_objectID": "90E271D7-D279-45F2-95DC-47441AC6F11F", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "do_objectID": "BBB1B522-64CF-4563-B8E9-F138ED2B426C", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39109,13 +77176,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", - "height": 14, - "width": 14, - "x": 132, - "y": 44, + "height": 26, + "width": 91, + "x": 56, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {90, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -39124,40 +77190,40 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "5", + "name": "Page Title", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "FD154772-5D9F-4899-88F9-5124F223C73E", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "do_objectID": "E2DF08D7-CE0B-4A04-A46E-02C8D9DC19DD", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "do_objectID": "E92BA203-2A38-4841-BE87-23D9A757DC8A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 20, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -39165,68 +77231,30 @@ Object { }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "6", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A7B39194-67E6-4391-84D0-3590B6A9C8C6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "do_objectID": "C4FDFF6F-90CA-42E5-B4EA-02196E788C67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39235,13 +77263,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", - "height": 14, - "width": 14, - "x": 176, - "y": 44, + "do_objectID": "C1D0BFE2-05CA-4895-8105-DEBC39E206B0", + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -39249,384 +77277,893 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "6", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "798D3C77-B6E0-4D8D-9EF6-ABDC9A4C8B2D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1D1A9FCF-0DAD-4917-B2EA-6CC0D24671C4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "31EF773D-8AEB-4113-BED9-1CB4C1CC4417", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "12px", + "left": "3px", + "position": "absolute", + "top": "6px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "894DE14D-3249-43A6-A9E5-13D74A715EAF", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E9A3EF6-B3AB-4018-A46A-4C09A1B6E2EC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A14A0CC3-5811-4C0B-AB5D-66BABB31C092", + "height": 12, + "width": 18, + "x": 3, + "y": 6, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "02902742-F6CF-47B2-A5EC-DD22510DA7DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A8D67E3B-9CAB-4149-B260-2B85A40190E9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "59305F95-A91C-43CD-BBC5-08B12D2CFEBD", + "height": 2, + "width": 18, + "x": 0, + "y": 10, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 2,L 18 2,L 18 0,L 0 0,L 0 2,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "D6BB75D0-AB30-43EC-B104-7BF224DA30B9", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3E227245-30B1-4F5B-B4D2-B2EC3199D671", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2178831E-0EA9-4B03-B0B6-05303ABBB4B7", + "height": 2, + "width": 18, + "x": 0, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 2,L 18 2,L 18 0,L 0 0,L 0 2,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "18px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "do_objectID": "C6B5B3A2-5CA0-4787-A6F1-47DAFF9CCAB9", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "574554BD-6E97-4715-BD86-7A3FEC2A86BF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4B258FC6-50FA-406A-AFD3-A641D2D0E332", + "height": 2, + "width": 18, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 0,L 0 2,L 18 2,L 18 0,L 0 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "length": 1, - "location": 0, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "string": "8", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, }, - }, - "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", - "height": 14, - "width": 14, - "x": 264, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "8", - "nameIsFixed": false, + ], + "name": "menu", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "do_objectID": "0E6232B9-D813-4EF6-86CD-A008760CB052", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"menu\\"", + ], }, }, + ], + "name": "app bar contents", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CEB14821-8174-404A-B9B3-70B0D89FF07A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"app bar contents\\"", + ], + }, + }, + ], + "name": "app bar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6D2C6775-C00E-459D-BF35-6BF75842EAB0", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"app bar\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "FA4CA9F5-471E-4E2A-9466-D3AE5C74D5E9", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CAF63BAA-809D-4491-BA10-6E6BE6B675F4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "096F6677-3466-4D31-8976-C5099741CC33", + "height": 24, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,166,1.00)", + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "C27B6B4D-AE72-45DB-A433-BCF83BD5FA33", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF88E2C-E6A4-45D7-A3B0-7D665AB5D111", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "status bar bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "4", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", - "height": 14, - "width": 14, - "x": 88, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "4", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "dates", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "do_objectID": "5C253197-535A-49C9-85CC-3D1E6ECC5E36", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.6509803921568628, + "green": 0.5882352941176472, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dates\\"", + "role=\\"rectangle\\"", + "aria-label=\\"status bar bg\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, - }, - ], - "string": "March 2014", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "symbolInstance", "booleanOperation": 0, "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "101.5px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "76px", - }, - }, - "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", - "dontSynchroniseWithSymbol": false, + "do_objectID": "2897CFF8-D7D1-4C1F-B13C-E4DAE67067FA", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "do_objectID": "1E5FD2ED-1738-4855-A83E-3E2986B601A2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39635,69 +78172,41 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", - "height": 16, - "width": 76, - "x": 101.5, + "do_objectID": "139BCC43-36EB-444E-A4E6-44A1B5DA3103", + "height": 24, + "width": 118, + "x": 242, "y": 0, }, - "glyphBounds": "{{0, 0}, {76, 16}}", "hasClippingMask": false, + "horizontalSpacing": 0, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": false, + "isLocked": true, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "March 2014", + "name": "status bar contents", "nameIsFixed": false, - "resizingConstraint": 47, + "overrideValues": Array [], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "scale": 1, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "do_objectID": "4FFF4E6F-61BA-4E30-B769-FC2F51E39F2F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + "symbolID": "080C0EF9-47BD-4900-BB91-42C80173D424", + "verticalSpacing": 0, }, ], - "name": "calendar", + "name": "status bar", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -39705,7 +78214,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "do_objectID": "1804FEE3-D722-4D5E-BD63-2DF8F2DB5FD5", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -39714,12 +78223,12 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"calendar\\"", + "aria-label=\\"status bar\\"", ], }, }, ], - "name": "dialog", + "name": "app bar + status bar", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -39727,7 +78236,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "do_objectID": "807C67B1-1EBA-45A7-AAA4-BF807BDF4729", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -39736,273 +78245,35 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"dialog\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, - }, - "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`AngularCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 52 on angular 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, + "aria-label=\\"app bar + status bar\\"", ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "name": "Material/Light/Body 1", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", - "_ref_class": "MSImmutablePage", + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", - "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 105, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "artboards": Object {}, - "name": "Page 1", + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], }, }, - "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", - ], - "variant": "NONAPPSTORE", - "version": 112, - }, - "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "do_objectID": "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -40029,830 +78300,163 @@ Object { "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9941860465116279, 1}", - "curveMode": 4, - "curveTo": "{0.99738372093023264, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9941860465116279, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0026162790697673759, 1}", - "curveMode": 4, - "curveTo": "{0.0058139534883720929, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0058139534883720929, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.98687500000000006}", - "curveMode": 4, - "curveTo": "{0, 0.99437500000000001}", - "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.98750000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.0056250000000000354}", - "curveMode": 4, - "curveTo": "{0, 0.013125000000000008}", - "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058139534883720929, 0}", - "curveMode": 4, - "curveTo": "{0.0026162790697673759, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.0058139534883720929, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99709302325581395, 0}", - "curveMode": 4, - "curveTo": "{0.9938953488372092, 0}", - "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9941860465116279, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99970930232558131, 0.013125000000000008}", - "curveMode": 4, - "curveTo": "{0.99970930232558131, 0.0056250000000000354}", - "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.99437500000000012}", - "curveMode": 1, - "curveTo": "{0.99970930232558131, 0.98687500000000006}", - "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.98750000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", - "position": 0.9864078443877551, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.2000000029802322, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.1, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.0490476332782268, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - ], - "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", - "isEnabled": true, - "offsetX": 0, - "offsetY": 8, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", - "isEnabled": false, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", - "isEnabled": false, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "symbolMaster", + "backgroundColor": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "booleanOperation": 0, + "changeIdentifier": 6, + "clippingMaskMode": 0, + "do_objectID": "85FE2CA3-7BC8-4647-8950-9AB676A1C91A", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 118, + "x": 0, + "y": 0, + }, + "hasBackgroundColor": false, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeBackgroundColorInExport": true, + "includeBackgroundColorInInstance": false, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isFlowHome": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "shapePath", + "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { "display": "block", - "height": "3px", - "left": "88px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "94px", + "top": "0px", "visibility": "visible", - "width": "256px", + "width": "118px", }, }, - "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", - "edited": true, + "do_objectID": "61B8B31F-4531-4223-B67B-9F81955A0731", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", - "height": 3, - "width": 256, - "x": 88, - "y": 94, + "height": 24, + "width": 118, + "x": 0, + "y": 0, }, "hasClippingMask": false, - "isClosed": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "divider", + "name": "bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveFrom": "{0, 0}", "curveMode": 1, - "curveTo": "{0.001953125, 0.48611111111111105}", - "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "curveTo": "{0, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{0, 0.5}", + "point": "{0, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveFrom": "{0, 1}", "curveMode": 1, - "curveTo": "{-0.087891101837158522, 0.6041666666666663}", - "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "curveTo": "{0, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 0.5}", + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 13, - "location": 0, - }, - ], - "string": "Incoming call", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "88px", - "position": "absolute", - "top": "19px", - "visibility": "visible", - "width": "85px", - }, - }, - "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 85, - "x": 88, - "y": 19, - }, - "glyphBounds": "{{0, 0}, {84, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Incoming call", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 15, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "Scott Masterson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "88px", - "position": "absolute", - "top": "42px", - "visibility": "visible", - "width": "180px", - }, - }, - "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 180, - "x": 88, - "y": 42, - }, - "glyphBounds": "{{0, 0}, {177, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Scott Masterson", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, }, Object { @@ -40862,129 +78466,58 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "88px", + "height": "12px", + "left": "8px", "position": "absolute", - "top": "116px", + "top": "6px", "visibility": "visible", - "width": "81px", - }, - }, - "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", - "height": 24, - "width": 81, - "x": 88, - "y": 116, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "IGNORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "width": "16px", + }, + }, + "do_objectID": "0F7636EC-3486-4CC5-99A9-684896927622", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 16, + "x": 8, + "y": 6, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "12px", + "left": "1.70530256582424e-13px", "position": "absolute", - "top": "4px", + "top": "0px", "visibility": "visible", - "width": "50px", + "width": "16px", }, }, - "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", - "dontSynchroniseWithSymbol": false, + "do_objectID": "48C609B3-F9AE-422F-8D11-F6812E58FE3A", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -40993,87 +78526,99 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 16, - "width": 50, - "x": 32, - "y": 4, + "height": 12, + "width": 16, + "x": 1.70530256582424e-13, + "y": 0, }, - "glyphBounds": "{{0, 0}, {49, 16}}", - "hasClippingMask": false, + "hasClippingMask": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Ignore", - "nameIsFixed": false, - "resizingConstraint": 47, + "name": "wifi mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.49999999999999828, 1}", + "curveMode": 1, + "curveTo": "{0.49999999999999828, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.49999999999999828, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 8 12,L 16 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "shapeGroup", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", "height": "24px", - "left": "0px", + "left": "-4.000000000000114px", "position": "absolute", "top": "0px", "visibility": "visible", "width": "24px", }, }, - "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "do_objectID": "287233C0-7413-448D-82F6-AC1AD74EDE8C", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41082,10 +78627,9 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", "height": 24, "width": 24, - "x": 0, + "x": -4.000000000000114, "y": 0, }, "hasClickThrough": false, @@ -41098,44 +78642,398 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "CC5B3585-0E1B-45E9-BF72-0B8BCB2EA440", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22499999999999906, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.7749999999999998}", + "curveMode": 2, + "curveTo": "{0, 0.22500000000000023}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000091, 1}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22500000000000023}", + "curveMode": 2, + "curveTo": "{1, 0.7749999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77500000000000091, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.30)\\"", + "d=\\"M12 0,S 0 5.4, 0 12,S 5.4 24, 12 24,S 24 18.6, 24 12,S 18.6 0, 12 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "3px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "CD540E6A-760E-4F36-8DB5-F793A9F1A479", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": 3, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22222222222222221, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22222222222222221}", + "curveMode": 2, + "curveTo": "{0, 0.77777777777777779}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77777777777777779, 0}", + "curveMode": 2, + "curveTo": "{0.22222222222222221, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77777777777777779}", + "curveMode": 2, + "curveTo": "{1, 0.22222222222222221}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77777777777777779, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.30)\\"", + "d=\\"M9 18,S 0 14, 0 9,S 4 0, 9 0,S 18 4, 18 9,S 14 18, 9 18,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "-1.000000000000114px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "99CA80EA-99CB-4F9D-AE59-61E715C9D579", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": -1.000000000000114, + "y": 3, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { "rules": Object { "display": "block", - "height": "24px", + "height": "18px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "18px", }, }, - "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", - "edited": false, + "do_objectID": "3B0F2CD9-E800-48D8-8695-71CEE8180B3C", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, + "constrainProportions": false, + "height": 18, + "width": 18, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -41143,49 +79041,59 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0.22222222222222221, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "curveFrom": "{0, 0.77777777777777779}", + "curveMode": 2, + "curveTo": "{0, 0.22222222222222221}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "curveFrom": "{0.77777777777777779, 1}", + "curveMode": 2, + "curveTo": "{0.22222222222222221, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", + "curveFrom": "{1, 0.22222222222222221}", + "curveMode": 2, + "curveTo": "{1, 0.77777777777777779}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77777777777777779, 0}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "hasCurveTo": true, + "point": "{0.5, 0}", }, ], "resizingConstraint": 63, @@ -41194,18 +79102,44 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M9 0,S 0 4, 0 9,S 4 18, 9 18,S 18 14, 18 9,S 14 0, 9 0,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "shapePath", @@ -41214,19 +79148,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "14px", - "left": "5px", + "height": "12px", + "left": "3px", "position": "absolute", - "top": "5px", + "top": "3px", "visibility": "visible", - "width": "13.999px", + "width": "12px", }, }, - "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "do_objectID": "B479B32B-CF71-44A5-AF7E-EEA917A2D816", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41235,10 +79168,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 14, - "width": 13.999, - "x": 5, - "y": 5, + "height": 12, + "width": 12, + "x": 3, + "y": 3, }, "hasClippingMask": false, "isClosed": true, @@ -41248,155 +79181,77 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "shape", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.39900000000000002}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.39900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.39900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 0}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{0, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.39895706836202588, 0.5}", - "curveMode": 1, - "curveTo": "{0.39895706836202588, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.39895706836202588, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{0, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 1}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.60099999999999998}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.60099999999999998}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.60099999999999998}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 1}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 1}", - "hasCurveFrom": false, + "curveFrom": "{0.22499999999999906, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0.89906421887277665, 1}", + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{1, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.89900000000000002}", + "curveFrom": "{0, 0.22499999999999906}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000091}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.60104293163797429, 0.5}", - "curveMode": 1, - "curveTo": "{0.60104293163797429, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.60104293163797429, 0.5}", + "curveFrom": "{0.77499999999999625, 0}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{1, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.10099999999999985}", + "curveFrom": "{1, 0.77500000000000091}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999906}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 0}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 0}", + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000568, 1}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 0}", + "hasCurveTo": true, + "point": "{0.5, 1}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", - "opacity": 0.5399999618530273, - }, - "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, "fillType": 0, "isEnabled": true, @@ -41415,8 +79270,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M6 12,S 0 9.3, 0 6,S 2.7 0, 6 0,S 12 2.7, 12 6,S 9.3 12, 6 12,z\\"", ], "type": "path", }, @@ -41427,269 +79282,63 @@ Object { }, }, ], - "name": "ignore icon", - "nameIsFixed": true, + "name": "Shape", + "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore icon\\"", - ], - }, - }, - ], - "name": "ignore", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "215px", - "position": "absolute", - "top": "116px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", - "height": 24, - "width": 88, - "x": 215, - "y": 116, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, + "fills": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "ANSWER", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", - "position": "absolute", - "top": "4px", - "visibility": "visible", - "width": "56px", - }, - }, - "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", - "height": 16, - "width": 56, - "x": 32, - "y": 4, - }, - "glyphBounds": "{{0, 0}, {56, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "ANSWER", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], }, + "windingRule": 1, }, Object { - "_class": "group", + "_class": "shapeGroup", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "0px", + "height": "12px", + "left": "1.999999999999886px", "position": "absolute", - "top": "0px", + "top": "6px", "visibility": "visible", - "width": "24px", + "width": "12px", }, }, - "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "do_objectID": "17E4F2B4-96B0-411A-88F6-61FDC86B6DDE", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41698,11 +79347,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "height": 12, + "width": 12, + "x": 1.999999999999886, + "y": 6, }, "hasClickThrough": false, "hasClippingMask": false, @@ -41714,44 +79362,38 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { "display": "block", - "height": "24px", + "height": "12px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "12px", }, }, - "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", - "edited": false, + "do_objectID": "EE70DE52-A724-4E3D-A42F-CE005CC6DEE5", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, + "constrainProportions": false, + "height": 12, + "width": 12, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -41759,49 +79401,59 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0.22499999999999906, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "curveFrom": "{0, 0.77500000000000091}", + "curveMode": 2, + "curveTo": "{0, 0.22499999999999906}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "curveFrom": "{0.77499999999999625, 1}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", + "curveFrom": "{1, 0.22499999999999906}", + "curveMode": 2, + "curveTo": "{1, 0.77500000000000091}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77500000000000568, 0}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "hasCurveTo": true, + "point": "{0.5, 0}", }, ], "resizingConstraint": 63, @@ -41810,18 +79462,44 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M6 0,S 0 2.7, 0 6,S 2.7 12, 6 12,S 12 9.3, 12 6,S 9.3 0, 6 0,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "shapePath", @@ -41830,19 +79508,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "18px", + "height": "6px", "left": "3px", "position": "absolute", "top": "3px", "visibility": "visible", - "width": "18px", + "width": "6px", }, }, - "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "do_objectID": "BD7374FA-0B5C-49B4-9D33-6515AAA9219E", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41851,8 +79528,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 18, - "width": 18, + "height": 6, + "width": 6, "x": 3, "y": 3, }, @@ -41864,185 +79541,77 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "Imported Layers", + "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.024833333333333336, 0}", - "curveMode": 4, - "curveTo": "{0.055555555555555552, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.055555555555555552, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.57711111111111113}", - "curveMode": 3, - "curveTo": "{0, 0.024833333333333287}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97516666666666674, 1}", - "curveMode": 3, - "curveTo": "{0.42288888888888887, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{1, 0.97516666666666674}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.71933333333333338}", + "curveFrom": "{0.21666666666666856, 1}", "curveMode": 4, - "curveTo": "{1, 0.75}", + "curveTo": "{0.5, 1}", "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0.75}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.87511111111111106, 0.69450000000000001}", - "curveMode": 3, - "curveTo": "{0.97516666666666674, 0.69450000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 0.69450000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74044444444444446, 0.66111111111111109}", - "curveMode": 3, - "curveTo": "{0.80844444444444441, 0.68333333333333324}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.746, 0.66288888888888886}", + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveFrom": "{0, 0.21666666666666856}", "curveMode": 2, - "curveTo": "{0.7346111111111111, 0.66022222222222227}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.72883333333333333, 0.66022222222222227}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.68961111111111117, 0.67649999999999999}", - "curveMode": 4, - "curveTo": "{0.70044444444444443, 0.66566666666666663}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.68961111111111117, 0.67649999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.41000000000000003, 0.71888888888888891}", - "curveMode": 4, - "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "curveTo": "{0, 0.78333333333333144}", "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.56733333333333336, 0.79888888888888887}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.20127777777777778, 0.43300000000000005}", - "curveMode": 4, - "curveTo": "{0.28138888888888886, 0.59027777777777779}", - "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.20127777777777778, 0.43300000000000005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33877777777777784, 0.29516666666666658}", - "curveMode": 4, - "curveTo": "{0.32350000000000001, 0.31038888888888888}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32350000000000001, 0.31038888888888888}", + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.31666666666666671, 0.19149999999999995}", - "curveMode": 3, - "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "curveFrom": "{0.78333333333334088, 0}", + "curveMode": 2, + "curveTo": "{0.21666666666666856, 0}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.33711111111111108, 0.25399999999999995}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.30550000000000005, 0.024833333333333287}", - "curveMode": 3, - "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "curveFrom": "{1, 0.78333333333333144}", + "curveMode": 2, + "curveTo": "{1, 0.21666666666666856}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.30550000000000005, 0.055555555555555552}", + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.25, 0}", + "curveFrom": "{0.5, 1}", "curveMode": 4, - "curveTo": "{0.28066666666666662, 0}", + "curveTo": "{0.78333333333334088, 1}", "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.25, 0}", + "point": "{0.5, 1}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", - "opacity": 0.5399999618530273, - }, - "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, "fillType": 0, "isEnabled": true, @@ -42061,8 +79630,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M3 6,S 0 4.7, 0 3,S 1.3 0, 3 0,S 6 1.3, 6 3,S 4.7 6, 3 6,z\\"", ], "type": "path", }, @@ -42073,604 +79642,229 @@ Object { }, }, ], - "name": "call icon", - "nameIsFixed": true, + "name": "Shape", + "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"call icon\\"", + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", ], }, - }, - ], - "name": "answer", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"answer\\"", - ], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "56px", - "left": "15px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "56px", - }, - }, - "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 56, - "x": 15, - "y": 16, - }, - "hasClippingMask": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "windingRule": 1, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "border-radius": "50%", + "display": "block", + "height": "6px", + "left": "5px", + "position": "absolute", + "top": "9px", + "visibility": "visible", + "width": "6px", + }, + }, + "do_objectID": "D27B5981-CCA7-4D15-BDB6-1307F55D4185", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 6, + "width": 6, + "x": 5, + "y": 9, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Oval", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"Oval\\"", + ], + }, }, ], + "name": "wifi", + "nameIsFixed": true, + "originalObjectID": "0F7636EC-3486-4CC5-99A9-684896927622", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, + "alpha": 1, "blue": 0, "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "heads-up notification", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"heads-up notification\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`AngularCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 53 on angular 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "name": "Material/Light/Body 1", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"wifi\\"", + ], + }, + }, Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "160px", - "left": "0px", + "height": "12px", + "left": "34px", "position": "absolute", - "top": "0px", + "top": "6px", "visibility": "visible", - "width": "344px", + "width": "12px", }, }, - "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", - "edited": true, + "do_objectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -42679,756 +79873,668 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 160, - "width": 344, - "x": 0, - "y": 0, + "height": 12, + "width": 12, + "x": 34, + "y": 6, }, + "hasClickThrough": false, "hasClippingMask": false, - "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9941860465116279, 1}", - "curveMode": 4, - "curveTo": "{0.99738372093023264, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9941860465116279, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0026162790697673759, 1}", - "curveMode": 4, - "curveTo": "{0.0058139534883720929, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0058139534883720929, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.98687500000000006}", - "curveMode": 4, - "curveTo": "{0, 0.99437500000000001}", - "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.98750000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.0056250000000000354}", - "curveMode": 4, - "curveTo": "{0, 0.013125000000000008}", - "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058139534883720929, 0}", - "curveMode": 4, - "curveTo": "{0.0026162790697673759, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.0058139534883720929, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99709302325581395, 0}", - "curveMode": 4, - "curveTo": "{0.9938953488372092, 0}", - "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9941860465116279, 0}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99970930232558131, 0.013125000000000008}", - "curveMode": 4, - "curveTo": "{0.99970930232558131, 0.0056250000000000354}", - "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.012500000000000001}", + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "12px", + "left": "-1.13686837721616e-13px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "12px", + }, + }, + "do_objectID": "40BA2EEC-83D4-453D-8478-4F0193497A23", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 12, + "x": -1.13686837721616e-13, + "y": 0, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "reception mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M12 12,L 12 0,L 0 12,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.99437500000000012}", - "curveMode": 1, - "curveTo": "{0.99970930232558131, 0.98687500000000006}", - "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.98750000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", - "position": 0.9864078443877551, - }, - ], - "to": "{0.5, 1}", + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "12px", + "left": "9px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "isEnabled": true, - "position": 1, - "thickness": 1, }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "do_objectID": "D0C86B5E-4173-4729-A3AF-88C232B22652", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 9, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.2000000029802322, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.1, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.0490476332782268, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - ], - "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "12px", + "left": "6px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", - "isEnabled": true, - "offsetX": 0, - "offsetY": 8, - "spread": 0, }, - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "EF62075C-CD4D-4710-991E-3FCE6FB02448", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 6, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "3px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", - "isEnabled": false, - "offsetX": 0, - "offsetY": 2, - "spread": 0, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "8639EA38-59EA-4C41-AC59-E235A01C9985", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 3, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", - "isEnabled": false, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { + "web": Object { "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], - "type": "path", }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "94px", - "visibility": "visible", - "width": "256px", - }, - }, - "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", - "height": 3, - "width": 256, - "x": 88, - "y": 94, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.48611111111111105}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.48611111111111105}", - "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", - "curveMode": 1, - "curveTo": "{-0.087891101837158522, 0.6041666666666663}", - "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", + }, + }, + "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, }, ], + "name": "reception", + "nameIsFixed": true, + "originalObjectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, "fillType": 0, "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 13, - "location": 0, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "string": "Incoming call", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "88px", - "position": "absolute", - "top": "19px", - "visibility": "visible", - "width": "85px", - }, - }, - "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 85, - "x": 88, - "y": 19, - }, - "glyphBounds": "{{0, 0}, {84, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Incoming call", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", - "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 15, - "location": 0, - }, + "role=\\"group\\"", + "aria-label=\\"reception\\"", ], - "string": "Scott Masterson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "88px", - "position": "absolute", - "top": "42px", - "visibility": "visible", - "width": "180px", - }, - }, - "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 180, - "x": 88, - "y": 42, - }, - "glyphBounds": "{{0, 0}, {177, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Scott Masterson", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, }, Object { @@ -43438,18 +80544,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "88px", + "height": "13px", + "left": "60px", "position": "absolute", - "top": "116px", + "top": "5px", "visibility": "visible", - "width": "81px", + "width": "8px", }, }, - "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "do_objectID": "394BBD24-BE18-4203-8A03-D37C48937738", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -43458,14 +80563,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", - "height": 24, - "width": 81, - "x": 88, - "y": 116, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 13, + "width": 8, + "x": 60, + "y": 5, }, "hasClickThrough": false, "hasClippingMask": false, @@ -43477,1222 +80578,871 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "IGNORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "13px", + "left": "-1.13686837721616e-13px", "position": "absolute", - "top": "4px", + "top": "0px", "visibility": "visible", - "width": "50px", + "width": "8px", + }, + }, + "do_objectID": "36B2AC85-DF12-4169-8718-5F3D3C549F84", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 13, + "width": 8, + "x": -1.13686837721616e-13, + "y": 0, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "battery mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.875, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.875, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.875, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.75, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.75, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0}", + "curveMode": 1, + "curveTo": "{0.75, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.75, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 1, + "curveTo": "{0.25, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.25, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.25, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.25, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.049999999999997158, 0.076923076923076927}", + "curveMode": 4, + "curveTo": "{0.125, 0.076923076923076927}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.125, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.15384615384615385}", + "curveMode": 4, + "curveTo": "{0, 0.10769230769230813}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.15384615384615385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.96923076923076878}", + "curveMode": 4, + "curveTo": "{0, 0.92307692307692313}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.92307692307692313}", }, - }, - "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 16, - "width": 50, - "x": 32, - "y": 4, - }, - "glyphBounds": "{{0, 0}, {49, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Ignore", - "nameIsFixed": false, - "resizingConstraint": 47, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.125, 1}", + "curveMode": 4, + "curveTo": "{0.049999999999997158, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.125, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.95000000000000284, 1}", + "curveMode": 4, + "curveTo": "{0.875, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.875, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.92307692307692313}", + "curveMode": 4, + "curveTo": "{1, 0.96923076923076878}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.92307692307692313}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10769230769230813}", + "curveMode": 4, + "curveTo": "{1, 0.15384615384615385}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.15384615384615385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.875, 0.076923076923076927}", + "curveMode": 4, + "curveTo": "{0.95000000000000284, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.875, 0.076923076923076927}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M7 1,L 6 1,L 6 0,L 2 0,L 2 1,S 1 1, 1 1,S 0 1.4, 0 2,S 0 12, 0 12,S 0.4 13, 1 13,S 7 13, 7 13,S 8 12.6, 8 12,S 8 2, 8 2,S 7.6 1, 7 1,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(255,255,255,0.90)", "display": "block", - "height": "24px", + "height": "3px", "left": "0px", "position": "absolute", - "top": "0px", + "top": "10px", "visibility": "visible", - "width": "24px", + "width": "8px", }, }, - "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "do_objectID": "50A264EB-01E5-4A89-91A4-6BC7B6F43B82", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", - "height": 24, - "width": 24, + "height": 3, + "width": 8, "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 10, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "13.999px", - }, - }, - "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 14, - "width": 13.999, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "shape", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.39900000000000002}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.39900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.39900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 0}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{0, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.39895706836202588, 0.5}", - "curveMode": 1, - "curveTo": "{0.39895706836202588, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.39895706836202588, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{0, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 1}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.60099999999999998}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.60099999999999998}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.60099999999999998}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 1}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{1, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.60104293163797429, 0.5}", - "curveMode": 1, - "curveTo": "{0.60104293163797429, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.60104293163797429, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{1, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 0}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", - "opacity": 0.5399999618530273, - }, - "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "ignore icon", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore icon\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], }, }, - ], - "name": "ignore", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "215px", - "position": "absolute", - "top": "116px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", - "height": 24, - "width": 88, - "x": 215, - "y": 116, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "8px", + }, + }, + "do_objectID": "104A5BDF-320D-45A2-9EFB-DA0F9A056E07", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 8, + "x": 0, + "y": 7, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, - "length": 1, - "location": 5, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "string": "ANSWER", + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", + "background-color": "rgba(255,255,255,0.30)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "3px", + "left": "0px", "position": "absolute", "top": "4px", "visibility": "visible", - "width": "56px", + "width": "8px", }, }, - "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "4162C6FB-40B4-4940-AF52-911CB4C18D05", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", - "height": 16, - "width": 56, - "x": 32, + "height": 3, + "width": 8, + "x": 0, "y": 4, }, - "glyphBounds": "{{0, 0}, {56, 16}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "ANSWER", + "name": "Rectangle-path", "nameIsFixed": false, - "resizingConstraint": 47, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "1px", + "visibility": "visible", + "width": "8px", + }, + }, + "do_objectID": "7EEACE8D-CEA3-4118-BA2B-20DA6BB9C643", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 8, + "x": 0, + "y": 1, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(255,255,255,0.30)", "display": "block", - "height": "24px", - "left": "0px", + "height": "1px", + "left": "2px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "4px", }, }, - "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "do_objectID": "B5950202-1A67-4112-84B9-936E5A627174", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", - "height": 24, - "width": 24, - "x": 0, + "height": 1, + "width": 4, + "x": 2, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "18px", - "left": "3px", - "position": "absolute", - "top": "3px", - "visibility": "visible", - "width": "18px", - }, - }, - "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 18, - "width": 18, - "x": 3, - "y": 3, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Imported Layers", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.024833333333333336, 0}", - "curveMode": 4, - "curveTo": "{0.055555555555555552, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.055555555555555552, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.57711111111111113}", - "curveMode": 3, - "curveTo": "{0, 0.024833333333333287}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97516666666666674, 1}", - "curveMode": 3, - "curveTo": "{0.42288888888888887, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{1, 0.97516666666666674}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.71933333333333338}", - "curveMode": 4, - "curveTo": "{1, 0.75}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.75}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.87511111111111106, 0.69450000000000001}", - "curveMode": 3, - "curveTo": "{0.97516666666666674, 0.69450000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 0.69450000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74044444444444446, 0.66111111111111109}", - "curveMode": 3, - "curveTo": "{0.80844444444444441, 0.68333333333333324}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.746, 0.66288888888888886}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.71466666666666667, 0.66022222222222227}", - "curveMode": 2, - "curveTo": "{0.7346111111111111, 0.66022222222222227}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.72883333333333333, 0.66022222222222227}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.68961111111111117, 0.67649999999999999}", - "curveMode": 4, - "curveTo": "{0.70044444444444443, 0.66566666666666663}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.68961111111111117, 0.67649999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.41000000000000003, 0.71888888888888891}", - "curveMode": 4, - "curveTo": "{0.56733333333333336, 0.79888888888888887}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.56733333333333336, 0.79888888888888887}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.20127777777777778, 0.43300000000000005}", - "curveMode": 4, - "curveTo": "{0.28138888888888886, 0.59027777777777779}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.20127777777777778, 0.43300000000000005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33877777777777784, 0.29516666666666658}", - "curveMode": 4, - "curveTo": "{0.32350000000000001, 0.31038888888888888}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32350000000000001, 0.31038888888888888}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.31666666666666671, 0.19149999999999995}", - "curveMode": 3, - "curveTo": "{0.34327777777777779, 0.2732222222222222}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.33711111111111108, 0.25399999999999995}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.30550000000000005, 0.024833333333333287}", - "curveMode": 3, - "curveTo": "{0.30550000000000005, 0.12483333333333332}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.30550000000000005, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.25, 0}", - "curveMode": 4, - "curveTo": "{0.28066666666666662, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.25, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", - "opacity": 0.5399999618530273, - }, - "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "call icon", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"call icon\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], }, - }, - ], - "name": "answer", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", - "endMarkerType": 0, + }, + ], + "name": "battery", + "nameIsFixed": true, + "originalObjectID": "394BBD24-BE18-4203-8A03-D37C48937738", + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -44700,35 +81450,28 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"answer\\"", + "aria-label=\\"battery\\"", ], }, }, Object { - "_class": "oval", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", "display": "block", - "height": "56px", - "left": "15px", + "height": "15px", + "left": "77px", "position": "absolute", - "top": "16px", + "top": "5px", "visibility": "visible", - "width": "56px", + "width": "33px", }, }, - "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", - "edited": false, + "do_objectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -44737,78 +81480,166 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 56, - "width": 56, - "x": 15, - "y": 16, + "height": 15, + "width": 33, + "x": 77, + "y": 5, }, - "hasClippingMask": true, - "isClosed": true, + "hasClickThrough": false, + "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 13, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + ], + "string": "12:30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "black", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "15px", + "left": "2.273736754432321e-13px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "33px", + }, + }, + "do_objectID": "180DADB8-0C0B-40BD-A964-08340D4A7861", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 15, + "width": 33, + "x": 2.273736754432321e-13, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {33, 15}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12:30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 13, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, }, ], + "name": "time", + "nameIsFixed": true, + "originalObjectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.9, + }, "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.26, + "alpha": 1, "blue": 0, "green": 0, "red": 0, @@ -44823,85 +81654,45 @@ Object { ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", + "role=\\"group\\"", + "aria-label=\\"time\\"", ], }, }, ], - "name": "heads-up notification", - "nameIsFixed": true, + "name": "Material/Android/Status bar content", + "nameIsFixed": false, + "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "shouldBreakMaskChain": false, + "shouldBreakMaskChain": true, "style": Object { "_class": "style", - "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, + "symbolID": "080C0EF9-47BD-4900-BB91-42C80173D424", + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"heads-up notification\\"", + "role=\\"symbolMaster\\"", + "aria-label=\\"Material/Android/Status bar content\\"", ], }, }, ], - "name": "Page 1", + "name": "Symbols", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -44923,13 +81714,17 @@ Object { ], "previews": Array [], "user": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "scrollOrigin": "{160, 160}", + "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485": Object { + "scrollOrigin": "{-60, 40}", "zoomValue": 1, }, - "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "5B57D242-95C3-47E3-BC5E-22376F9F834B": Object { "pageListHeight": 110, }, + "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, "document": Object { "pageListCollapsed": 1, "pageListHeight": -1, @@ -44938,13 +81733,15 @@ Object { } `; -exports[`AngularCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 52 on angular 1`] = ` +exports[`AngularCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 53 on angular 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -45054,19 +81851,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ "Roboto-Regular", @@ -45087,14 +81884,10 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { @@ -45117,6 +81910,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -45165,6 +81961,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -45207,6 +82006,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -45425,6 +82227,9 @@ Object { "x": 0, "y": 80, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46208,6 +83013,9 @@ Object { "x": 16, "y": 40, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46250,6 +83058,9 @@ Object { "x": 316, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46292,6 +83103,9 @@ Object { "x": 3, "y": 4, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47083,6 +83897,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47235,6 +84052,9 @@ Object { "x": 3, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47832,6 +84652,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "isFixedToViewport": false, @@ -48103,6 +84926,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -48146,6 +84972,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasBackgroundColor": false, "hasClickThrough": true, "hasClippingMask": false, @@ -48304,6 +85133,9 @@ Object { "x": 8, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -48446,6 +85278,9 @@ Object { "x": -4.000000000000114, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -48806,6 +85641,9 @@ Object { "x": -1.000000000000114, "y": 3, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -49166,6 +86004,9 @@ Object { "x": 1.999999999999886, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -49692,6 +86533,9 @@ Object { "x": 34, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -50382,6 +87226,9 @@ Object { "x": 60, "y": 5, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -51299,6 +88146,9 @@ Object { "x": 77, "y": 5, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -51480,6 +88330,13 @@ Object { ], "name": "Material/Android/Status bar content", "nameIsFixed": false, + "overrideProperties": Array [ + Object { + "_class": "MSImmutableOverrideProperty", + "canOverride": true, + "overrideName": "180DADB8-0C0B-40BD-A964-08340D4A7861_stringValue", + }, + ], "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, @@ -51536,7 +88393,7 @@ Object { "pageListHeight": 110, }, "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { - "scrollOrigin": "{134, 134}", + "scrollOrigin": "{160, 160}", "zoomValue": 1, }, "document": Object { @@ -51547,7 +88404,7 @@ Object { } `; -exports[`AngularCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 53 on angular 1`] = ` +exports[`AngularCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 59 on angular 1`] = ` Object { "document": Object { "_class": "document", @@ -51555,6 +88412,8 @@ Object { "_class": "assetCollection", "colorAssets": Array [], "colors": Array [], + "do_objectID": "0FB6DBC2-8E69-447B-B801-1645BB3CCD50", + "exportPresets": Array [], "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { @@ -51565,7 +88424,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "5B57D242-95C3-47E3-BC5E-22376F9F834B", + "do_objectID": "E77B5BBC-BBCC-49BD-AE26-62F8394AB8E2", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -51578,6 +88437,37 @@ Object { "name": "Material/Icon white", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "27C70A2F-DEF7-41B2-963C-C5CAE0286B89", "endMarkerType": 0, "fills": Array [ Object { @@ -51589,7 +88479,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51597,7 +88523,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -51617,8 +88545,42 @@ Object { "name": "Material/Dark/Title", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "990371CA-39D1-4236-8DF5-27DA6896FEFD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -51665,19 +88627,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "59.1", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 121, }, "fonts": Array [ "Roboto-Regular", @@ -51698,10 +88660,10 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 121, }, "pages": Array [ Object { @@ -51760,7 +88722,6 @@ Object { "do_objectID": "2145D356-40E2-4569-95CF-84F00DD9818F", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "BB51E5D5-5BA5-419F-9D6A-49A171E7ED21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51769,7 +88730,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7D8CA104-45E8-4835-B4DA-CCAF17E60C45", "height": 128, "width": 360, "x": 0, @@ -51805,7 +88765,6 @@ Object { "do_objectID": "A94FA51A-099C-4CC1-B1AE-4F3CBFE4B381", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "DC89A630-0EF2-4276-944C-D7254BED2EF4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51814,7 +88773,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "8C36F8CD-481B-455B-B132-E7E7E477D5D0", "height": 128, "width": 360, "x": 0, @@ -51851,7 +88809,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9B79BB7B-176C-4CA3-99DC-D5866EA83AB4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51873,6 +88830,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "app bar bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -51924,6 +88882,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "ACEE65BC-1CF2-45E4-9889-621210096AED", "endMarkerType": 0, "fills": Array [ @@ -51936,7 +88924,43 @@ Object { "green": 0.7333333333333334, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51944,6 +88968,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -51961,7 +88986,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "7E855B0A-CD99-4BC0-9320-25BCD81DE1B0", "isEnabled": true, "offsetX": 0, "offsetY": 4, @@ -51982,7 +89006,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "464524C7-C0E7-414E-8B14-DC85D1E28DCE", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -52026,7 +89049,6 @@ Object { "do_objectID": "DD13F059-6DD2-4413-9C59-5A3ABD7D44D7", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C9CE81BD-C917-48C0-9755-A60CAB214BD0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52035,7 +89057,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D025D61C-6D8C-4DEF-9770-3BF04763FB53", "height": 48, "width": 360, "x": 0, @@ -52059,14 +89080,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 180px rgba(255,255,255,0.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "98px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "410px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.00)", "box-shadow": "0 0 0 1px rgba(151,151,151,1.00) inset", "display": "block", "height": "48px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -52077,7 +89112,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9DD7A316-362F-4C9A-BFF3-5AB347DF1433", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52101,8 +89135,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -52152,6 +89188,22 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -52162,12 +89214,61 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": false, "position": 1, "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "451D43C8-1885-40BE-9887-80738B61DBAA", "endMarkerType": 0, "fills": Array [ @@ -52180,7 +89281,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -52188,7 +89325,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -52256,7 +89395,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "440F05BA-2072-4C6B-B78F-6CDF2E0DA718", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52265,7 +89403,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "65C64BBE-7EA8-4BAA-B6F4-933EB86CA11D", "height": 16, "width": 120, "x": 240, @@ -52280,6 +89417,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "THE THIRD", "nameIsFixed": false, "resizingConstraint": 63, @@ -52288,13 +89426,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "33A4A266-8DB2-45A7-A7E1-2E46C90421B9", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "4B3B58A2-ADCE-4A57-B0A9-E9F4263044C5", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52384,7 +89554,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "14290AE1-FA35-44A1-B010-6330DB239370", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52393,7 +89562,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "91542702-E1CB-49DE-AE0B-9145054DB80C", "height": 16, "width": 120, "x": 120, @@ -52408,6 +89576,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "ITEM TWO", "nameIsFixed": false, "resizingConstraint": 63, @@ -52416,13 +89585,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "9578BCCE-56FF-4CD0-A6C2-0A67738FF257", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9140AD60-AC75-4423-BD05-4120E3C53D2A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52512,7 +89713,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1C8BB07D-4549-4474-85DE-AAC36D4ED7FE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52521,7 +89721,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D08C8D43-D4F0-426D-BBE7-5BA4CA030851", "height": 16, "width": 120, "x": 0, @@ -52536,6 +89735,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "NO. ONE", "nameIsFixed": false, "resizingConstraint": 63, @@ -52544,13 +89744,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "E1B0E40B-4579-4740-A63F-6C4231A7DCF8", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "07FC4EB1-FE4E-4EFB-8BD3-1562B7D69B89", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52589,14 +89821,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 60px rgba(255,255,140,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "52px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "170px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,140,1.00)", "box-shadow": "0px 1px 1.5px 0px rgba(0,0,0,0.12),0px 1px 1px 0px rgba(0,0,0,0.24)", "display": "block", "height": "2px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "46px", "visibility": "visible", @@ -52607,7 +89853,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9B2FA7EA-E5FC-4F3F-A38A-91AB190DD24E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52631,8 +89876,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "indicator", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -52683,6 +89930,22 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -52693,12 +89956,61 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": false, "position": 1, "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "87D45A0F-6AC3-4D68-8521-AF6E8F85FD82", "endMarkerType": 0, "fills": Array [ @@ -52711,7 +90023,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -52719,6 +90067,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -52773,6 +90122,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "tabs", "nameIsFixed": true, "resizingConstraint": 63, @@ -52781,9 +90131,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "56450478-45EE-4020-829D-3D7106A99B8C", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -52812,7 +90195,6 @@ Object { "do_objectID": "54F2B126-EBC8-42E4-9CCC-6025866EA532", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E919A5D5-7F14-43AB-937D-4AC73AD038A8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52821,7 +90203,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1244F84B-12C1-420C-A2BD-58EBC9D323FF", "height": 24, "width": 328, "x": 16, @@ -52857,7 +90238,6 @@ Object { "do_objectID": "2EAB1189-97C4-4EC1-8CBF-1E24214B7177", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B5AE9619-0144-403F-B016-9A1F7F494DC5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52866,7 +90246,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "13FAD583-AC89-4F3A-A6B6-A0CF3DBA26AC", "height": 24, "width": 12, "x": 316, @@ -52902,7 +90281,6 @@ Object { "do_objectID": "044E322D-A4FA-476E-8BFB-CB5BD971A007", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "29F06F1B-0927-4D93-BDE8-5828E3184007", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52911,7 +90289,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "09DF51C0-DFDA-497B-9205-AB1963FD1154", "height": 16, "width": 4, "x": 3, @@ -52948,7 +90325,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1F98697-0674-4D9C-A0F6-B7D2C30462F5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52957,7 +90333,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0EAD72B-E995-4B23-A15E-81E3ACD60B80", "height": 4, "width": 4, "x": 0, @@ -52971,6 +90346,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53032,6 +90408,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53044,7 +90450,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53052,7 +90494,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53091,7 +90535,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0BEF50BC-CCDF-4CDB-BEEE-4CB4FB2CE90D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53100,7 +90543,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2CF02168-028C-4296-82F3-C32431ED0BEA", "height": 4, "width": 4, "x": 0, @@ -53114,6 +90556,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53175,149 +90618,246 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "4px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "4px", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 4, + "width": 4, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22499999999999964}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000036}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000036}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999964}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - }, - "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E4AC1434-7A30-45CD-8976-A852E84BBF9A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "313C2770-48E7-45CF-AD51-6CE335D14FEE", - "height": 4, - "width": 4, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000009, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22499999999999964}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000036}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77499999999999991, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000009, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000036}", - "curveMode": 2, - "curveTo": "{1, 0.22499999999999964}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77499999999999991, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53330,7 +90870,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53338,7 +90914,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53359,6 +90937,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -53368,6 +90947,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53380,7 +90989,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53388,7 +91033,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53419,7 +91066,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8B85D384-7961-4B39-87B7-A05B22F94D02", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53441,6 +91087,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53492,9 +91139,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "946562AE-3059-44F0-8DC3-54BE98B4ACFC", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53515,6 +91195,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "more", "nameIsFixed": true, "resizingConstraint": 63, @@ -53523,6 +91204,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "06EE712E-EDFF-4466-B1D7-A63C20D4C50F", "endMarkerType": 0, "fills": Array [ @@ -53535,7 +91246,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53543,7 +91290,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53609,7 +91358,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "BBB1B522-64CF-4563-B8E9-F138ED2B426C", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53632,6 +91380,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "Page Title", "nameIsFixed": false, "resizingConstraint": 47, @@ -53641,13 +91390,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "E2DF08D7-CE0B-4A04-A46E-02C8D9DC19DD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "E92BA203-2A38-4841-BE87-23D9A757DC8A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -53696,7 +91477,6 @@ Object { "do_objectID": "A7B39194-67E6-4391-84D0-3590B6A9C8C6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C4FDFF6F-90CA-42E5-B4EA-02196E788C67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53705,7 +91485,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C1D0BFE2-05CA-4895-8105-DEBC39E206B0", "height": 24, "width": 24, "x": 0, @@ -53745,7 +91524,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1D1A9FCF-0DAD-4917-B2EA-6CC0D24671C4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53769,8 +91547,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -53820,9 +91600,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "31EF773D-8AEB-4113-BED9-1CB4C1CC4417", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53851,7 +91664,6 @@ Object { "do_objectID": "894DE14D-3249-43A6-A9E5-13D74A715EAF", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5E9A3EF6-B3AB-4018-A46A-4C09A1B6E2EC", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53860,7 +91672,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A14A0CC3-5811-4C0B-AB5D-66BABB31C092", "height": 12, "width": 18, "x": 3, @@ -53897,7 +91708,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "A8D67E3B-9CAB-4149-B260-2B85A40190E9", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53906,7 +91716,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "59305F95-A91C-43CD-BBC5-08B12D2CFEBD", "height": 2, "width": 18, "x": 0, @@ -53920,6 +91729,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53981,6 +91791,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -53993,7 +91833,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54001,7 +91877,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54040,7 +91918,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3E227245-30B1-4F5B-B4D2-B2EC3199D671", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54049,7 +91926,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2178831E-0EA9-4B03-B0B6-05303ABBB4B7", "height": 2, "width": 18, "x": 0, @@ -54063,6 +91939,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -54124,6 +92001,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54136,7 +92043,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54144,7 +92087,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54183,7 +92128,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "574554BD-6E97-4715-BD86-7A3FEC2A86BF", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54192,7 +92136,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "4B258FC6-50FA-406A-AFD3-A641D2D0E332", "height": 2, "width": 18, "x": 0, @@ -54206,6 +92149,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -54267,6 +92211,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54279,7 +92253,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54287,7 +92297,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54308,6 +92320,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -54317,6 +92330,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54329,7 +92372,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54337,7 +92416,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54350,6 +92431,7 @@ Object { "windingRule": 1, }, ], + "maintainScrollPosition": false, "name": "menu", "nameIsFixed": true, "resizingConstraint": 63, @@ -54358,6 +92440,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "0E6232B9-D813-4EF6-86CD-A008760CB052", "endMarkerType": 0, "fills": Array [ @@ -54370,7 +92482,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54378,7 +92526,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54390,6 +92540,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar contents", "nameIsFixed": true, "resizingConstraint": 63, @@ -54398,9 +92549,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "CEB14821-8174-404A-B9B3-70B0D89FF07A", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54412,6 +92596,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54420,9 +92605,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "6D2C6775-C00E-459D-BF35-6BF75842EAB0", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54451,7 +92669,6 @@ Object { "do_objectID": "FA4CA9F5-471E-4E2A-9466-D3AE5C74D5E9", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CAF63BAA-809D-4491-BA10-6E6BE6B675F4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54460,7 +92677,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "096F6677-3466-4D31-8976-C5099741CC33", "height": 24, "width": 360, "x": 0, @@ -54484,13 +92700,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 180px rgba(0,150,166,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "74px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "410px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(0,150,166,1.00)", "display": "block", "height": "24px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -54501,7 +92731,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7FF88E2C-E6A4-45D7-A3B0-7D665AB5D111", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54525,8 +92754,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "status bar bg", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -54576,6 +92807,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "5C253197-535A-49C9-85CC-3D1E6ECC5E36", "endMarkerType": 0, "fills": Array [ @@ -54588,7 +92849,43 @@ Object { "green": 0.5882352941176472, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54596,7 +92893,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54614,7 +92913,6 @@ Object { "do_objectID": "2897CFF8-D7D1-4C1F-B13C-E4DAE67067FA", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1E5FD2ED-1738-4855-A83E-3E2986B601A2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54623,7 +92921,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "139BCC43-36EB-444E-A4E6-44A1B5DA3103", "height": 24, "width": 118, "x": 242, @@ -54637,6 +92934,7 @@ Object { "isLocked": true, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "status bar contents", "nameIsFixed": false, "overrideValues": Array [], @@ -54647,9 +92945,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "4FFF4E6F-61BA-4E30-B769-FC2F51E39F2F", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54657,6 +92988,7 @@ Object { "verticalSpacing": 0, }, ], + "maintainScrollPosition": false, "name": "status bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54665,9 +92997,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "1804FEE3-D722-4D5E-BD63-2DF8F2DB5FD5", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54679,6 +93044,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar + status bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54687,9 +93053,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "807C67B1-1EBA-45A7-AAA4-BF807BDF4729", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54701,6 +93100,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -54709,8 +93109,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "425882D9-8A7F-4789-BDC1-5B95332270BD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54760,6 +93194,7 @@ Object { "layers": Array [ Object { "_class": "symbolMaster", + "allowsOverrides": true, "backgroundColor": Object { "_class": "color", "alpha": 1, @@ -54853,8 +93288,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -54904,8 +93341,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "16D5846F-E801-40A5-A66C-9856E8991587", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54999,6 +93470,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "wifi mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -55040,8 +93512,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9EA07FE4-7266-4D17-9AB1-4D9A85003E24", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55144,6 +93650,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55205,6 +93712,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "207F3F7C-A186-4692-B6F7-2F22ADB65331", "endMarkerType": 0, "fills": Array [ Object { @@ -55216,7 +93754,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55224,7 +93798,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55284,6 +93860,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55345,6 +93922,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ED8C40E5-7B97-467B-9FBA-E384B5A1EF08", "endMarkerType": 0, "fills": Array [ Object { @@ -55356,7 +93964,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55364,7 +94008,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55385,6 +94031,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -55393,6 +94040,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "633BB062-4F01-4615-BCEB-FD9F241E3F9D", "endMarkerType": 0, "fills": Array [ Object { @@ -55404,7 +94082,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55412,7 +94126,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55507,6 +94223,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55568,6 +94285,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "01493057-AA98-4FFB-B444-C91DA4A72D69", "endMarkerType": 0, "fills": Array [ Object { @@ -55579,7 +94327,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55587,7 +94371,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55647,6 +94433,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55708,6 +94495,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "747BF648-4668-4BBC-9B4E-6F1BFA0FCAD8", "endMarkerType": 0, "fills": Array [ Object { @@ -55719,7 +94537,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55727,7 +94581,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55748,6 +94604,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -55756,6 +94613,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D46A94B6-197C-4FB0-9568-F6533089E7D3", "endMarkerType": 0, "fills": Array [ Object { @@ -55767,7 +94655,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55775,7 +94699,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55870,6 +94796,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55931,6 +94858,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "07F598E6-F6BC-462F-B7B1-066CB2DD4FD1", "endMarkerType": 0, "fills": Array [ Object { @@ -55942,7 +94900,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55950,7 +94944,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56010,6 +95006,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -56071,6 +95068,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C2D8F30B-8A91-4590-B744-F52909B3B514", "endMarkerType": 0, "fills": Array [ Object { @@ -56082,7 +95110,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56090,7 +95154,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56111,6 +95177,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -56119,6 +95186,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DAFEC00D-06AE-41BB-8B9A-809963A5EAB6", "endMarkerType": 0, "fills": Array [ Object { @@ -56130,7 +95228,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56138,7 +95272,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56156,14 +95292,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 3px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "56px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "56px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "border-radius": "50%", "display": "block", "height": "6px", "left": "5px", + "overflow": "hidden", "position": "absolute", "top": "9px", "visibility": "visible", @@ -56195,6 +95345,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Oval", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -56246,6 +95397,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "78FF238D-9541-41A3-8F84-47EE681F7DBA", "endMarkerType": 0, "fills": Array [ Object { @@ -56257,7 +95439,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56265,7 +95483,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56277,6 +95497,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "wifi", "nameIsFixed": true, "originalObjectID": "0F7636EC-3486-4CC5-99A9-684896927622", @@ -56286,6 +95507,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2AB52446-9354-4AC2-81A0-ECBBD0F78459", "endMarkerType": 0, "fills": Array [ Object { @@ -56297,7 +95549,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56305,7 +95593,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56399,6 +95689,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "reception mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -56440,8 +95731,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C18AFE15-E9B9-4E3E-9A97-B7DC1987FB3D", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56467,13 +95792,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "12px", "left": "9px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56507,8 +95846,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56558,6 +95899,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "84E1F9EE-314E-46F5-A41B-09F70C022501", "endMarkerType": 0, "fills": Array [ Object { @@ -56569,7 +95941,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56577,7 +95985,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56594,13 +96004,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "12px", "left": "6px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56634,8 +96058,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56685,6 +96111,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DC2F89AB-5291-412D-88F1-403422F66E22", "endMarkerType": 0, "fills": Array [ Object { @@ -56696,7 +96153,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56704,7 +96197,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56721,13 +96216,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "12px", "left": "3px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56761,8 +96270,222 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Rectangle-path", + "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D1FD5EC3-72EE-4F72-B970-B7AF1B6E2F6F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", + }, + }, + "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56812,133 +96535,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.9, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"Rectangle-path\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(255,255,255,0.90)", - "display": "block", - "height": "12px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "3px", - }, - }, - "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 12, - "width": 3, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Rectangle-path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", + "do_objectID": "136EE959-007D-41D3-B0C1-8938386FADCD", "endMarkerType": 0, "fills": Array [ Object { @@ -56950,7 +96577,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56958,7 +96621,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56970,6 +96635,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "reception", "nameIsFixed": true, "originalObjectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", @@ -56979,6 +96645,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3F0D2CAD-8A47-471C-9154-23FB2F68AFB8", "endMarkerType": 0, "fills": Array [ Object { @@ -56990,7 +96687,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56998,7 +96731,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57092,6 +96827,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "battery mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -57233,8 +96969,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C9A935A7-ADA0-4B4D-92F2-4938BEAA5E2D", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57260,13 +97030,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "10px", "visibility": "visible", @@ -57300,8 +97084,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57351,6 +97137,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7C76E4ED-F9CB-455D-AD9C-2816AAF3E6DE", "endMarkerType": 0, "fills": Array [ Object { @@ -57362,7 +97179,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57370,7 +97223,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57387,13 +97242,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "7px", "visibility": "visible", @@ -57427,8 +97296,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57478,6 +97349,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "88E9FB48-6A96-444E-A384-497859BAF1D3", "endMarkerType": 0, "fills": Array [ Object { @@ -57489,7 +97391,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57497,7 +97435,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57514,13 +97454,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "4px", "visibility": "visible", @@ -57554,8 +97508,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57605,6 +97561,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AA9666DD-FA8E-4B02-88AF-DA777F73169F", "endMarkerType": 0, "fills": Array [ Object { @@ -57616,7 +97603,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57624,7 +97647,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57641,13 +97666,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "1px", "visibility": "visible", @@ -57681,8 +97720,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57732,6 +97773,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F2A609A7-8117-42F0-A587-21510D054997", "endMarkerType": 0, "fills": Array [ Object { @@ -57743,7 +97815,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57751,7 +97859,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57768,13 +97878,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 2px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "51px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "54px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "1px", "left": "2px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -57808,8 +97932,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57859,6 +97985,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F731A3DE-3FB6-47A2-9EAD-3D557D62F212", "endMarkerType": 0, "fills": Array [ Object { @@ -57870,7 +98027,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57878,7 +98071,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57890,6 +98085,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "battery", "nameIsFixed": true, "originalObjectID": "394BBD24-BE18-4203-8A03-D37C48937738", @@ -57899,6 +98095,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "953ABBE9-32A5-4B5B-82B6-1CDCCAEA218E", "endMarkerType": 0, "fills": Array [ Object { @@ -57910,7 +98137,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57918,7 +98181,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58042,6 +98307,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "12:30", "nameIsFixed": false, "resizingConstraint": 63, @@ -58050,6 +98316,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7EB19CE4-A958-42FA-BE57-CBC6CEEB413A", "endMarkerType": 0, "fills": Array [ Object { @@ -58061,7 +98358,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -58069,7 +98402,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -58097,6 +98432,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "time", "nameIsFixed": true, "originalObjectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", @@ -58106,11 +98442,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 0.9, }, + "do_objectID": "C0CD5027-0BD9-4D15-85D7-E49DDC42A675", "endMarkerType": 0, "fills": Array [ Object { @@ -58122,7 +98484,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -58130,7 +98528,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58142,6 +98542,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Material/Android/Status bar content", "nameIsFixed": false, "overrideProperties": Array [ @@ -58151,6 +98552,7 @@ Object { "overrideName": "180DADB8-0C0B-40BD-A964-08340D4A7861_stringValue", }, ], + "presetDictionary": Object {}, "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, @@ -58158,8 +98560,42 @@ Object { "shouldBreakMaskChain": true, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3D897CB1-1358-4576-831E-CB624B39BC23", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58177,6 +98613,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Symbols", "nameIsFixed": false, "resizingConstraint": 63, @@ -58185,8 +98622,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "580F243F-C85F-4ADD-82C3-92BA90AD8437", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58207,7 +98678,7 @@ Object { "pageListHeight": 110, }, "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, "document": Object { diff --git a/projects/lit-element-codegen/src/lib/__snapshots__/lit-element-codegen.service.spec.ts.snap b/projects/lit-element-codegen/src/lib/__snapshots__/lit-element-codegen.service.spec.ts.snap index 77fa9b6d0..37fe440f5 100644 --- a/projects/lit-element-codegen/src/lib/__snapshots__/lit-element-codegen.service.spec.ts.snap +++ b/projects/lit-element-codegen/src/lib/__snapshots__/lit-element-codegen.service.spec.ts.snap @@ -2007,13 +2007,17 @@ Object { } `; -exports[`LitElementCodeGenService should match md-components-buttons-lights.sketch snapshot for 52 on lit-element 1`] = ` +exports[`LitElementCodeGenService should match md-components-buttons-fabs-light.sketch snapshot for 59 on lit-element 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "do_objectID": "3C9A0FC2-9C25-44D7-B6E9-2A68271FEAE3", + "exportPresets": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -2023,13 +2027,113 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D", + "do_objectID": "07940257-BA95-49BD-B375-6EE1414E8D4D", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], "layerStyles": Object { "_class": "sharedStyleContainer", - "objects": Array [], + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2DEC6056-D4A8-4EE3-93E6-B46AD450B6BC", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "82E576EC-8FF4-47FD-BBF8-276D3E80CC8E", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], }, "layerSymbols": Object { "_class": "symbolContainer", @@ -2042,52 +2146,46 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "_ref": "pages/06732C75-3171-4248-9998-E4DCDB514056", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 121, }, - "fonts": Array [ - "Roboto-Medium", - ], + "fonts": Array [], "pagesAndArtboards": Object { - "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "06732C75-3171-4248-9998-E4DCDB514056": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "do_objectID": "06732C75-3171-4248-9998-E4DCDB514056", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -2103,6 +2201,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -2125,18 +2226,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "36px", + "height": "56px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "94px", + "width": "56px", }, }, - "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", + "do_objectID": "9F8AC6A1-F4A4-422B-A677-30C517A1A9ED", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2817D758-4D6F-44B3-A3B2-5D58193F7253", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -2145,12 +2245,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "35D18917-4257-43AD-BC71-DD8B0CFD9910", - "height": 36, - "width": 94, + "height": 56, + "width": 56, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -2161,46 +2263,58 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "oval", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 28px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "106px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "106px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(0,150,136,1.00)", - "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "border-radius": "50%", + "box-shadow": "0px 14px 14px 0px rgba(0,0,0,0.24),0px 0px 14px 0px rgba(0,0,0,0.12),0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "36px", + "height": "56px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "94px", + "width": "56px", }, }, - "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", + "do_objectID": "2B0A10B9-981F-4000-8E2E-2BDD9F30C8E6", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F95DBC43-E22E-48EE-84C3-BFF761BF5FF0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 2, "frame": Object { "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 94, + "constrainProportions": true, + "height": 56, + "width": 56, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -2208,49 +2322,50 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "button bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, ], "resizingConstraint": 63, @@ -2259,37 +2374,38 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", - "endMarkerType": 0, - "fills": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "blue": 0, + "green": 0, "red": 0, }, - "do_objectID": "518A65E4-7447-46E4-8E6D-2500863E0FEE", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "do_objectID": "441BA153-38D1-4932-89DB-A7E0FA4BF10E", - "fillType": 0, + "fillType": 1, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -2300,10 +2416,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.2, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, "position": 0, }, @@ -2311,7 +2427,18 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, "blue": 0, "green": 0, "red": 0, @@ -2319,24 +2446,27 @@ Object { "position": 1, }, ], - "to": "{0.5, 1}", + "to": "{0.5, 0.99021444515306123}", }, - "isEnabled": false, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 0.2000000029802322, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - "fillType": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -2347,7 +2477,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 0.12, "blue": 1, "green": 1, "red": 1, @@ -2358,30 +2488,61 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.06, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, "position": 1, }, ], "to": "{0.5, 1}", }, - "isEnabled": false, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "94F9F8A1-AEFC-4EAB-BC5F-96090A7EFAAF", + "endMarkerType": 0, + "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.1, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, "fillType": 0, "gradient": Object { @@ -2394,7 +2555,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 1, "blue": 1, "green": 1, "red": 1, @@ -2405,7 +2566,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 1, "blue": 0, "green": 0, "red": 0, @@ -2415,18 +2576,19 @@ Object { ], "to": "{0.5, 1}", }, - "isEnabled": false, + "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, "patternFillType": 0, "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { "_class": "shadow", - "blurRadius": 8, + "blurRadius": 14, "color": Object { "_class": "color", "alpha": 0.2376019021739131, @@ -2441,12 +2603,12 @@ Object { }, "isEnabled": false, "offsetX": 0, - "offsetY": 8, + "offsetY": 14, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 8, + "blurRadius": 14, "color": Object { "_class": "color", "alpha": 0.12, @@ -2466,7 +2628,7 @@ Object { }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.24, @@ -2481,12 +2643,12 @@ Object { }, "isEnabled": true, "offsetX": 0, - "offsetY": 2, + "offsetY": 8, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.12, @@ -2510,97 +2672,29 @@ Object { }, "web": Object { "attributes": Array [ - "role=\\"rectangle\\"", + "role=\\"oval\\"", "aria-label=\\"button bg\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "NORMAL", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "16.5px", + "height": "24px", + "left": "16px", "position": "absolute", - "top": "10px", + "top": "16px", "visibility": "visible", - "width": "61px", + "width": "24px", }, }, - "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", - "dontSynchroniseWithSymbol": false, + "do_objectID": "31DE405C-40EA-4542-9157-77FDF05E4CF7", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "81E4C18A-C5B1-4FCD-A4EC-F507E67A763E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -2609,13 +2703,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C77760CF-EB51-4E10-B303-70D70714C011", - "height": 16, - "width": 61, - "x": 16.5, - "y": 10, + "height": 24, + "width": 24, + "x": 16, + "y": 16, }, - "glyphBounds": "{{0, 0}, {61, 16}}", + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -2623,77 +2719,612 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NORMAL", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CFA250F8-ABC2-487A-9323-8BBD10C0BFAD", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, + "do_objectID": "4B044FF4-ABB5-4B8D-947B-F6DA47EEA22F", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ECC1178A-3EEF-42C8-827B-B6C79CE429AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "95323268-06B8-47A3-9C1E-841E1D3AD72B", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{1, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 1}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 1}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{1, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{1, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.42857142857142855}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2DEC6056-D4A8-4EE3-93E6-B46AD450B6BC", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E402A47E-CCFA-4061-96E5-361F20410BD4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M14 6,L 8 6,L 8 0,L 6 0,L 6 6,L 0 6,L 0 8,L 6 8,L 6 14,L 8 14,L 8 8,L 14 8,L 14 6,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "add", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7E088BE-F829-42B5-99DB-5E12CD9E02A6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"add\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "fab", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "016AD96A-E9C8-4EC3-A372-D87BDA49078B", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"button\\"", + "aria-label=\\"fab\\"", ], }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -2702,8 +3333,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "278171CB-6472-4F87-A815-3E3C593D515A", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -2716,11 +3381,11 @@ Object { ], "previews": Array [], "user": Object { - "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { - "scrollOrigin": "{134, 134}", + "06732C75-3171-4248-9998-E4DCDB514056": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, - "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { + "E516E877-5092-41C7-92B9-C9E0EDE398FA": Object { "pageListHeight": 110, }, "document": Object { @@ -2731,15 +3396,13 @@ Object { } `; -exports[`LitElementCodeGenService should match md-components-buttons-lights.sketch snapshot for 53 on lit-element 1`] = ` +exports[`LitElementCodeGenService should match md-components-buttons-lights.sketch snapshot for 52 on lit-element 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", - "colorAssets": Array [], "colors": Array [], - "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -2775,19 +3438,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 105, }, "fonts": Array [ "Roboto-Medium", @@ -2799,10 +3462,14 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { @@ -2825,9 +3492,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -2876,9 +3540,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -3445,7 +4106,7 @@ Object { "previews": Array [], "user": Object { "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{134, 134}", "zoomValue": 1, }, "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { @@ -3459,13 +4120,15 @@ Object { } `; -exports[`LitElementCodeGenService should match md-components-cards-homes.sketch snapshot for 52 on lit-element 1`] = ` +exports[`LitElementCodeGenService should match md-components-buttons-lights.sketch snapshot for 53 on lit-element 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -3475,257 +4138,13 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", + "do_objectID": "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], "layerStyles": Object { "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "layerSymbols": Object { "_class": "symbolContainer", @@ -3738,52 +4157,48 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", + "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ - "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", + "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -3799,6 +4214,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -3821,18 +4239,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "224px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "344px", + "width": "94px", }, }, - "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", + "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "98074A6E-84B2-4F16-B665-C835B1F1F186", + "do_objectID": "2817D758-4D6F-44B3-A3B2-5D58193F7253", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -3841,12 +4259,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E63A53AF-E7EE-46D8-BFE8-0AAB73C9D3DE", - "height": 224, - "width": 344, + "do_objectID": "35D18917-4257-43AD-BC71-DD8B0CFD9910", + "height": 36, + "width": 94, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -3865,22 +4286,22 @@ Object { "before": Object {}, }, "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "background-color": "rgba(0,150,136,1.00)", + "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "224px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "344px", + "width": "94px", }, }, - "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", + "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0713C981-1FBB-49DE-8AF4-82CEF028725A", + "do_objectID": "F95DBC43-E22E-48EE-84C3-BFF761BF5FF0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -3890,12 +4311,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 224, - "width": 344, + "height": 36, + "width": 94, "x": 0, "y": 0, }, - "hasClippingMask": true, + "hasClippingMask": false, "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, @@ -3904,7 +4325,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "button bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -3914,7 +4335,6 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", - "do_objectID": "9EF2F25A-8C0B-490A-8B6B-CB89A9CA3FE0", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -3925,7 +4345,6 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", - "do_objectID": "76222E59-B93C-48FF-9FC5-055A32CBC1D2", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -3936,7 +4355,6 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", - "do_objectID": "598CF3D5-4C1A-4AD1-B2B7-1D97BE8C6704", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -3947,7 +4365,6 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", - "do_objectID": "DD1184C0-136D-418C-8EA0-1ED3D172E028", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -3956,21 +4373,40 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, - "fillType": 1, + "do_objectID": "518A65E4-7447-46E4-8E6D-2500863E0FEE", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "do_objectID": "441BA153-38D1-4932-89DB-A7E0FA4BF10E", + "fillType": 0, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -3981,10 +4417,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.2, + "blue": 0.6, + "green": 0.6, + "red": 0.6, }, "position": 0, }, @@ -3992,52 +4428,32 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, }, "position": 1, }, ], "to": "{0.5, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.2000000029802322, + "blue": 0.6, + "green": 0.6, + "red": 0.6, }, - "fillType": 1, + "fillType": 0, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -4048,10 +4464,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, }, "position": 0, }, @@ -4059,29 +4475,54 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, + "alpha": 0.5, "blue": 0, "green": 0, "red": 0, }, - "position": 0.8, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, }, - "position": 0.950255322222858, + "position": 0, }, Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.04, + "alpha": 0.5, "blue": 0, "green": 0, "red": 0, @@ -4091,25 +4532,7 @@ Object { ], "to": "{0.5, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, + "isEnabled": false, "noiseIndex": 0, "noiseIntensity": 0, "patternFillType": 0, @@ -4120,10 +4543,10 @@ Object { "shadows": Array [ Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", - "alpha": 0.24, + "alpha": 0.2376019021739131, "blue": 0, "green": 0, "red": 0, @@ -4133,14 +4556,14 @@ Object { "blendMode": 0, "opacity": 1, }, - "isEnabled": true, + "isEnabled": false, "offsetX": 0, - "offsetY": 2, + "offsetY": 8, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.12, @@ -4153,149 +4576,59 @@ Object { "blendMode": 0, "opacity": 1, }, - "isEnabled": true, + "isEnabled": false, "offsetX": 0, "offsetY": 0, "spread": 0, }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,187,211,1.00)", - "display": "block", - "height": "176px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B245FB2F-7F3C-4D6A-AAF3-18FE3B124490", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 176, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", - "endMarkerType": 0, - "fills": Array [ Object { - "_class": "fill", + "_class": "shadow", + "blurRadius": 2, "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.8274509803921568, - "green": 0.7333333333333333, + "alpha": 0.24, + "blue": 0, + "green": 0, "red": 0, }, - "do_objectID": "462C738B-C65E-434C-9FF9-916E784F8EB1", - "fillType": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, ], - "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", + "aria-label=\\"button bg\\"", ], }, }, @@ -4317,24 +4650,51 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, - "kerning": 0, + "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 13, + "length": 5, "location": 0, }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, ], - "string": "Pre-fab Homes", + "string": "NORMAL", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -4343,21 +4703,21 @@ Object { "rules": Object { "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "24px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "16.5px", "position": "absolute", - "top": "137px", + "top": "10px", "visibility": "visible", - "width": "161px", + "width": "61px", }, }, - "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", + "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "386665A7-C098-49E9-AB71-126A8B4ED607", + "do_objectID": "81E4C18A-C5B1-4FCD-A4EC-F507E67A763E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -4366,13 +4726,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D0438ADA-75E5-48E5-A3AB-A55AF5E84029", - "height": 24, - "width": 161, - "x": 19, - "y": 137, + "do_objectID": "C77760CF-EB51-4E10-B303-70D70714C011", + "height": 16, + "width": 61, + "x": 16.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {161, 24}}", + "glyphBounds": "{{0, 0}, {61, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -4381,7 +4741,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Pre-fab Homes 2", + "name": "NORMAL", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -4389,13 +4749,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", + "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "45243A28-E9FB-4A4A-8DB1-A8B2F38B9657", + "do_objectID": "CFA250F8-ABC2-487A-9323-8BBD10C0BFAD", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -4407,17 +4767,16 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, - "kerning": 0, + "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -4429,1282 +4788,863 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "209px", - "position": "absolute", - "top": "188px", - "visibility": "visible", - "width": "119px", - }, - }, - "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2A26EE59-59EE-4608-8D68-FC2A4BB1CE74", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E30F338C-0755-4F54-AED4-4CA9BDE48A46", - "height": 24, - "width": 119, - "x": 209, - "y": 188, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "95px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B6AF0990-0F41-4695-BD54-00197F4BEAE8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "307E9C13-BD4D-44C3-8559-96F0E46B186E", - "height": 24, - "width": 24, - "x": 95, - "y": 0, + ], + "name": "button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"button\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`LitElementCodeGenService should match md-components-buttons-lights.sketch snapshot for 59 on lit-element 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "6C6C25B1-9B38-4ECB-9E0C-76B5AA0FB022", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "516247EF-188D-4E72-AC55-64B03A15D2AD", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "94px", + }, + }, + "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 94, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 47px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "86px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "144px", }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8C0747D3-9212-4C92-8FE5-0707A83F6760", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "36px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "94px", + }, + }, + "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 94, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bg", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "3px", - "position": "absolute", - "top": "1.999899999999798px", - "visibility": "visible", - "width": "18px", - }, - }, - "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E1DB8B35-B319-4E78-9E45-9CA53344E3C5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CBDA8CB3-7920-4DDC-BAC9-B6B509B94BE1", - "height": 20, - "width": 18, - "x": 3, - "y": 1.999899999999798, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.79111111111111099, 0.70682730923694814}", - "curveMode": 4, - "curveTo": "{0.83333333333333337, 0.70682730923694814}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.83333333333333337, 0.70682730923694814}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.72444444444444445, 0.74548192771084365}", - "curveMode": 4, - "curveTo": "{0.7533333333333333, 0.72188755020080353}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.72444444444444445, 0.74548192771084365}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33111111111111119, 0.52560240963855442}", - "curveMode": 4, - "curveTo": "{0.32833333333333337, 0.53714859437751028}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32833333333333337, 0.53714859437751028}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33333333333333337, 0.48995983935743004}", - "curveMode": 2, - "curveTo": "{0.33333333333333337, 0.51405622489959857}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.33333333333333337, 0.5020080321285143}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.32833333333333337, 0.46686746987951833}", - "curveMode": 4, - "curveTo": "{0.33111111111111119, 0.47841365461847413}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.32833333333333337, 0.46686746987951833}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.75, 0.28564257028112472}", - "curveMode": 4, - "curveTo": "{0.72000000000000008, 0.26054216867469898}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.72000000000000008, 0.26054216867469898}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.92555555555555558, 0.30120481927710863}", - "curveMode": 3, - "curveTo": "{0.7894444444444445, 0.30120481927710863}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 0.30120481927710863}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.067269076305220984}", - "curveMode": 2, - "curveTo": "{1, 0.23393574297188771}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.15060240963855434}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", - "curveMode": 2, - "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 8.8817841970012528e-17}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.66666666666666663, 0.16265060240963869}", - "curveMode": 3, - "curveTo": "{0.66666666666666663, 0.067269076305220984}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.66666666666666663, 0.15060240963855434}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.67166666666666663, 0.18574297188755035}", - "curveMode": 4, - "curveTo": "{0.66888888888888887, 0.17419678714859449}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.67166666666666663, 0.18574297188755035}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.25, 0.36696787148594401}", - "curveMode": 4, - "curveTo": "{0.28000000000000003, 0.39206827309236975}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.28000000000000003, 0.39206827309236975}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.074444444444444438, 0.35140562248996005}", - "curveMode": 3, - "curveTo": "{0.21055555555555555, 0.35140562248996005}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.16666666666666666, 0.35140562248996005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.58534136546184767}", - "curveMode": 2, - "curveTo": "{0, 0.41867469879518093}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5020080321285143}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.21055555555555555, 0.65261044176706862}", - "curveMode": 3, - "curveTo": "{0.074444444444444438, 0.65261044176706862}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.16666666666666666, 0.65261044176706862}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.28000000000000003, 0.61194779116465892}", - "curveMode": 4, - "curveTo": "{0.25, 0.6370481927710846}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.28000000000000003, 0.61194779116465892}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.6727777777777777, 0.83132530120481973}", - "curveMode": 4, - "curveTo": "{0.67555555555555558, 0.82078313253012092}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.67555555555555558, 0.82078313253012092}", - }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.67111111111111121, 0.93423694779116495}", - "curveMode": 3, - "curveTo": "{0.67111111111111121, 0.84236947791164696}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.67111111111111121, 0.85341365461847429}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9227777777777777, 1}", - "curveMode": 2, - "curveTo": "{0.74388888888888893, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99555555555555564, 0.77259036144578308}", - "curveMode": 2, - "curveTo": "{0.99555555555555564, 0.93423694779116495}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.99555555555555564, 0.85341365461847385}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.83333333333333337, 0.7068273092369477}", - "curveMode": 4, - "curveTo": "{0.92277777777777792, 0.7068273092369477}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.83333333333333337, 0.7068273092369477}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "395F98C8-7A7D-448B-9431-77AE198CD2AA", - "opacity": 0.5399999618530273, - }, - "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - ], - "name": "share", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"share\\"", - ], + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.2376019021739131, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 8, + "spread": 0, }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "47px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A01478AF-F442-48D4-876B-7B242558A1C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1CD9EA03-E457-4DE2-AB87-E53E4CA3F6CE", - "height": 24, - "width": 24, - "x": 47, - "y": 0, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "18px", - "left": "5px", - "position": "absolute", - "top": "3px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0792DFC7-13AE-4023-BC28-6EAE2F525D94", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 18, - "width": 14, - "x": 5, - "y": 3, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"button bg\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.8571428571428571, 1}", - "curveMode": 1, - "curveTo": "{0.8571428571428571, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.8571428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.064285714285714307, 1}", - "curveMode": 4, - "curveTo": "{0.14285714285714285, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.14285714285714285, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.88888888888888884}", - "curveMode": 4, - "curveTo": "{0, 0.95000000000000007}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.88888888888888884}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.16666666666666666}", - "curveMode": 1, - "curveTo": "{0.5, 0.16666666666666666}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.16666666666666666}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.95000000000000007}", - "curveMode": 4, - "curveTo": "{1, 0.88888888888888884}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.88888888888888884}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.8571428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.93571428571428583, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.8571428571428571, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "1BB40B22-9947-481D-BDFD-D499709536C5", - "opacity": 0.5399999618530273, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", - ], - "type": "path", - }, - ], }, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "78FE6195-3CDF-434D-90A3-E224F31C3763", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", - }, - ], }, - "web": Object { - "attributes": Array [], + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - ], - "name": "bookmark", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"bookmark\\"", - ], + "length": 1, + "location": 5, }, + ], + "string": "NORMAL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "16.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "61px", }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "25px", + }, + "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 61, + "x": 16.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {61, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "NORMAL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - }, - "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0E3F3B31-21D5-4AB9-9C91-1DD6589D73BC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9B35355B-154A-4833-84D9-5218A91A7536", - "height": 24, - "width": 25, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "16px", - "left": "3.125px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "18.75px", - }, - }, - "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ABBE7457-D1CB-4143-BB68-1D95867C1CA6", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 16, - "width": 18.75, - "x": 3.125, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.63888888888888884, 1}", - "curveMode": 4, - "curveTo": "{0.75, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.75, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.46111111111111114, 0.91874999999999996}", - "curveMode": 4, - "curveTo": "{0.53888888888888886, 0.91874999999999996}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0.8125}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1111111111111111, 1}", - "curveMode": 3, - "curveTo": "{0.3611111111111111, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.25, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.5}", - "curveMode": 3, - "curveTo": "{0, 0.88124999999999998}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.71875}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.80555555555555558, 0.3125}", - "curveMode": 4, - "curveTo": "{0.19444444444444445, 0.3125}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.88124999999999998}", - "curveMode": 3, - "curveTo": "{1, 0.5}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.71875}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.75, 1}", - "curveMode": 4, - "curveTo": "{0.88888888888888884, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.75, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "746B6BFB-EEFE-454B-A634-4D361594E58D", - "opacity": 0.5399999618530273, - }, - "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "25px", - }, - }, - "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C5CE84E-EE96-4490-92D4-0DBB46A90FAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 25, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - ], - "name": "favorite", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"favorite\\"", - ], }, + "verticalAlignment": 0, }, - ], - "name": "Buttons", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Buttons\\"", - ], + "attributes": Array [], }, }, ], - "name": "homes", + "maintainScrollPosition": false, + "name": "button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -5712,20 +5652,54 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"homes\\"", + "aria-label=\\"button\\"", ], }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -5734,8 +5708,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "EF515898-537B-469C-9036-E6B725CF8307", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -5748,11 +5756,11 @@ Object { ], "previews": Array [], "user": Object { - "401CB139-CDA3-476B-A400-674DCF860FB6": Object { - "scrollOrigin": "{134, 134}", + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, - "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { "pageListHeight": 110, }, "document": Object { @@ -5763,15 +5771,13 @@ Object { } `; -exports[`LitElementCodeGenService should match md-components-cards-homes.sketch snapshot for 53 on lit-element 1`] = ` +exports[`LitElementCodeGenService should match md-components-cards-homes.sketch snapshot for 52 on lit-element 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", - "colorAssets": Array [], "colors": Array [], - "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -6051,19 +6057,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 105, }, "fonts": Array [ "Roboto-Regular", @@ -6075,10 +6081,14 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { @@ -6101,9 +6111,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -6152,9 +6159,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -6770,9 +6774,6 @@ Object { "x": 209, "y": 188, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -6815,9 +6816,6 @@ Object { "x": 95, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -7324,9 +7322,6 @@ Object { "x": 47, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -7684,9 +7679,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -8069,7 +8061,7 @@ Object { "previews": Array [], "user": Object { "401CB139-CDA3-476B-A400-674DCF860FB6": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{134, 134}", "zoomValue": 1, }, "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { @@ -8083,13 +8075,15 @@ Object { } `; -exports[`LitElementCodeGenService should match md-components-cards-pooch.sketch snapshot for 52 on lit-element 1`] = ` +exports[`LitElementCodeGenService should match md-components-cards-homes.sketch snapshot for 53 on lit-element 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -8099,7 +8093,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -8108,7 +8102,7 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", "name": "Material/Light/Card", "value": Object { "_class": "style", @@ -8316,27 +8310,34 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "name": "Material/Light/Divider", + "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", + "name": "Material/Icon dark", "value": Object { "_class": "style", - "borders": Array [ + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, "fillType": 0, "isEnabled": true, - "position": 0, - "thickness": 1, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -8350,137 +8351,53 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", + "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ "Roboto-Regular", - "Roboto-Medium", ], "pagesAndArtboards": Object { - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", + "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -8496,6 +8413,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -8518,7 +8438,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "136px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -8526,21 +8446,11 @@ Object { "width": "344px", }, }, - "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", + "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], + "do_objectID": "98074A6E-84B2-4F16-B665-C835B1F1F186", + "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -8548,12 +8458,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", - "height": 136, + "do_objectID": "E63A53AF-E7EE-46D8-BFE8-0AAB73C9D3DE", + "height": 224, "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -8575,7 +8488,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "136px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -8583,21 +8496,21 @@ Object { "width": "344px", }, }, - "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", + "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", + "do_objectID": "0713C981-1FBB-49DE-8AF4-82CEF028725A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 3, + "fixedRadius": 2, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 136, + "height": 224, "width": 344, "x": 0, "y": 0, @@ -8611,46 +8524,50 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card 2", + "name": "card", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", + "do_objectID": "9EF2F25A-8C0B-490A-8B6B-CB89A9CA3FE0", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", + "do_objectID": "76222E59-B93C-48FF-9FC5-055A32CBC1D2", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", + "do_objectID": "598CF3D5-4C1A-4AD1-B2B7-1D97BE8C6704", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", + "do_objectID": "DD1184C0-136D-418C-8EA0-1ED3D172E028", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -8659,7 +8576,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -8799,7 +8716,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", + "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", "endMarkerType": 0, "fills": Array [ Object { @@ -8868,7 +8785,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card 2\\"", + "aria-label=\\"card\\"", ], }, }, @@ -8881,21 +8798,21 @@ Object { "before": Object {}, }, "rules": Object { - "background-color": "rgba(0,0,0,0.25)", + "background-color": "rgba(0,187,211,1.00)", "display": "block", - "height": "136px", + "height": "176px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "88px", + "width": "344px", }, }, - "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", + "do_objectID": "B245FB2F-7F3C-4D6A-AAF3-18FE3B124490", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -8905,8 +8822,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 136, - "width": 88, + "height": 176, + "width": 344, "x": 0, "y": 0, }, @@ -8970,19 +8887,19 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.25, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.8274509803921568, + "green": 0.7333333333333333, "red": 0, }, - "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "do_objectID": "462C738B-C65E-434C-9FF9-916E784F8EB1", "fillType": 0, "isEnabled": true, "noiseIndex": 0, @@ -8993,34 +8910,6 @@ Object { ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { @@ -9030,122 +8919,6 @@ Object { ], }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "82px", - "visibility": "visible", - "width": "256px", - }, - }, - "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", - "height": 3, - "width": 256, - "x": 88, - "y": 82, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.51388888888888884}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.51388888888888884}", - "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", - "curveMode": 1, - "curveTo": "{0.0058593749999999445, 0.54166666666666663}", - "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, Object { "_class": "text", "attributedString": Object { @@ -9157,52 +8930,54 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "name": "Roboto-Regular", + "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - "length": 6, + "length": 13, "location": 0, }, ], - "string": "REVIEW", + "string": "Pre-fab Homes", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "223.5px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "19px", "position": "absolute", - "top": "100px", + "top": "137px", "visibility": "visible", - "width": "51px", + "width": "161px", }, }, - "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", + "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", + "do_objectID": "386665A7-C098-49E9-AB71-126A8B4ED607", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -9211,12 +8986,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 51, - "x": 223.5, - "y": 100, + "do_objectID": "D0438ADA-75E5-48E5-A3AB-A55AF5E84029", + "height": 24, + "width": 161, + "x": 19, + "y": 137, }, - "glyphBounds": "{{0, 0}, {50, 16}}", + "glyphBounds": "{{0, 0}, {161, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -9225,7 +9001,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "REVIEW", + "name": "Pre-fab Homes 2", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -9233,33 +9009,35 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", + "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", + "do_objectID": "45243A28-E9FB-4A4A-8DB1-A8B2F38B9657", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "name": "Roboto-Regular", + "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -9272,62 +9050,24 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 11, - "location": 0, - }, - ], - "string": "FREE SAMPLE", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "108.5px", + "height": "24px", + "left": "209px", "position": "absolute", - "top": "100px", + "top": "188px", "visibility": "visible", - "width": "92px", + "width": "119px", }, }, - "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", - "dontSynchroniseWithSymbol": false, + "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", + "do_objectID": "2A26EE59-59EE-4608-8D68-FC2A4BB1CE74", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -9336,2199 +9076,1590 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 92, - "x": 108.5, - "y": 100, + "do_objectID": "E30F338C-0755-4F54-AED4-4CA9BDE48A46", + "height": 24, + "width": 119, + "x": 209, + "y": 188, }, - "glyphBounds": "{{0, 0}, {91, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "FREE SAMPLE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B6AF0990-0F41-4695-BD54-00197F4BEAE8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "307E9C13-BD4D-44C3-8559-96F0E46B186E", + "height": 24, + "width": 24, + "x": 95, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8C0747D3-9212-4C92-8FE5-0707A83F6760", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", + ], + "type": "path", + }, + ], }, - }, - "length": 14, - "location": 0, - }, - ], - "string": "By Alex Nelson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "107px", - "position": "absolute", - "top": "43px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 95, - "x": 107, - "y": 43, - }, - "glyphBounds": "{{0, 0}, {93, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "By Alex Nelson 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "3px", + "position": "absolute", + "top": "1.999899999999798px", + "visibility": "visible", + "width": "18px", }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, + "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E1DB8B35-B319-4E78-9E45-9CA53344E3C5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - }, - "length": 8, - "location": 0, - }, - ], - "string": "El Pooch", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "106px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 95, - "x": 106, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {94, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "El Pooch 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "CBDA8CB3-7920-4DDC-BAC9-B6B509B94BE1", + "height": 20, + "width": 18, + "x": 3, + "y": 1.999899999999798, }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "pooch", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"pooch\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { - "pageListHeight": 110, - }, - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`LitElementCodeGenService should match md-components-cards-pooch.sketch snapshot for 53 on lit-element 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.79111111111111099, 0.70682730923694814}", + "curveMode": 4, + "curveTo": "{0.83333333333333337, 0.70682730923694814}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.83333333333333337, 0.70682730923694814}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.72444444444444445, 0.74548192771084365}", + "curveMode": 4, + "curveTo": "{0.7533333333333333, 0.72188755020080353}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.72444444444444445, 0.74548192771084365}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33111111111111119, 0.52560240963855442}", + "curveMode": 4, + "curveTo": "{0.32833333333333337, 0.53714859437751028}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32833333333333337, 0.53714859437751028}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33333333333333337, 0.48995983935743004}", + "curveMode": 2, + "curveTo": "{0.33333333333333337, 0.51405622489959857}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33333333333333337, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.32833333333333337, 0.46686746987951833}", + "curveMode": 4, + "curveTo": "{0.33111111111111119, 0.47841365461847413}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.32833333333333337, 0.46686746987951833}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.28564257028112472}", + "curveMode": 4, + "curveTo": "{0.72000000000000008, 0.26054216867469898}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.72000000000000008, 0.26054216867469898}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.92555555555555558, 0.30120481927710863}", + "curveMode": 3, + "curveTo": "{0.7894444444444445, 0.30120481927710863}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.30120481927710863}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.067269076305220984}", + "curveMode": 2, + "curveTo": "{1, 0.23393574297188771}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", + "curveMode": 2, + "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 8.8817841970012528e-17}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.66666666666666663, 0.16265060240963869}", + "curveMode": 3, + "curveTo": "{0.66666666666666663, 0.067269076305220984}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.66666666666666663, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67166666666666663, 0.18574297188755035}", + "curveMode": 4, + "curveTo": "{0.66888888888888887, 0.17419678714859449}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.67166666666666663, 0.18574297188755035}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.36696787148594401}", + "curveMode": 4, + "curveTo": "{0.28000000000000003, 0.39206827309236975}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.28000000000000003, 0.39206827309236975}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.074444444444444438, 0.35140562248996005}", + "curveMode": 3, + "curveTo": "{0.21055555555555555, 0.35140562248996005}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.35140562248996005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.58534136546184767}", + "curveMode": 2, + "curveTo": "{0, 0.41867469879518093}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.21055555555555555, 0.65261044176706862}", + "curveMode": 3, + "curveTo": "{0.074444444444444438, 0.65261044176706862}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.65261044176706862}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.28000000000000003, 0.61194779116465892}", + "curveMode": 4, + "curveTo": "{0.25, 0.6370481927710846}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.28000000000000003, 0.61194779116465892}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.6727777777777777, 0.83132530120481973}", + "curveMode": 4, + "curveTo": "{0.67555555555555558, 0.82078313253012092}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.67555555555555558, 0.82078313253012092}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67111111111111121, 0.93423694779116495}", + "curveMode": 3, + "curveTo": "{0.67111111111111121, 0.84236947791164696}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.67111111111111121, 0.85341365461847429}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9227777777777777, 1}", + "curveMode": 2, + "curveTo": "{0.74388888888888893, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99555555555555564, 0.77259036144578308}", + "curveMode": 2, + "curveTo": "{0.99555555555555564, 0.93423694779116495}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.99555555555555564, 0.85341365461847385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.83333333333333337, 0.7068273092369477}", + "curveMode": 4, + "curveTo": "{0.92277777777777792, 0.7068273092369477}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.7068273092369477}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "395F98C8-7A7D-448B-9431-77AE198CD2AA", + "opacity": 0.5399999618530273, + }, + "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", + ], + "type": "path", + }, + ], }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "web": Object { + "attributes": Array [], }, - "position": 1, }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "name": "share", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "position": 0.8, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"share\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "47px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A01478AF-F442-48D4-876B-7B242558A1C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1CD9EA03-E457-4DE2-AB87-E53E4CA3F6CE", + "height": 24, + "width": 24, + "x": 47, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "5px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0792DFC7-13AE-4023-BC28-6EAE2F525D94", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 14, + "x": 5, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 1, + "curveTo": "{0.8571428571428571, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.8571428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.064285714285714307, 1}", + "curveMode": 4, + "curveTo": "{0.14285714285714285, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.14285714285714285, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.88888888888888884}", + "curveMode": 4, + "curveTo": "{0, 0.95000000000000007}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.16666666666666666}", + "curveMode": 1, + "curveTo": "{0.5, 0.16666666666666666}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.16666666666666666}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.95000000000000007}", + "curveMode": 4, + "curveTo": "{1, 0.88888888888888884}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.93571428571428583, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.8571428571428571, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "1BB40B22-9947-481D-BDFD-D499709536C5", + "opacity": 0.5399999618530273, + }, + "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - "position": 0.950255322222858, }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "78FE6195-3CDF-434D-90A3-E224F31C3763", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - "position": 1, }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "name": "bookmark", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"bookmark\\"", + ], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", - "height": 136, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 3, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 136, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": true, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card 2", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, + }, + "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E3F3B31-21D5-4AB9-9C91-1DD6589D73BC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9B35355B-154A-4833-84D9-5218A91A7536", + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3.125px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18.75px", }, + }, + "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ABBE7457-D1CB-4143-BB68-1D95867C1CA6", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 18.75, + "x": 3.125, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.63888888888888884, 1}", + "curveMode": 4, + "curveTo": "{0.75, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.75, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.46111111111111114, 0.91874999999999996}", + "curveMode": 4, + "curveTo": "{0.53888888888888886, 0.91874999999999996}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0.8125}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1111111111111111, 1}", + "curveMode": 3, + "curveTo": "{0.3611111111111111, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.25, 1}", }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5}", + "curveMode": 3, + "curveTo": "{0, 0.88124999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.71875}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.80555555555555558, 0.3125}", + "curveMode": 4, + "curveTo": "{0.19444444444444445, 0.3125}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.88124999999999998}", + "curveMode": 3, + "curveTo": "{1, 0.5}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.71875}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 1}", + "curveMode": 4, + "curveTo": "{0.88888888888888884, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.75, 1}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "746B6BFB-EEFE-454B-A634-4D361594E58D", + "opacity": 0.5399999618530273, + }, + "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", + }, + }, + "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C5CE84E-EE96-4490-92D4-0DBB46A90FAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, + ], + "name": "favorite", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"favorite\\"", + ], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card 2\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.25)", - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 136, - "width": 88, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", }, ], + "name": "Buttons", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.25, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", + "role=\\"group\\"", + "aria-label=\\"Buttons\\"", ], }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "82px", - "visibility": "visible", - "width": "256px", + ], + "name": "homes", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"homes\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`LitElementCodeGenService should match md-components-cards-homes.sketch snapshot for 59 on lit-element 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "501349E4-2CFB-4642-95FE-E18C5840D5E0", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "52BD125A-8DAF-4D9A-9745-66C9DD33B546", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", - "height": 3, - "width": 256, - "x": 88, - "y": 82, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.51388888888888884}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.51388888888888884}", - "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", - "curveMode": 1, - "curveTo": "{0.0058593749999999445, 0.54166666666666663}", - "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, - "length": 6, - "location": 0, - }, - ], - "string": "REVIEW", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "223.5px", - "position": "absolute", - "top": "100px", - "visibility": "visible", - "width": "51px", - }, - }, - "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 51, - "x": 223.5, - "y": 100, - }, - "glyphBounds": "{{0, 0}, {50, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "REVIEW", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.2, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0, + "blue": 0, + "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 0, }, - "length": 11, - "location": 0, - }, - ], - "string": "FREE SAMPLE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "108.5px", - "position": "absolute", - "top": "100px", - "visibility": "visible", - "width": "92px", - }, - }, - "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 92, - "x": 108.5, - "y": 100, - }, - "glyphBounds": "{{0, 0}, {91, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "FREE SAMPLE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6C7A151B-8B7A-4669-AEB0-325A3E85F7DD", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.5438462409, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "position": 1, }, - "length": 14, - "location": 0, - }, - ], - "string": "By Alex Nelson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "107px", - "position": "absolute", - "top": "43px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 95, - "x": 107, - "y": 43, - }, - "glyphBounds": "{{0, 0}, {93, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "By Alex Nelson 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 8, - "location": 0, - }, - ], - "string": "El Pooch", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "106px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 95, - "x": 106, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {94, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "El Pooch 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "pooch", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"pooch\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { - "pageListHeight": 110, - }, - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`LitElementCodeGenService should match md-components-cards-safari.sketch snapshot for 52 on lit-element 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -11578,28 +10709,99 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "name": "Material/Light/Divider", + "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", + "name": "Material/Icon dark", "value": Object { "_class": "style", - "borders": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "EC7B3116-BA69-4AB8-A43A-ACF2B1514F3B", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, - "position": 0, - "thickness": 1, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "endMarkerType": 0, + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -11617,52 +10819,48 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "49.3", - "build": 51167, - "commit": "2b45d75f77b3d86c8cfab3e1090bcc520c37ea74", - "compatibilityVersion": 93, + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 101, + "version": 121, }, "fonts": Array [ "Roboto-Regular", - "Roboto-Medium", ], "pagesAndArtboards": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -11678,6 +10876,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -11700,7 +10901,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "304px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -11708,21 +10909,10 @@ Object { "width": "344px", }, }, - "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], + "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -11730,12 +10920,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", - "height": 304, + "height": 224, "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -11751,25 +10943,38 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "274px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "304px", + "height": "224px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", "width": "344px", }, }, - "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -11779,7 +10984,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 304, + "height": 224, "width": 344, "x": 0, "y": 0, @@ -11793,8 +10998,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "card", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -11803,7 +11010,6 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", - "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -11814,7 +11020,6 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", - "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -11825,7 +11030,6 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", - "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -11836,7 +11040,6 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", - "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -11845,10 +11048,26 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -11859,7 +11078,11 @@ Object { "green": 0.592, "red": 0.592, }, - "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -11876,7 +11099,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -11888,7 +11110,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -11900,7 +11121,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -11912,7 +11132,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -11931,7 +11150,11 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -11948,7 +11171,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -11960,7 +11182,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -11972,7 +11193,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -11984,7 +11204,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -11995,7 +11214,20 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", "endMarkerType": 0, "fills": Array [ Object { @@ -12007,7 +11239,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -12015,6 +11283,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -12032,7 +11301,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -12053,7 +11321,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -12076,24 +11343,37 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(0,187,211,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "226px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { - "background-color": "rgba(0,150,136,1.00)", + "background": "inherit", + "background-color": "rgba(0,187,211,1.00)", "display": "block", "height": "176px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", "width": "344px", }, }, - "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12117,8 +11397,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "image placeholder", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -12168,7 +11450,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", "endMarkerType": 0, "fills": Array [ Object { @@ -12176,11 +11488,47 @@ Object { "color": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "blue": 0.8274509803921568, + "green": 0.7333333333333333, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -12188,7 +11536,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -12221,6 +11571,7 @@ Object { "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", @@ -12229,11 +11580,11 @@ Object { "minimumLineHeight": 24, }, }, - "length": 22, + "length": 13, "location": 0, }, ], - "string": "Kangaroo Valley Safari", + "string": "Pre-fab Homes", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -12245,18 +11596,17 @@ Object { "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", "font-size": "24px", "height": "24px", - "left": "18px", + "left": "19px", "position": "absolute", "top": "137px", "visibility": "visible", - "width": "245px", + "width": "161px", }, }, - "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12266,11 +11616,11 @@ Object { "_class": "rect", "constrainProportions": false, "height": 24, - "width": 245, - "x": 18, + "width": 161, + "x": 19, "y": 137, }, - "glyphBounds": "{{0, 0}, {241, 24}}", + "glyphBounds": "{{0, 0}, {161, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -12279,7 +11629,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Kangaroo Valley Safari", + "maintainScrollPosition": false, + "name": "Pre-fab Homes 2", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -12287,13 +11638,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -12309,6 +11692,7 @@ Object { "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", @@ -12326,134 +11710,6 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 83, - "location": 0, - }, - ], - "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "48px", - "left": "18px", - "position": "absolute", - "top": "183px", - "visibility": "visible", - "width": "311px", - }, - }, - "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", - "height": 48, - "width": 311, - "x": 18, - "y": 183, - }, - "glyphBounds": "{{0, 0}, {311, 48}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Located two hours so 2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, Object { "_class": "group", "booleanOperation": 0, @@ -12461,18 +11717,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "36px", - "left": "76px", + "height": "24px", + "left": "209px", "position": "absolute", - "top": "260px", + "top": "188px", "visibility": "visible", - "width": "112px", + "width": "119px", }, }, - "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12481,11 +11736,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", - "height": 36, - "width": 112, - "x": 76, - "y": 260, + "height": 24, + "width": 119, + "x": 209, + "y": 188, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -12497,25 +11754,23 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "36px", - "left": "0px", + "height": "24px", + "left": "95px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "112px", + "width": "24px", }, }, - "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", - "edited": true, + "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12524,555 +11779,668 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 36, - "width": 112, - "x": 0, + "height": 24, + "width": 24, + "x": 95, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, - "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", - "opacity": 0.5, - }, - "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, - "length": 10, - "location": 0, }, - ], - "string": "LEARN MORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "12.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "87px", - }, - }, - "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 87, - "x": 12.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {86, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "LEARN MORE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "8px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", - "height": 36, - "width": 68, - "x": 8, - "y": 260, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", - "opacity": 0.5, - }, - "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", + ], + "type": "path", + }, ], - "type": "path", }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, + "web": Object { + "attributes": Array [], }, - ], - "string": "SHARE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "11.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "46px", }, - }, - "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", - "dontSynchroniseWithSymbol": false, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "3px", + "position": "absolute", + "top": "1.999899999999798px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 18, + "x": 3, + "y": 1.999899999999798, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.79111111111111099, 0.70682730923694814}", + "curveMode": 4, + "curveTo": "{0.83333333333333337, 0.70682730923694814}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.83333333333333337, 0.70682730923694814}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.72444444444444445, 0.74548192771084365}", + "curveMode": 4, + "curveTo": "{0.7533333333333333, 0.72188755020080353}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.72444444444444445, 0.74548192771084365}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33111111111111119, 0.52560240963855442}", + "curveMode": 4, + "curveTo": "{0.32833333333333337, 0.53714859437751028}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32833333333333337, 0.53714859437751028}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33333333333333337, 0.48995983935743004}", + "curveMode": 2, + "curveTo": "{0.33333333333333337, 0.51405622489959857}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33333333333333337, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.32833333333333337, 0.46686746987951833}", + "curveMode": 4, + "curveTo": "{0.33111111111111119, 0.47841365461847413}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.32833333333333337, 0.46686746987951833}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.28564257028112472}", + "curveMode": 4, + "curveTo": "{0.72000000000000008, 0.26054216867469898}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.72000000000000008, 0.26054216867469898}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.92555555555555558, 0.30120481927710863}", + "curveMode": 3, + "curveTo": "{0.7894444444444445, 0.30120481927710863}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.30120481927710863}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.067269076305220984}", + "curveMode": 2, + "curveTo": "{1, 0.23393574297188771}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", + "curveMode": 2, + "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 8.8817841970012528e-17}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.66666666666666663, 0.16265060240963869}", + "curveMode": 3, + "curveTo": "{0.66666666666666663, 0.067269076305220984}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.66666666666666663, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67166666666666663, 0.18574297188755035}", + "curveMode": 4, + "curveTo": "{0.66888888888888887, 0.17419678714859449}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.67166666666666663, 0.18574297188755035}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.36696787148594401}", + "curveMode": 4, + "curveTo": "{0.28000000000000003, 0.39206827309236975}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.28000000000000003, 0.39206827309236975}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.074444444444444438, 0.35140562248996005}", + "curveMode": 3, + "curveTo": "{0.21055555555555555, 0.35140562248996005}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.35140562248996005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.58534136546184767}", + "curveMode": 2, + "curveTo": "{0, 0.41867469879518093}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.21055555555555555, 0.65261044176706862}", + "curveMode": 3, + "curveTo": "{0.074444444444444438, 0.65261044176706862}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.65261044176706862}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.28000000000000003, 0.61194779116465892}", + "curveMode": 4, + "curveTo": "{0.25, 0.6370481927710846}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.28000000000000003, 0.61194779116465892}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.6727777777777777, 0.83132530120481973}", + "curveMode": 4, + "curveTo": "{0.67555555555555558, 0.82078313253012092}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.67555555555555558, 0.82078313253012092}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67111111111111121, 0.93423694779116495}", + "curveMode": 3, + "curveTo": "{0.67111111111111121, 0.84236947791164696}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.67111111111111121, 0.85341365461847429}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9227777777777777, 1}", + "curveMode": 2, + "curveTo": "{0.74388888888888893, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99555555555555564, 0.77259036144578308}", + "curveMode": 2, + "curveTo": "{0.99555555555555564, 0.93423694779116495}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.99555555555555564, 0.85341365461847385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.83333333333333337, 0.7068273092369477}", + "curveMode": 4, + "curveTo": "{0.92277777777777792, 0.7068273092369477}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.7068273092369477}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "share", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"share\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "47px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -13081,12 +12449,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 46, - "x": 11.5, - "y": 10, + "height": 24, + "width": 24, + "x": 47, + "y": 0, }, - "glyphBounds": "{{0, 0}, {45, 16}}", + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -13094,2528 +12465,1424 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "SHARE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "5px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "14px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "250px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", - "height": 3, - "width": 344, - "x": 0, - "y": 250, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.50694444444444431}", - "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.52083333333333326}", - "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "safari", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"safari\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`LitElementCodeGenService should match md-components-cards-safari.sketch snapshot for 53 on lit-element 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 14, + "x": 5, + "y": 3, }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 1, + "curveTo": "{0.8571428571428571, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.8571428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.064285714285714307, 1}", + "curveMode": 4, + "curveTo": "{0.14285714285714285, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.14285714285714285, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.88888888888888884}", + "curveMode": 4, + "curveTo": "{0, 0.95000000000000007}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.16666666666666666}", + "curveMode": 1, + "curveTo": "{0.5, 0.16666666666666666}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.16666666666666666}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.95000000000000007}", + "curveMode": 4, + "curveTo": "{1, 0.88888888888888884}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.93571428571428583, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.8571428571428571, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", + ], + "type": "path", + }, + ], }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "web": Object { + "attributes": Array [], }, - "position": 0, }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "304px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", - "height": 304, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", - "display": "block", - "height": "304px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 2, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 304, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": true, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", - "position": 0.05, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", - "position": 0, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", - "position": 0.950255322222858, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", }, - "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", - "position": 1, - }, - ], - "to": "{0.5, 1}", + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + ], + "maintainScrollPosition": false, + "name": "bookmark", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 1, }, - "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, + "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"bookmark\\"", + ], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "display": "block", - "height": "176px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 176, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 22, - "location": 0, + "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - ], - "string": "Kangaroo Valley Safari", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "24px", - "left": "18px", - "position": "absolute", - "top": "137px", - "visibility": "visible", - "width": "245px", - }, - }, - "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 245, - "x": 18, - "y": 137, - }, - "glyphBounds": "{{0, 0}, {241, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Kangaroo Valley Safari", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3.125px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18.75px", }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - }, - "length": 83, - "location": 0, - }, - ], - "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "48px", - "left": "18px", - "position": "absolute", - "top": "183px", - "visibility": "visible", - "width": "311px", - }, - }, - "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", - "height": 48, - "width": 311, - "x": 18, - "y": 183, - }, - "glyphBounds": "{{0, 0}, {311, 48}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Located two hours so 2", - "nameIsFixed": false, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 18.75, + "x": 3.125, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.63888888888888884, 1}", + "curveMode": 4, + "curveTo": "{0.75, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.75, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.46111111111111114, 0.91874999999999996}", + "curveMode": 4, + "curveTo": "{0.53888888888888886, 0.91874999999999996}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0.8125}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1111111111111111, 1}", + "curveMode": 3, + "curveTo": "{0.3611111111111111, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.25, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5}", + "curveMode": 3, + "curveTo": "{0, 0.88124999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.80555555555555558, 0.3125}", + "curveMode": 4, + "curveTo": "{0.19444444444444445, 0.3125}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.88124999999999998}", + "curveMode": 3, + "curveTo": "{1, 0.5}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 1}", + "curveMode": 4, + "curveTo": "{0.88888888888888884, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.75, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", + }, + }, + "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "favorite", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"favorite\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Buttons", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Buttons\\"", + ], }, }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "76px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "112px", + ], + "maintainScrollPosition": false, + "name": "homes", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"homes\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2D01F6AA-EF00-425B-A17B-ED2C957D63AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`LitElementCodeGenService should match md-components-cards-pooch.sketch snapshot for 52 on lit-element 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", - "height": 36, - "width": 112, - "x": 76, - "y": 260, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "112px", - }, - }, - "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 112, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", - "opacity": 0.5, - }, - "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "LEARN MORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "12.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "87px", + "position": 0.950255322222858, }, - }, - "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 87, - "x": 12.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {86, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "LEARN MORE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "8px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "68px", + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", - "height": 36, - "width": 68, - "x": 8, - "y": 260, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", - "opacity": 0.5, - }, - "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - ], - "string": "SHARE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "11.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "46px", - }, - }, - "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 46, - "x": 11.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {45, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "SHARE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "250px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", - "height": 3, - "width": 344, - "x": 0, - "y": 250, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.50694444444444431}", - "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.52083333333333326}", - "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - }, - ], - "name": "safari", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + ], "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"safari\\"", - ], - }, }, ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, }, - "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { - "pageListHeight": 110, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`LitElementCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 52 on lit-element 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", - "name": "Material/Light/Card", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.12, + "alpha": 0.5438462409, "blue": 0, "green": 0, "red": 0, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, + "verticalAlignment": 0, + }, "windingRule": 1, }, }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", - "name": "Material/Light/Subhead", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", "value": Object { "_class": "style", "endMarkerType": 0, @@ -15635,15 +13902,15 @@ Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 24, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, "verticalAlignment": 0, @@ -15656,7 +13923,7 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], @@ -15682,7 +13949,7 @@ Object { "Roboto-Medium", ], "pagesAndArtboards": Object { - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, @@ -15702,7 +13969,7 @@ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -15740,7 +14007,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -15748,10 +14015,10 @@ Object { "width": "344px", }, }, - "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -15770,8 +14037,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", - "height": 208, + "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", + "height": 136, "width": 344, "x": 0, "y": 0, @@ -15797,7 +14064,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -15805,11 +14072,11 @@ Object { "width": "344px", }, }, - "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -15819,7 +14086,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 208, + "height": 136, "width": 344, "x": 0, "y": 0, @@ -15833,7 +14100,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "card 2", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -15881,7 +14148,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -16021,7 +14288,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -16090,191 +14357,341 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card\\"", + "aria-label=\\"card 2\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 13, - "location": 0, - }, - ], - "string": "Welcome Back!", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,150,136,1.00)", + "background-color": "rgba(0,0,0,0.25)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "18px", + "height": "136px", + "left": "0px", "position": "absolute", - "top": "22px", + "top": "0px", "visibility": "visible", - "width": "166px", + "width": "88px", }, }, - "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", - "dontSynchroniseWithSymbol": false, + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 32, - "width": 166, - "x": 18, - "y": 22, + "height": 136, + "width": 88, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {165, 28}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Welcome Back!", - "nameIsFixed": false, - "resizingConstraint": 47, + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.8703294837, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 24, + "size": 16, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 54, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, "location": 0, }, ], - "string": "It’s been a while, have you read any new books lately?", + "string": "REVIEW", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "48px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "61px", + "top": "100px", "visibility": "visible", - "width": "204px", + "width": "51px", }, }, - "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16283,13 +14700,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", - "height": 48, - "width": 204, - "x": 19, - "y": 61, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {204, 48}}", + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16298,73 +14714,109 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "It’s been a while, h", + "name": "REVIEW", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 11, + "location": 0, + }, + ], + "string": "FREE SAMPLE", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "36px", - "left": "77px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "165px", + "top": "100px", "visibility": "visible", - "width": "54px", + "width": "92px", }, }, - "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16373,13 +14825,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", - "height": 36, - "width": 54, - "x": 77, - "y": 165, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16387,343 +14838,239 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "54px", - }, - }, - "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 54, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", + "lineSpacingBehaviour": 0, + "name": "FREE SAMPLE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", - "opacity": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 14, }, - "length": 3, - "location": 0, }, - ], - "string": "YES", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "14.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "26px", - }, - }, - "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 26, - "x": 14.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {25, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "YES", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "length": 14, + "location": 0, }, + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", + "position": "absolute", + "top": "43px", + "visibility": "visible", + "width": "95px", }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, + }, + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 95, + "x": 107, + "y": 43, + }, + "glyphBounds": "{{0, 0}, {93, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "36px", - "left": "8px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", "position": "absolute", - "top": "165px", + "top": "10px", "visibility": "visible", - "width": "68px", + "width": "95px", }, }, - "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16732,13 +15079,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", - "height": 36, - "width": 68, - "x": 8, - "y": 165, + "height": 32, + "width": 95, + "x": 106, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {94, 32}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16746,581 +15092,195 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", + "lineSpacingBehaviour": 0, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, - "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "pooch", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"pooch\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { + "pageListHeight": 110, + }, + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`LitElementCodeGenService should match md-components-cards-pooch.sketch snapshot for 53 on lit-element 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", - "opacity": 0.5, - }, - "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "NO", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "24.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", - "height": 16, - "width": 20, - "x": 24.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {20, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NO", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "154px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", - "height": 3, - "width": 344, - "x": 0, - "y": 154, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Line", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.52777777777777746}", - "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.58333333333333326}", - "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Welcome back", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Welcome back\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { - "pageListHeight": 110, - }, - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`LitElementCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 53 on lit-element 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { "_class": "gradientStop", @@ -17476,7 +15436,7 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", "name": "Material/Light/Divider", "value": Object { "_class": "style", @@ -17513,8 +15473,8 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", - "name": "Material/Light/Subhead", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", "endMarkerType": 0, @@ -17525,7 +15485,7 @@ Object { "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, + "alpha": 0.5438462409, "blue": 0, "green": 0, "red": 0, @@ -17534,15 +15494,15 @@ Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -17550,12 +15510,51 @@ Object { "windingRule": 1, }, }, - ], - }, + Object { + "_class": "sharedStyle", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], @@ -17581,7 +15580,7 @@ Object { "Roboto-Medium", ], "pagesAndArtboards": Object { - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, @@ -17597,7 +15596,7 @@ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -17638,7 +15637,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -17646,10 +15645,10 @@ Object { "width": "344px", }, }, - "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -17668,8 +15667,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", - "height": 208, + "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", + "height": 136, "width": 344, "x": 0, "y": 0, @@ -17698,7 +15697,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -17706,11 +15705,11 @@ Object { "width": "344px", }, }, - "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -17720,7 +15719,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 208, + "height": 136, "width": 344, "x": 0, "y": 0, @@ -17734,7 +15733,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "card 2", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -17782,7 +15781,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -17922,7 +15921,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -17991,9 +15990,283 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card\\"", + "aria-label=\\"card 2\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.25)", + "display": "block", + "height": "136px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 136, + "width": 88, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "text", @@ -18013,21 +16286,22 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 13, + "length": 6, "location": 0, }, ], - "string": "Welcome Back!", + "string": "REVIEW", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -18036,21 +16310,21 @@ Object { "rules": Object { "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "18px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "22px", + "top": "100px", "visibility": "visible", - "width": "166px", + "width": "51px", }, }, - "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18059,12 +16333,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 32, - "width": 166, - "x": 18, - "y": 22, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {165, 28}}", + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18073,7 +16347,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Welcome Back!", + "name": "REVIEW", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -18081,13 +16355,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -18099,13 +16373,14 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -18128,54 +16403,53 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 54, + "length": 11, "location": 0, }, ], - "string": "It’s been a while, have you read any new books lately?", + "string": "FREE SAMPLE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "48px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "61px", + "top": "100px", "visibility": "visible", - "width": "204px", + "width": "92px", }, }, - "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18184,13 +16458,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", - "height": 48, - "width": 204, - "x": 19, - "y": 61, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {204, 48}}", + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18199,73 +16472,110 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "It’s been a while, h", + "name": "FREE SAMPLE", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 14, + "location": 0, + }, + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.54)", "display": "block", - "height": "36px", - "left": "77px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", "position": "absolute", - "top": "165px", + "top": "43px", "visibility": "visible", - "width": "54px", + "width": "95px", }, }, - "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18274,16 +16584,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", - "height": 36, - "width": 54, - "x": 77, - "y": 165, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 20, + "width": 95, + "x": 107, + "y": 43, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {93, 20}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18291,343 +16597,113 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "54px", - }, - }, - "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 54, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", - "opacity": 0.5, - }, - "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 3, - "location": 0, - }, - ], - "string": "YES", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "14.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "26px", - }, - }, - "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 26, - "x": 14.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {25, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "YES", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "36px", - "left": "8px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", "position": "absolute", - "top": "165px", + "top": "10px", "visibility": "visible", - "width": "68px", + "width": "95px", }, }, - "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18636,16 +16712,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", - "height": 36, - "width": 68, - "x": 8, - "y": 165, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 32, + "width": 95, + "x": 106, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {94, 32}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18653,443 +16725,57 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", + "lineSpacingBehaviour": 0, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - }, - "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", - "opacity": 0.5, - }, - "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "NO", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "24.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", - "height": 16, - "width": 20, - "x": 24.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {20, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NO", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, + "verticalAlignment": 0, }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "154px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", - "height": 3, - "width": 344, - "x": 0, - "y": 154, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Line", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.52777777777777746}", - "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.58333333333333326}", - "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, ], - "name": "Welcome back", + "name": "pooch", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -19097,7 +16783,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -19106,7 +16792,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"Welcome back\\"", + "aria-label=\\"pooch\\"", ], }, }, @@ -19133,10 +16819,10 @@ Object { ], "previews": Array [], "user": Object { - "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { "pageListHeight": 110, }, - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "scrollOrigin": "{160, 160}", "zoomValue": 1, }, @@ -19148,13 +16834,17 @@ Object { } `; -exports[`LitElementCodeGenService should match md-components-chips-open-chip.sketch snapshot for 52 on lit-element 1`] = ` +exports[`LitElementCodeGenService should match md-components-cards-pooch.sketch snapshot for 59 on lit-element 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "do_objectID": "4B1A9331-4617-4A21-B711-BE5F8924794F", + "exportPresets": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -19164,7 +16854,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "do_objectID": "69B317A2-7627-4FC2-A275-B06F3229E81E", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -19173,10 +16863,26 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "name": "Material/Light/Card", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -19187,6 +16893,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19254,6 +16965,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19313,6 +17029,20 @@ Object { "thickness": 0.5, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0E4EE3DD-559D-4D15-B962-74EBE5A82DB0", "endMarkerType": 0, "fills": Array [ Object { @@ -19324,7 +17054,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -19332,6 +17098,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -19381,30 +17148,97 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "name": "Material/Icon white", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "name": "Material/Light/Divider", "value": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "position": 0, + "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D1660E01-8DB4-448C-9F7D-D0A333CE5A83", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -19420,12 +17254,46 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A1F549B8-1061-4ED6-BA84-122DBECF75E7", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -19459,75 +17327,70 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "name": "Material/Dark/Body 1 secondary", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", "value": Object { "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "name": "Material/Dark/Subhead", - "value": Object { - "_class": "style", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1450729C-392E-421D-8ACB-CAB7C2715807", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 24, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, "verticalAlignment": 0, @@ -19540,52 +17403,49 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 121, }, "fonts": Array [ "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -19601,6 +17461,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -19623,19 +17486,28 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "184px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", - "exportFormats": Array [], + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -19643,12 +17515,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", - "height": 184, - "width": 296, + "height": 136, + "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -19664,36 +17538,49 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "186px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "184px", + "height": "136px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 2, + "fixedRadius": 3, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 184, - "width": 296, + "height": 136, + "width": 344, "x": 0, "y": 0, }, @@ -19706,13 +17593,15 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "chip bg", + "maintainScrollPosition": false, + "name": "card 2", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", @@ -19722,7 +17611,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", @@ -19732,7 +17621,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", @@ -19742,7 +17631,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", @@ -19754,10 +17643,26 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -19768,6 +17673,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19835,6 +17745,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19894,7 +17809,20 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -19906,7 +17834,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -19914,6 +17878,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -19963,487 +17928,486 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"chip bg\\"", + "aria-label=\\"card 2\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 44px rgba(0,0,0,0.25)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "186px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "138px", + }, + }, "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.25)", "display": "block", - "height": "56px", + "height": "136px", "left": "0px", + "overflow": "hidden", "position": "absolute", - "top": "128px", + "top": "0px", "visibility": "visible", - "width": "296px", + "width": "88px", }, }, - "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", - "height": 56, - "width": 296, + "height": 136, + "width": 88, "x": 0, - "y": 128, + "y": 0, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "maintainScrollPosition": false, + "name": "image placeholder", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", - }, - }, - "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.5438462409, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "position": 1, }, - "length": 16, - "location": 0, - }, - ], - "string": "email3@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "14px", - "visibility": "visible", - "width": "121px", + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 14, - }, - "glyphBounds": "{{0, 0}, {120, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "email3@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", }, ], - "name": "email 3", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 3\\"", + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "REVIEW", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "56px", - "left": "0px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "72px", + "top": "100px", "visibility": "visible", - "width": "296px", + "width": "51px", }, }, - "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -20452,13 +18416,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", - "height": 56, - "width": 296, - "x": 0, - "y": 72, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -20466,442 +18429,142 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "REVIEW", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 16, - "location": 0, - }, - ], - "string": "email2@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "15px", - "visibility": "visible", - "width": "121px", - }, - }, - "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 15, - }, - "glyphBounds": "{{0, 0}, {120, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "email2@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], + "length": 11, + "location": 0, }, - }, - ], - "name": "email 2", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 2\\"", ], + "string": "FREE SAMPLE", }, - }, - Object { - "_class": "group", + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "72px", - "left": "0px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "0px", + "top": "100px", "visibility": "visible", - "width": "296px", + "width": "92px", }, }, - "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -20910,13 +18573,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", - "height": 72, - "width": 296, - "x": 0, - "y": 0, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -20924,1507 +18586,730 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "72px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "FREE SAMPLE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 72, - "width": 296, - "x": 0, - "y": 0, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 14, + "location": 0, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 1, - "curveTo": "{0.9932432432432432, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.9932432432432432, 0}", + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", + "position": "absolute", + "top": "43px", + "visibility": "visible", + "width": "95px", + }, + }, + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 95, + "x": 107, + "y": 43, + }, + "glyphBounds": "{{0, 0}, {93, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0030405405405404635, 0}", - "curveMode": 4, - "curveTo": "{0.0067567567567567571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0067567567567567571, 0}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.027777777777777776}", - "curveMode": 4, - "curveTo": "{0, 0.012499999999999685}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.027777777777777776}", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "95px", + }, + }, + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 95, + "x": 106, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {94, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "pooch", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"pooch\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CF3835DE-4882-4452-A2CD-B75697A2E4CF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { + "pageListHeight": 110, + }, + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`LitElementCodeGenService should match md-components-cards-safari.sketch snapshot for 52 on lit-element 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.012499999999999685}", - "curveMode": 4, - "curveTo": "{1, 0.027777777777777776}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 4, - "curveTo": "{0.99695945945945952, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9932432432432432, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "260px", - "position": "absolute", - "top": "24px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", - "height": 24, - "width": 24, - "x": 260, - "y": 24, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, Object { - "_class": "shapeGroup", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "2px", - "position": "absolute", - "top": "2px", - "visibility": "visible", - "width": "20px", - }, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", - "height": 20, - "width": 20, - "x": 2, - "y": 2, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", - "height": 20, - "width": 20, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000001, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22500000000000001}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000002}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77500000000000002, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000001, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000002}", - "curveMode": 2, - "curveTo": "{1, 0.22500000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77500000000000002, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "10px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "10px", - }, - }, - "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", - "height": 10, - "width": 10, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 0}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.35999999999999999}", - "curveMode": 1, - "curveTo": "{0.5, 0.35999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.35999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 0}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{0, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.35999999999999999, 0.5}", - "curveMode": 1, - "curveTo": "{0.35999999999999999, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.35999999999999999, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{0, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 1}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.64000000000000001}", - "curveMode": 1, - "curveTo": "{0.5, 0.64000000000000001}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.64000000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 1}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{1, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.64000000000000001, 0.5}", - "curveMode": 1, - "curveTo": "{0.64000000000000001, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.64000000000000001, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Shape", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"shapeGroup\\"", - "aria-label=\\"Shape\\"", - ], - }, - "windingRule": 1, + "position": 1, }, ], - "name": "cancel", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"cancel\\"", - ], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 22, - "location": 0, - }, - ], - "string": "primaryemail@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,0.70)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "35px", - "visibility": "visible", - "width": "161px", - }, - }, - "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 161, - "x": 72, - "y": 35, - }, - "glyphBounds": "{{0, 0}, {160, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "primaryemail@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 12, - "location": 0, - }, - ], - "string": "Contact Name", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "24px", - "left": "72px", - "position": "absolute", - "top": "12px", - "visibility": "visible", - "width": "104px", - }, - }, - "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 104, - "x": 72, - "y": 12, - }, - "glyphBounds": "{{0, 0}, {103, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Contact Name", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 16, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", - ], - }, - }, - ], - "name": "open chip", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"open chip\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { - "scrollOrigin": "{161, 161}", - "zoomValue": 1, - }, - "C3625949-D986-454A-9835-E894A1794432": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`LitElementCodeGenService should match md-components-chips-open-chip.sketch snapshot for 53 on lit-element 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "C3625949-D986-454A-9835-E894A1794432", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, "contextSettings": Object { "_class": "graphicsContextSettings", @@ -22463,29 +19348,27 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "name": "Material/Icon white", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", "value": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, "fillType": 0, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "position": 0, + "thickness": 1, }, ], + "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -22499,171 +19382,57 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "name": "Material/Dark/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "name": "Material/Dark/Subhead", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, + "appVersion": "49.3", + "build": 51167, + "commit": "2b45d75f77b3d86c8cfab3e1090bcc520c37ea74", + "compatibilityVersion": 93, "variant": "NONAPPSTORE", - "version": 116, + "version": 101, }, "fonts": Array [ "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -22679,9 +19448,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -22704,19 +19470,29 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "184px", + "height": "304px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", - "exportFormats": Array [], + "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -22724,15 +19500,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", - "height": 184, - "width": 296, + "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", + "height": 304, + "width": 344, "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -22754,19 +19527,19 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "184px", + "height": "304px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -22776,8 +19549,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 184, - "width": 296, + "height": 304, + "width": 344, "x": 0, "y": 0, }, @@ -22790,7 +19563,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "chip bg", + "name": "card", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -22800,6 +19573,7 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", + "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -22810,6 +19584,7 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", + "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -22820,6 +19595,7 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", + "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -22830,6 +19606,7 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", + "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -22838,7 +19615,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -22852,6 +19629,7 @@ Object { "green": 0.592, "red": 0.592, }, + "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -22868,6 +19646,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -22879,6 +19658,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -22890,6 +19670,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -22901,6 +19682,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -22919,6 +19701,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -22935,6 +19718,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -22946,6 +19730,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -22957,6 +19742,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -22968,6 +19754,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -22978,7 +19765,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", "endMarkerType": 0, "fills": Array [ Object { @@ -23015,6 +19802,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -23035,6 +19823,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -23047,223 +19836,654 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"chip bg\\"", + "aria-label=\\"card\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(0,150,136,1.00)", "display": "block", - "height": "56px", + "height": "176px", "left": "0px", "position": "absolute", - "top": "128px", + "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", - "height": 56, - "width": 296, + "height": 176, + "width": 344, "x": 0, - "y": 128, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 0, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "length": 22, + "location": 0, + }, + ], + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "76px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 10, "location": 0, }, ], - "string": "email3@email.com", + "string": "LEARN MORE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "20px", - "left": "72px", + "height": "38px", + "left": "12.5px", "position": "absolute", - "top": "14px", + "top": "10px", "visibility": "visible", - "width": "121px", + "width": "87px", }, }, - "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23272,12 +20492,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 14, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {86, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -23286,43 +20506,41 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email3@email.com", + "name": "LEARN MORE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -23334,31 +20552,90 @@ Object { "attributes": Array [], }, }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "oval", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", "display": "block", - "height": "40px", - "left": "12px", + "height": "36px", + "left": "0px", "position": "absolute", - "top": "8px", + "top": "0px", "visibility": "visible", - "width": "40px", + "width": "68px", }, }, - "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", - "edited": false, + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23367,10 +20644,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, + "height": 36, + "width": 68, + "x": 0, + "y": 0, }, "hasClippingMask": false, "isClosed": true, @@ -23380,272 +20657,99 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "mask", + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, "hasCurveTo": true, - "point": "{1, 0.5}", + "point": "{0.97058823529411764, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "email 3", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 3\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "72px", - "visibility": "visible", - "width": "296px", - }, - }, - "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", - "height": 56, - "width": 296, - "x": 0, - "y": 72, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", }, - }, - "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{0.97058823529411764, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", + "curveFrom": "{1, 0.94444444444444442}", "curveMode": 1, - "curveTo": "{1, 0}", + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -23654,18 +20758,33 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "text", @@ -23677,54 +20796,53 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 5, "location": 0, }, ], - "string": "email2@email.com", + "string": "SHARE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "20px", - "left": "72px", + "height": "38px", + "left": "11.5px", "position": "absolute", - "top": "15px", + "top": "10px", "visibility": "visible", - "width": "121px", + "width": "46px", }, }, - "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23733,12 +20851,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 15, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {45, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -23747,43 +20865,41 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email2@email.com", + "name": "SHARE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -23795,164 +20911,8 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, ], - "name": "email 2", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -23960,7 +20920,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -23969,29 +20929,30 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"email 2\\"", + "aria-label=\\"Button\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "72px", + "height": "3px", "left": "0px", "position": "absolute", - "top": "0px", + "top": "250px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -24000,1998 +20961,1264 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", - "height": 72, - "width": 296, + "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", + "height": 3, + "width": 344, "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 250, }, - "hasClickThrough": false, "hasClippingMask": false, + "isClosed": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "72px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 72, - "width": 296, - "x": 0, - "y": 0, + ], + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`LitElementCodeGenService should match md-components-cards-safari.sketch snapshot for 53 on lit-element 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 1, - "curveTo": "{0.9932432432432432, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.9932432432432432, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0030405405405404635, 0}", - "curveMode": 4, - "curveTo": "{0.0067567567567567571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0067567567567567571, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.027777777777777776}", - "curveMode": 4, - "curveTo": "{0, 0.012499999999999685}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.012499999999999685}", - "curveMode": 4, - "curveTo": "{1, 0.027777777777777776}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 4, - "curveTo": "{0.99695945945945952, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9932432432432432, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", - ], - "type": "path", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "260px", - "position": "absolute", - "top": "24px", - "visibility": "visible", - "width": "24px", + "position": 0.950255322222858, }, - }, - "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", - "height": 24, - "width": 24, - "x": 260, - "y": 24, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", + "position": 0.2, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "shapeGroup", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "2px", - "position": "absolute", - "top": "2px", - "visibility": "visible", - "width": "20px", + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", + "position": 0, }, - }, - "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", - "height": 20, - "width": 20, - "x": 2, - "y": 2, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", - "height": 20, - "width": 20, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000001, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22500000000000001}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000002}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77500000000000002, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000001, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000002}", - "curveMode": 2, - "curveTo": "{1, 0.22500000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77500000000000002, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", + "position": 0.8, }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "10px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "10px", - }, - }, - "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", - "height": 10, - "width": 10, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 0}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.35999999999999999}", - "curveMode": 1, - "curveTo": "{0.5, 0.35999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.35999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 0}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{0, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.35999999999999999, 0.5}", - "curveMode": 1, - "curveTo": "{0.35999999999999999, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.35999999999999999, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{0, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 1}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.64000000000000001}", - "curveMode": 1, - "curveTo": "{0.5, 0.64000000000000001}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.64000000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 1}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{1, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.64000000000000001, 0.5}", - "curveMode": 1, - "curveTo": "{0.64000000000000001, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.64000000000000001, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", - ], - "type": "path", - }, - ], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "web": Object { - "attributes": Array [], + "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", + "position": 1, }, ], - "name": "Shape", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"shapeGroup\\"", - "aria-label=\\"Shape\\"", - ], - }, - "windingRule": 1, + "to": "{0.5, 1}", }, - ], - "name": "cancel", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"cancel\\"", - ], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 22, - "location": 0, - }, - ], - "string": "primaryemail@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,0.70)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "35px", - "visibility": "visible", - "width": "161px", - }, - }, - "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 161, - "x": 72, - "y": 35, - }, - "glyphBounds": "{{0, 0}, {160, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "primaryemail@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 12, - "location": 0, - }, - ], - "string": "Contact Name", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "24px", - "left": "72px", - "position": "absolute", - "top": "12px", - "visibility": "visible", - "width": "104px", - }, - }, - "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 104, - "x": 72, - "y": 12, - }, - "glyphBounds": "{{0, 0}, {103, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Contact Name", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, + ], + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "40px", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 16, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], + "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", - "endMarkerType": 0, - "miterLimit": 10, + ], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", ], }, }, - ], - "name": "open chip", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"open chip\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { - "scrollOrigin": "{187, 187}", - "zoomValue": 1, - }, - "C3625949-D986-454A-9835-E894A1794432": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`LitElementCodeGenService should match md-components-date-picker.sketch snapshot for 52 on lit-element 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", - "name": "Material/Light/Dialog", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", - "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 105, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", - ], - "variant": "NONAPPSTORE", - "version": 112, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "556px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", - }, - }, - "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", - "height": 556, - "width": 320, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 2, - "layers": Array [ Object { - "_class": "shapePath", + "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(0,150,136,1.00)", "display": "block", - "height": "555.999999998099px", - "left": "-0.00000201463535631774px", + "height": "176px", + "left": "0px", "position": "absolute", - "top": "-3.019895302713849e-7px", + "top": "0px", "visibility": "visible", - "width": "320.0000020097797px", + "width": "344px", }, }, - "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", - "edited": true, + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", - "height": 555.999999998099, - "width": 320.0000020097797, - "x": -0.00000201463535631774, - "y": -3.019895302713849e-7, + "height": 176, + "width": 344, + "x": 0, + "y": 0, }, - "hasClippingMask": true, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": true, + "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "dialog bg", + "name": "image placeholder", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "cornerRadius": 0, + "curveFrom": "{0, 0}", "curveMode": 1, - "curveTo": "{1.2468725677856276, 0.75157476876403528}", - "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "curveTo": "{0, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{0.99999999579623011, 1}", + "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "cornerRadius": 0, + "curveFrom": "{0, 1}", "curveMode": 1, - "curveTo": "{0.24954874040058797, 1.2495487419762428}", - "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "curveTo": "{0, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{-7.4954264546158371e-12, 1}", + "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "cornerRadius": 0, + "curveFrom": "{1, 1}", "curveMode": 1, - "curveTo": "{-0.25090333211297938, 0.25000080577825212}", - "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "curveTo": "{1, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "cornerRadius": 0, + "curveFrom": "{1, 0}", "curveMode": 1, - "curveTo": "{0.75044518048476361, -0.25022102273838404}", - "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "curveTo": "{1, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1.0000000000151725, 5.4314714836243111e-10}", + "point": "{1, 0}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, + "fillType": 0, "isEnabled": true, - "position": 1, - "thickness": 0.5, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - ], - "to": "{0.5, 1}", + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "length": 22, + "location": 0, }, ], - "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + "blue": 1, + "green": 1, + "red": 1, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.22, + "alpha": 0.8700000048, "blue": 0, "green": 0, "red": 0, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, }, - ], - "startMarkerType": 0, + "verticalAlignment": 0, + }, "windingRule": 1, }, - "svg": Object { - "offset": 0.5, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"0.5\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", - ], - "type": "path", - }, - ], - }, + "textBehaviour": 1, "web": Object { "attributes": Array [], }, @@ -26003,18 +22230,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "16px", - "left": "172px", + "height": "36px", + "left": "76px", "position": "absolute", - "top": "519px", + "top": "260px", "visibility": "visible", - "width": "114px", + "width": "112px", }, }, - "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26023,11 +22250,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", - "height": 16, - "width": 114, - "x": 172, - "y": 519, + "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -26039,89 +22269,25 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 1, - }, - ], - "string": "OK", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "19px", - "left": "95px", + "height": "36px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "20px", + "width": "112px", }, }, - "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", - "dontSynchroniseWithSymbol": false, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26130,72 +22296,135 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 19, - "width": 20, - "x": 95, + "height": 36, + "width": 112, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {19, 16}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "OK", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", }, - "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", - "endMarkerType": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, @@ -26222,45 +22451,18 @@ Object { "size": 14, }, }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 5, + "length": 10, "location": 0, }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, - }, ], - "string": "CANCEL", + "string": "LEARN MORE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -26271,19 +22473,19 @@ Object { "display": "block", "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "16px", - "left": "0px", + "height": "38px", + "left": "12.5px", "position": "absolute", - "top": "0px", + "top": "10px", "visibility": "visible", - "width": "56px", + "width": "87px", }, }, - "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26292,13 +22494,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", - "height": 16, - "width": 56, - "x": 0, - "y": 0, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {56, 16}}", + "glyphBounds": "{{0, 0}, {86, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -26307,7 +22508,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "CANCEL", + "name": "LEARN MORE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -26315,23 +22516,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -26347,10 +22538,10 @@ Object { "size": 14, }, }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -26364,7 +22555,7 @@ Object { }, }, ], - "name": "ok + cancel", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -26372,7 +22563,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -26381,7 +22572,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"ok + cancel\\"", + "aria-label=\\"Button\\"", ], }, }, @@ -26392,18 +22583,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "199px", - "left": "0px", + "height": "36px", + "left": "8px", "position": "absolute", - "top": "0px", + "top": "260px", "visibility": "visible", - "width": "320px", + "width": "68px", }, }, - "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26412,11 +22603,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", - "height": 199, - "width": 320, - "x": 0, - "y": 0, + "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -26434,19 +22628,19 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "199px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "320px", + "width": "68px", }, }, - "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26455,8 +22649,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 199, - "width": 320, + "height": 36, + "width": 68, "x": 0, "y": 0, }, @@ -26468,191 +22662,99 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "header bg", + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", - "hasCurveFrom": false, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{1, 0.94444444444444442}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24746906759014342, -0.24902547682027013}", - "curveMode": 1, - "curveTo": "{-0.24746906759014342, 0.24902547682027015}", - "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", - "curveMode": 1, - "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", - "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", - "hasCurveFrom": false, + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{0.029411764705882353, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "31.99999999997413px", - "left": "1.060561771737412e-7px", - "position": "absolute", - "top": "2.546585164964199e-11px", - "visibility": "visible", - "width": "319.9999998939438px", + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", }, - }, - "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", - "height": 31.99999999997413, - "width": 319.9999998939438, - "x": 1.060561771737412e-7, - "y": 2.546585164964199e-11, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bar", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", - "curveMode": 1, - "curveTo": "{0.25000000504962155, 1.2500000000002023}", - "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", - "hasCurveFrom": false, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{4.9667651341541571e-09, 1.0000000000000002}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24687257374643226, -0.24842523169513558}", - "curveMode": 1, - "curveTo": "{-0.24687257440928329, 0.24842523169351868}", - "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + "point": "{0.97058823529411764, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2507861404771796, 0.2507861405226906}", - "curveMode": 1, - "curveTo": "{0.74921385952282049, -0.2507861402658404}", - "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.2842510388477008e-10}", + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveFrom": "{1, 0.94444444444444442}", "curveMode": 1, - "curveTo": "{1.2580645141857014, 0.75806451674907216}", - "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 1.0000000000000002}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -26661,27 +22763,14 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.4823529411764705, - "green": 0.5372549019607843, - "red": 0, - }, - "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -26691,8 +22780,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,137,123,1.00)\\"", - "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], "type": "path", }, @@ -26713,15 +22802,15 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 80, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, @@ -26731,34 +22820,34 @@ Object { "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 2, + "length": 5, "location": 0, }, ], - "string": "13", + "string": "SHARE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(255,255,255,1.00)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "80px", - "height": "212px", - "left": "114.5px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "11.5px", "position": "absolute", - "top": "70px", + "top": "10px", "visibility": "visible", - "width": "91px", + "width": "46px", }, }, - "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26767,12 +22856,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 212, - "width": 91, - "x": 114.5, - "y": 70, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {90, 94}}", + "glyphBounds": "{{0, 0}, {45, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -26781,132 +22870,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 6, - "location": 0, - }, - ], - "string": "Friday", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "140.5px", - "position": "absolute", - "top": "7px", - "visibility": "visible", - "width": "39px", - }, - }, - "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 39, - "x": 140.5, - "y": 7, - }, - "glyphBounds": "{{0, 0}, {38, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Friday", + "name": "SHARE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -26914,25 +22878,25 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, @@ -26952,264 +22916,8 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 3, - "location": 0, - }, - ], - "string": "MAR", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "133.5px", - "position": "absolute", - "top": "46px", - "visibility": "visible", - "width": "53px", - }, - }, - "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 53, - "x": 133.5, - "y": 46, - }, - "glyphBounds": "{{0, 0}, {52, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "MAR", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 4, - "location": 0, - }, - ], - "string": "2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "132.5px", - "position": "absolute", - "top": "162px", - "visibility": "visible", - "width": "55px", - }, - }, - "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 55, - "x": 132.5, - "y": 162, - }, - "glyphBounds": "{{0, 0}, {54, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", - "opacity": 0.5423274253731343, - }, - "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, ], - "name": "header", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -27217,7 +22925,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -27226,29 +22934,30 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"header\\"", + "aria-label=\\"Button\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "288px", - "left": "21px", + "height": "3px", + "left": "0px", "position": "absolute", - "top": "211px", + "top": "250px", "visibility": "visible", - "width": "278px", + "width": "344px", }, }, - "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -27257,5673 +22966,44465 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", - "height": 288, - "width": 278, - "x": 21, - "y": 211, + "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", + "height": 3, + "width": 344, + "x": 0, + "y": 250, }, - "hasClickThrough": true, "hasClippingMask": false, + "isClosed": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "34px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", - "height": 14, - "width": 278, - "x": 0, - "y": 34, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + ], + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`LitElementCodeGenService should match md-components-cards-safari.sketch snapshot for 59 on lit-element 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "B942A9A6-E496-4B25-A9A9-81AC2108F6C9", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BED55B92-66FF-4E8F-A709-745BAD777E1B", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "M", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", - "height": 14, - "width": 14, - "x": 44, - "y": 0, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "M", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "911371BB-173C-4187-A744-2C860A116095", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "S", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4FBD87AE-A8B3-430F-9AEE-F509FBF7B62E", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", - "height": 14, - "width": 14, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "W", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", - "height": 14, - "width": 14, - "x": 132, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "W", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "T", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", - "height": 14, - "width": 14, - "x": 176, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "F", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", - "height": 14, - "width": 14, - "x": 220, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "F", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FF1343AD-DDEE-42ED-8A8E-5EEB85CA53DC", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "354px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "304px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0.05, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "T", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", - "height": 14, - "width": 14, - "x": 88, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "weekdays", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"weekdays\\"", - ], + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "border-radius": "50%", - "display": "block", - "height": "44px", - "left": "161px", - "position": "absolute", - "top": "143px", - "visibility": "visible", - "width": "44px", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 44, - "width": 44, - "x": 161, - "y": 143, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "selection", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"selection\\"", - ], + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "226px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", }, }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "display": "block", + "height": "176px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 176, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "image placeholder", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "214px", - "left": "0px", - "position": "absolute", - "top": "74px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, - }, - "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", - "height": 214, - "width": 278, - "x": 0, - "y": 74, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "30", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", - "height": 14, - "width": 14, - "x": 0, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "30", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "31", + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", - "height": 14, - "width": 14, - "x": 44, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "31", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "length": 22, + "location": 0, + }, + ], + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "1", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, - "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "76px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", ], - "string": "16", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", - "height": 14, - "width": 14, - "x": 0, - "y": 124, + "type": "path", }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "16", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, }, - "verticalAlignment": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 10, + "location": 0, }, + ], + "string": "LEARN MORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "12.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "87px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "17", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + }, + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {86, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "LEARN MORE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", - "height": 14, - "width": 14, - "x": 44, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "17", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], - "string": "19", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, + "type": "path", }, - "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", - "height": 14, - "width": 14, - "x": 132, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "19", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "20", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", - "height": 14, - "width": 14, - "x": 176, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "20", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, + ], + "string": "SHARE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "11.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "46px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "21", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + }, + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {45, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "SHARE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", - "height": 14, - "width": 14, - "x": 220, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "21", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "22", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", - "height": 14, - "width": 14, - "x": 264, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "22", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "250px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 344, + "x": 0, + "y": 250, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C43A3796-415D-48DC-B7DC-F4DAB0E3D04F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`LitElementCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 52 on lit-element 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.05, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "18", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", - "height": 14, - "width": 14, - "x": 88, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "18", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "23", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", - "height": 14, - "width": 14, - "x": 0, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "23", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "24", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", - "height": 14, - "width": 14, - "x": 44, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "24", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "26", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", - "height": 14, - "width": 14, - "x": 132, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "26", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "27", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", - "height": 14, - "width": 14, - "x": 176, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "27", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "28", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0.05, }, - }, - "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", - "height": 14, - "width": 14, - "x": 220, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "28", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "29", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0.2, }, - }, - "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", - "height": 14, - "width": 14, - "x": 264, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "29", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "25", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", - "height": 14, - "width": 14, - "x": 88, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "25", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "13", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + "position": 0.950255322222858, }, - }, - "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", - "height": 14, - "width": 14, - "x": 176, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "9", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", - "height": 14, - "width": 14, - "x": 0, - "y": 84, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "9", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "10", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", - "height": 14, - "width": 14, - "x": 44, - "y": 84, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "10", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "12", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", - "height": 14, - "width": 14, - "x": 132, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "12", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "14", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "length": 3, + "location": 0, }, - "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", - "height": 14, - "width": 14, - "x": 220, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "14", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], - "string": "15", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", - "height": 14, - "width": 14, - "x": 264, - "y": 84, + "type": "path", }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "15", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "11", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", - "height": 14, - "width": 14, - "x": 88, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "11", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`LitElementCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 53 on lit-element 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "7", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", - "height": 14, - "width": 14, - "x": 220, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "7", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "2", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", - "height": 14, - "width": 14, - "x": 0, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "3", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", - "height": 14, - "width": 14, - "x": 44, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "3", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "5", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", - "height": 14, - "width": 14, - "x": 132, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "5", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "6", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", - "height": 14, - "width": 14, - "x": 176, - "y": 44, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "6", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "8", + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", - "height": 14, - "width": 14, - "x": 264, - "y": 44, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "8", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`LitElementCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 59 on lit-element 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "1FACE5CD-4C60-4C14-BEB5-1AABD8469E9F", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "3380750C-0BB8-4F98-8363-20B02C5282DC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD5B068-1942-4F90-9DAF-E3C2ADD11B60", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5A0185BB-EA56-4FBB-8C2F-A846AE43C2F6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FF036CE5-F1BB-4440-B775-36E64E65026F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "258px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "54D44EEB-920F-4B41-AF72-8DC08E9F4211", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`LitElementCodeGenService should match md-components-chips-open-chip.sketch snapshot for 52 on lit-element 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "chip bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{161, 161}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`LitElementCodeGenService should match md-components-chips-open-chip.sketch snapshot for 53 on lit-element 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "chip bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{187, 187}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`LitElementCodeGenService should match md-components-chips-open-chip.sketch snapshot for 59 on lit-element 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "4A03D0FC-C955-4776-B3BC-49D10D2EC1F8", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "49BFDC6A-22E2-466E-8E43-BDF2E5AAACAC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "51B03871-5B61-4062-857D-E49186F9AC46", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E277DCE4-ADAA-446B-A298-363DE0FA8604", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AD75B14C-A64A-42AD-B14E-D1A5E6A05962", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "18396A61-DA04-41CB-9E7C-D48127DB4EC8", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FAE2BEC9-E60B-4591-A988-BEA3B5B508AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 148px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "234px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "346px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "chip bg", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "maintainScrollPosition": false, + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "07067FE7-93D6-434B-AC60-5A67C2AC90BC", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{213, 213}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`LitElementCodeGenService should match md-components-date-picker.sketch snapshot for 52 on lit-element 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`LitElementCodeGenService should match md-components-date-picker.sketch snapshot for 53 on lit-element 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`LitElementCodeGenService should match md-components-date-picker.sketch snapshot for 59 on lit-element 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "12502ADD-A7A9-4768-B787-016A2A6F9576", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "7B8C8B1E-63AB-49EC-ADA6-091B4FAB2F94", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C9D81A22-4232-4094-83AB-4269D7CF672C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 22px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "94px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "94px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "overflow": "hidden", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3B3CEF08-C0D6-4980-9B05-59D2869A0405", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`LitElementCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 52 on lit-element 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "4", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", - "height": 14, - "width": 14, - "x": 88, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "4", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "dates", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dates\\"", - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.8725656703, + "alpha": 0.02, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", + "position": 0.9864078443877551, }, - "length": 10, - "location": 0, - }, - ], - "string": "March 2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "101.5px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "76px", + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", - "height": 16, - "width": 76, - "x": 101.5, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {76, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "March 2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.0490476332782268, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, - }, - "verticalAlignment": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + ], + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", }, ], - "name": "calendar", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"calendar\\"", + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, - ], - "name": "dialog", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dialog\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`LitElementCodeGenService should match md-components-date-picker.sketch snapshot for 53 on lit-element 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", - "name": "Material/Light/Dialog", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.04, + "alpha": 0.87, "blue": 0, "green": 0, "red": 0, }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "position": 1, }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "length": 13, + "location": 0, + }, + ], + "string": "Incoming call", }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "556px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", }, - }, - "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", - "height": 556, - "width": 320, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 2, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 15, + "location": 0, + }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "555.999999998099px", - "left": "-0.00000201463535631774px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", "position": "absolute", - "top": "-3.019895302713849e-7px", + "top": "42px", "visibility": "visible", - "width": "320.0000020097797px", + "width": "180px", }, }, - "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", - "edited": true, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -32932,288 +67433,681 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", - "height": 555.999999998099, - "width": 320.0000020097797, - "x": -0.00000201463535631774, - "y": -3.019895302713849e-7, + "height": 32, + "width": 180, + "x": 88, + "y": 42, }, - "hasClippingMask": true, - "isClosed": true, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": true, + "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "dialog bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.75312742380683251, 1.2484252312359647}", - "curveMode": 1, - "curveTo": "{1.2468725677856276, 0.75157476876403528}", - "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.99999999579623011, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", - "curveMode": 1, - "curveTo": "{0.24954874040058797, 1.2495487419762428}", - "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{-7.4954264546158371e-12, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.25090333626656247, -0.25000080578509032}", - "curveMode": 1, - "curveTo": "{-0.25090333211297938, 0.25000080577825212}", - "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2495548195455812, 0.25022102382467826}", - "curveMode": 1, - "curveTo": "{0.75044518048476361, -0.25022102273838404}", - "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1.0000000000151725, 5.4314714836243111e-10}", - }, - ], - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "88px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "81px", + }, + }, + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", + "height": 24, + "width": 81, + "x": 88, + "y": 116, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", + }, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "13.999px", + }, + }, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 13.999, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", }, ], - "to": "{0.5, 1}", + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + ], + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], }, - ], + }, + ], + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, - }, - ], "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 0.5, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"0.5\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", - ], - "type": "path", - }, - ], - }, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], }, }, Object { @@ -33223,18 +68117,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "16px", - "left": "172px", + "height": "24px", + "left": "215px", "position": "absolute", - "top": "519px", + "top": "116px", "visibility": "visible", - "width": "114px", + "width": "88px", }, }, - "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33243,14 +68137,11 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", - "height": 16, - "width": 114, - "x": 172, - "y": 519, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", + "height": 24, + "width": 88, + "x": 215, + "y": 116, }, "hasClickThrough": false, "hasClippingMask": false, @@ -33271,16 +68162,16 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0.5, @@ -33288,9 +68179,11 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 1, + "length": 5, "location": 0, }, Object { @@ -33298,16 +68191,16 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0, @@ -33315,36 +68208,38 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "length": 1, - "location": 1, + "location": 5, }, ], - "string": "OK", + "string": "ANSWER", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", + "color": "rgba(0,0,0,0.54)", "display": "block", "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "19px", - "left": "95px", + "font-size": "13px", + "height": "16px", + "left": "32px", "position": "absolute", - "top": "0px", + "top": "4px", "visibility": "visible", - "width": "20px", + "width": "56px", }, }, - "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33353,12 +68248,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 19, - "width": 20, - "x": 95, - "y": 0, + "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", + "height": 16, + "width": 56, + "x": 32, + "y": 4, }, - "glyphBounds": "{{0, 0}, {19, 16}}", + "glyphBounds": "{{0, 0}, {56, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -33367,7 +68263,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "OK", + "name": "ANSWER", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -33375,36 +68271,26 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0.5, @@ -33412,6 +68298,8 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -33424,170 +68312,430 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, - "length": 5, - "location": 0, }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "3px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": 3, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Imported Layers", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - ], - "string": "CANCEL", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "56px", }, - }, - "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", - "height": 16, - "width": 56, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {56, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "CANCEL", - "nameIsFixed": false, - "resizingConstraint": 47, + ], + "name": "call icon", + "nameIsFixed": true, + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"call icon\\"", + ], }, }, ], - "name": "ok + cancel", + "name": "answer", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -33595,7 +68743,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -33604,29 +68752,565 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"ok + cancel\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", ], }, }, + ], + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`LitElementCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 53 on lit-element 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "199px", + "height": "160px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "320px", + "width": "344px", }, }, - "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33635,825 +69319,756 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", - "height": 199, - "width": 320, + "height": 160, + "width": 344, "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "199px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", - }, - }, - "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 199, - "width": 320, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24746906759014342, -0.24902547682027013}", - "curveMode": 1, - "curveTo": "{-0.24746906759014342, 0.24902547682027015}", - "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", - "curveMode": 1, - "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", - "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "31.99999999997413px", - "left": "1.060561771737412e-7px", - "position": "absolute", - "top": "2.546585164964199e-11px", - "visibility": "visible", - "width": "319.9999998939438px", - }, - }, - "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", - "height": 31.99999999997413, - "width": 319.9999998939438, - "x": 1.060561771737412e-7, - "y": 2.546585164964199e-11, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bar", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", - "curveMode": 1, - "curveTo": "{0.25000000504962155, 1.2500000000002023}", - "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{4.9667651341541571e-09, 1.0000000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24687257374643226, -0.24842523169513558}", - "curveMode": 1, - "curveTo": "{-0.24687257440928329, 0.24842523169351868}", - "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2507861404771796, 0.2507861405226906}", - "curveMode": 1, - "curveTo": "{0.74921385952282049, -0.2507861402658404}", - "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.2842510388477008e-10}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74193548581429836, 1.2419354832509284}", - "curveMode": 1, - "curveTo": "{1.2580645141857014, 0.75806451674907216}", - "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.0000000000000002}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.4823529411764705, - "green": 0.5372549019607843, - "red": 0, - }, - "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,137,123,1.00)\\"", - "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, - "length": 2, - "location": 0, - }, - ], - "string": "13", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "80px", - "height": "212px", - "left": "114.5px", - "position": "absolute", - "top": "70px", - "visibility": "visible", - "width": "91px", - }, - }, - "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 212, - "width": 91, - "x": 114.5, - "y": 70, - }, - "glyphBounds": "{{0, 0}, {90, 94}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.95, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", + "position": 0.9864078443877551, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 1, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, + "alpha": 0.2000000029802322, "blue": 1, "green": 1, "red": 1, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "position": 0.0490476332782268, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.2, }, - "length": 6, - "location": 0, - }, - ], - "string": "Friday", + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "140.5px", - "position": "absolute", - "top": "7px", - "visibility": "visible", - "width": "39px", + ], + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, + "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 39, - "x": 140.5, - "y": 7, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "glyphBounds": "{{0, 0}, {38, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Friday", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - "windingRule": 1, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 14, }, - "length": 3, - "location": 0, }, - ], - "string": "MAR", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "133.5px", - "position": "absolute", - "top": "46px", - "visibility": "visible", - "width": "53px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, }, + "length": 13, + "location": 0, }, - "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 53, - "x": 133.5, - "y": 46, - }, - "glyphBounds": "{{0, 0}, {52, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "MAR", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "Incoming call", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", + }, + }, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 24, }, - "length": 4, - "location": 0, }, - ], - "string": "2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "132.5px", - "position": "absolute", - "top": "162px", - "visibility": "visible", - "width": "55px", - }, - }, - "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 55, - "x": 132.5, - "y": 162, - }, - "glyphBounds": "{{0, 0}, {54, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", - "opacity": 0.5423274253731343, - }, - "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "length": 15, + "location": 0, }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", + "position": "absolute", + "top": "42px", + "visibility": "visible", + "width": "180px", }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, + }, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 180, + "x": 88, + "y": 42, + }, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", - ], + "attributes": Array [], }, }, Object { @@ -34463,18 +70078,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "288px", - "left": "21px", + "height": "24px", + "left": "88px", "position": "absolute", - "top": "211px", + "top": "116px", "visibility": "visible", - "width": "278px", + "width": "81px", }, }, - "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -34483,16 +70098,16 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", - "height": 288, - "width": 278, - "x": 21, - "y": 211, + "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", + "height": 24, + "width": 81, + "x": 88, + "y": 116, }, "groupLayout": Object { "_class": "MSImmutableFreeformGroupLayout", }, - "hasClickThrough": true, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -34502,611 +70117,338 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "34px", - "visibility": "visible", - "width": "278px", - }, - }, - "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", - "height": 14, - "width": 278, - "x": 0, - "y": 34, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "M", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", - "height": 14, - "width": 14, - "x": 44, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "M", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "911371BB-173C-4187-A744-2C860A116095", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", - "height": 14, - "width": 14, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "W", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", - "height": 14, - "width": 14, - "x": 132, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "W", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 1, + "location": 5, }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - ], - "string": "T", + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", + "height": "24px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", - "height": 14, - "width": 14, - "x": 176, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "F", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", "height": "14px", - "left": "220px", + "left": "5px", "position": "absolute", - "top": "0px", + "top": "5px", "visibility": "visible", - "width": "14px", + "width": "13.999px", }, }, - "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -35115,250 +70457,620 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", "height": 14, - "width": 14, - "x": 220, - "y": 0, + "width": 13.999, + "x": 5, + "y": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "F", - "nameIsFixed": false, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.5433367301, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + ], + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], + }, + }, + ], + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "215px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", + "height": 24, + "width": 88, + "x": 215, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "S", + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 5, + "location": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "ANSWER", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", + "height": 16, + "width": 56, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "ANSWER", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "height": "24px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", - "dontSynchroniseWithSymbol": false, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", - "height": 14, - "width": 14, - "x": 264, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "T", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", + "height": "18px", + "left": "3px", "position": "absolute", - "top": "0px", + "top": "3px", "visibility": "visible", - "width": "14px", + "width": "18px", }, }, - "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -35367,69 +71079,229 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", - "height": 14, - "width": 14, - "x": 88, - "y": 0, + "height": 18, + "width": 18, + "x": 3, + "y": 3, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", + "name": "Imported Layers", "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.5433367301, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, ], - "name": "weekdays", + "name": "call icon", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -35437,26 +71309,8 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -35464,1375 +71318,2176 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"weekdays\\"", + "aria-label=\\"call icon\\"", ], }, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "border-radius": "50%", - "display": "block", - "height": "44px", - "left": "161px", - "position": "absolute", - "top": "143px", - "visibility": "visible", - "width": "44px", - }, - }, - "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 44, - "width": 44, - "x": 161, - "y": 143, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "selection", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + ], + "name": "answer", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`LitElementCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 59 on lit-element 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "D68BDF6C-B753-479E-95BC-A139BDC457D9", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "B31581C1-0A5F-4F6E-8CA6-4AE64984C599", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4DDF8DAE-BAA8-49BD-931C-4977FA79B4DE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "B1396A0F-1D1C-4ECF-BCB7-FEAC24A4A1CA", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F391C9D8-9C3C-451F-8B54-55C386CDEB21", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"selection\\"", - ], + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "501DFA3F-FAB0-4A19-8A58-1E1D8DA547D6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", + }, Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "214px", - "left": "0px", - "position": "absolute", - "top": "74px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", - "height": 214, - "width": 278, - "x": 0, - "y": 74, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "30", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", - "height": 14, - "width": 14, - "x": 0, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "30", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "31", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0.95, }, - }, - "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", - "height": 14, - "width": 14, - "x": 44, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "31", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.9864078443877551, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "1", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0.0490476332782268, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "16", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", - "height": 14, - "width": 14, - "x": 0, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "16", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "17", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", - "height": 14, - "width": 14, - "x": 44, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "17", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "19", + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, - "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", - "height": 14, - "width": 14, - "x": 132, - "y": 124, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Incoming call", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", + }, + }, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "19", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 15, + "location": 0, + }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", + "position": "absolute", + "top": "42px", + "visibility": "visible", + "width": "180px", + }, + }, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 180, + "x": 88, + "y": 42, + }, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "88px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "81px", + }, + }, + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 81, + "x": 88, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "20", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", - "height": 14, - "width": 14, - "x": 176, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "20", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "21", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "length": 1, + "location": 5, }, - "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", - "height": 14, - "width": 14, - "x": 220, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "21", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", + }, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "22", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "124px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", - "height": 14, - "width": 14, - "x": 264, - "y": 124, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "22", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "18", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", "height": "14px", - "left": "88px", + "left": "5px", "position": "absolute", - "top": "124px", + "top": "5px", "visibility": "visible", - "width": "14px", + "width": "13.999px", }, }, - "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -36841,376 +73496,811 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", "height": 14, - "width": 14, - "x": 88, - "y": 124, + "width": 13.999, + "x": 5, + "y": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "18", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "215px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 88, + "x": 215, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, }, - "verticalAlignment": 0, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "23", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "length": 1, + "location": 5, }, - "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", - "height": 14, - "width": 14, - "x": 0, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "23", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "ANSWER", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 56, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "ANSWER", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "24", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "164px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", - "dontSynchroniseWithSymbol": false, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", - "height": 14, - "width": 14, - "x": 44, - "y": 164, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "24", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "26", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "height": "18px", + "left": "3px", "position": "absolute", - "top": "164px", + "top": "3px", "visibility": "visible", - "width": "14px", + "width": "18px", }, }, - "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -37219,947 +74309,1461 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", - "height": 14, - "width": 14, - "x": 132, - "y": 164, + "height": 18, + "width": 18, + "x": 3, + "y": 3, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "26", + "maintainScrollPosition": false, + "name": "Imported Layers", "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + ], + "maintainScrollPosition": false, + "name": "call icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"call icon\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "answer", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 28px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "106px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "106px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "overflow": "hidden", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "27", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", - "height": 14, - "width": 14, - "x": 176, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "27", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2C7E3706-6E18-408D-85F6-CE90C5F8EE44", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": 289, + }, + }, +} +`; + +exports[`LitElementCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 52 on lit-element 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "5B57D242-95C3-47E3-BC5E-22376F9F834B", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "FD154772-5D9F-4899-88F9-5124F223C73E", + "name": "Material/Dark/Title", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 20, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/F88D7516-E1DF-48A7-BA35-A0F4EF393BBE", + "_ref_class": "MSImmutablePage", + }, + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/267D6DEC-0F7B-4667-BA1A-1FA1BCA04485", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485": Object { + "artboards": Object { + "85FE2CA3-7BC8-4647-8950-9AB676A1C91A": Object { + "name": "Material/Android/Status bar content", + }, + }, + "name": "Symbols", + }, + "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "2145D356-40E2-4569-95CF-84F00DD9818F", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "BB51E5D5-5BA5-419F-9D6A-49A171E7ED21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7D8CA104-45E8-4835-B4DA-CCAF17E60C45", + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "A94FA51A-099C-4CC1-B1AE-4F3CBFE4B381", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC89A630-0EF2-4276-944C-D7254BED2EF4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8C36F8CD-481B-455B-B132-E7E7E477D5D0", + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", }, + }, + "do_objectID": "D6E225E7-E0FF-41C3-BF62-95BB15DA2258", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9B79BB7B-176C-4CA3-99DC-D5866EA83AB4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "app bar bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "28", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", - "height": 14, - "width": 14, - "x": 220, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "28", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "29", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", - "height": 14, - "width": 14, - "x": 264, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "29", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "25", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", - "height": 14, - "width": 14, - "x": 88, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "25", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "ACEE65BC-1CF2-45E4-9889-621210096AED", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.8274509803921568, + "green": 0.7333333333333334, + "red": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "13", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 4, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - }, - "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", - "height": 14, - "width": 14, - "x": 176, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "windingRule": 1, + "do_objectID": "7E855B0A-CD99-4BC0-9320-25BCD81DE1B0", + "isEnabled": true, + "offsetX": 0, + "offsetY": 4, + "spread": 0, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + Object { + "_class": "shadow", + "blurRadius": 4, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "464524C7-C0E7-414E-8B14-DC85D1E28DCE", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "fill=\\"rgba(0,187,211,1.00)\\"", + "d=\\"M360 0,L 0 0,L 0 128,L 360 128,z\\"", ], - "string": "9", + "type": "path", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "48px", + "left": "0px", + "position": "absolute", + "top": "80px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "DD13F059-6DD2-4413-9C59-5A3ABD7D44D7", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C9CE81BD-C917-48C0-9755-A60CAB214BD0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D025D61C-6D8C-4DEF-9770-3BF04763FB53", + "height": 48, + "width": 360, + "x": 0, + "y": 80, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", + "background-color": "rgba(255,255,255,0.00)", + "box-shadow": "0 0 0 1px rgba(151,151,151,1.00) inset", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", + "height": "48px", "left": "0px", "position": "absolute", - "top": "84px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "360px", }, }, - "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", - "dontSynchroniseWithSymbol": false, + "do_objectID": "B272B09E-BAB6-4010-AE2E-B09CA0800607", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "do_objectID": "9DD7A316-362F-4C9A-BFF3-5AB347DF1433", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", - "height": 14, - "width": 14, + "height": 48, + "width": 360, "x": 0, - "y": 84, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "9", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "10", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - }, - "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", - "height": 14, - "width": 14, - "x": 44, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "10", - "nameIsFixed": false, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "borders": Array [ + Object { + "_class": "border", + "color": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, + "fillType": 0, + "isEnabled": false, + "position": 1, + "thickness": 1, }, - "verticalAlignment": 0, - }, + ], + "do_objectID": "451D43C8-1885-40BE-9887-80738B61DBAA", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], }, }, Object { @@ -38172,53 +75776,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 9, "location": 0, }, ], - "string": "12", + "string": "THE THIRD", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,0.70)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "240px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "do_objectID": "EA8BF223-8245-42D6-AF64-B4A4A529DEBA", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "do_objectID": "440F05BA-2072-4C6B-B78F-6CDF2E0DA718", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38227,13 +75832,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", - "height": 14, - "width": 14, - "x": 132, - "y": 84, + "do_objectID": "65C64BBE-7EA8-4BAA-B6F4-933EB86CA11D", + "height": 16, + "width": 120, + "x": 240, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38242,7 +75847,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "12", + "name": "THE THIRD", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38250,33 +75855,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "do_objectID": "33A4A266-8DB2-45A7-A7E1-2E46C90421B9", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "do_objectID": "4B3B58A2-ADCE-4A57-B0A9-E9F4263044C5", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38298,53 +75904,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 8, "location": 0, }, ], - "string": "14", + "string": "ITEM TWO", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,0.70)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "120px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "do_objectID": "33A046AA-2704-40B5-9DE7-A5F7C8AD52BA", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "do_objectID": "14290AE1-FA35-44A1-B010-6330DB239370", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38353,13 +75960,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", - "height": 14, - "width": 14, - "x": 220, - "y": 84, + "do_objectID": "91542702-E1CB-49DE-AE0B-9145054DB80C", + "height": 16, + "width": 120, + "x": 120, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38368,7 +75975,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "14", + "name": "ITEM TWO", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38376,33 +75983,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "do_objectID": "9578BCCE-56FF-4CD0-A6C2-0A67738FF257", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "do_objectID": "9140AD60-AC75-4423-BD05-4120E3C53D2A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38424,53 +76032,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 7, "location": 0, }, ], - "string": "15", + "string": "NO. ONE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "do_objectID": "2FEE7291-7D60-47B5-AF0C-9794FC70479A", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "do_objectID": "1C8BB07D-4549-4474-85DE-AAC36D4ED7FE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38479,13 +76088,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", - "height": 14, - "width": 14, - "x": 264, - "y": 84, + "do_objectID": "D08C8D43-D4F0-426D-BBE7-5BA4CA030851", + "height": 16, + "width": 120, + "x": 0, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38494,7 +76103,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "15", + "name": "NO. ONE", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38502,33 +76111,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "do_objectID": "E1B0E40B-4579-4740-A63F-6C4231A7DCF8", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "do_objectID": "07FC4EB1-FE4E-4EFB-8BD3-1562B7D69B89", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38541,188 +76151,277 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "11", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", + "background-color": "rgba(255,255,140,1.00)", + "box-shadow": "0px 1px 1.5px 0px rgba(0,0,0,0.12),0px 1px 1px 0px rgba(0,0,0,0.24)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", + "height": "2px", + "left": "0px", "position": "absolute", - "top": "84px", + "top": "46px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0CD5019F-4477-41F0-B7F4-1437084D2FAD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "do_objectID": "9B2FA7EA-E5FC-4F3F-A38A-91AB190DD24E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", - "height": 14, - "width": 14, - "x": 88, - "y": 84, + "height": 2, + "width": 120, + "x": 0, + "y": 46, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "11", - "nameIsFixed": false, + "name": "indicator", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "A14002AC-97A3-482B-A0C5-D44A77B354E6", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 0, + "isEnabled": false, + "position": 1, + "thickness": 1, + }, + ], + "do_objectID": "87D45A0F-6AC3-4D68-8521-AF6E8F85FD82", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5490196078431373, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 1.5, + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 0.12, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "isEnabled": false, + "offsetX": 0, + "offsetY": 1, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 1, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 1, + "spread": 0, }, - "verticalAlignment": 0, - }, + ], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"indicator\\"", + ], }, }, + ], + "name": "tabs", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56450478-45EE-4020-829D-3D7106A99B8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"tabs\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "16px", + "position": "absolute", + "top": "40px", + "visibility": "visible", + "width": "328px", + }, + }, + "do_objectID": "54F2B126-EBC8-42E4-9CCC-6025866EA532", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E919A5D5-7F14-43AB-937D-4AC73AD038A8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1244F84B-12C1-420C-A2BD-58EBC9D323FF", + "height": 24, + "width": 328, + "x": 16, + "y": 40, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "7", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", + "height": "24px", + "left": "316px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "12px", }, }, - "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", - "dontSynchroniseWithSymbol": false, + "do_objectID": "2EAB1189-97C4-4EC1-8CBF-1E24214B7177", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "do_objectID": "B5AE9619-0144-403F-B016-9A1F7F494DC5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38731,317 +76430,686 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", - "height": 14, - "width": 14, - "x": 220, - "y": 44, + "do_objectID": "13FAD583-AC89-4F3A-A6B6-A0CF3DBA26AC", + "height": 24, + "width": 12, + "x": 316, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, - "isFlippedVertical": false, + "isFlippedVertical": true, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "7", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "layers": Array [ + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "4px", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, + }, + "do_objectID": "044E322D-A4FA-476E-8BFB-CB5BD971A007", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "29F06F1B-0927-4D93-BDE8-5828E3184007", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "09DF51C0-DFDA-497B-9205-AB1963FD1154", + "height": 16, + "width": 4, + "x": 3, + "y": 4, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "3B936567-EF75-4459-8908-92C1DA27C1FE", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1F98697-0674-4D9C-A0F6-B7D2C30462F5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0EAD72B-E995-4B23-A15E-81E3ACD60B80", + "height": 4, + "width": 4, + "x": 0, + "y": 12, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77499999999999991}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000009}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 2, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000009}", + "curveMode": 2, + "curveTo": "{0, 0.77499999999999991}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "6px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "5F4D6AE3-A563-4C5E-86C0-66332A65E9B1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0BEF50BC-CCDF-4CDB-BEEE-4CB4FB2CE90D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2CF02168-028C-4296-82F3-C32431ED0BEA", + "height": 4, + "width": 4, + "x": 0, + "y": 6, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000009}", + "curveMode": 2, + "curveTo": "{0, 0.77499999999999991}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77499999999999991}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000009}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "4px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E4AC1434-7A30-45CD-8976-A852E84BBF9A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "313C2770-48E7-45CF-AD51-6CE335D14FEE", + "height": 4, + "width": 4, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22499999999999964}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000036}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000036}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999964}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "length": 1, - "location": 0, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "string": "2", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, }, - }, - "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", - "height": 14, - "width": 14, - "x": 0, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "12px", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + }, + "do_objectID": "E4792B29-BF0E-42DB-95C8-4DDBCAC7798F", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8B85D384-7961-4B39-87B7-A05B22F94D02", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 12, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "946562AE-3059-44F0-8DC3-54BE98B4ACFC", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M12 0,L 0 0,L 0 24,L 12 24,z\\"", + ], + "type": "path", }, - }, - "length": 1, - "location": 0, + ], + }, + "web": Object { + "attributes": Array [], }, - ], - "string": "3", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", }, - }, - "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", - "height": 14, - "width": 14, - "x": 44, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "3", - "nameIsFixed": false, + ], + "name": "more", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "do_objectID": "06EE712E-EDFF-4466-B1D7-A63C20D4C50F", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"more\\"", + ], }, }, Object { @@ -39054,53 +77122,52 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 20, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 1, + "length": 10, "location": 0, }, ], - "string": "5", + "string": "Page Title", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "20px", + "height": "26px", + "left": "56px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "91px", }, }, - "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "do_objectID": "90E271D7-D279-45F2-95DC-47441AC6F11F", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "do_objectID": "BBB1B522-64CF-4563-B8E9-F138ED2B426C", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39109,13 +77176,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", - "height": 14, - "width": 14, - "x": 132, - "y": 44, + "height": 26, + "width": 91, + "x": 56, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {90, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -39124,40 +77190,40 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "5", + "name": "Page Title", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "FD154772-5D9F-4899-88F9-5124F223C73E", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "do_objectID": "E2DF08D7-CE0B-4A04-A46E-02C8D9DC19DD", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "do_objectID": "E92BA203-2A38-4841-BE87-23D9A757DC8A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 20, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -39165,68 +77231,30 @@ Object { }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "6", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A7B39194-67E6-4391-84D0-3590B6A9C8C6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "do_objectID": "C4FDFF6F-90CA-42E5-B4EA-02196E788C67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39235,13 +77263,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", - "height": 14, - "width": 14, - "x": 176, - "y": 44, + "do_objectID": "C1D0BFE2-05CA-4895-8105-DEBC39E206B0", + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -39249,384 +77277,893 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "6", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "798D3C77-B6E0-4D8D-9EF6-ABDC9A4C8B2D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1D1A9FCF-0DAD-4917-B2EA-6CC0D24671C4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "31EF773D-8AEB-4113-BED9-1CB4C1CC4417", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "12px", + "left": "3px", + "position": "absolute", + "top": "6px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "894DE14D-3249-43A6-A9E5-13D74A715EAF", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E9A3EF6-B3AB-4018-A46A-4C09A1B6E2EC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A14A0CC3-5811-4C0B-AB5D-66BABB31C092", + "height": 12, + "width": 18, + "x": 3, + "y": 6, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "02902742-F6CF-47B2-A5EC-DD22510DA7DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A8D67E3B-9CAB-4149-B260-2B85A40190E9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "59305F95-A91C-43CD-BBC5-08B12D2CFEBD", + "height": 2, + "width": 18, + "x": 0, + "y": 10, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 2,L 18 2,L 18 0,L 0 0,L 0 2,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "D6BB75D0-AB30-43EC-B104-7BF224DA30B9", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3E227245-30B1-4F5B-B4D2-B2EC3199D671", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2178831E-0EA9-4B03-B0B6-05303ABBB4B7", + "height": 2, + "width": 18, + "x": 0, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 2,L 18 2,L 18 0,L 0 0,L 0 2,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "18px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "do_objectID": "C6B5B3A2-5CA0-4787-A6F1-47DAFF9CCAB9", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "574554BD-6E97-4715-BD86-7A3FEC2A86BF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4B258FC6-50FA-406A-AFD3-A641D2D0E332", + "height": 2, + "width": 18, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 0,L 0 2,L 18 2,L 18 0,L 0 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "length": 1, - "location": 0, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "string": "8", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, }, - }, - "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", - "height": 14, - "width": 14, - "x": 264, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "8", - "nameIsFixed": false, + ], + "name": "menu", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "do_objectID": "0E6232B9-D813-4EF6-86CD-A008760CB052", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"menu\\"", + ], }, }, + ], + "name": "app bar contents", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CEB14821-8174-404A-B9B3-70B0D89FF07A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"app bar contents\\"", + ], + }, + }, + ], + "name": "app bar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6D2C6775-C00E-459D-BF35-6BF75842EAB0", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"app bar\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "FA4CA9F5-471E-4E2A-9466-D3AE5C74D5E9", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CAF63BAA-809D-4491-BA10-6E6BE6B675F4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "096F6677-3466-4D31-8976-C5099741CC33", + "height": 24, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,166,1.00)", + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "C27B6B4D-AE72-45DB-A433-BCF83BD5FA33", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF88E2C-E6A4-45D7-A3B0-7D665AB5D111", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "status bar bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "4", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", - "height": 14, - "width": 14, - "x": 88, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "4", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "dates", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "do_objectID": "5C253197-535A-49C9-85CC-3D1E6ECC5E36", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.6509803921568628, + "green": 0.5882352941176472, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dates\\"", + "role=\\"rectangle\\"", + "aria-label=\\"status bar bg\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, - }, - ], - "string": "March 2014", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "symbolInstance", "booleanOperation": 0, "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "101.5px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "76px", - }, - }, - "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", - "dontSynchroniseWithSymbol": false, + "do_objectID": "2897CFF8-D7D1-4C1F-B13C-E4DAE67067FA", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "do_objectID": "1E5FD2ED-1738-4855-A83E-3E2986B601A2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39635,69 +78172,41 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", - "height": 16, - "width": 76, - "x": 101.5, + "do_objectID": "139BCC43-36EB-444E-A4E6-44A1B5DA3103", + "height": 24, + "width": 118, + "x": 242, "y": 0, }, - "glyphBounds": "{{0, 0}, {76, 16}}", "hasClippingMask": false, + "horizontalSpacing": 0, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": false, + "isLocked": true, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "March 2014", + "name": "status bar contents", "nameIsFixed": false, - "resizingConstraint": 47, + "overrideValues": Array [], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "scale": 1, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "do_objectID": "4FFF4E6F-61BA-4E30-B769-FC2F51E39F2F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + "symbolID": "080C0EF9-47BD-4900-BB91-42C80173D424", + "verticalSpacing": 0, }, ], - "name": "calendar", + "name": "status bar", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -39705,7 +78214,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "do_objectID": "1804FEE3-D722-4D5E-BD63-2DF8F2DB5FD5", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -39714,12 +78223,12 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"calendar\\"", + "aria-label=\\"status bar\\"", ], }, }, ], - "name": "dialog", + "name": "app bar + status bar", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -39727,7 +78236,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "do_objectID": "807C67B1-1EBA-45A7-AAA4-BF807BDF4729", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -39736,273 +78245,35 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"dialog\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, - }, - "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`LitElementCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 52 on lit-element 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, + "aria-label=\\"app bar + status bar\\"", ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "name": "Material/Light/Body 1", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", - "_ref_class": "MSImmutablePage", + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", - "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 105, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "artboards": Object {}, - "name": "Page 1", + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], }, }, - "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", - ], - "variant": "NONAPPSTORE", - "version": 112, - }, - "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "do_objectID": "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -40029,830 +78300,163 @@ Object { "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9941860465116279, 1}", - "curveMode": 4, - "curveTo": "{0.99738372093023264, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9941860465116279, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0026162790697673759, 1}", - "curveMode": 4, - "curveTo": "{0.0058139534883720929, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0058139534883720929, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.98687500000000006}", - "curveMode": 4, - "curveTo": "{0, 0.99437500000000001}", - "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.98750000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.0056250000000000354}", - "curveMode": 4, - "curveTo": "{0, 0.013125000000000008}", - "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058139534883720929, 0}", - "curveMode": 4, - "curveTo": "{0.0026162790697673759, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.0058139534883720929, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99709302325581395, 0}", - "curveMode": 4, - "curveTo": "{0.9938953488372092, 0}", - "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9941860465116279, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99970930232558131, 0.013125000000000008}", - "curveMode": 4, - "curveTo": "{0.99970930232558131, 0.0056250000000000354}", - "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.99437500000000012}", - "curveMode": 1, - "curveTo": "{0.99970930232558131, 0.98687500000000006}", - "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.98750000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", - "position": 0.9864078443877551, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.2000000029802322, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.1, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.0490476332782268, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - ], - "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", - "isEnabled": true, - "offsetX": 0, - "offsetY": 8, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", - "isEnabled": false, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", - "isEnabled": false, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "symbolMaster", + "backgroundColor": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "booleanOperation": 0, + "changeIdentifier": 6, + "clippingMaskMode": 0, + "do_objectID": "85FE2CA3-7BC8-4647-8950-9AB676A1C91A", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 118, + "x": 0, + "y": 0, + }, + "hasBackgroundColor": false, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeBackgroundColorInExport": true, + "includeBackgroundColorInInstance": false, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isFlowHome": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "shapePath", + "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { "display": "block", - "height": "3px", - "left": "88px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "94px", + "top": "0px", "visibility": "visible", - "width": "256px", + "width": "118px", }, }, - "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", - "edited": true, + "do_objectID": "61B8B31F-4531-4223-B67B-9F81955A0731", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", - "height": 3, - "width": 256, - "x": 88, - "y": 94, + "height": 24, + "width": 118, + "x": 0, + "y": 0, }, "hasClippingMask": false, - "isClosed": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "divider", + "name": "bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveFrom": "{0, 0}", "curveMode": 1, - "curveTo": "{0.001953125, 0.48611111111111105}", - "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "curveTo": "{0, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{0, 0.5}", + "point": "{0, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveFrom": "{0, 1}", "curveMode": 1, - "curveTo": "{-0.087891101837158522, 0.6041666666666663}", - "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "curveTo": "{0, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 0.5}", + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 13, - "location": 0, - }, - ], - "string": "Incoming call", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "88px", - "position": "absolute", - "top": "19px", - "visibility": "visible", - "width": "85px", - }, - }, - "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 85, - "x": 88, - "y": 19, - }, - "glyphBounds": "{{0, 0}, {84, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Incoming call", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 15, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "Scott Masterson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "88px", - "position": "absolute", - "top": "42px", - "visibility": "visible", - "width": "180px", - }, - }, - "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 180, - "x": 88, - "y": 42, - }, - "glyphBounds": "{{0, 0}, {177, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Scott Masterson", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, }, Object { @@ -40862,129 +78466,58 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "88px", + "height": "12px", + "left": "8px", "position": "absolute", - "top": "116px", + "top": "6px", "visibility": "visible", - "width": "81px", - }, - }, - "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", - "height": 24, - "width": 81, - "x": 88, - "y": 116, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "IGNORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "width": "16px", + }, + }, + "do_objectID": "0F7636EC-3486-4CC5-99A9-684896927622", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 16, + "x": 8, + "y": 6, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "12px", + "left": "1.70530256582424e-13px", "position": "absolute", - "top": "4px", + "top": "0px", "visibility": "visible", - "width": "50px", + "width": "16px", }, }, - "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", - "dontSynchroniseWithSymbol": false, + "do_objectID": "48C609B3-F9AE-422F-8D11-F6812E58FE3A", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -40993,87 +78526,99 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 16, - "width": 50, - "x": 32, - "y": 4, + "height": 12, + "width": 16, + "x": 1.70530256582424e-13, + "y": 0, }, - "glyphBounds": "{{0, 0}, {49, 16}}", - "hasClippingMask": false, + "hasClippingMask": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Ignore", - "nameIsFixed": false, - "resizingConstraint": 47, + "name": "wifi mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.49999999999999828, 1}", + "curveMode": 1, + "curveTo": "{0.49999999999999828, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.49999999999999828, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 8 12,L 16 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "shapeGroup", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", "height": "24px", - "left": "0px", + "left": "-4.000000000000114px", "position": "absolute", "top": "0px", "visibility": "visible", "width": "24px", }, }, - "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "do_objectID": "287233C0-7413-448D-82F6-AC1AD74EDE8C", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41082,10 +78627,9 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", "height": 24, "width": 24, - "x": 0, + "x": -4.000000000000114, "y": 0, }, "hasClickThrough": false, @@ -41098,44 +78642,398 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "CC5B3585-0E1B-45E9-BF72-0B8BCB2EA440", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22499999999999906, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.7749999999999998}", + "curveMode": 2, + "curveTo": "{0, 0.22500000000000023}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000091, 1}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22500000000000023}", + "curveMode": 2, + "curveTo": "{1, 0.7749999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77500000000000091, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.30)\\"", + "d=\\"M12 0,S 0 5.4, 0 12,S 5.4 24, 12 24,S 24 18.6, 24 12,S 18.6 0, 12 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "3px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "CD540E6A-760E-4F36-8DB5-F793A9F1A479", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": 3, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22222222222222221, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22222222222222221}", + "curveMode": 2, + "curveTo": "{0, 0.77777777777777779}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77777777777777779, 0}", + "curveMode": 2, + "curveTo": "{0.22222222222222221, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77777777777777779}", + "curveMode": 2, + "curveTo": "{1, 0.22222222222222221}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77777777777777779, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.30)\\"", + "d=\\"M9 18,S 0 14, 0 9,S 4 0, 9 0,S 18 4, 18 9,S 14 18, 9 18,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "-1.000000000000114px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "99CA80EA-99CB-4F9D-AE59-61E715C9D579", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": -1.000000000000114, + "y": 3, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { "rules": Object { "display": "block", - "height": "24px", + "height": "18px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "18px", }, }, - "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", - "edited": false, + "do_objectID": "3B0F2CD9-E800-48D8-8695-71CEE8180B3C", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, + "constrainProportions": false, + "height": 18, + "width": 18, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -41143,49 +79041,59 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0.22222222222222221, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "curveFrom": "{0, 0.77777777777777779}", + "curveMode": 2, + "curveTo": "{0, 0.22222222222222221}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "curveFrom": "{0.77777777777777779, 1}", + "curveMode": 2, + "curveTo": "{0.22222222222222221, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", + "curveFrom": "{1, 0.22222222222222221}", + "curveMode": 2, + "curveTo": "{1, 0.77777777777777779}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77777777777777779, 0}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "hasCurveTo": true, + "point": "{0.5, 0}", }, ], "resizingConstraint": 63, @@ -41194,18 +79102,44 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M9 0,S 0 4, 0 9,S 4 18, 9 18,S 18 14, 18 9,S 14 0, 9 0,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "shapePath", @@ -41214,19 +79148,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "14px", - "left": "5px", + "height": "12px", + "left": "3px", "position": "absolute", - "top": "5px", + "top": "3px", "visibility": "visible", - "width": "13.999px", + "width": "12px", }, }, - "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "do_objectID": "B479B32B-CF71-44A5-AF7E-EEA917A2D816", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41235,10 +79168,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 14, - "width": 13.999, - "x": 5, - "y": 5, + "height": 12, + "width": 12, + "x": 3, + "y": 3, }, "hasClippingMask": false, "isClosed": true, @@ -41248,155 +79181,77 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "shape", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.39900000000000002}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.39900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.39900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 0}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{0, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.39895706836202588, 0.5}", - "curveMode": 1, - "curveTo": "{0.39895706836202588, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.39895706836202588, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{0, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 1}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.60099999999999998}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.60099999999999998}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.60099999999999998}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 1}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 1}", - "hasCurveFrom": false, + "curveFrom": "{0.22499999999999906, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0.89906421887277665, 1}", + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{1, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.89900000000000002}", + "curveFrom": "{0, 0.22499999999999906}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000091}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.60104293163797429, 0.5}", - "curveMode": 1, - "curveTo": "{0.60104293163797429, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.60104293163797429, 0.5}", + "curveFrom": "{0.77499999999999625, 0}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{1, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.10099999999999985}", + "curveFrom": "{1, 0.77500000000000091}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999906}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 0}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 0}", + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000568, 1}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 0}", + "hasCurveTo": true, + "point": "{0.5, 1}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", - "opacity": 0.5399999618530273, - }, - "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, "fillType": 0, "isEnabled": true, @@ -41415,8 +79270,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M6 12,S 0 9.3, 0 6,S 2.7 0, 6 0,S 12 2.7, 12 6,S 9.3 12, 6 12,z\\"", ], "type": "path", }, @@ -41427,269 +79282,63 @@ Object { }, }, ], - "name": "ignore icon", - "nameIsFixed": true, + "name": "Shape", + "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore icon\\"", - ], - }, - }, - ], - "name": "ignore", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "215px", - "position": "absolute", - "top": "116px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", - "height": 24, - "width": 88, - "x": 215, - "y": 116, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, + "fills": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "ANSWER", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", - "position": "absolute", - "top": "4px", - "visibility": "visible", - "width": "56px", - }, - }, - "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", - "height": 16, - "width": 56, - "x": 32, - "y": 4, - }, - "glyphBounds": "{{0, 0}, {56, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "ANSWER", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], }, + "windingRule": 1, }, Object { - "_class": "group", + "_class": "shapeGroup", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "0px", + "height": "12px", + "left": "1.999999999999886px", "position": "absolute", - "top": "0px", + "top": "6px", "visibility": "visible", - "width": "24px", + "width": "12px", }, }, - "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "do_objectID": "17E4F2B4-96B0-411A-88F6-61FDC86B6DDE", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41698,11 +79347,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "height": 12, + "width": 12, + "x": 1.999999999999886, + "y": 6, }, "hasClickThrough": false, "hasClippingMask": false, @@ -41714,44 +79362,38 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { "display": "block", - "height": "24px", + "height": "12px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "12px", }, }, - "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", - "edited": false, + "do_objectID": "EE70DE52-A724-4E3D-A42F-CE005CC6DEE5", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, + "constrainProportions": false, + "height": 12, + "width": 12, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -41759,49 +79401,59 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0.22499999999999906, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "curveFrom": "{0, 0.77500000000000091}", + "curveMode": 2, + "curveTo": "{0, 0.22499999999999906}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "curveFrom": "{0.77499999999999625, 1}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", + "curveFrom": "{1, 0.22499999999999906}", + "curveMode": 2, + "curveTo": "{1, 0.77500000000000091}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77500000000000568, 0}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "hasCurveTo": true, + "point": "{0.5, 0}", }, ], "resizingConstraint": 63, @@ -41810,18 +79462,44 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M6 0,S 0 2.7, 0 6,S 2.7 12, 6 12,S 12 9.3, 12 6,S 9.3 0, 6 0,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "shapePath", @@ -41830,19 +79508,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "18px", + "height": "6px", "left": "3px", "position": "absolute", "top": "3px", "visibility": "visible", - "width": "18px", + "width": "6px", }, }, - "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "do_objectID": "BD7374FA-0B5C-49B4-9D33-6515AAA9219E", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41851,8 +79528,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 18, - "width": 18, + "height": 6, + "width": 6, "x": 3, "y": 3, }, @@ -41864,185 +79541,77 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "Imported Layers", + "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.024833333333333336, 0}", - "curveMode": 4, - "curveTo": "{0.055555555555555552, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.055555555555555552, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.57711111111111113}", - "curveMode": 3, - "curveTo": "{0, 0.024833333333333287}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97516666666666674, 1}", - "curveMode": 3, - "curveTo": "{0.42288888888888887, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{1, 0.97516666666666674}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.71933333333333338}", + "curveFrom": "{0.21666666666666856, 1}", "curveMode": 4, - "curveTo": "{1, 0.75}", + "curveTo": "{0.5, 1}", "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0.75}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.87511111111111106, 0.69450000000000001}", - "curveMode": 3, - "curveTo": "{0.97516666666666674, 0.69450000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 0.69450000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74044444444444446, 0.66111111111111109}", - "curveMode": 3, - "curveTo": "{0.80844444444444441, 0.68333333333333324}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.746, 0.66288888888888886}", + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveFrom": "{0, 0.21666666666666856}", "curveMode": 2, - "curveTo": "{0.7346111111111111, 0.66022222222222227}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.72883333333333333, 0.66022222222222227}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.68961111111111117, 0.67649999999999999}", - "curveMode": 4, - "curveTo": "{0.70044444444444443, 0.66566666666666663}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.68961111111111117, 0.67649999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.41000000000000003, 0.71888888888888891}", - "curveMode": 4, - "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "curveTo": "{0, 0.78333333333333144}", "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.56733333333333336, 0.79888888888888887}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.20127777777777778, 0.43300000000000005}", - "curveMode": 4, - "curveTo": "{0.28138888888888886, 0.59027777777777779}", - "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.20127777777777778, 0.43300000000000005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33877777777777784, 0.29516666666666658}", - "curveMode": 4, - "curveTo": "{0.32350000000000001, 0.31038888888888888}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32350000000000001, 0.31038888888888888}", + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.31666666666666671, 0.19149999999999995}", - "curveMode": 3, - "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "curveFrom": "{0.78333333333334088, 0}", + "curveMode": 2, + "curveTo": "{0.21666666666666856, 0}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.33711111111111108, 0.25399999999999995}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.30550000000000005, 0.024833333333333287}", - "curveMode": 3, - "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "curveFrom": "{1, 0.78333333333333144}", + "curveMode": 2, + "curveTo": "{1, 0.21666666666666856}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.30550000000000005, 0.055555555555555552}", + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.25, 0}", + "curveFrom": "{0.5, 1}", "curveMode": 4, - "curveTo": "{0.28066666666666662, 0}", + "curveTo": "{0.78333333333334088, 1}", "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.25, 0}", + "point": "{0.5, 1}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", - "opacity": 0.5399999618530273, - }, - "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, "fillType": 0, "isEnabled": true, @@ -42061,8 +79630,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M3 6,S 0 4.7, 0 3,S 1.3 0, 3 0,S 6 1.3, 6 3,S 4.7 6, 3 6,z\\"", ], "type": "path", }, @@ -42073,604 +79642,229 @@ Object { }, }, ], - "name": "call icon", - "nameIsFixed": true, + "name": "Shape", + "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"call icon\\"", + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", ], }, - }, - ], - "name": "answer", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"answer\\"", - ], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "56px", - "left": "15px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "56px", - }, - }, - "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 56, - "x": 15, - "y": 16, - }, - "hasClippingMask": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "windingRule": 1, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "border-radius": "50%", + "display": "block", + "height": "6px", + "left": "5px", + "position": "absolute", + "top": "9px", + "visibility": "visible", + "width": "6px", + }, + }, + "do_objectID": "D27B5981-CCA7-4D15-BDB6-1307F55D4185", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 6, + "width": 6, + "x": 5, + "y": 9, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Oval", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"Oval\\"", + ], + }, }, ], + "name": "wifi", + "nameIsFixed": true, + "originalObjectID": "0F7636EC-3486-4CC5-99A9-684896927622", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, + "alpha": 1, "blue": 0, "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "heads-up notification", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"heads-up notification\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`LitElementCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 53 on lit-element 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "name": "Material/Light/Body 1", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"wifi\\"", + ], + }, + }, Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "160px", - "left": "0px", + "height": "12px", + "left": "34px", "position": "absolute", - "top": "0px", + "top": "6px", "visibility": "visible", - "width": "344px", + "width": "12px", }, }, - "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", - "edited": true, + "do_objectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -42679,756 +79873,668 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 160, - "width": 344, - "x": 0, - "y": 0, + "height": 12, + "width": 12, + "x": 34, + "y": 6, }, + "hasClickThrough": false, "hasClippingMask": false, - "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9941860465116279, 1}", - "curveMode": 4, - "curveTo": "{0.99738372093023264, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9941860465116279, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0026162790697673759, 1}", - "curveMode": 4, - "curveTo": "{0.0058139534883720929, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0058139534883720929, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.98687500000000006}", - "curveMode": 4, - "curveTo": "{0, 0.99437500000000001}", - "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.98750000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.0056250000000000354}", - "curveMode": 4, - "curveTo": "{0, 0.013125000000000008}", - "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058139534883720929, 0}", - "curveMode": 4, - "curveTo": "{0.0026162790697673759, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.0058139534883720929, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99709302325581395, 0}", - "curveMode": 4, - "curveTo": "{0.9938953488372092, 0}", - "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9941860465116279, 0}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99970930232558131, 0.013125000000000008}", - "curveMode": 4, - "curveTo": "{0.99970930232558131, 0.0056250000000000354}", - "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.012500000000000001}", + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "12px", + "left": "-1.13686837721616e-13px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "12px", + }, + }, + "do_objectID": "40BA2EEC-83D4-453D-8478-4F0193497A23", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 12, + "x": -1.13686837721616e-13, + "y": 0, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "reception mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M12 12,L 12 0,L 0 12,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.99437500000000012}", - "curveMode": 1, - "curveTo": "{0.99970930232558131, 0.98687500000000006}", - "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.98750000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", - "position": 0.9864078443877551, - }, - ], - "to": "{0.5, 1}", + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "12px", + "left": "9px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "isEnabled": true, - "position": 1, - "thickness": 1, }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "do_objectID": "D0C86B5E-4173-4729-A3AF-88C232B22652", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 9, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.2000000029802322, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.1, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.0490476332782268, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - ], - "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "12px", + "left": "6px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", - "isEnabled": true, - "offsetX": 0, - "offsetY": 8, - "spread": 0, }, - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "EF62075C-CD4D-4710-991E-3FCE6FB02448", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 6, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "3px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", - "isEnabled": false, - "offsetX": 0, - "offsetY": 2, - "spread": 0, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "8639EA38-59EA-4C41-AC59-E235A01C9985", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 3, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", - "isEnabled": false, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { + "web": Object { "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], - "type": "path", }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "94px", - "visibility": "visible", - "width": "256px", - }, - }, - "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", - "height": 3, - "width": 256, - "x": 88, - "y": 94, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.48611111111111105}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.48611111111111105}", - "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", - "curveMode": 1, - "curveTo": "{-0.087891101837158522, 0.6041666666666663}", - "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", + }, + }, + "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, }, ], + "name": "reception", + "nameIsFixed": true, + "originalObjectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, "fillType": 0, "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 13, - "location": 0, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "string": "Incoming call", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "88px", - "position": "absolute", - "top": "19px", - "visibility": "visible", - "width": "85px", - }, - }, - "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 85, - "x": 88, - "y": 19, - }, - "glyphBounds": "{{0, 0}, {84, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Incoming call", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", - "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 15, - "location": 0, - }, + "role=\\"group\\"", + "aria-label=\\"reception\\"", ], - "string": "Scott Masterson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "88px", - "position": "absolute", - "top": "42px", - "visibility": "visible", - "width": "180px", - }, - }, - "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 180, - "x": 88, - "y": 42, - }, - "glyphBounds": "{{0, 0}, {177, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Scott Masterson", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, }, Object { @@ -43438,18 +80544,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "88px", + "height": "13px", + "left": "60px", "position": "absolute", - "top": "116px", + "top": "5px", "visibility": "visible", - "width": "81px", + "width": "8px", }, }, - "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "do_objectID": "394BBD24-BE18-4203-8A03-D37C48937738", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -43458,14 +80563,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", - "height": 24, - "width": 81, - "x": 88, - "y": 116, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 13, + "width": 8, + "x": 60, + "y": 5, }, "hasClickThrough": false, "hasClippingMask": false, @@ -43477,1222 +80578,871 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "IGNORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "13px", + "left": "-1.13686837721616e-13px", "position": "absolute", - "top": "4px", + "top": "0px", "visibility": "visible", - "width": "50px", + "width": "8px", + }, + }, + "do_objectID": "36B2AC85-DF12-4169-8718-5F3D3C549F84", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 13, + "width": 8, + "x": -1.13686837721616e-13, + "y": 0, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "battery mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.875, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.875, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.875, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.75, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.75, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0}", + "curveMode": 1, + "curveTo": "{0.75, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.75, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 1, + "curveTo": "{0.25, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.25, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.25, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.25, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.049999999999997158, 0.076923076923076927}", + "curveMode": 4, + "curveTo": "{0.125, 0.076923076923076927}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.125, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.15384615384615385}", + "curveMode": 4, + "curveTo": "{0, 0.10769230769230813}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.15384615384615385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.96923076923076878}", + "curveMode": 4, + "curveTo": "{0, 0.92307692307692313}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.92307692307692313}", }, - }, - "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 16, - "width": 50, - "x": 32, - "y": 4, - }, - "glyphBounds": "{{0, 0}, {49, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Ignore", - "nameIsFixed": false, - "resizingConstraint": 47, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.125, 1}", + "curveMode": 4, + "curveTo": "{0.049999999999997158, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.125, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.95000000000000284, 1}", + "curveMode": 4, + "curveTo": "{0.875, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.875, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.92307692307692313}", + "curveMode": 4, + "curveTo": "{1, 0.96923076923076878}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.92307692307692313}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10769230769230813}", + "curveMode": 4, + "curveTo": "{1, 0.15384615384615385}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.15384615384615385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.875, 0.076923076923076927}", + "curveMode": 4, + "curveTo": "{0.95000000000000284, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.875, 0.076923076923076927}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M7 1,L 6 1,L 6 0,L 2 0,L 2 1,S 1 1, 1 1,S 0 1.4, 0 2,S 0 12, 0 12,S 0.4 13, 1 13,S 7 13, 7 13,S 8 12.6, 8 12,S 8 2, 8 2,S 7.6 1, 7 1,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(255,255,255,0.90)", "display": "block", - "height": "24px", + "height": "3px", "left": "0px", "position": "absolute", - "top": "0px", + "top": "10px", "visibility": "visible", - "width": "24px", + "width": "8px", }, }, - "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "do_objectID": "50A264EB-01E5-4A89-91A4-6BC7B6F43B82", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", - "height": 24, - "width": 24, + "height": 3, + "width": 8, "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 10, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "13.999px", - }, - }, - "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 14, - "width": 13.999, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "shape", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.39900000000000002}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.39900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.39900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 0}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{0, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.39895706836202588, 0.5}", - "curveMode": 1, - "curveTo": "{0.39895706836202588, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.39895706836202588, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{0, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 1}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.60099999999999998}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.60099999999999998}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.60099999999999998}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 1}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{1, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.60104293163797429, 0.5}", - "curveMode": 1, - "curveTo": "{0.60104293163797429, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.60104293163797429, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{1, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 0}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", - "opacity": 0.5399999618530273, - }, - "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "ignore icon", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore icon\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], }, }, - ], - "name": "ignore", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "215px", - "position": "absolute", - "top": "116px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", - "height": 24, - "width": 88, - "x": 215, - "y": 116, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "8px", + }, + }, + "do_objectID": "104A5BDF-320D-45A2-9EFB-DA0F9A056E07", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 8, + "x": 0, + "y": 7, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, - "length": 1, - "location": 5, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "string": "ANSWER", + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", + "background-color": "rgba(255,255,255,0.30)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "3px", + "left": "0px", "position": "absolute", "top": "4px", "visibility": "visible", - "width": "56px", + "width": "8px", }, }, - "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "4162C6FB-40B4-4940-AF52-911CB4C18D05", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", - "height": 16, - "width": 56, - "x": 32, + "height": 3, + "width": 8, + "x": 0, "y": 4, }, - "glyphBounds": "{{0, 0}, {56, 16}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "ANSWER", + "name": "Rectangle-path", "nameIsFixed": false, - "resizingConstraint": 47, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "1px", + "visibility": "visible", + "width": "8px", + }, + }, + "do_objectID": "7EEACE8D-CEA3-4118-BA2B-20DA6BB9C643", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 8, + "x": 0, + "y": 1, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(255,255,255,0.30)", "display": "block", - "height": "24px", - "left": "0px", + "height": "1px", + "left": "2px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "4px", }, }, - "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "do_objectID": "B5950202-1A67-4112-84B9-936E5A627174", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", - "height": 24, - "width": 24, - "x": 0, + "height": 1, + "width": 4, + "x": 2, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "18px", - "left": "3px", - "position": "absolute", - "top": "3px", - "visibility": "visible", - "width": "18px", - }, - }, - "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 18, - "width": 18, - "x": 3, - "y": 3, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Imported Layers", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.024833333333333336, 0}", - "curveMode": 4, - "curveTo": "{0.055555555555555552, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.055555555555555552, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.57711111111111113}", - "curveMode": 3, - "curveTo": "{0, 0.024833333333333287}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97516666666666674, 1}", - "curveMode": 3, - "curveTo": "{0.42288888888888887, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{1, 0.97516666666666674}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.71933333333333338}", - "curveMode": 4, - "curveTo": "{1, 0.75}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.75}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.87511111111111106, 0.69450000000000001}", - "curveMode": 3, - "curveTo": "{0.97516666666666674, 0.69450000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 0.69450000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74044444444444446, 0.66111111111111109}", - "curveMode": 3, - "curveTo": "{0.80844444444444441, 0.68333333333333324}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.746, 0.66288888888888886}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.71466666666666667, 0.66022222222222227}", - "curveMode": 2, - "curveTo": "{0.7346111111111111, 0.66022222222222227}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.72883333333333333, 0.66022222222222227}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.68961111111111117, 0.67649999999999999}", - "curveMode": 4, - "curveTo": "{0.70044444444444443, 0.66566666666666663}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.68961111111111117, 0.67649999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.41000000000000003, 0.71888888888888891}", - "curveMode": 4, - "curveTo": "{0.56733333333333336, 0.79888888888888887}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.56733333333333336, 0.79888888888888887}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.20127777777777778, 0.43300000000000005}", - "curveMode": 4, - "curveTo": "{0.28138888888888886, 0.59027777777777779}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.20127777777777778, 0.43300000000000005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33877777777777784, 0.29516666666666658}", - "curveMode": 4, - "curveTo": "{0.32350000000000001, 0.31038888888888888}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32350000000000001, 0.31038888888888888}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.31666666666666671, 0.19149999999999995}", - "curveMode": 3, - "curveTo": "{0.34327777777777779, 0.2732222222222222}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.33711111111111108, 0.25399999999999995}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.30550000000000005, 0.024833333333333287}", - "curveMode": 3, - "curveTo": "{0.30550000000000005, 0.12483333333333332}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.30550000000000005, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.25, 0}", - "curveMode": 4, - "curveTo": "{0.28066666666666662, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.25, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", - "opacity": 0.5399999618530273, - }, - "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "call icon", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"call icon\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], }, - }, - ], - "name": "answer", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", - "endMarkerType": 0, + }, + ], + "name": "battery", + "nameIsFixed": true, + "originalObjectID": "394BBD24-BE18-4203-8A03-D37C48937738", + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -44700,35 +81450,28 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"answer\\"", + "aria-label=\\"battery\\"", ], }, }, Object { - "_class": "oval", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", "display": "block", - "height": "56px", - "left": "15px", + "height": "15px", + "left": "77px", "position": "absolute", - "top": "16px", + "top": "5px", "visibility": "visible", - "width": "56px", + "width": "33px", }, }, - "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", - "edited": false, + "do_objectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -44737,78 +81480,166 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 56, - "width": 56, - "x": 15, - "y": 16, + "height": 15, + "width": 33, + "x": 77, + "y": 5, }, - "hasClippingMask": true, - "isClosed": true, + "hasClickThrough": false, + "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 13, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + ], + "string": "12:30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "black", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "15px", + "left": "2.273736754432321e-13px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "33px", + }, + }, + "do_objectID": "180DADB8-0C0B-40BD-A964-08340D4A7861", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 15, + "width": 33, + "x": 2.273736754432321e-13, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {33, 15}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12:30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 13, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, }, ], + "name": "time", + "nameIsFixed": true, + "originalObjectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.9, + }, "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.26, + "alpha": 1, "blue": 0, "green": 0, "red": 0, @@ -44823,85 +81654,45 @@ Object { ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", + "role=\\"group\\"", + "aria-label=\\"time\\"", ], }, }, ], - "name": "heads-up notification", - "nameIsFixed": true, + "name": "Material/Android/Status bar content", + "nameIsFixed": false, + "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "shouldBreakMaskChain": false, + "shouldBreakMaskChain": true, "style": Object { "_class": "style", - "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, + "symbolID": "080C0EF9-47BD-4900-BB91-42C80173D424", + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"heads-up notification\\"", + "role=\\"symbolMaster\\"", + "aria-label=\\"Material/Android/Status bar content\\"", ], }, }, ], - "name": "Page 1", + "name": "Symbols", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -44923,13 +81714,17 @@ Object { ], "previews": Array [], "user": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "scrollOrigin": "{160, 160}", + "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485": Object { + "scrollOrigin": "{-60, 40}", "zoomValue": 1, }, - "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "5B57D242-95C3-47E3-BC5E-22376F9F834B": Object { "pageListHeight": 110, }, + "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, "document": Object { "pageListCollapsed": 1, "pageListHeight": -1, @@ -44938,13 +81733,15 @@ Object { } `; -exports[`LitElementCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 52 on lit-element 1`] = ` +exports[`LitElementCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 53 on lit-element 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -45054,19 +81851,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ "Roboto-Regular", @@ -45087,14 +81884,10 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { @@ -45117,6 +81910,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -45165,6 +81961,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -45207,6 +82006,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -45425,6 +82227,9 @@ Object { "x": 0, "y": 80, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46208,6 +83013,9 @@ Object { "x": 16, "y": 40, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46250,6 +83058,9 @@ Object { "x": 316, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46292,6 +83103,9 @@ Object { "x": 3, "y": 4, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47083,6 +83897,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47235,6 +84052,9 @@ Object { "x": 3, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47832,6 +84652,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "isFixedToViewport": false, @@ -48103,6 +84926,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -48146,6 +84972,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasBackgroundColor": false, "hasClickThrough": true, "hasClippingMask": false, @@ -48304,6 +85133,9 @@ Object { "x": 8, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -48446,6 +85278,9 @@ Object { "x": -4.000000000000114, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -48806,6 +85641,9 @@ Object { "x": -1.000000000000114, "y": 3, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -49166,6 +86004,9 @@ Object { "x": 1.999999999999886, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -49692,6 +86533,9 @@ Object { "x": 34, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -50382,6 +87226,9 @@ Object { "x": 60, "y": 5, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -51299,6 +88146,9 @@ Object { "x": 77, "y": 5, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -51480,6 +88330,13 @@ Object { ], "name": "Material/Android/Status bar content", "nameIsFixed": false, + "overrideProperties": Array [ + Object { + "_class": "MSImmutableOverrideProperty", + "canOverride": true, + "overrideName": "180DADB8-0C0B-40BD-A964-08340D4A7861_stringValue", + }, + ], "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, @@ -51536,7 +88393,7 @@ Object { "pageListHeight": 110, }, "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { - "scrollOrigin": "{134, 134}", + "scrollOrigin": "{160, 160}", "zoomValue": 1, }, "document": Object { @@ -51547,7 +88404,7 @@ Object { } `; -exports[`LitElementCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 53 on lit-element 1`] = ` +exports[`LitElementCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 59 on lit-element 1`] = ` Object { "document": Object { "_class": "document", @@ -51555,6 +88412,8 @@ Object { "_class": "assetCollection", "colorAssets": Array [], "colors": Array [], + "do_objectID": "0FB6DBC2-8E69-447B-B801-1645BB3CCD50", + "exportPresets": Array [], "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { @@ -51565,7 +88424,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "5B57D242-95C3-47E3-BC5E-22376F9F834B", + "do_objectID": "E77B5BBC-BBCC-49BD-AE26-62F8394AB8E2", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -51578,6 +88437,37 @@ Object { "name": "Material/Icon white", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "27C70A2F-DEF7-41B2-963C-C5CAE0286B89", "endMarkerType": 0, "fills": Array [ Object { @@ -51589,7 +88479,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51597,7 +88523,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -51617,8 +88545,42 @@ Object { "name": "Material/Dark/Title", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "990371CA-39D1-4236-8DF5-27DA6896FEFD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -51665,19 +88627,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "59.1", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 121, }, "fonts": Array [ "Roboto-Regular", @@ -51698,10 +88660,10 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 121, }, "pages": Array [ Object { @@ -51760,7 +88722,6 @@ Object { "do_objectID": "2145D356-40E2-4569-95CF-84F00DD9818F", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "BB51E5D5-5BA5-419F-9D6A-49A171E7ED21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51769,7 +88730,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7D8CA104-45E8-4835-B4DA-CCAF17E60C45", "height": 128, "width": 360, "x": 0, @@ -51805,7 +88765,6 @@ Object { "do_objectID": "A94FA51A-099C-4CC1-B1AE-4F3CBFE4B381", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "DC89A630-0EF2-4276-944C-D7254BED2EF4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51814,7 +88773,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "8C36F8CD-481B-455B-B132-E7E7E477D5D0", "height": 128, "width": 360, "x": 0, @@ -51851,7 +88809,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9B79BB7B-176C-4CA3-99DC-D5866EA83AB4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51873,6 +88830,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "app bar bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -51924,6 +88882,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "ACEE65BC-1CF2-45E4-9889-621210096AED", "endMarkerType": 0, "fills": Array [ @@ -51936,7 +88924,43 @@ Object { "green": 0.7333333333333334, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51944,6 +88968,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -51961,7 +88986,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "7E855B0A-CD99-4BC0-9320-25BCD81DE1B0", "isEnabled": true, "offsetX": 0, "offsetY": 4, @@ -51982,7 +89006,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "464524C7-C0E7-414E-8B14-DC85D1E28DCE", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -52026,7 +89049,6 @@ Object { "do_objectID": "DD13F059-6DD2-4413-9C59-5A3ABD7D44D7", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C9CE81BD-C917-48C0-9755-A60CAB214BD0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52035,7 +89057,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D025D61C-6D8C-4DEF-9770-3BF04763FB53", "height": 48, "width": 360, "x": 0, @@ -52059,14 +89080,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 180px rgba(255,255,255,0.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "98px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "410px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.00)", "box-shadow": "0 0 0 1px rgba(151,151,151,1.00) inset", "display": "block", "height": "48px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -52077,7 +89112,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9DD7A316-362F-4C9A-BFF3-5AB347DF1433", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52101,8 +89135,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -52152,6 +89188,22 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -52162,12 +89214,61 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": false, "position": 1, "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "451D43C8-1885-40BE-9887-80738B61DBAA", "endMarkerType": 0, "fills": Array [ @@ -52180,7 +89281,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -52188,7 +89325,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -52256,7 +89395,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "440F05BA-2072-4C6B-B78F-6CDF2E0DA718", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52265,7 +89403,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "65C64BBE-7EA8-4BAA-B6F4-933EB86CA11D", "height": 16, "width": 120, "x": 240, @@ -52280,6 +89417,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "THE THIRD", "nameIsFixed": false, "resizingConstraint": 63, @@ -52288,13 +89426,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "33A4A266-8DB2-45A7-A7E1-2E46C90421B9", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "4B3B58A2-ADCE-4A57-B0A9-E9F4263044C5", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52384,7 +89554,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "14290AE1-FA35-44A1-B010-6330DB239370", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52393,7 +89562,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "91542702-E1CB-49DE-AE0B-9145054DB80C", "height": 16, "width": 120, "x": 120, @@ -52408,6 +89576,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "ITEM TWO", "nameIsFixed": false, "resizingConstraint": 63, @@ -52416,13 +89585,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "9578BCCE-56FF-4CD0-A6C2-0A67738FF257", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9140AD60-AC75-4423-BD05-4120E3C53D2A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52512,7 +89713,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1C8BB07D-4549-4474-85DE-AAC36D4ED7FE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52521,7 +89721,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D08C8D43-D4F0-426D-BBE7-5BA4CA030851", "height": 16, "width": 120, "x": 0, @@ -52536,6 +89735,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "NO. ONE", "nameIsFixed": false, "resizingConstraint": 63, @@ -52544,13 +89744,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "E1B0E40B-4579-4740-A63F-6C4231A7DCF8", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "07FC4EB1-FE4E-4EFB-8BD3-1562B7D69B89", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52589,14 +89821,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 60px rgba(255,255,140,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "52px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "170px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,140,1.00)", "box-shadow": "0px 1px 1.5px 0px rgba(0,0,0,0.12),0px 1px 1px 0px rgba(0,0,0,0.24)", "display": "block", "height": "2px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "46px", "visibility": "visible", @@ -52607,7 +89853,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9B2FA7EA-E5FC-4F3F-A38A-91AB190DD24E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52631,8 +89876,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "indicator", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -52683,6 +89930,22 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -52693,12 +89956,61 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": false, "position": 1, "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "87D45A0F-6AC3-4D68-8521-AF6E8F85FD82", "endMarkerType": 0, "fills": Array [ @@ -52711,7 +90023,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -52719,6 +90067,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -52773,6 +90122,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "tabs", "nameIsFixed": true, "resizingConstraint": 63, @@ -52781,9 +90131,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "56450478-45EE-4020-829D-3D7106A99B8C", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -52812,7 +90195,6 @@ Object { "do_objectID": "54F2B126-EBC8-42E4-9CCC-6025866EA532", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E919A5D5-7F14-43AB-937D-4AC73AD038A8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52821,7 +90203,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1244F84B-12C1-420C-A2BD-58EBC9D323FF", "height": 24, "width": 328, "x": 16, @@ -52857,7 +90238,6 @@ Object { "do_objectID": "2EAB1189-97C4-4EC1-8CBF-1E24214B7177", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B5AE9619-0144-403F-B016-9A1F7F494DC5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52866,7 +90246,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "13FAD583-AC89-4F3A-A6B6-A0CF3DBA26AC", "height": 24, "width": 12, "x": 316, @@ -52902,7 +90281,6 @@ Object { "do_objectID": "044E322D-A4FA-476E-8BFB-CB5BD971A007", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "29F06F1B-0927-4D93-BDE8-5828E3184007", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52911,7 +90289,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "09DF51C0-DFDA-497B-9205-AB1963FD1154", "height": 16, "width": 4, "x": 3, @@ -52948,7 +90325,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1F98697-0674-4D9C-A0F6-B7D2C30462F5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52957,7 +90333,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0EAD72B-E995-4B23-A15E-81E3ACD60B80", "height": 4, "width": 4, "x": 0, @@ -52971,6 +90346,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53032,6 +90408,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53044,7 +90450,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53052,7 +90494,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53091,7 +90535,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0BEF50BC-CCDF-4CDB-BEEE-4CB4FB2CE90D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53100,7 +90543,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2CF02168-028C-4296-82F3-C32431ED0BEA", "height": 4, "width": 4, "x": 0, @@ -53114,6 +90556,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53175,149 +90618,246 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "4px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "4px", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 4, + "width": 4, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22499999999999964}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000036}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000036}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999964}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - }, - "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E4AC1434-7A30-45CD-8976-A852E84BBF9A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "313C2770-48E7-45CF-AD51-6CE335D14FEE", - "height": 4, - "width": 4, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000009, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22499999999999964}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000036}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77499999999999991, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000009, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000036}", - "curveMode": 2, - "curveTo": "{1, 0.22499999999999964}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77499999999999991, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53330,7 +90870,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53338,7 +90914,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53359,6 +90937,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -53368,6 +90947,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53380,7 +90989,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53388,7 +91033,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53419,7 +91066,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8B85D384-7961-4B39-87B7-A05B22F94D02", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53441,6 +91087,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53492,9 +91139,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "946562AE-3059-44F0-8DC3-54BE98B4ACFC", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53515,6 +91195,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "more", "nameIsFixed": true, "resizingConstraint": 63, @@ -53523,6 +91204,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "06EE712E-EDFF-4466-B1D7-A63C20D4C50F", "endMarkerType": 0, "fills": Array [ @@ -53535,7 +91246,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53543,7 +91290,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53609,7 +91358,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "BBB1B522-64CF-4563-B8E9-F138ED2B426C", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53632,6 +91380,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "Page Title", "nameIsFixed": false, "resizingConstraint": 47, @@ -53641,13 +91390,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "E2DF08D7-CE0B-4A04-A46E-02C8D9DC19DD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "E92BA203-2A38-4841-BE87-23D9A757DC8A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -53696,7 +91477,6 @@ Object { "do_objectID": "A7B39194-67E6-4391-84D0-3590B6A9C8C6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C4FDFF6F-90CA-42E5-B4EA-02196E788C67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53705,7 +91485,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C1D0BFE2-05CA-4895-8105-DEBC39E206B0", "height": 24, "width": 24, "x": 0, @@ -53745,7 +91524,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1D1A9FCF-0DAD-4917-B2EA-6CC0D24671C4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53769,8 +91547,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -53820,9 +91600,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "31EF773D-8AEB-4113-BED9-1CB4C1CC4417", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53851,7 +91664,6 @@ Object { "do_objectID": "894DE14D-3249-43A6-A9E5-13D74A715EAF", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5E9A3EF6-B3AB-4018-A46A-4C09A1B6E2EC", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53860,7 +91672,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A14A0CC3-5811-4C0B-AB5D-66BABB31C092", "height": 12, "width": 18, "x": 3, @@ -53897,7 +91708,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "A8D67E3B-9CAB-4149-B260-2B85A40190E9", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53906,7 +91716,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "59305F95-A91C-43CD-BBC5-08B12D2CFEBD", "height": 2, "width": 18, "x": 0, @@ -53920,6 +91729,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53981,6 +91791,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -53993,7 +91833,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54001,7 +91877,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54040,7 +91918,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3E227245-30B1-4F5B-B4D2-B2EC3199D671", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54049,7 +91926,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2178831E-0EA9-4B03-B0B6-05303ABBB4B7", "height": 2, "width": 18, "x": 0, @@ -54063,6 +91939,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -54124,6 +92001,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54136,7 +92043,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54144,7 +92087,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54183,7 +92128,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "574554BD-6E97-4715-BD86-7A3FEC2A86BF", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54192,7 +92136,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "4B258FC6-50FA-406A-AFD3-A641D2D0E332", "height": 2, "width": 18, "x": 0, @@ -54206,6 +92149,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -54267,6 +92211,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54279,7 +92253,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54287,7 +92297,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54308,6 +92320,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -54317,6 +92330,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54329,7 +92372,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54337,7 +92416,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54350,6 +92431,7 @@ Object { "windingRule": 1, }, ], + "maintainScrollPosition": false, "name": "menu", "nameIsFixed": true, "resizingConstraint": 63, @@ -54358,6 +92440,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "0E6232B9-D813-4EF6-86CD-A008760CB052", "endMarkerType": 0, "fills": Array [ @@ -54370,7 +92482,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54378,7 +92526,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54390,6 +92540,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar contents", "nameIsFixed": true, "resizingConstraint": 63, @@ -54398,9 +92549,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "CEB14821-8174-404A-B9B3-70B0D89FF07A", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54412,6 +92596,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54420,9 +92605,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "6D2C6775-C00E-459D-BF35-6BF75842EAB0", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54451,7 +92669,6 @@ Object { "do_objectID": "FA4CA9F5-471E-4E2A-9466-D3AE5C74D5E9", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CAF63BAA-809D-4491-BA10-6E6BE6B675F4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54460,7 +92677,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "096F6677-3466-4D31-8976-C5099741CC33", "height": 24, "width": 360, "x": 0, @@ -54484,13 +92700,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 180px rgba(0,150,166,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "74px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "410px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(0,150,166,1.00)", "display": "block", "height": "24px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -54501,7 +92731,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7FF88E2C-E6A4-45D7-A3B0-7D665AB5D111", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54525,8 +92754,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "status bar bg", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -54576,6 +92807,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "5C253197-535A-49C9-85CC-3D1E6ECC5E36", "endMarkerType": 0, "fills": Array [ @@ -54588,7 +92849,43 @@ Object { "green": 0.5882352941176472, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54596,7 +92893,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54614,7 +92913,6 @@ Object { "do_objectID": "2897CFF8-D7D1-4C1F-B13C-E4DAE67067FA", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1E5FD2ED-1738-4855-A83E-3E2986B601A2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54623,7 +92921,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "139BCC43-36EB-444E-A4E6-44A1B5DA3103", "height": 24, "width": 118, "x": 242, @@ -54637,6 +92934,7 @@ Object { "isLocked": true, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "status bar contents", "nameIsFixed": false, "overrideValues": Array [], @@ -54647,9 +92945,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "4FFF4E6F-61BA-4E30-B769-FC2F51E39F2F", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54657,6 +92988,7 @@ Object { "verticalSpacing": 0, }, ], + "maintainScrollPosition": false, "name": "status bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54665,9 +92997,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "1804FEE3-D722-4D5E-BD63-2DF8F2DB5FD5", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54679,6 +93044,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar + status bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54687,9 +93053,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "807C67B1-1EBA-45A7-AAA4-BF807BDF4729", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54701,6 +93100,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -54709,8 +93109,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "425882D9-8A7F-4789-BDC1-5B95332270BD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54760,6 +93194,7 @@ Object { "layers": Array [ Object { "_class": "symbolMaster", + "allowsOverrides": true, "backgroundColor": Object { "_class": "color", "alpha": 1, @@ -54853,8 +93288,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -54904,8 +93341,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "16D5846F-E801-40A5-A66C-9856E8991587", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54999,6 +93470,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "wifi mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -55040,8 +93512,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9EA07FE4-7266-4D17-9AB1-4D9A85003E24", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55144,6 +93650,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55205,6 +93712,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "207F3F7C-A186-4692-B6F7-2F22ADB65331", "endMarkerType": 0, "fills": Array [ Object { @@ -55216,7 +93754,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55224,7 +93798,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55284,6 +93860,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55345,6 +93922,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ED8C40E5-7B97-467B-9FBA-E384B5A1EF08", "endMarkerType": 0, "fills": Array [ Object { @@ -55356,7 +93964,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55364,7 +94008,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55385,6 +94031,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -55393,6 +94040,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "633BB062-4F01-4615-BCEB-FD9F241E3F9D", "endMarkerType": 0, "fills": Array [ Object { @@ -55404,7 +94082,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55412,7 +94126,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55507,6 +94223,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55568,6 +94285,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "01493057-AA98-4FFB-B444-C91DA4A72D69", "endMarkerType": 0, "fills": Array [ Object { @@ -55579,7 +94327,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55587,7 +94371,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55647,6 +94433,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55708,6 +94495,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "747BF648-4668-4BBC-9B4E-6F1BFA0FCAD8", "endMarkerType": 0, "fills": Array [ Object { @@ -55719,7 +94537,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55727,7 +94581,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55748,6 +94604,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -55756,6 +94613,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D46A94B6-197C-4FB0-9568-F6533089E7D3", "endMarkerType": 0, "fills": Array [ Object { @@ -55767,7 +94655,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55775,7 +94699,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55870,6 +94796,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55931,6 +94858,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "07F598E6-F6BC-462F-B7B1-066CB2DD4FD1", "endMarkerType": 0, "fills": Array [ Object { @@ -55942,7 +94900,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55950,7 +94944,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56010,6 +95006,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -56071,6 +95068,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C2D8F30B-8A91-4590-B744-F52909B3B514", "endMarkerType": 0, "fills": Array [ Object { @@ -56082,7 +95110,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56090,7 +95154,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56111,6 +95177,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -56119,6 +95186,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DAFEC00D-06AE-41BB-8B9A-809963A5EAB6", "endMarkerType": 0, "fills": Array [ Object { @@ -56130,7 +95228,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56138,7 +95272,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56156,14 +95292,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 3px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "56px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "56px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "border-radius": "50%", "display": "block", "height": "6px", "left": "5px", + "overflow": "hidden", "position": "absolute", "top": "9px", "visibility": "visible", @@ -56195,6 +95345,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Oval", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -56246,6 +95397,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "78FF238D-9541-41A3-8F84-47EE681F7DBA", "endMarkerType": 0, "fills": Array [ Object { @@ -56257,7 +95439,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56265,7 +95483,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56277,6 +95497,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "wifi", "nameIsFixed": true, "originalObjectID": "0F7636EC-3486-4CC5-99A9-684896927622", @@ -56286,6 +95507,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2AB52446-9354-4AC2-81A0-ECBBD0F78459", "endMarkerType": 0, "fills": Array [ Object { @@ -56297,7 +95549,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56305,7 +95593,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56399,6 +95689,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "reception mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -56440,8 +95731,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C18AFE15-E9B9-4E3E-9A97-B7DC1987FB3D", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56467,13 +95792,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "12px", "left": "9px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56507,8 +95846,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56558,6 +95899,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "84E1F9EE-314E-46F5-A41B-09F70C022501", "endMarkerType": 0, "fills": Array [ Object { @@ -56569,7 +95941,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56577,7 +95985,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56594,13 +96004,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "12px", "left": "6px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56634,8 +96058,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56685,6 +96111,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DC2F89AB-5291-412D-88F1-403422F66E22", "endMarkerType": 0, "fills": Array [ Object { @@ -56696,7 +96153,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56704,7 +96197,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56721,13 +96216,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "12px", "left": "3px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56761,8 +96270,222 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Rectangle-path", + "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D1FD5EC3-72EE-4F72-B970-B7AF1B6E2F6F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", + }, + }, + "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56812,133 +96535,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.9, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"Rectangle-path\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(255,255,255,0.90)", - "display": "block", - "height": "12px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "3px", - }, - }, - "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 12, - "width": 3, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Rectangle-path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", + "do_objectID": "136EE959-007D-41D3-B0C1-8938386FADCD", "endMarkerType": 0, "fills": Array [ Object { @@ -56950,7 +96577,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56958,7 +96621,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56970,6 +96635,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "reception", "nameIsFixed": true, "originalObjectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", @@ -56979,6 +96645,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3F0D2CAD-8A47-471C-9154-23FB2F68AFB8", "endMarkerType": 0, "fills": Array [ Object { @@ -56990,7 +96687,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56998,7 +96731,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57092,6 +96827,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "battery mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -57233,8 +96969,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C9A935A7-ADA0-4B4D-92F2-4938BEAA5E2D", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57260,13 +97030,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "10px", "visibility": "visible", @@ -57300,8 +97084,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57351,6 +97137,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7C76E4ED-F9CB-455D-AD9C-2816AAF3E6DE", "endMarkerType": 0, "fills": Array [ Object { @@ -57362,7 +97179,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57370,7 +97223,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57387,13 +97242,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "7px", "visibility": "visible", @@ -57427,8 +97296,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57478,6 +97349,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "88E9FB48-6A96-444E-A384-497859BAF1D3", "endMarkerType": 0, "fills": Array [ Object { @@ -57489,7 +97391,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57497,7 +97435,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57514,13 +97454,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "4px", "visibility": "visible", @@ -57554,8 +97508,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57605,6 +97561,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AA9666DD-FA8E-4B02-88AF-DA777F73169F", "endMarkerType": 0, "fills": Array [ Object { @@ -57616,7 +97603,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57624,7 +97647,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57641,13 +97666,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "1px", "visibility": "visible", @@ -57681,8 +97720,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57732,6 +97773,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F2A609A7-8117-42F0-A587-21510D054997", "endMarkerType": 0, "fills": Array [ Object { @@ -57743,7 +97815,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57751,7 +97859,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57768,13 +97878,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 2px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "51px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "54px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "1px", "left": "2px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -57808,8 +97932,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57859,6 +97985,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F731A3DE-3FB6-47A2-9EAD-3D557D62F212", "endMarkerType": 0, "fills": Array [ Object { @@ -57870,7 +98027,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57878,7 +98071,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57890,6 +98085,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "battery", "nameIsFixed": true, "originalObjectID": "394BBD24-BE18-4203-8A03-D37C48937738", @@ -57899,6 +98095,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "953ABBE9-32A5-4B5B-82B6-1CDCCAEA218E", "endMarkerType": 0, "fills": Array [ Object { @@ -57910,7 +98137,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57918,7 +98181,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58042,6 +98307,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "12:30", "nameIsFixed": false, "resizingConstraint": 63, @@ -58050,6 +98316,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7EB19CE4-A958-42FA-BE57-CBC6CEEB413A", "endMarkerType": 0, "fills": Array [ Object { @@ -58061,7 +98358,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -58069,7 +98402,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -58097,6 +98432,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "time", "nameIsFixed": true, "originalObjectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", @@ -58106,11 +98442,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 0.9, }, + "do_objectID": "C0CD5027-0BD9-4D15-85D7-E49DDC42A675", "endMarkerType": 0, "fills": Array [ Object { @@ -58122,7 +98484,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -58130,7 +98528,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58142,6 +98542,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Material/Android/Status bar content", "nameIsFixed": false, "overrideProperties": Array [ @@ -58151,6 +98552,7 @@ Object { "overrideName": "180DADB8-0C0B-40BD-A964-08340D4A7861_stringValue", }, ], + "presetDictionary": Object {}, "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, @@ -58158,8 +98560,42 @@ Object { "shouldBreakMaskChain": true, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3D897CB1-1358-4576-831E-CB624B39BC23", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58177,6 +98613,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Symbols", "nameIsFixed": false, "resizingConstraint": 63, @@ -58185,8 +98622,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "580F243F-C85F-4ADD-82C3-92BA90AD8437", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58207,7 +98678,7 @@ Object { "pageListHeight": 110, }, "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, "document": Object { diff --git a/projects/react-codegen/src/lib/__snapshots__/react-codegen.service.spec.ts.snap b/projects/react-codegen/src/lib/__snapshots__/react-codegen.service.spec.ts.snap index 9c1acbd85..2ee1fae19 100644 --- a/projects/react-codegen/src/lib/__snapshots__/react-codegen.service.spec.ts.snap +++ b/projects/react-codegen/src/lib/__snapshots__/react-codegen.service.spec.ts.snap @@ -2007,13 +2007,17 @@ Object { } `; -exports[`ReactCodeGenService should match md-components-buttons-lights.sketch snapshot for 52 on react 1`] = ` +exports[`ReactCodeGenService should match md-components-buttons-fabs-light.sketch snapshot for 59 on react 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "do_objectID": "3C9A0FC2-9C25-44D7-B6E9-2A68271FEAE3", + "exportPresets": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -2023,13 +2027,113 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D", + "do_objectID": "07940257-BA95-49BD-B375-6EE1414E8D4D", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], "layerStyles": Object { "_class": "sharedStyleContainer", - "objects": Array [], + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2DEC6056-D4A8-4EE3-93E6-B46AD450B6BC", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "82E576EC-8FF4-47FD-BBF8-276D3E80CC8E", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], }, "layerSymbols": Object { "_class": "symbolContainer", @@ -2042,52 +2146,46 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "_ref": "pages/06732C75-3171-4248-9998-E4DCDB514056", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 121, }, - "fonts": Array [ - "Roboto-Medium", - ], + "fonts": Array [], "pagesAndArtboards": Object { - "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "06732C75-3171-4248-9998-E4DCDB514056": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "do_objectID": "06732C75-3171-4248-9998-E4DCDB514056", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -2103,6 +2201,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -2125,18 +2226,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "36px", + "height": "56px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "94px", + "width": "56px", }, }, - "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", + "do_objectID": "9F8AC6A1-F4A4-422B-A677-30C517A1A9ED", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2817D758-4D6F-44B3-A3B2-5D58193F7253", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -2145,12 +2245,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "35D18917-4257-43AD-BC71-DD8B0CFD9910", - "height": 36, - "width": 94, + "height": 56, + "width": 56, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -2161,46 +2263,58 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "oval", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 28px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "106px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "106px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(0,150,136,1.00)", - "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "border-radius": "50%", + "box-shadow": "0px 14px 14px 0px rgba(0,0,0,0.24),0px 0px 14px 0px rgba(0,0,0,0.12),0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "36px", + "height": "56px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "94px", + "width": "56px", }, }, - "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", + "do_objectID": "2B0A10B9-981F-4000-8E2E-2BDD9F30C8E6", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F95DBC43-E22E-48EE-84C3-BFF761BF5FF0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 2, "frame": Object { "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 94, + "constrainProportions": true, + "height": 56, + "width": 56, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -2208,49 +2322,50 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "button bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, ], "resizingConstraint": 63, @@ -2259,37 +2374,38 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", - "endMarkerType": 0, - "fills": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "blue": 0, + "green": 0, "red": 0, }, - "do_objectID": "518A65E4-7447-46E4-8E6D-2500863E0FEE", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "do_objectID": "441BA153-38D1-4932-89DB-A7E0FA4BF10E", - "fillType": 0, + "fillType": 1, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -2300,10 +2416,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.2, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, "position": 0, }, @@ -2311,7 +2427,18 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, "blue": 0, "green": 0, "red": 0, @@ -2319,24 +2446,27 @@ Object { "position": 1, }, ], - "to": "{0.5, 1}", + "to": "{0.5, 0.99021444515306123}", }, - "isEnabled": false, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 0.2000000029802322, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - "fillType": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -2347,7 +2477,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 0.12, "blue": 1, "green": 1, "red": 1, @@ -2358,30 +2488,61 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.06, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, "position": 1, }, ], "to": "{0.5, 1}", }, - "isEnabled": false, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "94F9F8A1-AEFC-4EAB-BC5F-96090A7EFAAF", + "endMarkerType": 0, + "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.1, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, "fillType": 0, "gradient": Object { @@ -2394,7 +2555,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 1, "blue": 1, "green": 1, "red": 1, @@ -2405,7 +2566,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 1, "blue": 0, "green": 0, "red": 0, @@ -2415,18 +2576,19 @@ Object { ], "to": "{0.5, 1}", }, - "isEnabled": false, + "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, "patternFillType": 0, "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { "_class": "shadow", - "blurRadius": 8, + "blurRadius": 14, "color": Object { "_class": "color", "alpha": 0.2376019021739131, @@ -2441,12 +2603,12 @@ Object { }, "isEnabled": false, "offsetX": 0, - "offsetY": 8, + "offsetY": 14, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 8, + "blurRadius": 14, "color": Object { "_class": "color", "alpha": 0.12, @@ -2466,7 +2628,7 @@ Object { }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.24, @@ -2481,12 +2643,12 @@ Object { }, "isEnabled": true, "offsetX": 0, - "offsetY": 2, + "offsetY": 8, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.12, @@ -2510,97 +2672,29 @@ Object { }, "web": Object { "attributes": Array [ - "role=\\"rectangle\\"", + "role=\\"oval\\"", "aria-label=\\"button bg\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "NORMAL", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "16.5px", + "height": "24px", + "left": "16px", "position": "absolute", - "top": "10px", + "top": "16px", "visibility": "visible", - "width": "61px", + "width": "24px", }, }, - "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", - "dontSynchroniseWithSymbol": false, + "do_objectID": "31DE405C-40EA-4542-9157-77FDF05E4CF7", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "81E4C18A-C5B1-4FCD-A4EC-F507E67A763E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -2609,13 +2703,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C77760CF-EB51-4E10-B303-70D70714C011", - "height": 16, - "width": 61, - "x": 16.5, - "y": 10, + "height": 24, + "width": 24, + "x": 16, + "y": 16, }, - "glyphBounds": "{{0, 0}, {61, 16}}", + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -2623,77 +2719,612 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NORMAL", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CFA250F8-ABC2-487A-9323-8BBD10C0BFAD", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, + "do_objectID": "4B044FF4-ABB5-4B8D-947B-F6DA47EEA22F", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ECC1178A-3EEF-42C8-827B-B6C79CE429AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "95323268-06B8-47A3-9C1E-841E1D3AD72B", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{1, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 1}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 1}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{1, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{1, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.42857142857142855}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2DEC6056-D4A8-4EE3-93E6-B46AD450B6BC", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E402A47E-CCFA-4061-96E5-361F20410BD4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M14 6,L 8 6,L 8 0,L 6 0,L 6 6,L 0 6,L 0 8,L 6 8,L 6 14,L 8 14,L 8 8,L 14 8,L 14 6,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "add", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7E088BE-F829-42B5-99DB-5E12CD9E02A6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"add\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "fab", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "016AD96A-E9C8-4EC3-A372-D87BDA49078B", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"button\\"", + "aria-label=\\"fab\\"", ], }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -2702,8 +3333,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "278171CB-6472-4F87-A815-3E3C593D515A", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -2716,11 +3381,11 @@ Object { ], "previews": Array [], "user": Object { - "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { - "scrollOrigin": "{134, 134}", + "06732C75-3171-4248-9998-E4DCDB514056": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, - "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { + "E516E877-5092-41C7-92B9-C9E0EDE398FA": Object { "pageListHeight": 110, }, "document": Object { @@ -2731,15 +3396,13 @@ Object { } `; -exports[`ReactCodeGenService should match md-components-buttons-lights.sketch snapshot for 53 on react 1`] = ` +exports[`ReactCodeGenService should match md-components-buttons-lights.sketch snapshot for 52 on react 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", - "colorAssets": Array [], "colors": Array [], - "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -2775,19 +3438,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 105, }, "fonts": Array [ "Roboto-Medium", @@ -2799,10 +3462,14 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { @@ -2825,9 +3492,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -2876,9 +3540,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -3445,7 +4106,7 @@ Object { "previews": Array [], "user": Object { "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{134, 134}", "zoomValue": 1, }, "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { @@ -3459,13 +4120,15 @@ Object { } `; -exports[`ReactCodeGenService should match md-components-cards-homes.sketch snapshot for 52 on react 1`] = ` +exports[`ReactCodeGenService should match md-components-buttons-lights.sketch snapshot for 53 on react 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -3475,257 +4138,13 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", + "do_objectID": "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], "layerStyles": Object { "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "layerSymbols": Object { "_class": "symbolContainer", @@ -3738,52 +4157,48 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", + "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ - "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", + "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -3799,6 +4214,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -3821,18 +4239,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "224px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "344px", + "width": "94px", }, }, - "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", + "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "98074A6E-84B2-4F16-B665-C835B1F1F186", + "do_objectID": "2817D758-4D6F-44B3-A3B2-5D58193F7253", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -3841,12 +4259,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E63A53AF-E7EE-46D8-BFE8-0AAB73C9D3DE", - "height": 224, - "width": 344, + "do_objectID": "35D18917-4257-43AD-BC71-DD8B0CFD9910", + "height": 36, + "width": 94, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -3865,22 +4286,22 @@ Object { "before": Object {}, }, "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "background-color": "rgba(0,150,136,1.00)", + "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "224px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "344px", + "width": "94px", }, }, - "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", + "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0713C981-1FBB-49DE-8AF4-82CEF028725A", + "do_objectID": "F95DBC43-E22E-48EE-84C3-BFF761BF5FF0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -3890,12 +4311,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 224, - "width": 344, + "height": 36, + "width": 94, "x": 0, "y": 0, }, - "hasClippingMask": true, + "hasClippingMask": false, "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, @@ -3904,7 +4325,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "button bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -3914,7 +4335,6 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", - "do_objectID": "9EF2F25A-8C0B-490A-8B6B-CB89A9CA3FE0", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -3925,7 +4345,6 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", - "do_objectID": "76222E59-B93C-48FF-9FC5-055A32CBC1D2", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -3936,7 +4355,6 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", - "do_objectID": "598CF3D5-4C1A-4AD1-B2B7-1D97BE8C6704", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -3947,7 +4365,6 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", - "do_objectID": "DD1184C0-136D-418C-8EA0-1ED3D172E028", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -3956,21 +4373,40 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, - "fillType": 1, + "do_objectID": "518A65E4-7447-46E4-8E6D-2500863E0FEE", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "do_objectID": "441BA153-38D1-4932-89DB-A7E0FA4BF10E", + "fillType": 0, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -3981,10 +4417,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.2, + "blue": 0.6, + "green": 0.6, + "red": 0.6, }, "position": 0, }, @@ -3992,52 +4428,32 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, }, "position": 1, }, ], "to": "{0.5, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.2000000029802322, + "blue": 0.6, + "green": 0.6, + "red": 0.6, }, - "fillType": 1, + "fillType": 0, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -4048,10 +4464,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, }, "position": 0, }, @@ -4059,29 +4475,54 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, + "alpha": 0.5, "blue": 0, "green": 0, "red": 0, }, - "position": 0.8, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, }, - "position": 0.950255322222858, + "position": 0, }, Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.04, + "alpha": 0.5, "blue": 0, "green": 0, "red": 0, @@ -4091,25 +4532,7 @@ Object { ], "to": "{0.5, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, + "isEnabled": false, "noiseIndex": 0, "noiseIntensity": 0, "patternFillType": 0, @@ -4120,10 +4543,10 @@ Object { "shadows": Array [ Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", - "alpha": 0.24, + "alpha": 0.2376019021739131, "blue": 0, "green": 0, "red": 0, @@ -4133,14 +4556,14 @@ Object { "blendMode": 0, "opacity": 1, }, - "isEnabled": true, + "isEnabled": false, "offsetX": 0, - "offsetY": 2, + "offsetY": 8, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.12, @@ -4153,149 +4576,59 @@ Object { "blendMode": 0, "opacity": 1, }, - "isEnabled": true, + "isEnabled": false, "offsetX": 0, "offsetY": 0, "spread": 0, }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,187,211,1.00)", - "display": "block", - "height": "176px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B245FB2F-7F3C-4D6A-AAF3-18FE3B124490", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 176, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", - "endMarkerType": 0, - "fills": Array [ Object { - "_class": "fill", + "_class": "shadow", + "blurRadius": 2, "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.8274509803921568, - "green": 0.7333333333333333, + "alpha": 0.24, + "blue": 0, + "green": 0, "red": 0, }, - "do_objectID": "462C738B-C65E-434C-9FF9-916E784F8EB1", - "fillType": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, ], - "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", + "aria-label=\\"button bg\\"", ], }, }, @@ -4317,24 +4650,51 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, - "kerning": 0, + "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 13, + "length": 5, "location": 0, }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, ], - "string": "Pre-fab Homes", + "string": "NORMAL", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -4343,21 +4703,21 @@ Object { "rules": Object { "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "24px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "16.5px", "position": "absolute", - "top": "137px", + "top": "10px", "visibility": "visible", - "width": "161px", + "width": "61px", }, }, - "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", + "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "386665A7-C098-49E9-AB71-126A8B4ED607", + "do_objectID": "81E4C18A-C5B1-4FCD-A4EC-F507E67A763E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -4366,13 +4726,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D0438ADA-75E5-48E5-A3AB-A55AF5E84029", - "height": 24, - "width": 161, - "x": 19, - "y": 137, + "do_objectID": "C77760CF-EB51-4E10-B303-70D70714C011", + "height": 16, + "width": 61, + "x": 16.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {161, 24}}", + "glyphBounds": "{{0, 0}, {61, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -4381,7 +4741,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Pre-fab Homes 2", + "name": "NORMAL", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -4389,13 +4749,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", + "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "45243A28-E9FB-4A4A-8DB1-A8B2F38B9657", + "do_objectID": "CFA250F8-ABC2-487A-9323-8BBD10C0BFAD", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -4407,17 +4767,16 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, - "kerning": 0, + "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -4429,1282 +4788,863 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "209px", - "position": "absolute", - "top": "188px", - "visibility": "visible", - "width": "119px", - }, - }, - "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2A26EE59-59EE-4608-8D68-FC2A4BB1CE74", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E30F338C-0755-4F54-AED4-4CA9BDE48A46", - "height": 24, - "width": 119, - "x": 209, - "y": 188, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "95px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B6AF0990-0F41-4695-BD54-00197F4BEAE8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "307E9C13-BD4D-44C3-8559-96F0E46B186E", - "height": 24, - "width": 24, - "x": 95, - "y": 0, + ], + "name": "button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"button\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`ReactCodeGenService should match md-components-buttons-lights.sketch snapshot for 59 on react 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "6C6C25B1-9B38-4ECB-9E0C-76B5AA0FB022", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "516247EF-188D-4E72-AC55-64B03A15D2AD", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "94px", + }, + }, + "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 94, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 47px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "86px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "144px", }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8C0747D3-9212-4C92-8FE5-0707A83F6760", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "36px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "94px", + }, + }, + "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 94, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bg", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "3px", - "position": "absolute", - "top": "1.999899999999798px", - "visibility": "visible", - "width": "18px", - }, - }, - "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E1DB8B35-B319-4E78-9E45-9CA53344E3C5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CBDA8CB3-7920-4DDC-BAC9-B6B509B94BE1", - "height": 20, - "width": 18, - "x": 3, - "y": 1.999899999999798, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.79111111111111099, 0.70682730923694814}", - "curveMode": 4, - "curveTo": "{0.83333333333333337, 0.70682730923694814}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.83333333333333337, 0.70682730923694814}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.72444444444444445, 0.74548192771084365}", - "curveMode": 4, - "curveTo": "{0.7533333333333333, 0.72188755020080353}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.72444444444444445, 0.74548192771084365}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33111111111111119, 0.52560240963855442}", - "curveMode": 4, - "curveTo": "{0.32833333333333337, 0.53714859437751028}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32833333333333337, 0.53714859437751028}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33333333333333337, 0.48995983935743004}", - "curveMode": 2, - "curveTo": "{0.33333333333333337, 0.51405622489959857}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.33333333333333337, 0.5020080321285143}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.32833333333333337, 0.46686746987951833}", - "curveMode": 4, - "curveTo": "{0.33111111111111119, 0.47841365461847413}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.32833333333333337, 0.46686746987951833}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.75, 0.28564257028112472}", - "curveMode": 4, - "curveTo": "{0.72000000000000008, 0.26054216867469898}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.72000000000000008, 0.26054216867469898}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.92555555555555558, 0.30120481927710863}", - "curveMode": 3, - "curveTo": "{0.7894444444444445, 0.30120481927710863}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 0.30120481927710863}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.067269076305220984}", - "curveMode": 2, - "curveTo": "{1, 0.23393574297188771}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.15060240963855434}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", - "curveMode": 2, - "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 8.8817841970012528e-17}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.66666666666666663, 0.16265060240963869}", - "curveMode": 3, - "curveTo": "{0.66666666666666663, 0.067269076305220984}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.66666666666666663, 0.15060240963855434}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.67166666666666663, 0.18574297188755035}", - "curveMode": 4, - "curveTo": "{0.66888888888888887, 0.17419678714859449}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.67166666666666663, 0.18574297188755035}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.25, 0.36696787148594401}", - "curveMode": 4, - "curveTo": "{0.28000000000000003, 0.39206827309236975}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.28000000000000003, 0.39206827309236975}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.074444444444444438, 0.35140562248996005}", - "curveMode": 3, - "curveTo": "{0.21055555555555555, 0.35140562248996005}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.16666666666666666, 0.35140562248996005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.58534136546184767}", - "curveMode": 2, - "curveTo": "{0, 0.41867469879518093}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5020080321285143}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.21055555555555555, 0.65261044176706862}", - "curveMode": 3, - "curveTo": "{0.074444444444444438, 0.65261044176706862}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.16666666666666666, 0.65261044176706862}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.28000000000000003, 0.61194779116465892}", - "curveMode": 4, - "curveTo": "{0.25, 0.6370481927710846}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.28000000000000003, 0.61194779116465892}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.6727777777777777, 0.83132530120481973}", - "curveMode": 4, - "curveTo": "{0.67555555555555558, 0.82078313253012092}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.67555555555555558, 0.82078313253012092}", - }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.67111111111111121, 0.93423694779116495}", - "curveMode": 3, - "curveTo": "{0.67111111111111121, 0.84236947791164696}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.67111111111111121, 0.85341365461847429}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9227777777777777, 1}", - "curveMode": 2, - "curveTo": "{0.74388888888888893, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99555555555555564, 0.77259036144578308}", - "curveMode": 2, - "curveTo": "{0.99555555555555564, 0.93423694779116495}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.99555555555555564, 0.85341365461847385}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.83333333333333337, 0.7068273092369477}", - "curveMode": 4, - "curveTo": "{0.92277777777777792, 0.7068273092369477}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.83333333333333337, 0.7068273092369477}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "395F98C8-7A7D-448B-9431-77AE198CD2AA", - "opacity": 0.5399999618530273, - }, - "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - ], - "name": "share", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"share\\"", - ], + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.2376019021739131, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 8, + "spread": 0, }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "47px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A01478AF-F442-48D4-876B-7B242558A1C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1CD9EA03-E457-4DE2-AB87-E53E4CA3F6CE", - "height": 24, - "width": 24, - "x": 47, - "y": 0, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "18px", - "left": "5px", - "position": "absolute", - "top": "3px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0792DFC7-13AE-4023-BC28-6EAE2F525D94", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 18, - "width": 14, - "x": 5, - "y": 3, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"button bg\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.8571428571428571, 1}", - "curveMode": 1, - "curveTo": "{0.8571428571428571, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.8571428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.064285714285714307, 1}", - "curveMode": 4, - "curveTo": "{0.14285714285714285, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.14285714285714285, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.88888888888888884}", - "curveMode": 4, - "curveTo": "{0, 0.95000000000000007}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.88888888888888884}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.16666666666666666}", - "curveMode": 1, - "curveTo": "{0.5, 0.16666666666666666}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.16666666666666666}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.95000000000000007}", - "curveMode": 4, - "curveTo": "{1, 0.88888888888888884}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.88888888888888884}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.8571428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.93571428571428583, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.8571428571428571, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "1BB40B22-9947-481D-BDFD-D499709536C5", - "opacity": 0.5399999618530273, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", - ], - "type": "path", - }, - ], }, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "78FE6195-3CDF-434D-90A3-E224F31C3763", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", - }, - ], }, - "web": Object { - "attributes": Array [], + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - ], - "name": "bookmark", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"bookmark\\"", - ], + "length": 1, + "location": 5, }, + ], + "string": "NORMAL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "16.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "61px", }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "25px", + }, + "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 61, + "x": 16.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {61, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "NORMAL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - }, - "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0E3F3B31-21D5-4AB9-9C91-1DD6589D73BC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9B35355B-154A-4833-84D9-5218A91A7536", - "height": 24, - "width": 25, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "16px", - "left": "3.125px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "18.75px", - }, - }, - "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ABBE7457-D1CB-4143-BB68-1D95867C1CA6", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 16, - "width": 18.75, - "x": 3.125, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.63888888888888884, 1}", - "curveMode": 4, - "curveTo": "{0.75, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.75, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.46111111111111114, 0.91874999999999996}", - "curveMode": 4, - "curveTo": "{0.53888888888888886, 0.91874999999999996}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0.8125}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1111111111111111, 1}", - "curveMode": 3, - "curveTo": "{0.3611111111111111, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.25, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.5}", - "curveMode": 3, - "curveTo": "{0, 0.88124999999999998}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.71875}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.80555555555555558, 0.3125}", - "curveMode": 4, - "curveTo": "{0.19444444444444445, 0.3125}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.88124999999999998}", - "curveMode": 3, - "curveTo": "{1, 0.5}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.71875}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.75, 1}", - "curveMode": 4, - "curveTo": "{0.88888888888888884, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.75, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "746B6BFB-EEFE-454B-A634-4D361594E58D", - "opacity": 0.5399999618530273, - }, - "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "25px", - }, - }, - "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C5CE84E-EE96-4490-92D4-0DBB46A90FAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 25, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - ], - "name": "favorite", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"favorite\\"", - ], }, + "verticalAlignment": 0, }, - ], - "name": "Buttons", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Buttons\\"", - ], + "attributes": Array [], }, }, ], - "name": "homes", + "maintainScrollPosition": false, + "name": "button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -5712,20 +5652,54 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"homes\\"", + "aria-label=\\"button\\"", ], }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -5734,8 +5708,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "EF515898-537B-469C-9036-E6B725CF8307", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -5748,11 +5756,11 @@ Object { ], "previews": Array [], "user": Object { - "401CB139-CDA3-476B-A400-674DCF860FB6": Object { - "scrollOrigin": "{134, 134}", + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, - "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { "pageListHeight": 110, }, "document": Object { @@ -5763,15 +5771,13 @@ Object { } `; -exports[`ReactCodeGenService should match md-components-cards-homes.sketch snapshot for 53 on react 1`] = ` +exports[`ReactCodeGenService should match md-components-cards-homes.sketch snapshot for 52 on react 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", - "colorAssets": Array [], "colors": Array [], - "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -6051,19 +6057,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 105, }, "fonts": Array [ "Roboto-Regular", @@ -6075,10 +6081,14 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { @@ -6101,9 +6111,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -6152,9 +6159,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -6770,9 +6774,6 @@ Object { "x": 209, "y": 188, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -6815,9 +6816,6 @@ Object { "x": 95, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -7324,9 +7322,6 @@ Object { "x": 47, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -7684,9 +7679,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -8069,7 +8061,7 @@ Object { "previews": Array [], "user": Object { "401CB139-CDA3-476B-A400-674DCF860FB6": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{134, 134}", "zoomValue": 1, }, "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { @@ -8083,13 +8075,15 @@ Object { } `; -exports[`ReactCodeGenService should match md-components-cards-pooch.sketch snapshot for 52 on react 1`] = ` +exports[`ReactCodeGenService should match md-components-cards-homes.sketch snapshot for 53 on react 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -8099,7 +8093,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -8108,7 +8102,7 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", "name": "Material/Light/Card", "value": Object { "_class": "style", @@ -8316,27 +8310,34 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "name": "Material/Light/Divider", + "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", + "name": "Material/Icon dark", "value": Object { "_class": "style", - "borders": Array [ + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, "fillType": 0, "isEnabled": true, - "position": 0, - "thickness": 1, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -8350,137 +8351,53 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", + "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ "Roboto-Regular", - "Roboto-Medium", ], "pagesAndArtboards": Object { - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", + "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -8496,6 +8413,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -8518,7 +8438,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "136px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -8526,21 +8446,11 @@ Object { "width": "344px", }, }, - "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", + "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], + "do_objectID": "98074A6E-84B2-4F16-B665-C835B1F1F186", + "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -8548,12 +8458,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", - "height": 136, + "do_objectID": "E63A53AF-E7EE-46D8-BFE8-0AAB73C9D3DE", + "height": 224, "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -8575,7 +8488,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "136px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -8583,21 +8496,21 @@ Object { "width": "344px", }, }, - "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", + "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", + "do_objectID": "0713C981-1FBB-49DE-8AF4-82CEF028725A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 3, + "fixedRadius": 2, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 136, + "height": 224, "width": 344, "x": 0, "y": 0, @@ -8611,46 +8524,50 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card 2", + "name": "card", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", + "do_objectID": "9EF2F25A-8C0B-490A-8B6B-CB89A9CA3FE0", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", + "do_objectID": "76222E59-B93C-48FF-9FC5-055A32CBC1D2", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", + "do_objectID": "598CF3D5-4C1A-4AD1-B2B7-1D97BE8C6704", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", + "do_objectID": "DD1184C0-136D-418C-8EA0-1ED3D172E028", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -8659,7 +8576,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -8799,7 +8716,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", + "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", "endMarkerType": 0, "fills": Array [ Object { @@ -8868,7 +8785,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card 2\\"", + "aria-label=\\"card\\"", ], }, }, @@ -8881,21 +8798,21 @@ Object { "before": Object {}, }, "rules": Object { - "background-color": "rgba(0,0,0,0.25)", + "background-color": "rgba(0,187,211,1.00)", "display": "block", - "height": "136px", + "height": "176px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "88px", + "width": "344px", }, }, - "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", + "do_objectID": "B245FB2F-7F3C-4D6A-AAF3-18FE3B124490", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -8905,8 +8822,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 136, - "width": 88, + "height": 176, + "width": 344, "x": 0, "y": 0, }, @@ -8970,19 +8887,19 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.25, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.8274509803921568, + "green": 0.7333333333333333, "red": 0, }, - "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "do_objectID": "462C738B-C65E-434C-9FF9-916E784F8EB1", "fillType": 0, "isEnabled": true, "noiseIndex": 0, @@ -8993,34 +8910,6 @@ Object { ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { @@ -9030,122 +8919,6 @@ Object { ], }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "82px", - "visibility": "visible", - "width": "256px", - }, - }, - "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", - "height": 3, - "width": 256, - "x": 88, - "y": 82, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.51388888888888884}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.51388888888888884}", - "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", - "curveMode": 1, - "curveTo": "{0.0058593749999999445, 0.54166666666666663}", - "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, Object { "_class": "text", "attributedString": Object { @@ -9157,52 +8930,54 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "name": "Roboto-Regular", + "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - "length": 6, + "length": 13, "location": 0, }, ], - "string": "REVIEW", + "string": "Pre-fab Homes", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "223.5px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "19px", "position": "absolute", - "top": "100px", + "top": "137px", "visibility": "visible", - "width": "51px", + "width": "161px", }, }, - "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", + "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", + "do_objectID": "386665A7-C098-49E9-AB71-126A8B4ED607", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -9211,12 +8986,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 51, - "x": 223.5, - "y": 100, + "do_objectID": "D0438ADA-75E5-48E5-A3AB-A55AF5E84029", + "height": 24, + "width": 161, + "x": 19, + "y": 137, }, - "glyphBounds": "{{0, 0}, {50, 16}}", + "glyphBounds": "{{0, 0}, {161, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -9225,7 +9001,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "REVIEW", + "name": "Pre-fab Homes 2", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -9233,33 +9009,35 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", + "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", + "do_objectID": "45243A28-E9FB-4A4A-8DB1-A8B2F38B9657", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "name": "Roboto-Regular", + "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -9272,62 +9050,24 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 11, - "location": 0, - }, - ], - "string": "FREE SAMPLE", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "108.5px", + "height": "24px", + "left": "209px", "position": "absolute", - "top": "100px", + "top": "188px", "visibility": "visible", - "width": "92px", + "width": "119px", }, }, - "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", - "dontSynchroniseWithSymbol": false, + "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", + "do_objectID": "2A26EE59-59EE-4608-8D68-FC2A4BB1CE74", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -9336,2199 +9076,1590 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 92, - "x": 108.5, - "y": 100, + "do_objectID": "E30F338C-0755-4F54-AED4-4CA9BDE48A46", + "height": 24, + "width": 119, + "x": 209, + "y": 188, }, - "glyphBounds": "{{0, 0}, {91, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "FREE SAMPLE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B6AF0990-0F41-4695-BD54-00197F4BEAE8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "307E9C13-BD4D-44C3-8559-96F0E46B186E", + "height": 24, + "width": 24, + "x": 95, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8C0747D3-9212-4C92-8FE5-0707A83F6760", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", + ], + "type": "path", + }, + ], }, - }, - "length": 14, - "location": 0, - }, - ], - "string": "By Alex Nelson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "107px", - "position": "absolute", - "top": "43px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 95, - "x": 107, - "y": 43, - }, - "glyphBounds": "{{0, 0}, {93, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "By Alex Nelson 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "3px", + "position": "absolute", + "top": "1.999899999999798px", + "visibility": "visible", + "width": "18px", }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, + "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E1DB8B35-B319-4E78-9E45-9CA53344E3C5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - }, - "length": 8, - "location": 0, - }, - ], - "string": "El Pooch", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "106px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 95, - "x": 106, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {94, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "El Pooch 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "CBDA8CB3-7920-4DDC-BAC9-B6B509B94BE1", + "height": 20, + "width": 18, + "x": 3, + "y": 1.999899999999798, }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "pooch", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"pooch\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { - "pageListHeight": 110, - }, - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`ReactCodeGenService should match md-components-cards-pooch.sketch snapshot for 53 on react 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.79111111111111099, 0.70682730923694814}", + "curveMode": 4, + "curveTo": "{0.83333333333333337, 0.70682730923694814}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.83333333333333337, 0.70682730923694814}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.72444444444444445, 0.74548192771084365}", + "curveMode": 4, + "curveTo": "{0.7533333333333333, 0.72188755020080353}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.72444444444444445, 0.74548192771084365}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33111111111111119, 0.52560240963855442}", + "curveMode": 4, + "curveTo": "{0.32833333333333337, 0.53714859437751028}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32833333333333337, 0.53714859437751028}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33333333333333337, 0.48995983935743004}", + "curveMode": 2, + "curveTo": "{0.33333333333333337, 0.51405622489959857}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33333333333333337, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.32833333333333337, 0.46686746987951833}", + "curveMode": 4, + "curveTo": "{0.33111111111111119, 0.47841365461847413}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.32833333333333337, 0.46686746987951833}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.28564257028112472}", + "curveMode": 4, + "curveTo": "{0.72000000000000008, 0.26054216867469898}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.72000000000000008, 0.26054216867469898}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.92555555555555558, 0.30120481927710863}", + "curveMode": 3, + "curveTo": "{0.7894444444444445, 0.30120481927710863}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.30120481927710863}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.067269076305220984}", + "curveMode": 2, + "curveTo": "{1, 0.23393574297188771}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", + "curveMode": 2, + "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 8.8817841970012528e-17}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.66666666666666663, 0.16265060240963869}", + "curveMode": 3, + "curveTo": "{0.66666666666666663, 0.067269076305220984}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.66666666666666663, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67166666666666663, 0.18574297188755035}", + "curveMode": 4, + "curveTo": "{0.66888888888888887, 0.17419678714859449}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.67166666666666663, 0.18574297188755035}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.36696787148594401}", + "curveMode": 4, + "curveTo": "{0.28000000000000003, 0.39206827309236975}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.28000000000000003, 0.39206827309236975}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.074444444444444438, 0.35140562248996005}", + "curveMode": 3, + "curveTo": "{0.21055555555555555, 0.35140562248996005}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.35140562248996005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.58534136546184767}", + "curveMode": 2, + "curveTo": "{0, 0.41867469879518093}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.21055555555555555, 0.65261044176706862}", + "curveMode": 3, + "curveTo": "{0.074444444444444438, 0.65261044176706862}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.65261044176706862}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.28000000000000003, 0.61194779116465892}", + "curveMode": 4, + "curveTo": "{0.25, 0.6370481927710846}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.28000000000000003, 0.61194779116465892}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.6727777777777777, 0.83132530120481973}", + "curveMode": 4, + "curveTo": "{0.67555555555555558, 0.82078313253012092}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.67555555555555558, 0.82078313253012092}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67111111111111121, 0.93423694779116495}", + "curveMode": 3, + "curveTo": "{0.67111111111111121, 0.84236947791164696}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.67111111111111121, 0.85341365461847429}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9227777777777777, 1}", + "curveMode": 2, + "curveTo": "{0.74388888888888893, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99555555555555564, 0.77259036144578308}", + "curveMode": 2, + "curveTo": "{0.99555555555555564, 0.93423694779116495}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.99555555555555564, 0.85341365461847385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.83333333333333337, 0.7068273092369477}", + "curveMode": 4, + "curveTo": "{0.92277777777777792, 0.7068273092369477}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.7068273092369477}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "395F98C8-7A7D-448B-9431-77AE198CD2AA", + "opacity": 0.5399999618530273, + }, + "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", + ], + "type": "path", + }, + ], }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "web": Object { + "attributes": Array [], }, - "position": 1, }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "name": "share", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "position": 0.8, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"share\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "47px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A01478AF-F442-48D4-876B-7B242558A1C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1CD9EA03-E457-4DE2-AB87-E53E4CA3F6CE", + "height": 24, + "width": 24, + "x": 47, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "5px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0792DFC7-13AE-4023-BC28-6EAE2F525D94", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 14, + "x": 5, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 1, + "curveTo": "{0.8571428571428571, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.8571428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.064285714285714307, 1}", + "curveMode": 4, + "curveTo": "{0.14285714285714285, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.14285714285714285, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.88888888888888884}", + "curveMode": 4, + "curveTo": "{0, 0.95000000000000007}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.16666666666666666}", + "curveMode": 1, + "curveTo": "{0.5, 0.16666666666666666}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.16666666666666666}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.95000000000000007}", + "curveMode": 4, + "curveTo": "{1, 0.88888888888888884}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.93571428571428583, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.8571428571428571, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "1BB40B22-9947-481D-BDFD-D499709536C5", + "opacity": 0.5399999618530273, + }, + "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - "position": 0.950255322222858, }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "78FE6195-3CDF-434D-90A3-E224F31C3763", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - "position": 1, }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "name": "bookmark", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"bookmark\\"", + ], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", - "height": 136, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 3, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 136, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": true, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card 2", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, + }, + "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E3F3B31-21D5-4AB9-9C91-1DD6589D73BC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9B35355B-154A-4833-84D9-5218A91A7536", + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3.125px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18.75px", }, + }, + "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ABBE7457-D1CB-4143-BB68-1D95867C1CA6", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 18.75, + "x": 3.125, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.63888888888888884, 1}", + "curveMode": 4, + "curveTo": "{0.75, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.75, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.46111111111111114, 0.91874999999999996}", + "curveMode": 4, + "curveTo": "{0.53888888888888886, 0.91874999999999996}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0.8125}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1111111111111111, 1}", + "curveMode": 3, + "curveTo": "{0.3611111111111111, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.25, 1}", }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5}", + "curveMode": 3, + "curveTo": "{0, 0.88124999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.71875}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.80555555555555558, 0.3125}", + "curveMode": 4, + "curveTo": "{0.19444444444444445, 0.3125}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.88124999999999998}", + "curveMode": 3, + "curveTo": "{1, 0.5}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.71875}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 1}", + "curveMode": 4, + "curveTo": "{0.88888888888888884, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.75, 1}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "746B6BFB-EEFE-454B-A634-4D361594E58D", + "opacity": 0.5399999618530273, + }, + "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", + }, + }, + "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C5CE84E-EE96-4490-92D4-0DBB46A90FAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, + ], + "name": "favorite", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"favorite\\"", + ], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card 2\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.25)", - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 136, - "width": 88, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", }, ], + "name": "Buttons", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.25, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", + "role=\\"group\\"", + "aria-label=\\"Buttons\\"", ], }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "82px", - "visibility": "visible", - "width": "256px", + ], + "name": "homes", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"homes\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`ReactCodeGenService should match md-components-cards-homes.sketch snapshot for 59 on react 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "501349E4-2CFB-4642-95FE-E18C5840D5E0", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "52BD125A-8DAF-4D9A-9745-66C9DD33B546", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", - "height": 3, - "width": 256, - "x": 88, - "y": 82, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.51388888888888884}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.51388888888888884}", - "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", - "curveMode": 1, - "curveTo": "{0.0058593749999999445, 0.54166666666666663}", - "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, - "length": 6, - "location": 0, - }, - ], - "string": "REVIEW", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "223.5px", - "position": "absolute", - "top": "100px", - "visibility": "visible", - "width": "51px", - }, - }, - "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 51, - "x": 223.5, - "y": 100, - }, - "glyphBounds": "{{0, 0}, {50, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "REVIEW", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.2, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0, + "blue": 0, + "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 0, }, - "length": 11, - "location": 0, - }, - ], - "string": "FREE SAMPLE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "108.5px", - "position": "absolute", - "top": "100px", - "visibility": "visible", - "width": "92px", - }, - }, - "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 92, - "x": 108.5, - "y": 100, - }, - "glyphBounds": "{{0, 0}, {91, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "FREE SAMPLE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6C7A151B-8B7A-4669-AEB0-325A3E85F7DD", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.5438462409, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "position": 1, }, - "length": 14, - "location": 0, - }, - ], - "string": "By Alex Nelson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "107px", - "position": "absolute", - "top": "43px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 95, - "x": 107, - "y": 43, - }, - "glyphBounds": "{{0, 0}, {93, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "By Alex Nelson 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 8, - "location": 0, - }, - ], - "string": "El Pooch", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "106px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 95, - "x": 106, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {94, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "El Pooch 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "pooch", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"pooch\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { - "pageListHeight": 110, - }, - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`ReactCodeGenService should match md-components-cards-safari.sketch snapshot for 52 on react 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -11578,28 +10709,99 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "name": "Material/Light/Divider", + "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", + "name": "Material/Icon dark", "value": Object { "_class": "style", - "borders": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "EC7B3116-BA69-4AB8-A43A-ACF2B1514F3B", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, - "position": 0, - "thickness": 1, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "endMarkerType": 0, + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -11617,52 +10819,48 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "49.3", - "build": 51167, - "commit": "2b45d75f77b3d86c8cfab3e1090bcc520c37ea74", - "compatibilityVersion": 93, + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 101, + "version": 121, }, "fonts": Array [ "Roboto-Regular", - "Roboto-Medium", ], "pagesAndArtboards": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -11678,6 +10876,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -11700,7 +10901,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "304px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -11708,21 +10909,10 @@ Object { "width": "344px", }, }, - "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], + "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -11730,12 +10920,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", - "height": 304, + "height": 224, "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -11751,25 +10943,38 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "274px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "304px", + "height": "224px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", "width": "344px", }, }, - "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -11779,7 +10984,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 304, + "height": 224, "width": 344, "x": 0, "y": 0, @@ -11793,8 +10998,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "card", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -11803,7 +11010,6 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", - "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -11814,7 +11020,6 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", - "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -11825,7 +11030,6 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", - "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -11836,7 +11040,6 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", - "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -11845,10 +11048,26 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -11859,7 +11078,11 @@ Object { "green": 0.592, "red": 0.592, }, - "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -11876,7 +11099,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -11888,7 +11110,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -11900,7 +11121,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -11912,7 +11132,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -11931,7 +11150,11 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -11948,7 +11171,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -11960,7 +11182,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -11972,7 +11193,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -11984,7 +11204,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -11995,7 +11214,20 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", "endMarkerType": 0, "fills": Array [ Object { @@ -12007,7 +11239,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -12015,6 +11283,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -12032,7 +11301,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -12053,7 +11321,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -12076,24 +11343,37 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(0,187,211,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "226px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { - "background-color": "rgba(0,150,136,1.00)", + "background": "inherit", + "background-color": "rgba(0,187,211,1.00)", "display": "block", "height": "176px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", "width": "344px", }, }, - "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12117,8 +11397,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "image placeholder", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -12168,7 +11450,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", "endMarkerType": 0, "fills": Array [ Object { @@ -12176,11 +11488,47 @@ Object { "color": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "blue": 0.8274509803921568, + "green": 0.7333333333333333, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -12188,7 +11536,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -12221,6 +11571,7 @@ Object { "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", @@ -12229,11 +11580,11 @@ Object { "minimumLineHeight": 24, }, }, - "length": 22, + "length": 13, "location": 0, }, ], - "string": "Kangaroo Valley Safari", + "string": "Pre-fab Homes", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -12245,18 +11596,17 @@ Object { "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", "font-size": "24px", "height": "24px", - "left": "18px", + "left": "19px", "position": "absolute", "top": "137px", "visibility": "visible", - "width": "245px", + "width": "161px", }, }, - "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12266,11 +11616,11 @@ Object { "_class": "rect", "constrainProportions": false, "height": 24, - "width": 245, - "x": 18, + "width": 161, + "x": 19, "y": 137, }, - "glyphBounds": "{{0, 0}, {241, 24}}", + "glyphBounds": "{{0, 0}, {161, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -12279,7 +11629,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Kangaroo Valley Safari", + "maintainScrollPosition": false, + "name": "Pre-fab Homes 2", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -12287,13 +11638,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -12309,6 +11692,7 @@ Object { "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", @@ -12326,134 +11710,6 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 83, - "location": 0, - }, - ], - "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "48px", - "left": "18px", - "position": "absolute", - "top": "183px", - "visibility": "visible", - "width": "311px", - }, - }, - "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", - "height": 48, - "width": 311, - "x": 18, - "y": 183, - }, - "glyphBounds": "{{0, 0}, {311, 48}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Located two hours so 2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, Object { "_class": "group", "booleanOperation": 0, @@ -12461,18 +11717,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "36px", - "left": "76px", + "height": "24px", + "left": "209px", "position": "absolute", - "top": "260px", + "top": "188px", "visibility": "visible", - "width": "112px", + "width": "119px", }, }, - "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12481,11 +11736,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", - "height": 36, - "width": 112, - "x": 76, - "y": 260, + "height": 24, + "width": 119, + "x": 209, + "y": 188, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -12497,25 +11754,23 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "36px", - "left": "0px", + "height": "24px", + "left": "95px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "112px", + "width": "24px", }, }, - "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", - "edited": true, + "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12524,555 +11779,668 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 36, - "width": 112, - "x": 0, + "height": 24, + "width": 24, + "x": 95, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, - "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", - "opacity": 0.5, - }, - "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, - "length": 10, - "location": 0, }, - ], - "string": "LEARN MORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "12.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "87px", - }, - }, - "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 87, - "x": 12.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {86, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "LEARN MORE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "8px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", - "height": 36, - "width": 68, - "x": 8, - "y": 260, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", - "opacity": 0.5, - }, - "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", + ], + "type": "path", + }, ], - "type": "path", }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, + "web": Object { + "attributes": Array [], }, - ], - "string": "SHARE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "11.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "46px", }, - }, - "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", - "dontSynchroniseWithSymbol": false, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "3px", + "position": "absolute", + "top": "1.999899999999798px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 18, + "x": 3, + "y": 1.999899999999798, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.79111111111111099, 0.70682730923694814}", + "curveMode": 4, + "curveTo": "{0.83333333333333337, 0.70682730923694814}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.83333333333333337, 0.70682730923694814}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.72444444444444445, 0.74548192771084365}", + "curveMode": 4, + "curveTo": "{0.7533333333333333, 0.72188755020080353}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.72444444444444445, 0.74548192771084365}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33111111111111119, 0.52560240963855442}", + "curveMode": 4, + "curveTo": "{0.32833333333333337, 0.53714859437751028}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32833333333333337, 0.53714859437751028}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33333333333333337, 0.48995983935743004}", + "curveMode": 2, + "curveTo": "{0.33333333333333337, 0.51405622489959857}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33333333333333337, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.32833333333333337, 0.46686746987951833}", + "curveMode": 4, + "curveTo": "{0.33111111111111119, 0.47841365461847413}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.32833333333333337, 0.46686746987951833}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.28564257028112472}", + "curveMode": 4, + "curveTo": "{0.72000000000000008, 0.26054216867469898}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.72000000000000008, 0.26054216867469898}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.92555555555555558, 0.30120481927710863}", + "curveMode": 3, + "curveTo": "{0.7894444444444445, 0.30120481927710863}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.30120481927710863}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.067269076305220984}", + "curveMode": 2, + "curveTo": "{1, 0.23393574297188771}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", + "curveMode": 2, + "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 8.8817841970012528e-17}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.66666666666666663, 0.16265060240963869}", + "curveMode": 3, + "curveTo": "{0.66666666666666663, 0.067269076305220984}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.66666666666666663, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67166666666666663, 0.18574297188755035}", + "curveMode": 4, + "curveTo": "{0.66888888888888887, 0.17419678714859449}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.67166666666666663, 0.18574297188755035}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.36696787148594401}", + "curveMode": 4, + "curveTo": "{0.28000000000000003, 0.39206827309236975}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.28000000000000003, 0.39206827309236975}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.074444444444444438, 0.35140562248996005}", + "curveMode": 3, + "curveTo": "{0.21055555555555555, 0.35140562248996005}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.35140562248996005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.58534136546184767}", + "curveMode": 2, + "curveTo": "{0, 0.41867469879518093}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.21055555555555555, 0.65261044176706862}", + "curveMode": 3, + "curveTo": "{0.074444444444444438, 0.65261044176706862}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.65261044176706862}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.28000000000000003, 0.61194779116465892}", + "curveMode": 4, + "curveTo": "{0.25, 0.6370481927710846}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.28000000000000003, 0.61194779116465892}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.6727777777777777, 0.83132530120481973}", + "curveMode": 4, + "curveTo": "{0.67555555555555558, 0.82078313253012092}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.67555555555555558, 0.82078313253012092}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67111111111111121, 0.93423694779116495}", + "curveMode": 3, + "curveTo": "{0.67111111111111121, 0.84236947791164696}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.67111111111111121, 0.85341365461847429}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9227777777777777, 1}", + "curveMode": 2, + "curveTo": "{0.74388888888888893, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99555555555555564, 0.77259036144578308}", + "curveMode": 2, + "curveTo": "{0.99555555555555564, 0.93423694779116495}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.99555555555555564, 0.85341365461847385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.83333333333333337, 0.7068273092369477}", + "curveMode": 4, + "curveTo": "{0.92277777777777792, 0.7068273092369477}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.7068273092369477}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "share", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"share\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "47px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -13081,12 +12449,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 46, - "x": 11.5, - "y": 10, + "height": 24, + "width": 24, + "x": 47, + "y": 0, }, - "glyphBounds": "{{0, 0}, {45, 16}}", + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -13094,2528 +12465,1424 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "SHARE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "5px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "14px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "250px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", - "height": 3, - "width": 344, - "x": 0, - "y": 250, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.50694444444444431}", - "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.52083333333333326}", - "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "safari", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"safari\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`ReactCodeGenService should match md-components-cards-safari.sketch snapshot for 53 on react 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 14, + "x": 5, + "y": 3, }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 1, + "curveTo": "{0.8571428571428571, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.8571428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.064285714285714307, 1}", + "curveMode": 4, + "curveTo": "{0.14285714285714285, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.14285714285714285, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.88888888888888884}", + "curveMode": 4, + "curveTo": "{0, 0.95000000000000007}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.16666666666666666}", + "curveMode": 1, + "curveTo": "{0.5, 0.16666666666666666}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.16666666666666666}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.95000000000000007}", + "curveMode": 4, + "curveTo": "{1, 0.88888888888888884}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.93571428571428583, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.8571428571428571, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", + ], + "type": "path", + }, + ], }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "web": Object { + "attributes": Array [], }, - "position": 0, }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "304px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", - "height": 304, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", - "display": "block", - "height": "304px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 2, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 304, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": true, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", - "position": 0.05, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", - "position": 0, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", - "position": 0.950255322222858, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", }, - "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", - "position": 1, - }, - ], - "to": "{0.5, 1}", + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + ], + "maintainScrollPosition": false, + "name": "bookmark", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 1, }, - "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, + "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"bookmark\\"", + ], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "display": "block", - "height": "176px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 176, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 22, - "location": 0, + "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - ], - "string": "Kangaroo Valley Safari", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "24px", - "left": "18px", - "position": "absolute", - "top": "137px", - "visibility": "visible", - "width": "245px", - }, - }, - "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 245, - "x": 18, - "y": 137, - }, - "glyphBounds": "{{0, 0}, {241, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Kangaroo Valley Safari", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3.125px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18.75px", }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - }, - "length": 83, - "location": 0, - }, - ], - "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "48px", - "left": "18px", - "position": "absolute", - "top": "183px", - "visibility": "visible", - "width": "311px", - }, - }, - "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", - "height": 48, - "width": 311, - "x": 18, - "y": 183, - }, - "glyphBounds": "{{0, 0}, {311, 48}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Located two hours so 2", - "nameIsFixed": false, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 18.75, + "x": 3.125, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.63888888888888884, 1}", + "curveMode": 4, + "curveTo": "{0.75, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.75, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.46111111111111114, 0.91874999999999996}", + "curveMode": 4, + "curveTo": "{0.53888888888888886, 0.91874999999999996}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0.8125}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1111111111111111, 1}", + "curveMode": 3, + "curveTo": "{0.3611111111111111, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.25, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5}", + "curveMode": 3, + "curveTo": "{0, 0.88124999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.80555555555555558, 0.3125}", + "curveMode": 4, + "curveTo": "{0.19444444444444445, 0.3125}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.88124999999999998}", + "curveMode": 3, + "curveTo": "{1, 0.5}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 1}", + "curveMode": 4, + "curveTo": "{0.88888888888888884, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.75, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", + }, + }, + "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "favorite", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"favorite\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Buttons", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Buttons\\"", + ], }, }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "76px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "112px", + ], + "maintainScrollPosition": false, + "name": "homes", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"homes\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2D01F6AA-EF00-425B-A17B-ED2C957D63AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`ReactCodeGenService should match md-components-cards-pooch.sketch snapshot for 52 on react 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", - "height": 36, - "width": 112, - "x": 76, - "y": 260, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "112px", - }, - }, - "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 112, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", - "opacity": 0.5, - }, - "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "LEARN MORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "12.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "87px", + "position": 0.950255322222858, }, - }, - "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 87, - "x": 12.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {86, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "LEARN MORE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "8px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "68px", + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", - "height": 36, - "width": 68, - "x": 8, - "y": 260, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", - "opacity": 0.5, - }, - "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - ], - "string": "SHARE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "11.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "46px", - }, - }, - "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 46, - "x": 11.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {45, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "SHARE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "250px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", - "height": 3, - "width": 344, - "x": 0, - "y": 250, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.50694444444444431}", - "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.52083333333333326}", - "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - }, - ], - "name": "safari", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + ], "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"safari\\"", - ], - }, }, ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, }, - "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { - "pageListHeight": 110, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`ReactCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 52 on react 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", - "name": "Material/Light/Card", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.12, + "alpha": 0.5438462409, "blue": 0, "green": 0, "red": 0, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, + "verticalAlignment": 0, + }, "windingRule": 1, }, }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", - "name": "Material/Light/Subhead", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", "value": Object { "_class": "style", "endMarkerType": 0, @@ -15635,15 +13902,15 @@ Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 24, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, "verticalAlignment": 0, @@ -15656,7 +13923,7 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], @@ -15682,7 +13949,7 @@ Object { "Roboto-Medium", ], "pagesAndArtboards": Object { - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, @@ -15702,7 +13969,7 @@ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -15740,7 +14007,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -15748,10 +14015,10 @@ Object { "width": "344px", }, }, - "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -15770,8 +14037,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", - "height": 208, + "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", + "height": 136, "width": 344, "x": 0, "y": 0, @@ -15797,7 +14064,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -15805,11 +14072,11 @@ Object { "width": "344px", }, }, - "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -15819,7 +14086,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 208, + "height": 136, "width": 344, "x": 0, "y": 0, @@ -15833,7 +14100,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "card 2", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -15881,7 +14148,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -16021,7 +14288,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -16090,191 +14357,341 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card\\"", + "aria-label=\\"card 2\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 13, - "location": 0, - }, - ], - "string": "Welcome Back!", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,150,136,1.00)", + "background-color": "rgba(0,0,0,0.25)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "18px", + "height": "136px", + "left": "0px", "position": "absolute", - "top": "22px", + "top": "0px", "visibility": "visible", - "width": "166px", + "width": "88px", }, }, - "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", - "dontSynchroniseWithSymbol": false, + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 32, - "width": 166, - "x": 18, - "y": 22, + "height": 136, + "width": 88, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {165, 28}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Welcome Back!", - "nameIsFixed": false, - "resizingConstraint": 47, + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.8703294837, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 24, + "size": 16, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 54, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, "location": 0, }, ], - "string": "It’s been a while, have you read any new books lately?", + "string": "REVIEW", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "48px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "61px", + "top": "100px", "visibility": "visible", - "width": "204px", + "width": "51px", }, }, - "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16283,13 +14700,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", - "height": 48, - "width": 204, - "x": 19, - "y": 61, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {204, 48}}", + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16298,73 +14714,109 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "It’s been a while, h", + "name": "REVIEW", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 11, + "location": 0, + }, + ], + "string": "FREE SAMPLE", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "36px", - "left": "77px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "165px", + "top": "100px", "visibility": "visible", - "width": "54px", + "width": "92px", }, }, - "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16373,13 +14825,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", - "height": 36, - "width": 54, - "x": 77, - "y": 165, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16387,343 +14838,239 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "54px", - }, - }, - "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 54, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", + "lineSpacingBehaviour": 0, + "name": "FREE SAMPLE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", - "opacity": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 14, }, - "length": 3, - "location": 0, }, - ], - "string": "YES", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "14.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "26px", - }, - }, - "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 26, - "x": 14.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {25, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "YES", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "length": 14, + "location": 0, }, + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", + "position": "absolute", + "top": "43px", + "visibility": "visible", + "width": "95px", }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, + }, + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 95, + "x": 107, + "y": 43, + }, + "glyphBounds": "{{0, 0}, {93, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "36px", - "left": "8px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", "position": "absolute", - "top": "165px", + "top": "10px", "visibility": "visible", - "width": "68px", + "width": "95px", }, }, - "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16732,13 +15079,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", - "height": 36, - "width": 68, - "x": 8, - "y": 165, + "height": 32, + "width": 95, + "x": 106, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {94, 32}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16746,581 +15092,195 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", + "lineSpacingBehaviour": 0, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, - "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "pooch", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"pooch\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { + "pageListHeight": 110, + }, + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`ReactCodeGenService should match md-components-cards-pooch.sketch snapshot for 53 on react 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", - "opacity": 0.5, - }, - "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "NO", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "24.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", - "height": 16, - "width": 20, - "x": 24.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {20, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NO", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "154px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", - "height": 3, - "width": 344, - "x": 0, - "y": 154, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Line", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.52777777777777746}", - "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.58333333333333326}", - "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Welcome back", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Welcome back\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { - "pageListHeight": 110, - }, - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`ReactCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 53 on react 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { "_class": "gradientStop", @@ -17476,7 +15436,7 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", "name": "Material/Light/Divider", "value": Object { "_class": "style", @@ -17513,8 +15473,8 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", - "name": "Material/Light/Subhead", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", "endMarkerType": 0, @@ -17525,7 +15485,7 @@ Object { "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, + "alpha": 0.5438462409, "blue": 0, "green": 0, "red": 0, @@ -17534,15 +15494,15 @@ Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -17550,12 +15510,51 @@ Object { "windingRule": 1, }, }, - ], - }, + Object { + "_class": "sharedStyle", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], @@ -17581,7 +15580,7 @@ Object { "Roboto-Medium", ], "pagesAndArtboards": Object { - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, @@ -17597,7 +15596,7 @@ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -17638,7 +15637,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -17646,10 +15645,10 @@ Object { "width": "344px", }, }, - "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -17668,8 +15667,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", - "height": 208, + "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", + "height": 136, "width": 344, "x": 0, "y": 0, @@ -17698,7 +15697,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -17706,11 +15705,11 @@ Object { "width": "344px", }, }, - "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -17720,7 +15719,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 208, + "height": 136, "width": 344, "x": 0, "y": 0, @@ -17734,7 +15733,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "card 2", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -17782,7 +15781,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -17922,7 +15921,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -17991,9 +15990,283 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card\\"", + "aria-label=\\"card 2\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.25)", + "display": "block", + "height": "136px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 136, + "width": 88, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "text", @@ -18013,21 +16286,22 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 13, + "length": 6, "location": 0, }, ], - "string": "Welcome Back!", + "string": "REVIEW", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -18036,21 +16310,21 @@ Object { "rules": Object { "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "18px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "22px", + "top": "100px", "visibility": "visible", - "width": "166px", + "width": "51px", }, }, - "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18059,12 +16333,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 32, - "width": 166, - "x": 18, - "y": 22, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {165, 28}}", + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18073,7 +16347,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Welcome Back!", + "name": "REVIEW", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -18081,13 +16355,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -18099,13 +16373,14 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -18128,54 +16403,53 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 54, + "length": 11, "location": 0, }, ], - "string": "It’s been a while, have you read any new books lately?", + "string": "FREE SAMPLE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "48px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "61px", + "top": "100px", "visibility": "visible", - "width": "204px", + "width": "92px", }, }, - "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18184,13 +16458,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", - "height": 48, - "width": 204, - "x": 19, - "y": 61, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {204, 48}}", + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18199,73 +16472,110 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "It’s been a while, h", + "name": "FREE SAMPLE", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 14, + "location": 0, + }, + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.54)", "display": "block", - "height": "36px", - "left": "77px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", "position": "absolute", - "top": "165px", + "top": "43px", "visibility": "visible", - "width": "54px", + "width": "95px", }, }, - "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18274,16 +16584,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", - "height": 36, - "width": 54, - "x": 77, - "y": 165, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 20, + "width": 95, + "x": 107, + "y": 43, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {93, 20}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18291,343 +16597,113 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "54px", - }, - }, - "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 54, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", - "opacity": 0.5, - }, - "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 3, - "location": 0, - }, - ], - "string": "YES", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "14.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "26px", - }, - }, - "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 26, - "x": 14.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {25, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "YES", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "36px", - "left": "8px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", "position": "absolute", - "top": "165px", + "top": "10px", "visibility": "visible", - "width": "68px", + "width": "95px", }, }, - "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18636,16 +16712,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", - "height": 36, - "width": 68, - "x": 8, - "y": 165, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 32, + "width": 95, + "x": 106, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {94, 32}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18653,443 +16725,57 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", + "lineSpacingBehaviour": 0, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - }, - "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", - "opacity": 0.5, - }, - "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "NO", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "24.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", - "height": 16, - "width": 20, - "x": 24.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {20, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NO", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, + "verticalAlignment": 0, }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "154px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", - "height": 3, - "width": 344, - "x": 0, - "y": 154, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Line", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.52777777777777746}", - "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.58333333333333326}", - "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, ], - "name": "Welcome back", + "name": "pooch", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -19097,7 +16783,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -19106,7 +16792,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"Welcome back\\"", + "aria-label=\\"pooch\\"", ], }, }, @@ -19133,10 +16819,10 @@ Object { ], "previews": Array [], "user": Object { - "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { "pageListHeight": 110, }, - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "scrollOrigin": "{160, 160}", "zoomValue": 1, }, @@ -19148,13 +16834,17 @@ Object { } `; -exports[`ReactCodeGenService should match md-components-chips-open-chip.sketch snapshot for 52 on react 1`] = ` +exports[`ReactCodeGenService should match md-components-cards-pooch.sketch snapshot for 59 on react 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "do_objectID": "4B1A9331-4617-4A21-B711-BE5F8924794F", + "exportPresets": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -19164,7 +16854,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "do_objectID": "69B317A2-7627-4FC2-A275-B06F3229E81E", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -19173,10 +16863,26 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "name": "Material/Light/Card", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -19187,6 +16893,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19254,6 +16965,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19313,6 +17029,20 @@ Object { "thickness": 0.5, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0E4EE3DD-559D-4D15-B962-74EBE5A82DB0", "endMarkerType": 0, "fills": Array [ Object { @@ -19324,7 +17054,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -19332,6 +17098,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -19381,30 +17148,97 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "name": "Material/Icon white", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "name": "Material/Light/Divider", "value": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "position": 0, + "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D1660E01-8DB4-448C-9F7D-D0A333CE5A83", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -19420,12 +17254,46 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A1F549B8-1061-4ED6-BA84-122DBECF75E7", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -19459,75 +17327,70 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "name": "Material/Dark/Body 1 secondary", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", "value": Object { "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "name": "Material/Dark/Subhead", - "value": Object { - "_class": "style", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1450729C-392E-421D-8ACB-CAB7C2715807", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 24, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, "verticalAlignment": 0, @@ -19540,52 +17403,49 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 121, }, "fonts": Array [ "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -19601,6 +17461,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -19623,19 +17486,28 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "184px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", - "exportFormats": Array [], + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -19643,12 +17515,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", - "height": 184, - "width": 296, + "height": 136, + "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -19664,36 +17538,49 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "186px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "184px", + "height": "136px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 2, + "fixedRadius": 3, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 184, - "width": 296, + "height": 136, + "width": 344, "x": 0, "y": 0, }, @@ -19706,13 +17593,15 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "chip bg", + "maintainScrollPosition": false, + "name": "card 2", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", @@ -19722,7 +17611,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", @@ -19732,7 +17621,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", @@ -19742,7 +17631,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", @@ -19754,10 +17643,26 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -19768,6 +17673,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19835,6 +17745,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19894,7 +17809,20 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -19906,7 +17834,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -19914,6 +17878,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -19963,487 +17928,486 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"chip bg\\"", + "aria-label=\\"card 2\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 44px rgba(0,0,0,0.25)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "186px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "138px", + }, + }, "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.25)", "display": "block", - "height": "56px", + "height": "136px", "left": "0px", + "overflow": "hidden", "position": "absolute", - "top": "128px", + "top": "0px", "visibility": "visible", - "width": "296px", + "width": "88px", }, }, - "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", - "height": 56, - "width": 296, + "height": 136, + "width": 88, "x": 0, - "y": 128, + "y": 0, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "maintainScrollPosition": false, + "name": "image placeholder", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", - }, - }, - "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.5438462409, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "position": 1, }, - "length": 16, - "location": 0, - }, - ], - "string": "email3@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "14px", - "visibility": "visible", - "width": "121px", + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 14, - }, - "glyphBounds": "{{0, 0}, {120, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "email3@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", }, ], - "name": "email 3", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 3\\"", + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "REVIEW", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "56px", - "left": "0px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "72px", + "top": "100px", "visibility": "visible", - "width": "296px", + "width": "51px", }, }, - "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -20452,13 +18416,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", - "height": 56, - "width": 296, - "x": 0, - "y": 72, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -20466,442 +18429,142 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "REVIEW", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 16, - "location": 0, - }, - ], - "string": "email2@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "15px", - "visibility": "visible", - "width": "121px", - }, - }, - "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 15, - }, - "glyphBounds": "{{0, 0}, {120, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "email2@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], + "length": 11, + "location": 0, }, - }, - ], - "name": "email 2", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 2\\"", ], + "string": "FREE SAMPLE", }, - }, - Object { - "_class": "group", + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "72px", - "left": "0px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "0px", + "top": "100px", "visibility": "visible", - "width": "296px", + "width": "92px", }, }, - "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -20910,13 +18573,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", - "height": 72, - "width": 296, - "x": 0, - "y": 0, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -20924,1507 +18586,730 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "72px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "FREE SAMPLE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 72, - "width": 296, - "x": 0, - "y": 0, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 14, + "location": 0, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 1, - "curveTo": "{0.9932432432432432, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.9932432432432432, 0}", + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", + "position": "absolute", + "top": "43px", + "visibility": "visible", + "width": "95px", + }, + }, + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 95, + "x": 107, + "y": 43, + }, + "glyphBounds": "{{0, 0}, {93, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0030405405405404635, 0}", - "curveMode": 4, - "curveTo": "{0.0067567567567567571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0067567567567567571, 0}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.027777777777777776}", - "curveMode": 4, - "curveTo": "{0, 0.012499999999999685}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.027777777777777776}", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "95px", + }, + }, + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 95, + "x": 106, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {94, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "pooch", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"pooch\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CF3835DE-4882-4452-A2CD-B75697A2E4CF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { + "pageListHeight": 110, + }, + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`ReactCodeGenService should match md-components-cards-safari.sketch snapshot for 52 on react 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.012499999999999685}", - "curveMode": 4, - "curveTo": "{1, 0.027777777777777776}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 4, - "curveTo": "{0.99695945945945952, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9932432432432432, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "260px", - "position": "absolute", - "top": "24px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", - "height": 24, - "width": 24, - "x": 260, - "y": 24, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, Object { - "_class": "shapeGroup", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "2px", - "position": "absolute", - "top": "2px", - "visibility": "visible", - "width": "20px", - }, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", - "height": 20, - "width": 20, - "x": 2, - "y": 2, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", - "height": 20, - "width": 20, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000001, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22500000000000001}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000002}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77500000000000002, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000001, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000002}", - "curveMode": 2, - "curveTo": "{1, 0.22500000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77500000000000002, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "10px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "10px", - }, - }, - "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", - "height": 10, - "width": 10, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 0}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.35999999999999999}", - "curveMode": 1, - "curveTo": "{0.5, 0.35999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.35999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 0}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{0, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.35999999999999999, 0.5}", - "curveMode": 1, - "curveTo": "{0.35999999999999999, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.35999999999999999, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{0, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 1}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.64000000000000001}", - "curveMode": 1, - "curveTo": "{0.5, 0.64000000000000001}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.64000000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 1}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{1, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.64000000000000001, 0.5}", - "curveMode": 1, - "curveTo": "{0.64000000000000001, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.64000000000000001, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Shape", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"shapeGroup\\"", - "aria-label=\\"Shape\\"", - ], - }, - "windingRule": 1, + "position": 1, }, ], - "name": "cancel", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"cancel\\"", - ], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 22, - "location": 0, - }, - ], - "string": "primaryemail@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,0.70)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "35px", - "visibility": "visible", - "width": "161px", - }, - }, - "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 161, - "x": 72, - "y": 35, - }, - "glyphBounds": "{{0, 0}, {160, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "primaryemail@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 12, - "location": 0, - }, - ], - "string": "Contact Name", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "24px", - "left": "72px", - "position": "absolute", - "top": "12px", - "visibility": "visible", - "width": "104px", - }, - }, - "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 104, - "x": 72, - "y": 12, - }, - "glyphBounds": "{{0, 0}, {103, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Contact Name", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 16, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", - ], - }, - }, - ], - "name": "open chip", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"open chip\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { - "scrollOrigin": "{161, 161}", - "zoomValue": 1, - }, - "C3625949-D986-454A-9835-E894A1794432": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`ReactCodeGenService should match md-components-chips-open-chip.sketch snapshot for 53 on react 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "C3625949-D986-454A-9835-E894A1794432", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, "contextSettings": Object { "_class": "graphicsContextSettings", @@ -22463,29 +19348,27 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "name": "Material/Icon white", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", "value": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, "fillType": 0, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "position": 0, + "thickness": 1, }, ], + "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -22499,171 +19382,57 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "name": "Material/Dark/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "name": "Material/Dark/Subhead", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, + "appVersion": "49.3", + "build": 51167, + "commit": "2b45d75f77b3d86c8cfab3e1090bcc520c37ea74", + "compatibilityVersion": 93, "variant": "NONAPPSTORE", - "version": 116, + "version": 101, }, "fonts": Array [ "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -22679,9 +19448,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -22704,19 +19470,29 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "184px", + "height": "304px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", - "exportFormats": Array [], + "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -22724,15 +19500,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", - "height": 184, - "width": 296, + "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", + "height": 304, + "width": 344, "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -22754,19 +19527,19 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "184px", + "height": "304px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -22776,8 +19549,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 184, - "width": 296, + "height": 304, + "width": 344, "x": 0, "y": 0, }, @@ -22790,7 +19563,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "chip bg", + "name": "card", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -22800,6 +19573,7 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", + "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -22810,6 +19584,7 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", + "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -22820,6 +19595,7 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", + "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -22830,6 +19606,7 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", + "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -22838,7 +19615,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -22852,6 +19629,7 @@ Object { "green": 0.592, "red": 0.592, }, + "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -22868,6 +19646,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -22879,6 +19658,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -22890,6 +19670,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -22901,6 +19682,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -22919,6 +19701,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -22935,6 +19718,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -22946,6 +19730,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -22957,6 +19742,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -22968,6 +19754,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -22978,7 +19765,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", "endMarkerType": 0, "fills": Array [ Object { @@ -23015,6 +19802,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -23035,6 +19823,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -23047,223 +19836,654 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"chip bg\\"", + "aria-label=\\"card\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(0,150,136,1.00)", "display": "block", - "height": "56px", + "height": "176px", "left": "0px", "position": "absolute", - "top": "128px", + "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", - "height": 56, - "width": 296, + "height": 176, + "width": 344, "x": 0, - "y": 128, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 0, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "length": 22, + "location": 0, + }, + ], + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "76px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 10, "location": 0, }, ], - "string": "email3@email.com", + "string": "LEARN MORE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "20px", - "left": "72px", + "height": "38px", + "left": "12.5px", "position": "absolute", - "top": "14px", + "top": "10px", "visibility": "visible", - "width": "121px", + "width": "87px", }, }, - "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23272,12 +20492,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 14, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {86, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -23286,43 +20506,41 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email3@email.com", + "name": "LEARN MORE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -23334,31 +20552,90 @@ Object { "attributes": Array [], }, }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "oval", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", "display": "block", - "height": "40px", - "left": "12px", + "height": "36px", + "left": "0px", "position": "absolute", - "top": "8px", + "top": "0px", "visibility": "visible", - "width": "40px", + "width": "68px", }, }, - "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", - "edited": false, + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23367,10 +20644,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, + "height": 36, + "width": 68, + "x": 0, + "y": 0, }, "hasClippingMask": false, "isClosed": true, @@ -23380,272 +20657,99 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "mask", + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, "hasCurveTo": true, - "point": "{1, 0.5}", + "point": "{0.97058823529411764, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "email 3", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 3\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "72px", - "visibility": "visible", - "width": "296px", - }, - }, - "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", - "height": 56, - "width": 296, - "x": 0, - "y": 72, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", }, - }, - "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{0.97058823529411764, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", + "curveFrom": "{1, 0.94444444444444442}", "curveMode": 1, - "curveTo": "{1, 0}", + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -23654,18 +20758,33 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "text", @@ -23677,54 +20796,53 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 5, "location": 0, }, ], - "string": "email2@email.com", + "string": "SHARE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "20px", - "left": "72px", + "height": "38px", + "left": "11.5px", "position": "absolute", - "top": "15px", + "top": "10px", "visibility": "visible", - "width": "121px", + "width": "46px", }, }, - "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23733,12 +20851,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 15, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {45, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -23747,43 +20865,41 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email2@email.com", + "name": "SHARE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -23795,164 +20911,8 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, ], - "name": "email 2", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -23960,7 +20920,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -23969,29 +20929,30 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"email 2\\"", + "aria-label=\\"Button\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "72px", + "height": "3px", "left": "0px", "position": "absolute", - "top": "0px", + "top": "250px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -24000,1998 +20961,1264 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", - "height": 72, - "width": 296, + "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", + "height": 3, + "width": 344, "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 250, }, - "hasClickThrough": false, "hasClippingMask": false, + "isClosed": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "72px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 72, - "width": 296, - "x": 0, - "y": 0, + ], + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`ReactCodeGenService should match md-components-cards-safari.sketch snapshot for 53 on react 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 1, - "curveTo": "{0.9932432432432432, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.9932432432432432, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0030405405405404635, 0}", - "curveMode": 4, - "curveTo": "{0.0067567567567567571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0067567567567567571, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.027777777777777776}", - "curveMode": 4, - "curveTo": "{0, 0.012499999999999685}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.012499999999999685}", - "curveMode": 4, - "curveTo": "{1, 0.027777777777777776}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 4, - "curveTo": "{0.99695945945945952, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9932432432432432, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", - ], - "type": "path", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "260px", - "position": "absolute", - "top": "24px", - "visibility": "visible", - "width": "24px", + "position": 0.950255322222858, }, - }, - "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", - "height": 24, - "width": 24, - "x": 260, - "y": 24, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", + "position": 0.2, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "shapeGroup", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "2px", - "position": "absolute", - "top": "2px", - "visibility": "visible", - "width": "20px", + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", + "position": 0, }, - }, - "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", - "height": 20, - "width": 20, - "x": 2, - "y": 2, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", - "height": 20, - "width": 20, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000001, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22500000000000001}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000002}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77500000000000002, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000001, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000002}", - "curveMode": 2, - "curveTo": "{1, 0.22500000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77500000000000002, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", + "position": 0.8, }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "10px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "10px", - }, - }, - "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", - "height": 10, - "width": 10, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 0}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.35999999999999999}", - "curveMode": 1, - "curveTo": "{0.5, 0.35999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.35999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 0}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{0, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.35999999999999999, 0.5}", - "curveMode": 1, - "curveTo": "{0.35999999999999999, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.35999999999999999, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{0, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 1}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.64000000000000001}", - "curveMode": 1, - "curveTo": "{0.5, 0.64000000000000001}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.64000000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 1}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{1, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.64000000000000001, 0.5}", - "curveMode": 1, - "curveTo": "{0.64000000000000001, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.64000000000000001, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", - ], - "type": "path", - }, - ], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "web": Object { - "attributes": Array [], + "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", + "position": 1, }, ], - "name": "Shape", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"shapeGroup\\"", - "aria-label=\\"Shape\\"", - ], - }, - "windingRule": 1, + "to": "{0.5, 1}", }, - ], - "name": "cancel", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"cancel\\"", - ], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 22, - "location": 0, - }, - ], - "string": "primaryemail@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,0.70)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "35px", - "visibility": "visible", - "width": "161px", - }, - }, - "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 161, - "x": 72, - "y": 35, - }, - "glyphBounds": "{{0, 0}, {160, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "primaryemail@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 12, - "location": 0, - }, - ], - "string": "Contact Name", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "24px", - "left": "72px", - "position": "absolute", - "top": "12px", - "visibility": "visible", - "width": "104px", - }, - }, - "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 104, - "x": 72, - "y": 12, - }, - "glyphBounds": "{{0, 0}, {103, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Contact Name", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, + ], + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "40px", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 16, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], + "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", - "endMarkerType": 0, - "miterLimit": 10, + ], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", ], }, }, - ], - "name": "open chip", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"open chip\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { - "scrollOrigin": "{187, 187}", - "zoomValue": 1, - }, - "C3625949-D986-454A-9835-E894A1794432": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`ReactCodeGenService should match md-components-date-picker.sketch snapshot for 52 on react 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", - "name": "Material/Light/Dialog", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", - "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 105, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", - ], - "variant": "NONAPPSTORE", - "version": 112, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "556px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", - }, - }, - "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", - "height": 556, - "width": 320, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 2, - "layers": Array [ Object { - "_class": "shapePath", + "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(0,150,136,1.00)", "display": "block", - "height": "555.999999998099px", - "left": "-0.00000201463535631774px", + "height": "176px", + "left": "0px", "position": "absolute", - "top": "-3.019895302713849e-7px", + "top": "0px", "visibility": "visible", - "width": "320.0000020097797px", + "width": "344px", }, }, - "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", - "edited": true, + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", - "height": 555.999999998099, - "width": 320.0000020097797, - "x": -0.00000201463535631774, - "y": -3.019895302713849e-7, + "height": 176, + "width": 344, + "x": 0, + "y": 0, }, - "hasClippingMask": true, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": true, + "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "dialog bg", + "name": "image placeholder", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "cornerRadius": 0, + "curveFrom": "{0, 0}", "curveMode": 1, - "curveTo": "{1.2468725677856276, 0.75157476876403528}", - "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "curveTo": "{0, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{0.99999999579623011, 1}", + "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "cornerRadius": 0, + "curveFrom": "{0, 1}", "curveMode": 1, - "curveTo": "{0.24954874040058797, 1.2495487419762428}", - "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "curveTo": "{0, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{-7.4954264546158371e-12, 1}", + "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "cornerRadius": 0, + "curveFrom": "{1, 1}", "curveMode": 1, - "curveTo": "{-0.25090333211297938, 0.25000080577825212}", - "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "curveTo": "{1, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "cornerRadius": 0, + "curveFrom": "{1, 0}", "curveMode": 1, - "curveTo": "{0.75044518048476361, -0.25022102273838404}", - "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "curveTo": "{1, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1.0000000000151725, 5.4314714836243111e-10}", + "point": "{1, 0}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, + "fillType": 0, "isEnabled": true, - "position": 1, - "thickness": 0.5, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - ], - "to": "{0.5, 1}", + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "length": 22, + "location": 0, }, ], - "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + "blue": 1, + "green": 1, + "red": 1, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.22, + "alpha": 0.8700000048, "blue": 0, "green": 0, "red": 0, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, }, - ], - "startMarkerType": 0, + "verticalAlignment": 0, + }, "windingRule": 1, }, - "svg": Object { - "offset": 0.5, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"0.5\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", - ], - "type": "path", - }, - ], - }, + "textBehaviour": 1, "web": Object { "attributes": Array [], }, @@ -26003,18 +22230,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "16px", - "left": "172px", + "height": "36px", + "left": "76px", "position": "absolute", - "top": "519px", + "top": "260px", "visibility": "visible", - "width": "114px", + "width": "112px", }, }, - "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26023,11 +22250,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", - "height": 16, - "width": 114, - "x": 172, - "y": 519, + "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -26039,89 +22269,25 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 1, - }, - ], - "string": "OK", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "19px", - "left": "95px", + "height": "36px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "20px", + "width": "112px", }, }, - "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", - "dontSynchroniseWithSymbol": false, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26130,72 +22296,135 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 19, - "width": 20, - "x": 95, + "height": 36, + "width": 112, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {19, 16}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "OK", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", }, - "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", - "endMarkerType": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, @@ -26222,45 +22451,18 @@ Object { "size": 14, }, }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 5, + "length": 10, "location": 0, }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, - }, ], - "string": "CANCEL", + "string": "LEARN MORE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -26271,19 +22473,19 @@ Object { "display": "block", "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "16px", - "left": "0px", + "height": "38px", + "left": "12.5px", "position": "absolute", - "top": "0px", + "top": "10px", "visibility": "visible", - "width": "56px", + "width": "87px", }, }, - "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26292,13 +22494,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", - "height": 16, - "width": 56, - "x": 0, - "y": 0, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {56, 16}}", + "glyphBounds": "{{0, 0}, {86, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -26307,7 +22508,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "CANCEL", + "name": "LEARN MORE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -26315,23 +22516,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -26347,10 +22538,10 @@ Object { "size": 14, }, }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -26364,7 +22555,7 @@ Object { }, }, ], - "name": "ok + cancel", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -26372,7 +22563,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -26381,7 +22572,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"ok + cancel\\"", + "aria-label=\\"Button\\"", ], }, }, @@ -26392,18 +22583,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "199px", - "left": "0px", + "height": "36px", + "left": "8px", "position": "absolute", - "top": "0px", + "top": "260px", "visibility": "visible", - "width": "320px", + "width": "68px", }, }, - "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26412,11 +22603,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", - "height": 199, - "width": 320, - "x": 0, - "y": 0, + "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -26434,19 +22628,19 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "199px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "320px", + "width": "68px", }, }, - "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26455,8 +22649,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 199, - "width": 320, + "height": 36, + "width": 68, "x": 0, "y": 0, }, @@ -26468,191 +22662,99 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "header bg", + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", - "hasCurveFrom": false, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{1, 0.94444444444444442}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24746906759014342, -0.24902547682027013}", - "curveMode": 1, - "curveTo": "{-0.24746906759014342, 0.24902547682027015}", - "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", - "curveMode": 1, - "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", - "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", - "hasCurveFrom": false, + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{0.029411764705882353, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "31.99999999997413px", - "left": "1.060561771737412e-7px", - "position": "absolute", - "top": "2.546585164964199e-11px", - "visibility": "visible", - "width": "319.9999998939438px", + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", }, - }, - "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", - "height": 31.99999999997413, - "width": 319.9999998939438, - "x": 1.060561771737412e-7, - "y": 2.546585164964199e-11, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bar", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", - "curveMode": 1, - "curveTo": "{0.25000000504962155, 1.2500000000002023}", - "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", - "hasCurveFrom": false, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{4.9667651341541571e-09, 1.0000000000000002}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24687257374643226, -0.24842523169513558}", - "curveMode": 1, - "curveTo": "{-0.24687257440928329, 0.24842523169351868}", - "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + "point": "{0.97058823529411764, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2507861404771796, 0.2507861405226906}", - "curveMode": 1, - "curveTo": "{0.74921385952282049, -0.2507861402658404}", - "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.2842510388477008e-10}", + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveFrom": "{1, 0.94444444444444442}", "curveMode": 1, - "curveTo": "{1.2580645141857014, 0.75806451674907216}", - "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 1.0000000000000002}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -26661,27 +22763,14 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.4823529411764705, - "green": 0.5372549019607843, - "red": 0, - }, - "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -26691,8 +22780,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,137,123,1.00)\\"", - "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], "type": "path", }, @@ -26713,15 +22802,15 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 80, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, @@ -26731,34 +22820,34 @@ Object { "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 2, + "length": 5, "location": 0, }, ], - "string": "13", + "string": "SHARE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(255,255,255,1.00)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "80px", - "height": "212px", - "left": "114.5px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "11.5px", "position": "absolute", - "top": "70px", + "top": "10px", "visibility": "visible", - "width": "91px", + "width": "46px", }, }, - "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26767,12 +22856,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 212, - "width": 91, - "x": 114.5, - "y": 70, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {90, 94}}", + "glyphBounds": "{{0, 0}, {45, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -26781,132 +22870,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 6, - "location": 0, - }, - ], - "string": "Friday", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "140.5px", - "position": "absolute", - "top": "7px", - "visibility": "visible", - "width": "39px", - }, - }, - "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 39, - "x": 140.5, - "y": 7, - }, - "glyphBounds": "{{0, 0}, {38, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Friday", + "name": "SHARE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -26914,25 +22878,25 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, @@ -26952,264 +22916,8 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 3, - "location": 0, - }, - ], - "string": "MAR", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "133.5px", - "position": "absolute", - "top": "46px", - "visibility": "visible", - "width": "53px", - }, - }, - "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 53, - "x": 133.5, - "y": 46, - }, - "glyphBounds": "{{0, 0}, {52, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "MAR", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 4, - "location": 0, - }, - ], - "string": "2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "132.5px", - "position": "absolute", - "top": "162px", - "visibility": "visible", - "width": "55px", - }, - }, - "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 55, - "x": 132.5, - "y": 162, - }, - "glyphBounds": "{{0, 0}, {54, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", - "opacity": 0.5423274253731343, - }, - "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, ], - "name": "header", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -27217,7 +22925,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -27226,29 +22934,30 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"header\\"", + "aria-label=\\"Button\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "288px", - "left": "21px", + "height": "3px", + "left": "0px", "position": "absolute", - "top": "211px", + "top": "250px", "visibility": "visible", - "width": "278px", + "width": "344px", }, }, - "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -27257,5673 +22966,44465 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", - "height": 288, - "width": 278, - "x": 21, - "y": 211, + "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", + "height": 3, + "width": 344, + "x": 0, + "y": 250, }, - "hasClickThrough": true, "hasClippingMask": false, + "isClosed": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "34px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", - "height": 14, - "width": 278, - "x": 0, - "y": 34, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + ], + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`ReactCodeGenService should match md-components-cards-safari.sketch snapshot for 59 on react 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "B942A9A6-E496-4B25-A9A9-81AC2108F6C9", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BED55B92-66FF-4E8F-A709-745BAD777E1B", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "M", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", - "height": 14, - "width": 14, - "x": 44, - "y": 0, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "M", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "911371BB-173C-4187-A744-2C860A116095", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "S", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4FBD87AE-A8B3-430F-9AEE-F509FBF7B62E", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", - "height": 14, - "width": 14, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "W", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", - "height": 14, - "width": 14, - "x": 132, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "W", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "T", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", - "height": 14, - "width": 14, - "x": 176, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "F", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", - "height": 14, - "width": 14, - "x": 220, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "F", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FF1343AD-DDEE-42ED-8A8E-5EEB85CA53DC", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "354px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "304px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0.05, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "T", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", - "height": 14, - "width": 14, - "x": 88, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "weekdays", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"weekdays\\"", - ], + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "border-radius": "50%", - "display": "block", - "height": "44px", - "left": "161px", - "position": "absolute", - "top": "143px", - "visibility": "visible", - "width": "44px", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 44, - "width": 44, - "x": 161, - "y": 143, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "selection", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"selection\\"", - ], + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "226px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", }, }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "display": "block", + "height": "176px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 176, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "image placeholder", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "214px", - "left": "0px", - "position": "absolute", - "top": "74px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, - }, - "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", - "height": 214, - "width": 278, - "x": 0, - "y": 74, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "30", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", - "height": 14, - "width": 14, - "x": 0, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "30", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "31", + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", - "height": 14, - "width": 14, - "x": 44, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "31", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "length": 22, + "location": 0, + }, + ], + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "1", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, - "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "76px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", ], - "string": "16", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", - "height": 14, - "width": 14, - "x": 0, - "y": 124, + "type": "path", }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "16", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, }, - "verticalAlignment": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 10, + "location": 0, }, + ], + "string": "LEARN MORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "12.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "87px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "17", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + }, + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {86, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "LEARN MORE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", - "height": 14, - "width": 14, - "x": 44, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "17", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], - "string": "19", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, + "type": "path", }, - "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", - "height": 14, - "width": 14, - "x": 132, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "19", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "20", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", - "height": 14, - "width": 14, - "x": 176, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "20", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, + ], + "string": "SHARE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "11.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "46px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "21", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + }, + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {45, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "SHARE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", - "height": 14, - "width": 14, - "x": 220, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "21", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "22", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", - "height": 14, - "width": 14, - "x": 264, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "22", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "250px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 344, + "x": 0, + "y": 250, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C43A3796-415D-48DC-B7DC-F4DAB0E3D04F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`ReactCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 52 on react 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.05, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "18", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", - "height": 14, - "width": 14, - "x": 88, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "18", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "23", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", - "height": 14, - "width": 14, - "x": 0, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "23", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "24", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", - "height": 14, - "width": 14, - "x": 44, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "24", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "26", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", - "height": 14, - "width": 14, - "x": 132, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "26", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "27", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", - "height": 14, - "width": 14, - "x": 176, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "27", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "28", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0.05, }, - }, - "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", - "height": 14, - "width": 14, - "x": 220, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "28", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "29", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0.2, }, - }, - "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", - "height": 14, - "width": 14, - "x": 264, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "29", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "25", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", - "height": 14, - "width": 14, - "x": 88, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "25", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "13", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + "position": 0.950255322222858, }, - }, - "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", - "height": 14, - "width": 14, - "x": 176, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "9", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", - "height": 14, - "width": 14, - "x": 0, - "y": 84, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "9", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "10", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", - "height": 14, - "width": 14, - "x": 44, - "y": 84, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "10", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "12", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", - "height": 14, - "width": 14, - "x": 132, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "12", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "14", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "length": 3, + "location": 0, }, - "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", - "height": 14, - "width": 14, - "x": 220, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "14", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], - "string": "15", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", - "height": 14, - "width": 14, - "x": 264, - "y": 84, + "type": "path", }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "15", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "11", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", - "height": 14, - "width": 14, - "x": 88, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "11", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`ReactCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 53 on react 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "7", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", - "height": 14, - "width": 14, - "x": 220, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "7", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "2", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", - "height": 14, - "width": 14, - "x": 0, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "3", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", - "height": 14, - "width": 14, - "x": 44, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "3", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "5", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", - "height": 14, - "width": 14, - "x": 132, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "5", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "6", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", - "height": 14, - "width": 14, - "x": 176, - "y": 44, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "6", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "8", + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", - "height": 14, - "width": 14, - "x": 264, - "y": 44, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "8", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`ReactCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 59 on react 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "1FACE5CD-4C60-4C14-BEB5-1AABD8469E9F", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "3380750C-0BB8-4F98-8363-20B02C5282DC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD5B068-1942-4F90-9DAF-E3C2ADD11B60", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5A0185BB-EA56-4FBB-8C2F-A846AE43C2F6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FF036CE5-F1BB-4440-B775-36E64E65026F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "258px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "54D44EEB-920F-4B41-AF72-8DC08E9F4211", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`ReactCodeGenService should match md-components-chips-open-chip.sketch snapshot for 52 on react 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "chip bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{161, 161}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`ReactCodeGenService should match md-components-chips-open-chip.sketch snapshot for 53 on react 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "chip bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{187, 187}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`ReactCodeGenService should match md-components-chips-open-chip.sketch snapshot for 59 on react 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "4A03D0FC-C955-4776-B3BC-49D10D2EC1F8", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "49BFDC6A-22E2-466E-8E43-BDF2E5AAACAC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "51B03871-5B61-4062-857D-E49186F9AC46", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E277DCE4-ADAA-446B-A298-363DE0FA8604", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AD75B14C-A64A-42AD-B14E-D1A5E6A05962", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "18396A61-DA04-41CB-9E7C-D48127DB4EC8", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FAE2BEC9-E60B-4591-A988-BEA3B5B508AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 148px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "234px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "346px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "chip bg", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "maintainScrollPosition": false, + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "07067FE7-93D6-434B-AC60-5A67C2AC90BC", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{213, 213}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`ReactCodeGenService should match md-components-date-picker.sketch snapshot for 52 on react 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`ReactCodeGenService should match md-components-date-picker.sketch snapshot for 53 on react 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`ReactCodeGenService should match md-components-date-picker.sketch snapshot for 59 on react 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "12502ADD-A7A9-4768-B787-016A2A6F9576", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "7B8C8B1E-63AB-49EC-ADA6-091B4FAB2F94", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C9D81A22-4232-4094-83AB-4269D7CF672C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 22px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "94px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "94px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "overflow": "hidden", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3B3CEF08-C0D6-4980-9B05-59D2869A0405", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`ReactCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 52 on react 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "4", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", - "height": 14, - "width": 14, - "x": 88, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "4", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "dates", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dates\\"", - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.8725656703, + "alpha": 0.02, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", + "position": 0.9864078443877551, }, - "length": 10, - "location": 0, - }, - ], - "string": "March 2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "101.5px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "76px", + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", - "height": 16, - "width": 76, - "x": 101.5, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {76, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "March 2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.0490476332782268, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, - }, - "verticalAlignment": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + ], + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", }, ], - "name": "calendar", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"calendar\\"", + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, - ], - "name": "dialog", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dialog\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`ReactCodeGenService should match md-components-date-picker.sketch snapshot for 53 on react 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", - "name": "Material/Light/Dialog", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.04, + "alpha": 0.87, "blue": 0, "green": 0, "red": 0, }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "position": 1, }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "length": 13, + "location": 0, + }, + ], + "string": "Incoming call", }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "556px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", }, - }, - "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", - "height": 556, - "width": 320, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 2, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 15, + "location": 0, + }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "555.999999998099px", - "left": "-0.00000201463535631774px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", "position": "absolute", - "top": "-3.019895302713849e-7px", + "top": "42px", "visibility": "visible", - "width": "320.0000020097797px", + "width": "180px", }, }, - "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", - "edited": true, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -32932,288 +67433,681 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", - "height": 555.999999998099, - "width": 320.0000020097797, - "x": -0.00000201463535631774, - "y": -3.019895302713849e-7, + "height": 32, + "width": 180, + "x": 88, + "y": 42, }, - "hasClippingMask": true, - "isClosed": true, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": true, + "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "dialog bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.75312742380683251, 1.2484252312359647}", - "curveMode": 1, - "curveTo": "{1.2468725677856276, 0.75157476876403528}", - "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.99999999579623011, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", - "curveMode": 1, - "curveTo": "{0.24954874040058797, 1.2495487419762428}", - "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{-7.4954264546158371e-12, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.25090333626656247, -0.25000080578509032}", - "curveMode": 1, - "curveTo": "{-0.25090333211297938, 0.25000080577825212}", - "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2495548195455812, 0.25022102382467826}", - "curveMode": 1, - "curveTo": "{0.75044518048476361, -0.25022102273838404}", - "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1.0000000000151725, 5.4314714836243111e-10}", - }, - ], - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "88px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "81px", + }, + }, + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", + "height": 24, + "width": 81, + "x": 88, + "y": 116, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", + }, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "13.999px", + }, + }, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 13.999, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", }, ], - "to": "{0.5, 1}", + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + ], + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], }, - ], + }, + ], + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, - }, - ], "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 0.5, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"0.5\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", - ], - "type": "path", - }, - ], - }, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], }, }, Object { @@ -33223,18 +68117,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "16px", - "left": "172px", + "height": "24px", + "left": "215px", "position": "absolute", - "top": "519px", + "top": "116px", "visibility": "visible", - "width": "114px", + "width": "88px", }, }, - "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33243,14 +68137,11 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", - "height": 16, - "width": 114, - "x": 172, - "y": 519, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", + "height": 24, + "width": 88, + "x": 215, + "y": 116, }, "hasClickThrough": false, "hasClippingMask": false, @@ -33271,16 +68162,16 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0.5, @@ -33288,9 +68179,11 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 1, + "length": 5, "location": 0, }, Object { @@ -33298,16 +68191,16 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0, @@ -33315,36 +68208,38 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "length": 1, - "location": 1, + "location": 5, }, ], - "string": "OK", + "string": "ANSWER", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", + "color": "rgba(0,0,0,0.54)", "display": "block", "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "19px", - "left": "95px", + "font-size": "13px", + "height": "16px", + "left": "32px", "position": "absolute", - "top": "0px", + "top": "4px", "visibility": "visible", - "width": "20px", + "width": "56px", }, }, - "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33353,12 +68248,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 19, - "width": 20, - "x": 95, - "y": 0, + "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", + "height": 16, + "width": 56, + "x": 32, + "y": 4, }, - "glyphBounds": "{{0, 0}, {19, 16}}", + "glyphBounds": "{{0, 0}, {56, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -33367,7 +68263,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "OK", + "name": "ANSWER", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -33375,36 +68271,26 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0.5, @@ -33412,6 +68298,8 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -33424,170 +68312,430 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, - "length": 5, - "location": 0, }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "3px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": 3, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Imported Layers", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - ], - "string": "CANCEL", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "56px", }, - }, - "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", - "height": 16, - "width": 56, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {56, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "CANCEL", - "nameIsFixed": false, - "resizingConstraint": 47, + ], + "name": "call icon", + "nameIsFixed": true, + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"call icon\\"", + ], }, }, ], - "name": "ok + cancel", + "name": "answer", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -33595,7 +68743,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -33604,29 +68752,565 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"ok + cancel\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", ], }, }, + ], + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`ReactCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 53 on react 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "199px", + "height": "160px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "320px", + "width": "344px", }, }, - "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33635,825 +69319,756 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", - "height": 199, - "width": 320, + "height": 160, + "width": 344, "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "199px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", - }, - }, - "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 199, - "width": 320, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24746906759014342, -0.24902547682027013}", - "curveMode": 1, - "curveTo": "{-0.24746906759014342, 0.24902547682027015}", - "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", - "curveMode": 1, - "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", - "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "31.99999999997413px", - "left": "1.060561771737412e-7px", - "position": "absolute", - "top": "2.546585164964199e-11px", - "visibility": "visible", - "width": "319.9999998939438px", - }, - }, - "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", - "height": 31.99999999997413, - "width": 319.9999998939438, - "x": 1.060561771737412e-7, - "y": 2.546585164964199e-11, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bar", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", - "curveMode": 1, - "curveTo": "{0.25000000504962155, 1.2500000000002023}", - "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{4.9667651341541571e-09, 1.0000000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24687257374643226, -0.24842523169513558}", - "curveMode": 1, - "curveTo": "{-0.24687257440928329, 0.24842523169351868}", - "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2507861404771796, 0.2507861405226906}", - "curveMode": 1, - "curveTo": "{0.74921385952282049, -0.2507861402658404}", - "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.2842510388477008e-10}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74193548581429836, 1.2419354832509284}", - "curveMode": 1, - "curveTo": "{1.2580645141857014, 0.75806451674907216}", - "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.0000000000000002}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.4823529411764705, - "green": 0.5372549019607843, - "red": 0, - }, - "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,137,123,1.00)\\"", - "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, - "length": 2, - "location": 0, - }, - ], - "string": "13", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "80px", - "height": "212px", - "left": "114.5px", - "position": "absolute", - "top": "70px", - "visibility": "visible", - "width": "91px", - }, - }, - "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 212, - "width": 91, - "x": 114.5, - "y": 70, - }, - "glyphBounds": "{{0, 0}, {90, 94}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.95, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", + "position": 0.9864078443877551, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 1, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, + "alpha": 0.2000000029802322, "blue": 1, "green": 1, "red": 1, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "position": 0.0490476332782268, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.2, }, - "length": 6, - "location": 0, - }, - ], - "string": "Friday", + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "140.5px", - "position": "absolute", - "top": "7px", - "visibility": "visible", - "width": "39px", + ], + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, + "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 39, - "x": 140.5, - "y": 7, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "glyphBounds": "{{0, 0}, {38, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Friday", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - "windingRule": 1, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 14, }, - "length": 3, - "location": 0, }, - ], - "string": "MAR", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "133.5px", - "position": "absolute", - "top": "46px", - "visibility": "visible", - "width": "53px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, }, + "length": 13, + "location": 0, }, - "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 53, - "x": 133.5, - "y": 46, - }, - "glyphBounds": "{{0, 0}, {52, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "MAR", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "Incoming call", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", + }, + }, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 24, }, - "length": 4, - "location": 0, }, - ], - "string": "2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "132.5px", - "position": "absolute", - "top": "162px", - "visibility": "visible", - "width": "55px", - }, - }, - "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 55, - "x": 132.5, - "y": 162, - }, - "glyphBounds": "{{0, 0}, {54, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", - "opacity": 0.5423274253731343, - }, - "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "length": 15, + "location": 0, }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", + "position": "absolute", + "top": "42px", + "visibility": "visible", + "width": "180px", }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, + }, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 180, + "x": 88, + "y": 42, + }, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", - ], + "attributes": Array [], }, }, Object { @@ -34463,18 +70078,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "288px", - "left": "21px", + "height": "24px", + "left": "88px", "position": "absolute", - "top": "211px", + "top": "116px", "visibility": "visible", - "width": "278px", + "width": "81px", }, }, - "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -34483,16 +70098,16 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", - "height": 288, - "width": 278, - "x": 21, - "y": 211, + "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", + "height": 24, + "width": 81, + "x": 88, + "y": 116, }, "groupLayout": Object { "_class": "MSImmutableFreeformGroupLayout", }, - "hasClickThrough": true, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -34502,611 +70117,338 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "34px", - "visibility": "visible", - "width": "278px", - }, - }, - "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", - "height": 14, - "width": 278, - "x": 0, - "y": 34, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "M", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", - "height": 14, - "width": 14, - "x": 44, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "M", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "911371BB-173C-4187-A744-2C860A116095", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", - "height": 14, - "width": 14, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "W", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", - "height": 14, - "width": 14, - "x": 132, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "W", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 1, + "location": 5, }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - ], - "string": "T", + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", + "height": "24px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", - "height": 14, - "width": 14, - "x": 176, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "F", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", "height": "14px", - "left": "220px", + "left": "5px", "position": "absolute", - "top": "0px", + "top": "5px", "visibility": "visible", - "width": "14px", + "width": "13.999px", }, }, - "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -35115,250 +70457,620 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", "height": 14, - "width": 14, - "x": 220, - "y": 0, + "width": 13.999, + "x": 5, + "y": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "F", - "nameIsFixed": false, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.5433367301, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + ], + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], + }, + }, + ], + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "215px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", + "height": 24, + "width": 88, + "x": 215, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "S", + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 5, + "location": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "ANSWER", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", + "height": 16, + "width": 56, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "ANSWER", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "height": "24px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", - "dontSynchroniseWithSymbol": false, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", - "height": 14, - "width": 14, - "x": 264, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "T", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", + "height": "18px", + "left": "3px", "position": "absolute", - "top": "0px", + "top": "3px", "visibility": "visible", - "width": "14px", + "width": "18px", }, }, - "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -35367,69 +71079,229 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", - "height": 14, - "width": 14, - "x": 88, - "y": 0, + "height": 18, + "width": 18, + "x": 3, + "y": 3, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", + "name": "Imported Layers", "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.5433367301, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, ], - "name": "weekdays", + "name": "call icon", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -35437,26 +71309,8 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -35464,1375 +71318,2176 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"weekdays\\"", + "aria-label=\\"call icon\\"", ], }, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "border-radius": "50%", - "display": "block", - "height": "44px", - "left": "161px", - "position": "absolute", - "top": "143px", - "visibility": "visible", - "width": "44px", - }, - }, - "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 44, - "width": 44, - "x": 161, - "y": 143, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "selection", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + ], + "name": "answer", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`ReactCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 59 on react 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "D68BDF6C-B753-479E-95BC-A139BDC457D9", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "B31581C1-0A5F-4F6E-8CA6-4AE64984C599", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4DDF8DAE-BAA8-49BD-931C-4977FA79B4DE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "B1396A0F-1D1C-4ECF-BCB7-FEAC24A4A1CA", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F391C9D8-9C3C-451F-8B54-55C386CDEB21", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"selection\\"", - ], + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "501DFA3F-FAB0-4A19-8A58-1E1D8DA547D6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", + }, Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "214px", - "left": "0px", - "position": "absolute", - "top": "74px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", - "height": 214, - "width": 278, - "x": 0, - "y": 74, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "30", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", - "height": 14, - "width": 14, - "x": 0, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "30", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "31", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0.95, }, - }, - "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", - "height": 14, - "width": 14, - "x": 44, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "31", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.9864078443877551, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "1", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0.0490476332782268, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "16", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", - "height": 14, - "width": 14, - "x": 0, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "16", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "17", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", - "height": 14, - "width": 14, - "x": 44, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "17", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "19", + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, - "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", - "height": 14, - "width": 14, - "x": 132, - "y": 124, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Incoming call", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", + }, + }, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "19", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 15, + "location": 0, + }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", + "position": "absolute", + "top": "42px", + "visibility": "visible", + "width": "180px", + }, + }, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 180, + "x": 88, + "y": 42, + }, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "88px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "81px", + }, + }, + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 81, + "x": 88, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "20", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", - "height": 14, - "width": 14, - "x": 176, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "20", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "21", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "length": 1, + "location": 5, }, - "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", - "height": 14, - "width": 14, - "x": 220, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "21", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", + }, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "22", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "124px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", - "height": 14, - "width": 14, - "x": 264, - "y": 124, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "22", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "18", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", "height": "14px", - "left": "88px", + "left": "5px", "position": "absolute", - "top": "124px", + "top": "5px", "visibility": "visible", - "width": "14px", + "width": "13.999px", }, }, - "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -36841,376 +73496,811 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", "height": 14, - "width": 14, - "x": 88, - "y": 124, + "width": 13.999, + "x": 5, + "y": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "18", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "215px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 88, + "x": 215, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, }, - "verticalAlignment": 0, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "23", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "length": 1, + "location": 5, }, - "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", - "height": 14, - "width": 14, - "x": 0, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "23", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "ANSWER", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 56, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "ANSWER", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "24", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "164px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", - "dontSynchroniseWithSymbol": false, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", - "height": 14, - "width": 14, - "x": 44, - "y": 164, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "24", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "26", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "height": "18px", + "left": "3px", "position": "absolute", - "top": "164px", + "top": "3px", "visibility": "visible", - "width": "14px", + "width": "18px", }, }, - "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -37219,947 +74309,1461 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", - "height": 14, - "width": 14, - "x": 132, - "y": 164, + "height": 18, + "width": 18, + "x": 3, + "y": 3, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "26", + "maintainScrollPosition": false, + "name": "Imported Layers", "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + ], + "maintainScrollPosition": false, + "name": "call icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"call icon\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "answer", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 28px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "106px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "106px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "overflow": "hidden", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "27", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", - "height": 14, - "width": 14, - "x": 176, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "27", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2C7E3706-6E18-408D-85F6-CE90C5F8EE44", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": 289, + }, + }, +} +`; + +exports[`ReactCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 52 on react 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "5B57D242-95C3-47E3-BC5E-22376F9F834B", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "FD154772-5D9F-4899-88F9-5124F223C73E", + "name": "Material/Dark/Title", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 20, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/F88D7516-E1DF-48A7-BA35-A0F4EF393BBE", + "_ref_class": "MSImmutablePage", + }, + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/267D6DEC-0F7B-4667-BA1A-1FA1BCA04485", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485": Object { + "artboards": Object { + "85FE2CA3-7BC8-4647-8950-9AB676A1C91A": Object { + "name": "Material/Android/Status bar content", + }, + }, + "name": "Symbols", + }, + "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "2145D356-40E2-4569-95CF-84F00DD9818F", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "BB51E5D5-5BA5-419F-9D6A-49A171E7ED21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7D8CA104-45E8-4835-B4DA-CCAF17E60C45", + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "A94FA51A-099C-4CC1-B1AE-4F3CBFE4B381", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC89A630-0EF2-4276-944C-D7254BED2EF4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8C36F8CD-481B-455B-B132-E7E7E477D5D0", + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", }, + }, + "do_objectID": "D6E225E7-E0FF-41C3-BF62-95BB15DA2258", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9B79BB7B-176C-4CA3-99DC-D5866EA83AB4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "app bar bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "28", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", - "height": 14, - "width": 14, - "x": 220, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "28", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "29", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", - "height": 14, - "width": 14, - "x": 264, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "29", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "25", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", - "height": 14, - "width": 14, - "x": 88, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "25", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "ACEE65BC-1CF2-45E4-9889-621210096AED", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.8274509803921568, + "green": 0.7333333333333334, + "red": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "13", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 4, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - }, - "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", - "height": 14, - "width": 14, - "x": 176, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "windingRule": 1, + "do_objectID": "7E855B0A-CD99-4BC0-9320-25BCD81DE1B0", + "isEnabled": true, + "offsetX": 0, + "offsetY": 4, + "spread": 0, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + Object { + "_class": "shadow", + "blurRadius": 4, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "464524C7-C0E7-414E-8B14-DC85D1E28DCE", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "fill=\\"rgba(0,187,211,1.00)\\"", + "d=\\"M360 0,L 0 0,L 0 128,L 360 128,z\\"", ], - "string": "9", + "type": "path", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "48px", + "left": "0px", + "position": "absolute", + "top": "80px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "DD13F059-6DD2-4413-9C59-5A3ABD7D44D7", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C9CE81BD-C917-48C0-9755-A60CAB214BD0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D025D61C-6D8C-4DEF-9770-3BF04763FB53", + "height": 48, + "width": 360, + "x": 0, + "y": 80, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", + "background-color": "rgba(255,255,255,0.00)", + "box-shadow": "0 0 0 1px rgba(151,151,151,1.00) inset", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", + "height": "48px", "left": "0px", "position": "absolute", - "top": "84px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "360px", }, }, - "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", - "dontSynchroniseWithSymbol": false, + "do_objectID": "B272B09E-BAB6-4010-AE2E-B09CA0800607", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "do_objectID": "9DD7A316-362F-4C9A-BFF3-5AB347DF1433", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", - "height": 14, - "width": 14, + "height": 48, + "width": 360, "x": 0, - "y": 84, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "9", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "10", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - }, - "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", - "height": 14, - "width": 14, - "x": 44, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "10", - "nameIsFixed": false, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "borders": Array [ + Object { + "_class": "border", + "color": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, + "fillType": 0, + "isEnabled": false, + "position": 1, + "thickness": 1, }, - "verticalAlignment": 0, - }, + ], + "do_objectID": "451D43C8-1885-40BE-9887-80738B61DBAA", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], }, }, Object { @@ -38172,53 +75776,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 9, "location": 0, }, ], - "string": "12", + "string": "THE THIRD", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,0.70)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "240px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "do_objectID": "EA8BF223-8245-42D6-AF64-B4A4A529DEBA", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "do_objectID": "440F05BA-2072-4C6B-B78F-6CDF2E0DA718", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38227,13 +75832,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", - "height": 14, - "width": 14, - "x": 132, - "y": 84, + "do_objectID": "65C64BBE-7EA8-4BAA-B6F4-933EB86CA11D", + "height": 16, + "width": 120, + "x": 240, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38242,7 +75847,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "12", + "name": "THE THIRD", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38250,33 +75855,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "do_objectID": "33A4A266-8DB2-45A7-A7E1-2E46C90421B9", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "do_objectID": "4B3B58A2-ADCE-4A57-B0A9-E9F4263044C5", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38298,53 +75904,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 8, "location": 0, }, ], - "string": "14", + "string": "ITEM TWO", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,0.70)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "120px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "do_objectID": "33A046AA-2704-40B5-9DE7-A5F7C8AD52BA", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "do_objectID": "14290AE1-FA35-44A1-B010-6330DB239370", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38353,13 +75960,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", - "height": 14, - "width": 14, - "x": 220, - "y": 84, + "do_objectID": "91542702-E1CB-49DE-AE0B-9145054DB80C", + "height": 16, + "width": 120, + "x": 120, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38368,7 +75975,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "14", + "name": "ITEM TWO", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38376,33 +75983,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "do_objectID": "9578BCCE-56FF-4CD0-A6C2-0A67738FF257", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "do_objectID": "9140AD60-AC75-4423-BD05-4120E3C53D2A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38424,53 +76032,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 7, "location": 0, }, ], - "string": "15", + "string": "NO. ONE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "do_objectID": "2FEE7291-7D60-47B5-AF0C-9794FC70479A", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "do_objectID": "1C8BB07D-4549-4474-85DE-AAC36D4ED7FE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38479,13 +76088,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", - "height": 14, - "width": 14, - "x": 264, - "y": 84, + "do_objectID": "D08C8D43-D4F0-426D-BBE7-5BA4CA030851", + "height": 16, + "width": 120, + "x": 0, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38494,7 +76103,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "15", + "name": "NO. ONE", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38502,33 +76111,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "do_objectID": "E1B0E40B-4579-4740-A63F-6C4231A7DCF8", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "do_objectID": "07FC4EB1-FE4E-4EFB-8BD3-1562B7D69B89", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38541,188 +76151,277 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "11", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", + "background-color": "rgba(255,255,140,1.00)", + "box-shadow": "0px 1px 1.5px 0px rgba(0,0,0,0.12),0px 1px 1px 0px rgba(0,0,0,0.24)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", + "height": "2px", + "left": "0px", "position": "absolute", - "top": "84px", + "top": "46px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0CD5019F-4477-41F0-B7F4-1437084D2FAD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "do_objectID": "9B2FA7EA-E5FC-4F3F-A38A-91AB190DD24E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", - "height": 14, - "width": 14, - "x": 88, - "y": 84, + "height": 2, + "width": 120, + "x": 0, + "y": 46, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "11", - "nameIsFixed": false, + "name": "indicator", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "A14002AC-97A3-482B-A0C5-D44A77B354E6", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 0, + "isEnabled": false, + "position": 1, + "thickness": 1, + }, + ], + "do_objectID": "87D45A0F-6AC3-4D68-8521-AF6E8F85FD82", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5490196078431373, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 1.5, + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 0.12, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "isEnabled": false, + "offsetX": 0, + "offsetY": 1, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 1, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 1, + "spread": 0, }, - "verticalAlignment": 0, - }, + ], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"indicator\\"", + ], }, }, + ], + "name": "tabs", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56450478-45EE-4020-829D-3D7106A99B8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"tabs\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "16px", + "position": "absolute", + "top": "40px", + "visibility": "visible", + "width": "328px", + }, + }, + "do_objectID": "54F2B126-EBC8-42E4-9CCC-6025866EA532", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E919A5D5-7F14-43AB-937D-4AC73AD038A8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1244F84B-12C1-420C-A2BD-58EBC9D323FF", + "height": 24, + "width": 328, + "x": 16, + "y": 40, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "7", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", + "height": "24px", + "left": "316px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "12px", }, }, - "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", - "dontSynchroniseWithSymbol": false, + "do_objectID": "2EAB1189-97C4-4EC1-8CBF-1E24214B7177", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "do_objectID": "B5AE9619-0144-403F-B016-9A1F7F494DC5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38731,317 +76430,686 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", - "height": 14, - "width": 14, - "x": 220, - "y": 44, + "do_objectID": "13FAD583-AC89-4F3A-A6B6-A0CF3DBA26AC", + "height": 24, + "width": 12, + "x": 316, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, - "isFlippedVertical": false, + "isFlippedVertical": true, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "7", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "layers": Array [ + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "4px", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, + }, + "do_objectID": "044E322D-A4FA-476E-8BFB-CB5BD971A007", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "29F06F1B-0927-4D93-BDE8-5828E3184007", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "09DF51C0-DFDA-497B-9205-AB1963FD1154", + "height": 16, + "width": 4, + "x": 3, + "y": 4, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "3B936567-EF75-4459-8908-92C1DA27C1FE", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1F98697-0674-4D9C-A0F6-B7D2C30462F5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0EAD72B-E995-4B23-A15E-81E3ACD60B80", + "height": 4, + "width": 4, + "x": 0, + "y": 12, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77499999999999991}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000009}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 2, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000009}", + "curveMode": 2, + "curveTo": "{0, 0.77499999999999991}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "6px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "5F4D6AE3-A563-4C5E-86C0-66332A65E9B1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0BEF50BC-CCDF-4CDB-BEEE-4CB4FB2CE90D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2CF02168-028C-4296-82F3-C32431ED0BEA", + "height": 4, + "width": 4, + "x": 0, + "y": 6, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000009}", + "curveMode": 2, + "curveTo": "{0, 0.77499999999999991}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77499999999999991}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000009}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "4px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E4AC1434-7A30-45CD-8976-A852E84BBF9A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "313C2770-48E7-45CF-AD51-6CE335D14FEE", + "height": 4, + "width": 4, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22499999999999964}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000036}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000036}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999964}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "length": 1, - "location": 0, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "string": "2", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, }, - }, - "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", - "height": 14, - "width": 14, - "x": 0, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "12px", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + }, + "do_objectID": "E4792B29-BF0E-42DB-95C8-4DDBCAC7798F", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8B85D384-7961-4B39-87B7-A05B22F94D02", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 12, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "946562AE-3059-44F0-8DC3-54BE98B4ACFC", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M12 0,L 0 0,L 0 24,L 12 24,z\\"", + ], + "type": "path", }, - }, - "length": 1, - "location": 0, + ], + }, + "web": Object { + "attributes": Array [], }, - ], - "string": "3", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", }, - }, - "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", - "height": 14, - "width": 14, - "x": 44, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "3", - "nameIsFixed": false, + ], + "name": "more", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "do_objectID": "06EE712E-EDFF-4466-B1D7-A63C20D4C50F", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"more\\"", + ], }, }, Object { @@ -39054,53 +77122,52 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 20, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 1, + "length": 10, "location": 0, }, ], - "string": "5", + "string": "Page Title", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "20px", + "height": "26px", + "left": "56px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "91px", }, }, - "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "do_objectID": "90E271D7-D279-45F2-95DC-47441AC6F11F", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "do_objectID": "BBB1B522-64CF-4563-B8E9-F138ED2B426C", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39109,13 +77176,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", - "height": 14, - "width": 14, - "x": 132, - "y": 44, + "height": 26, + "width": 91, + "x": 56, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {90, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -39124,40 +77190,40 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "5", + "name": "Page Title", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "FD154772-5D9F-4899-88F9-5124F223C73E", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "do_objectID": "E2DF08D7-CE0B-4A04-A46E-02C8D9DC19DD", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "do_objectID": "E92BA203-2A38-4841-BE87-23D9A757DC8A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 20, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -39165,68 +77231,30 @@ Object { }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "6", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A7B39194-67E6-4391-84D0-3590B6A9C8C6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "do_objectID": "C4FDFF6F-90CA-42E5-B4EA-02196E788C67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39235,13 +77263,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", - "height": 14, - "width": 14, - "x": 176, - "y": 44, + "do_objectID": "C1D0BFE2-05CA-4895-8105-DEBC39E206B0", + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -39249,384 +77277,893 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "6", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "798D3C77-B6E0-4D8D-9EF6-ABDC9A4C8B2D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1D1A9FCF-0DAD-4917-B2EA-6CC0D24671C4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "31EF773D-8AEB-4113-BED9-1CB4C1CC4417", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "12px", + "left": "3px", + "position": "absolute", + "top": "6px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "894DE14D-3249-43A6-A9E5-13D74A715EAF", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E9A3EF6-B3AB-4018-A46A-4C09A1B6E2EC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A14A0CC3-5811-4C0B-AB5D-66BABB31C092", + "height": 12, + "width": 18, + "x": 3, + "y": 6, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "02902742-F6CF-47B2-A5EC-DD22510DA7DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A8D67E3B-9CAB-4149-B260-2B85A40190E9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "59305F95-A91C-43CD-BBC5-08B12D2CFEBD", + "height": 2, + "width": 18, + "x": 0, + "y": 10, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 2,L 18 2,L 18 0,L 0 0,L 0 2,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "D6BB75D0-AB30-43EC-B104-7BF224DA30B9", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3E227245-30B1-4F5B-B4D2-B2EC3199D671", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2178831E-0EA9-4B03-B0B6-05303ABBB4B7", + "height": 2, + "width": 18, + "x": 0, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 2,L 18 2,L 18 0,L 0 0,L 0 2,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "18px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "do_objectID": "C6B5B3A2-5CA0-4787-A6F1-47DAFF9CCAB9", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "574554BD-6E97-4715-BD86-7A3FEC2A86BF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4B258FC6-50FA-406A-AFD3-A641D2D0E332", + "height": 2, + "width": 18, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 0,L 0 2,L 18 2,L 18 0,L 0 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "length": 1, - "location": 0, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "string": "8", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, }, - }, - "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", - "height": 14, - "width": 14, - "x": 264, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "8", - "nameIsFixed": false, + ], + "name": "menu", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "do_objectID": "0E6232B9-D813-4EF6-86CD-A008760CB052", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"menu\\"", + ], }, }, + ], + "name": "app bar contents", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CEB14821-8174-404A-B9B3-70B0D89FF07A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"app bar contents\\"", + ], + }, + }, + ], + "name": "app bar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6D2C6775-C00E-459D-BF35-6BF75842EAB0", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"app bar\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "FA4CA9F5-471E-4E2A-9466-D3AE5C74D5E9", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CAF63BAA-809D-4491-BA10-6E6BE6B675F4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "096F6677-3466-4D31-8976-C5099741CC33", + "height": 24, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,166,1.00)", + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "C27B6B4D-AE72-45DB-A433-BCF83BD5FA33", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF88E2C-E6A4-45D7-A3B0-7D665AB5D111", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "status bar bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "4", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", - "height": 14, - "width": 14, - "x": 88, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "4", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "dates", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "do_objectID": "5C253197-535A-49C9-85CC-3D1E6ECC5E36", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.6509803921568628, + "green": 0.5882352941176472, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dates\\"", + "role=\\"rectangle\\"", + "aria-label=\\"status bar bg\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, - }, - ], - "string": "March 2014", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "symbolInstance", "booleanOperation": 0, "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "101.5px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "76px", - }, - }, - "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", - "dontSynchroniseWithSymbol": false, + "do_objectID": "2897CFF8-D7D1-4C1F-B13C-E4DAE67067FA", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "do_objectID": "1E5FD2ED-1738-4855-A83E-3E2986B601A2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39635,69 +78172,41 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", - "height": 16, - "width": 76, - "x": 101.5, + "do_objectID": "139BCC43-36EB-444E-A4E6-44A1B5DA3103", + "height": 24, + "width": 118, + "x": 242, "y": 0, }, - "glyphBounds": "{{0, 0}, {76, 16}}", "hasClippingMask": false, + "horizontalSpacing": 0, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": false, + "isLocked": true, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "March 2014", + "name": "status bar contents", "nameIsFixed": false, - "resizingConstraint": 47, + "overrideValues": Array [], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "scale": 1, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "do_objectID": "4FFF4E6F-61BA-4E30-B769-FC2F51E39F2F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + "symbolID": "080C0EF9-47BD-4900-BB91-42C80173D424", + "verticalSpacing": 0, }, ], - "name": "calendar", + "name": "status bar", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -39705,7 +78214,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "do_objectID": "1804FEE3-D722-4D5E-BD63-2DF8F2DB5FD5", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -39714,12 +78223,12 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"calendar\\"", + "aria-label=\\"status bar\\"", ], }, }, ], - "name": "dialog", + "name": "app bar + status bar", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -39727,7 +78236,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "do_objectID": "807C67B1-1EBA-45A7-AAA4-BF807BDF4729", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -39736,273 +78245,35 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"dialog\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, - }, - "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`ReactCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 52 on react 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, + "aria-label=\\"app bar + status bar\\"", ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "name": "Material/Light/Body 1", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", - "_ref_class": "MSImmutablePage", + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", - "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 105, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "artboards": Object {}, - "name": "Page 1", + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], }, }, - "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", - ], - "variant": "NONAPPSTORE", - "version": 112, - }, - "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "do_objectID": "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -40029,830 +78300,163 @@ Object { "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9941860465116279, 1}", - "curveMode": 4, - "curveTo": "{0.99738372093023264, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9941860465116279, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0026162790697673759, 1}", - "curveMode": 4, - "curveTo": "{0.0058139534883720929, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0058139534883720929, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.98687500000000006}", - "curveMode": 4, - "curveTo": "{0, 0.99437500000000001}", - "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.98750000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.0056250000000000354}", - "curveMode": 4, - "curveTo": "{0, 0.013125000000000008}", - "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058139534883720929, 0}", - "curveMode": 4, - "curveTo": "{0.0026162790697673759, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.0058139534883720929, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99709302325581395, 0}", - "curveMode": 4, - "curveTo": "{0.9938953488372092, 0}", - "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9941860465116279, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99970930232558131, 0.013125000000000008}", - "curveMode": 4, - "curveTo": "{0.99970930232558131, 0.0056250000000000354}", - "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.99437500000000012}", - "curveMode": 1, - "curveTo": "{0.99970930232558131, 0.98687500000000006}", - "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.98750000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", - "position": 0.9864078443877551, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.2000000029802322, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.1, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.0490476332782268, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - ], - "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", - "isEnabled": true, - "offsetX": 0, - "offsetY": 8, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", - "isEnabled": false, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", - "isEnabled": false, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "symbolMaster", + "backgroundColor": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "booleanOperation": 0, + "changeIdentifier": 6, + "clippingMaskMode": 0, + "do_objectID": "85FE2CA3-7BC8-4647-8950-9AB676A1C91A", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 118, + "x": 0, + "y": 0, + }, + "hasBackgroundColor": false, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeBackgroundColorInExport": true, + "includeBackgroundColorInInstance": false, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isFlowHome": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "shapePath", + "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { "display": "block", - "height": "3px", - "left": "88px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "94px", + "top": "0px", "visibility": "visible", - "width": "256px", + "width": "118px", }, }, - "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", - "edited": true, + "do_objectID": "61B8B31F-4531-4223-B67B-9F81955A0731", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", - "height": 3, - "width": 256, - "x": 88, - "y": 94, + "height": 24, + "width": 118, + "x": 0, + "y": 0, }, "hasClippingMask": false, - "isClosed": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "divider", + "name": "bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveFrom": "{0, 0}", "curveMode": 1, - "curveTo": "{0.001953125, 0.48611111111111105}", - "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "curveTo": "{0, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{0, 0.5}", + "point": "{0, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveFrom": "{0, 1}", "curveMode": 1, - "curveTo": "{-0.087891101837158522, 0.6041666666666663}", - "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "curveTo": "{0, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 0.5}", + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 13, - "location": 0, - }, - ], - "string": "Incoming call", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "88px", - "position": "absolute", - "top": "19px", - "visibility": "visible", - "width": "85px", - }, - }, - "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 85, - "x": 88, - "y": 19, - }, - "glyphBounds": "{{0, 0}, {84, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Incoming call", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 15, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "Scott Masterson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "88px", - "position": "absolute", - "top": "42px", - "visibility": "visible", - "width": "180px", - }, - }, - "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 180, - "x": 88, - "y": 42, - }, - "glyphBounds": "{{0, 0}, {177, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Scott Masterson", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, }, Object { @@ -40862,129 +78466,58 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "88px", + "height": "12px", + "left": "8px", "position": "absolute", - "top": "116px", + "top": "6px", "visibility": "visible", - "width": "81px", - }, - }, - "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", - "height": 24, - "width": 81, - "x": 88, - "y": 116, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "IGNORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "width": "16px", + }, + }, + "do_objectID": "0F7636EC-3486-4CC5-99A9-684896927622", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 16, + "x": 8, + "y": 6, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "12px", + "left": "1.70530256582424e-13px", "position": "absolute", - "top": "4px", + "top": "0px", "visibility": "visible", - "width": "50px", + "width": "16px", }, }, - "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", - "dontSynchroniseWithSymbol": false, + "do_objectID": "48C609B3-F9AE-422F-8D11-F6812E58FE3A", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -40993,87 +78526,99 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 16, - "width": 50, - "x": 32, - "y": 4, + "height": 12, + "width": 16, + "x": 1.70530256582424e-13, + "y": 0, }, - "glyphBounds": "{{0, 0}, {49, 16}}", - "hasClippingMask": false, + "hasClippingMask": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Ignore", - "nameIsFixed": false, - "resizingConstraint": 47, + "name": "wifi mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.49999999999999828, 1}", + "curveMode": 1, + "curveTo": "{0.49999999999999828, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.49999999999999828, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 8 12,L 16 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "shapeGroup", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", "height": "24px", - "left": "0px", + "left": "-4.000000000000114px", "position": "absolute", "top": "0px", "visibility": "visible", "width": "24px", }, }, - "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "do_objectID": "287233C0-7413-448D-82F6-AC1AD74EDE8C", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41082,10 +78627,9 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", "height": 24, "width": 24, - "x": 0, + "x": -4.000000000000114, "y": 0, }, "hasClickThrough": false, @@ -41098,44 +78642,398 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "CC5B3585-0E1B-45E9-BF72-0B8BCB2EA440", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22499999999999906, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.7749999999999998}", + "curveMode": 2, + "curveTo": "{0, 0.22500000000000023}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000091, 1}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22500000000000023}", + "curveMode": 2, + "curveTo": "{1, 0.7749999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77500000000000091, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.30)\\"", + "d=\\"M12 0,S 0 5.4, 0 12,S 5.4 24, 12 24,S 24 18.6, 24 12,S 18.6 0, 12 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "3px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "CD540E6A-760E-4F36-8DB5-F793A9F1A479", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": 3, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22222222222222221, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22222222222222221}", + "curveMode": 2, + "curveTo": "{0, 0.77777777777777779}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77777777777777779, 0}", + "curveMode": 2, + "curveTo": "{0.22222222222222221, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77777777777777779}", + "curveMode": 2, + "curveTo": "{1, 0.22222222222222221}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77777777777777779, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.30)\\"", + "d=\\"M9 18,S 0 14, 0 9,S 4 0, 9 0,S 18 4, 18 9,S 14 18, 9 18,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "-1.000000000000114px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "99CA80EA-99CB-4F9D-AE59-61E715C9D579", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": -1.000000000000114, + "y": 3, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { "rules": Object { "display": "block", - "height": "24px", + "height": "18px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "18px", }, }, - "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", - "edited": false, + "do_objectID": "3B0F2CD9-E800-48D8-8695-71CEE8180B3C", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, + "constrainProportions": false, + "height": 18, + "width": 18, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -41143,49 +79041,59 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0.22222222222222221, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "curveFrom": "{0, 0.77777777777777779}", + "curveMode": 2, + "curveTo": "{0, 0.22222222222222221}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "curveFrom": "{0.77777777777777779, 1}", + "curveMode": 2, + "curveTo": "{0.22222222222222221, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", + "curveFrom": "{1, 0.22222222222222221}", + "curveMode": 2, + "curveTo": "{1, 0.77777777777777779}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77777777777777779, 0}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "hasCurveTo": true, + "point": "{0.5, 0}", }, ], "resizingConstraint": 63, @@ -41194,18 +79102,44 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M9 0,S 0 4, 0 9,S 4 18, 9 18,S 18 14, 18 9,S 14 0, 9 0,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "shapePath", @@ -41214,19 +79148,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "14px", - "left": "5px", + "height": "12px", + "left": "3px", "position": "absolute", - "top": "5px", + "top": "3px", "visibility": "visible", - "width": "13.999px", + "width": "12px", }, }, - "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "do_objectID": "B479B32B-CF71-44A5-AF7E-EEA917A2D816", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41235,10 +79168,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 14, - "width": 13.999, - "x": 5, - "y": 5, + "height": 12, + "width": 12, + "x": 3, + "y": 3, }, "hasClippingMask": false, "isClosed": true, @@ -41248,155 +79181,77 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "shape", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.39900000000000002}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.39900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.39900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 0}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{0, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.39895706836202588, 0.5}", - "curveMode": 1, - "curveTo": "{0.39895706836202588, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.39895706836202588, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{0, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 1}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.60099999999999998}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.60099999999999998}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.60099999999999998}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 1}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 1}", - "hasCurveFrom": false, + "curveFrom": "{0.22499999999999906, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0.89906421887277665, 1}", + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{1, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.89900000000000002}", + "curveFrom": "{0, 0.22499999999999906}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000091}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.60104293163797429, 0.5}", - "curveMode": 1, - "curveTo": "{0.60104293163797429, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.60104293163797429, 0.5}", + "curveFrom": "{0.77499999999999625, 0}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{1, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.10099999999999985}", + "curveFrom": "{1, 0.77500000000000091}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999906}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 0}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 0}", + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000568, 1}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 0}", + "hasCurveTo": true, + "point": "{0.5, 1}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", - "opacity": 0.5399999618530273, - }, - "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, "fillType": 0, "isEnabled": true, @@ -41415,8 +79270,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M6 12,S 0 9.3, 0 6,S 2.7 0, 6 0,S 12 2.7, 12 6,S 9.3 12, 6 12,z\\"", ], "type": "path", }, @@ -41427,269 +79282,63 @@ Object { }, }, ], - "name": "ignore icon", - "nameIsFixed": true, + "name": "Shape", + "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore icon\\"", - ], - }, - }, - ], - "name": "ignore", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "215px", - "position": "absolute", - "top": "116px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", - "height": 24, - "width": 88, - "x": 215, - "y": 116, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, + "fills": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "ANSWER", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", - "position": "absolute", - "top": "4px", - "visibility": "visible", - "width": "56px", - }, - }, - "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", - "height": 16, - "width": 56, - "x": 32, - "y": 4, - }, - "glyphBounds": "{{0, 0}, {56, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "ANSWER", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], }, + "windingRule": 1, }, Object { - "_class": "group", + "_class": "shapeGroup", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "0px", + "height": "12px", + "left": "1.999999999999886px", "position": "absolute", - "top": "0px", + "top": "6px", "visibility": "visible", - "width": "24px", + "width": "12px", }, }, - "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "do_objectID": "17E4F2B4-96B0-411A-88F6-61FDC86B6DDE", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41698,11 +79347,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "height": 12, + "width": 12, + "x": 1.999999999999886, + "y": 6, }, "hasClickThrough": false, "hasClippingMask": false, @@ -41714,44 +79362,38 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { "display": "block", - "height": "24px", + "height": "12px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "12px", }, }, - "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", - "edited": false, + "do_objectID": "EE70DE52-A724-4E3D-A42F-CE005CC6DEE5", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, + "constrainProportions": false, + "height": 12, + "width": 12, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -41759,49 +79401,59 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0.22499999999999906, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "curveFrom": "{0, 0.77500000000000091}", + "curveMode": 2, + "curveTo": "{0, 0.22499999999999906}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "curveFrom": "{0.77499999999999625, 1}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", + "curveFrom": "{1, 0.22499999999999906}", + "curveMode": 2, + "curveTo": "{1, 0.77500000000000091}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77500000000000568, 0}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "hasCurveTo": true, + "point": "{0.5, 0}", }, ], "resizingConstraint": 63, @@ -41810,18 +79462,44 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M6 0,S 0 2.7, 0 6,S 2.7 12, 6 12,S 12 9.3, 12 6,S 9.3 0, 6 0,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "shapePath", @@ -41830,19 +79508,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "18px", + "height": "6px", "left": "3px", "position": "absolute", "top": "3px", "visibility": "visible", - "width": "18px", + "width": "6px", }, }, - "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "do_objectID": "BD7374FA-0B5C-49B4-9D33-6515AAA9219E", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41851,8 +79528,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 18, - "width": 18, + "height": 6, + "width": 6, "x": 3, "y": 3, }, @@ -41864,185 +79541,77 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "Imported Layers", + "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.024833333333333336, 0}", - "curveMode": 4, - "curveTo": "{0.055555555555555552, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.055555555555555552, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.57711111111111113}", - "curveMode": 3, - "curveTo": "{0, 0.024833333333333287}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97516666666666674, 1}", - "curveMode": 3, - "curveTo": "{0.42288888888888887, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{1, 0.97516666666666674}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.71933333333333338}", + "curveFrom": "{0.21666666666666856, 1}", "curveMode": 4, - "curveTo": "{1, 0.75}", + "curveTo": "{0.5, 1}", "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0.75}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.87511111111111106, 0.69450000000000001}", - "curveMode": 3, - "curveTo": "{0.97516666666666674, 0.69450000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 0.69450000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74044444444444446, 0.66111111111111109}", - "curveMode": 3, - "curveTo": "{0.80844444444444441, 0.68333333333333324}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.746, 0.66288888888888886}", + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveFrom": "{0, 0.21666666666666856}", "curveMode": 2, - "curveTo": "{0.7346111111111111, 0.66022222222222227}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.72883333333333333, 0.66022222222222227}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.68961111111111117, 0.67649999999999999}", - "curveMode": 4, - "curveTo": "{0.70044444444444443, 0.66566666666666663}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.68961111111111117, 0.67649999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.41000000000000003, 0.71888888888888891}", - "curveMode": 4, - "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "curveTo": "{0, 0.78333333333333144}", "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.56733333333333336, 0.79888888888888887}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.20127777777777778, 0.43300000000000005}", - "curveMode": 4, - "curveTo": "{0.28138888888888886, 0.59027777777777779}", - "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.20127777777777778, 0.43300000000000005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33877777777777784, 0.29516666666666658}", - "curveMode": 4, - "curveTo": "{0.32350000000000001, 0.31038888888888888}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32350000000000001, 0.31038888888888888}", + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.31666666666666671, 0.19149999999999995}", - "curveMode": 3, - "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "curveFrom": "{0.78333333333334088, 0}", + "curveMode": 2, + "curveTo": "{0.21666666666666856, 0}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.33711111111111108, 0.25399999999999995}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.30550000000000005, 0.024833333333333287}", - "curveMode": 3, - "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "curveFrom": "{1, 0.78333333333333144}", + "curveMode": 2, + "curveTo": "{1, 0.21666666666666856}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.30550000000000005, 0.055555555555555552}", + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.25, 0}", + "curveFrom": "{0.5, 1}", "curveMode": 4, - "curveTo": "{0.28066666666666662, 0}", + "curveTo": "{0.78333333333334088, 1}", "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.25, 0}", + "point": "{0.5, 1}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", - "opacity": 0.5399999618530273, - }, - "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, "fillType": 0, "isEnabled": true, @@ -42061,8 +79630,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M3 6,S 0 4.7, 0 3,S 1.3 0, 3 0,S 6 1.3, 6 3,S 4.7 6, 3 6,z\\"", ], "type": "path", }, @@ -42073,604 +79642,229 @@ Object { }, }, ], - "name": "call icon", - "nameIsFixed": true, + "name": "Shape", + "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"call icon\\"", + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", ], }, - }, - ], - "name": "answer", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"answer\\"", - ], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "56px", - "left": "15px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "56px", - }, - }, - "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 56, - "x": 15, - "y": 16, - }, - "hasClippingMask": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "windingRule": 1, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "border-radius": "50%", + "display": "block", + "height": "6px", + "left": "5px", + "position": "absolute", + "top": "9px", + "visibility": "visible", + "width": "6px", + }, + }, + "do_objectID": "D27B5981-CCA7-4D15-BDB6-1307F55D4185", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 6, + "width": 6, + "x": 5, + "y": 9, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Oval", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"Oval\\"", + ], + }, }, ], + "name": "wifi", + "nameIsFixed": true, + "originalObjectID": "0F7636EC-3486-4CC5-99A9-684896927622", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, + "alpha": 1, "blue": 0, "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "heads-up notification", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"heads-up notification\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`ReactCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 53 on react 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "name": "Material/Light/Body 1", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"wifi\\"", + ], + }, + }, Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "160px", - "left": "0px", + "height": "12px", + "left": "34px", "position": "absolute", - "top": "0px", + "top": "6px", "visibility": "visible", - "width": "344px", + "width": "12px", }, }, - "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", - "edited": true, + "do_objectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -42679,756 +79873,668 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 160, - "width": 344, - "x": 0, - "y": 0, + "height": 12, + "width": 12, + "x": 34, + "y": 6, }, + "hasClickThrough": false, "hasClippingMask": false, - "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9941860465116279, 1}", - "curveMode": 4, - "curveTo": "{0.99738372093023264, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9941860465116279, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0026162790697673759, 1}", - "curveMode": 4, - "curveTo": "{0.0058139534883720929, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0058139534883720929, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.98687500000000006}", - "curveMode": 4, - "curveTo": "{0, 0.99437500000000001}", - "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.98750000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.0056250000000000354}", - "curveMode": 4, - "curveTo": "{0, 0.013125000000000008}", - "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058139534883720929, 0}", - "curveMode": 4, - "curveTo": "{0.0026162790697673759, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.0058139534883720929, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99709302325581395, 0}", - "curveMode": 4, - "curveTo": "{0.9938953488372092, 0}", - "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9941860465116279, 0}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99970930232558131, 0.013125000000000008}", - "curveMode": 4, - "curveTo": "{0.99970930232558131, 0.0056250000000000354}", - "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.012500000000000001}", + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "12px", + "left": "-1.13686837721616e-13px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "12px", + }, + }, + "do_objectID": "40BA2EEC-83D4-453D-8478-4F0193497A23", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 12, + "x": -1.13686837721616e-13, + "y": 0, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "reception mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M12 12,L 12 0,L 0 12,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.99437500000000012}", - "curveMode": 1, - "curveTo": "{0.99970930232558131, 0.98687500000000006}", - "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.98750000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", - "position": 0.9864078443877551, - }, - ], - "to": "{0.5, 1}", + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "12px", + "left": "9px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "isEnabled": true, - "position": 1, - "thickness": 1, }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "do_objectID": "D0C86B5E-4173-4729-A3AF-88C232B22652", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 9, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.2000000029802322, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.1, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.0490476332782268, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - ], - "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "12px", + "left": "6px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", - "isEnabled": true, - "offsetX": 0, - "offsetY": 8, - "spread": 0, }, - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "EF62075C-CD4D-4710-991E-3FCE6FB02448", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 6, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "3px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", - "isEnabled": false, - "offsetX": 0, - "offsetY": 2, - "spread": 0, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "8639EA38-59EA-4C41-AC59-E235A01C9985", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 3, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", - "isEnabled": false, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { + "web": Object { "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], - "type": "path", }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "94px", - "visibility": "visible", - "width": "256px", - }, - }, - "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", - "height": 3, - "width": 256, - "x": 88, - "y": 94, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.48611111111111105}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.48611111111111105}", - "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", - "curveMode": 1, - "curveTo": "{-0.087891101837158522, 0.6041666666666663}", - "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", + }, + }, + "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, }, ], + "name": "reception", + "nameIsFixed": true, + "originalObjectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, "fillType": 0, "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 13, - "location": 0, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "string": "Incoming call", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "88px", - "position": "absolute", - "top": "19px", - "visibility": "visible", - "width": "85px", - }, - }, - "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 85, - "x": 88, - "y": 19, - }, - "glyphBounds": "{{0, 0}, {84, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Incoming call", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", - "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 15, - "location": 0, - }, + "role=\\"group\\"", + "aria-label=\\"reception\\"", ], - "string": "Scott Masterson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "88px", - "position": "absolute", - "top": "42px", - "visibility": "visible", - "width": "180px", - }, - }, - "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 180, - "x": 88, - "y": 42, - }, - "glyphBounds": "{{0, 0}, {177, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Scott Masterson", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, }, Object { @@ -43438,18 +80544,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "88px", + "height": "13px", + "left": "60px", "position": "absolute", - "top": "116px", + "top": "5px", "visibility": "visible", - "width": "81px", + "width": "8px", }, }, - "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "do_objectID": "394BBD24-BE18-4203-8A03-D37C48937738", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -43458,14 +80563,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", - "height": 24, - "width": 81, - "x": 88, - "y": 116, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 13, + "width": 8, + "x": 60, + "y": 5, }, "hasClickThrough": false, "hasClippingMask": false, @@ -43477,1222 +80578,871 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "IGNORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "13px", + "left": "-1.13686837721616e-13px", "position": "absolute", - "top": "4px", + "top": "0px", "visibility": "visible", - "width": "50px", + "width": "8px", + }, + }, + "do_objectID": "36B2AC85-DF12-4169-8718-5F3D3C549F84", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 13, + "width": 8, + "x": -1.13686837721616e-13, + "y": 0, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "battery mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.875, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.875, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.875, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.75, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.75, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0}", + "curveMode": 1, + "curveTo": "{0.75, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.75, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 1, + "curveTo": "{0.25, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.25, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.25, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.25, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.049999999999997158, 0.076923076923076927}", + "curveMode": 4, + "curveTo": "{0.125, 0.076923076923076927}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.125, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.15384615384615385}", + "curveMode": 4, + "curveTo": "{0, 0.10769230769230813}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.15384615384615385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.96923076923076878}", + "curveMode": 4, + "curveTo": "{0, 0.92307692307692313}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.92307692307692313}", }, - }, - "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 16, - "width": 50, - "x": 32, - "y": 4, - }, - "glyphBounds": "{{0, 0}, {49, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Ignore", - "nameIsFixed": false, - "resizingConstraint": 47, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.125, 1}", + "curveMode": 4, + "curveTo": "{0.049999999999997158, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.125, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.95000000000000284, 1}", + "curveMode": 4, + "curveTo": "{0.875, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.875, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.92307692307692313}", + "curveMode": 4, + "curveTo": "{1, 0.96923076923076878}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.92307692307692313}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10769230769230813}", + "curveMode": 4, + "curveTo": "{1, 0.15384615384615385}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.15384615384615385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.875, 0.076923076923076927}", + "curveMode": 4, + "curveTo": "{0.95000000000000284, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.875, 0.076923076923076927}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M7 1,L 6 1,L 6 0,L 2 0,L 2 1,S 1 1, 1 1,S 0 1.4, 0 2,S 0 12, 0 12,S 0.4 13, 1 13,S 7 13, 7 13,S 8 12.6, 8 12,S 8 2, 8 2,S 7.6 1, 7 1,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(255,255,255,0.90)", "display": "block", - "height": "24px", + "height": "3px", "left": "0px", "position": "absolute", - "top": "0px", + "top": "10px", "visibility": "visible", - "width": "24px", + "width": "8px", }, }, - "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "do_objectID": "50A264EB-01E5-4A89-91A4-6BC7B6F43B82", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", - "height": 24, - "width": 24, + "height": 3, + "width": 8, "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 10, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "13.999px", - }, - }, - "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 14, - "width": 13.999, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "shape", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.39900000000000002}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.39900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.39900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 0}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{0, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.39895706836202588, 0.5}", - "curveMode": 1, - "curveTo": "{0.39895706836202588, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.39895706836202588, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{0, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 1}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.60099999999999998}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.60099999999999998}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.60099999999999998}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 1}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{1, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.60104293163797429, 0.5}", - "curveMode": 1, - "curveTo": "{0.60104293163797429, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.60104293163797429, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{1, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 0}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", - "opacity": 0.5399999618530273, - }, - "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "ignore icon", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore icon\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], }, }, - ], - "name": "ignore", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "215px", - "position": "absolute", - "top": "116px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", - "height": 24, - "width": 88, - "x": 215, - "y": 116, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "8px", + }, + }, + "do_objectID": "104A5BDF-320D-45A2-9EFB-DA0F9A056E07", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 8, + "x": 0, + "y": 7, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, - "length": 1, - "location": 5, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "string": "ANSWER", + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", + "background-color": "rgba(255,255,255,0.30)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "3px", + "left": "0px", "position": "absolute", "top": "4px", "visibility": "visible", - "width": "56px", + "width": "8px", }, }, - "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "4162C6FB-40B4-4940-AF52-911CB4C18D05", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", - "height": 16, - "width": 56, - "x": 32, + "height": 3, + "width": 8, + "x": 0, "y": 4, }, - "glyphBounds": "{{0, 0}, {56, 16}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "ANSWER", + "name": "Rectangle-path", "nameIsFixed": false, - "resizingConstraint": 47, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "1px", + "visibility": "visible", + "width": "8px", + }, + }, + "do_objectID": "7EEACE8D-CEA3-4118-BA2B-20DA6BB9C643", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 8, + "x": 0, + "y": 1, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(255,255,255,0.30)", "display": "block", - "height": "24px", - "left": "0px", + "height": "1px", + "left": "2px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "4px", }, }, - "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "do_objectID": "B5950202-1A67-4112-84B9-936E5A627174", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", - "height": 24, - "width": 24, - "x": 0, + "height": 1, + "width": 4, + "x": 2, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "18px", - "left": "3px", - "position": "absolute", - "top": "3px", - "visibility": "visible", - "width": "18px", - }, - }, - "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 18, - "width": 18, - "x": 3, - "y": 3, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Imported Layers", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.024833333333333336, 0}", - "curveMode": 4, - "curveTo": "{0.055555555555555552, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.055555555555555552, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.57711111111111113}", - "curveMode": 3, - "curveTo": "{0, 0.024833333333333287}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97516666666666674, 1}", - "curveMode": 3, - "curveTo": "{0.42288888888888887, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{1, 0.97516666666666674}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.71933333333333338}", - "curveMode": 4, - "curveTo": "{1, 0.75}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.75}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.87511111111111106, 0.69450000000000001}", - "curveMode": 3, - "curveTo": "{0.97516666666666674, 0.69450000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 0.69450000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74044444444444446, 0.66111111111111109}", - "curveMode": 3, - "curveTo": "{0.80844444444444441, 0.68333333333333324}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.746, 0.66288888888888886}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.71466666666666667, 0.66022222222222227}", - "curveMode": 2, - "curveTo": "{0.7346111111111111, 0.66022222222222227}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.72883333333333333, 0.66022222222222227}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.68961111111111117, 0.67649999999999999}", - "curveMode": 4, - "curveTo": "{0.70044444444444443, 0.66566666666666663}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.68961111111111117, 0.67649999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.41000000000000003, 0.71888888888888891}", - "curveMode": 4, - "curveTo": "{0.56733333333333336, 0.79888888888888887}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.56733333333333336, 0.79888888888888887}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.20127777777777778, 0.43300000000000005}", - "curveMode": 4, - "curveTo": "{0.28138888888888886, 0.59027777777777779}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.20127777777777778, 0.43300000000000005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33877777777777784, 0.29516666666666658}", - "curveMode": 4, - "curveTo": "{0.32350000000000001, 0.31038888888888888}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32350000000000001, 0.31038888888888888}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.31666666666666671, 0.19149999999999995}", - "curveMode": 3, - "curveTo": "{0.34327777777777779, 0.2732222222222222}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.33711111111111108, 0.25399999999999995}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.30550000000000005, 0.024833333333333287}", - "curveMode": 3, - "curveTo": "{0.30550000000000005, 0.12483333333333332}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.30550000000000005, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.25, 0}", - "curveMode": 4, - "curveTo": "{0.28066666666666662, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.25, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", - "opacity": 0.5399999618530273, - }, - "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "call icon", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"call icon\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], }, - }, - ], - "name": "answer", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", - "endMarkerType": 0, + }, + ], + "name": "battery", + "nameIsFixed": true, + "originalObjectID": "394BBD24-BE18-4203-8A03-D37C48937738", + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -44700,35 +81450,28 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"answer\\"", + "aria-label=\\"battery\\"", ], }, }, Object { - "_class": "oval", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", "display": "block", - "height": "56px", - "left": "15px", + "height": "15px", + "left": "77px", "position": "absolute", - "top": "16px", + "top": "5px", "visibility": "visible", - "width": "56px", + "width": "33px", }, }, - "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", - "edited": false, + "do_objectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -44737,78 +81480,166 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 56, - "width": 56, - "x": 15, - "y": 16, + "height": 15, + "width": 33, + "x": 77, + "y": 5, }, - "hasClippingMask": true, - "isClosed": true, + "hasClickThrough": false, + "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 13, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + ], + "string": "12:30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "black", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "15px", + "left": "2.273736754432321e-13px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "33px", + }, + }, + "do_objectID": "180DADB8-0C0B-40BD-A964-08340D4A7861", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 15, + "width": 33, + "x": 2.273736754432321e-13, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {33, 15}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12:30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 13, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, }, ], + "name": "time", + "nameIsFixed": true, + "originalObjectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.9, + }, "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.26, + "alpha": 1, "blue": 0, "green": 0, "red": 0, @@ -44823,85 +81654,45 @@ Object { ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", + "role=\\"group\\"", + "aria-label=\\"time\\"", ], }, }, ], - "name": "heads-up notification", - "nameIsFixed": true, + "name": "Material/Android/Status bar content", + "nameIsFixed": false, + "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "shouldBreakMaskChain": false, + "shouldBreakMaskChain": true, "style": Object { "_class": "style", - "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, + "symbolID": "080C0EF9-47BD-4900-BB91-42C80173D424", + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"heads-up notification\\"", + "role=\\"symbolMaster\\"", + "aria-label=\\"Material/Android/Status bar content\\"", ], }, }, ], - "name": "Page 1", + "name": "Symbols", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -44923,13 +81714,17 @@ Object { ], "previews": Array [], "user": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "scrollOrigin": "{160, 160}", + "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485": Object { + "scrollOrigin": "{-60, 40}", "zoomValue": 1, }, - "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "5B57D242-95C3-47E3-BC5E-22376F9F834B": Object { "pageListHeight": 110, }, + "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, "document": Object { "pageListCollapsed": 1, "pageListHeight": -1, @@ -44938,13 +81733,15 @@ Object { } `; -exports[`ReactCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 52 on react 1`] = ` +exports[`ReactCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 53 on react 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -45054,19 +81851,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ "Roboto-Regular", @@ -45087,14 +81884,10 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { @@ -45117,6 +81910,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -45165,6 +81961,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -45207,6 +82006,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -45425,6 +82227,9 @@ Object { "x": 0, "y": 80, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46208,6 +83013,9 @@ Object { "x": 16, "y": 40, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46250,6 +83058,9 @@ Object { "x": 316, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46292,6 +83103,9 @@ Object { "x": 3, "y": 4, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47083,6 +83897,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47235,6 +84052,9 @@ Object { "x": 3, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47832,6 +84652,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "isFixedToViewport": false, @@ -48103,6 +84926,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -48146,6 +84972,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasBackgroundColor": false, "hasClickThrough": true, "hasClippingMask": false, @@ -48304,6 +85133,9 @@ Object { "x": 8, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -48446,6 +85278,9 @@ Object { "x": -4.000000000000114, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -48806,6 +85641,9 @@ Object { "x": -1.000000000000114, "y": 3, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -49166,6 +86004,9 @@ Object { "x": 1.999999999999886, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -49692,6 +86533,9 @@ Object { "x": 34, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -50382,6 +87226,9 @@ Object { "x": 60, "y": 5, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -51299,6 +88146,9 @@ Object { "x": 77, "y": 5, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -51480,6 +88330,13 @@ Object { ], "name": "Material/Android/Status bar content", "nameIsFixed": false, + "overrideProperties": Array [ + Object { + "_class": "MSImmutableOverrideProperty", + "canOverride": true, + "overrideName": "180DADB8-0C0B-40BD-A964-08340D4A7861_stringValue", + }, + ], "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, @@ -51536,7 +88393,7 @@ Object { "pageListHeight": 110, }, "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { - "scrollOrigin": "{134, 134}", + "scrollOrigin": "{160, 160}", "zoomValue": 1, }, "document": Object { @@ -51547,7 +88404,7 @@ Object { } `; -exports[`ReactCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 53 on react 1`] = ` +exports[`ReactCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 59 on react 1`] = ` Object { "document": Object { "_class": "document", @@ -51555,6 +88412,8 @@ Object { "_class": "assetCollection", "colorAssets": Array [], "colors": Array [], + "do_objectID": "0FB6DBC2-8E69-447B-B801-1645BB3CCD50", + "exportPresets": Array [], "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { @@ -51565,7 +88424,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "5B57D242-95C3-47E3-BC5E-22376F9F834B", + "do_objectID": "E77B5BBC-BBCC-49BD-AE26-62F8394AB8E2", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -51578,6 +88437,37 @@ Object { "name": "Material/Icon white", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "27C70A2F-DEF7-41B2-963C-C5CAE0286B89", "endMarkerType": 0, "fills": Array [ Object { @@ -51589,7 +88479,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51597,7 +88523,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -51617,8 +88545,42 @@ Object { "name": "Material/Dark/Title", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "990371CA-39D1-4236-8DF5-27DA6896FEFD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -51665,19 +88627,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "59.1", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 121, }, "fonts": Array [ "Roboto-Regular", @@ -51698,10 +88660,10 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 121, }, "pages": Array [ Object { @@ -51760,7 +88722,6 @@ Object { "do_objectID": "2145D356-40E2-4569-95CF-84F00DD9818F", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "BB51E5D5-5BA5-419F-9D6A-49A171E7ED21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51769,7 +88730,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7D8CA104-45E8-4835-B4DA-CCAF17E60C45", "height": 128, "width": 360, "x": 0, @@ -51805,7 +88765,6 @@ Object { "do_objectID": "A94FA51A-099C-4CC1-B1AE-4F3CBFE4B381", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "DC89A630-0EF2-4276-944C-D7254BED2EF4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51814,7 +88773,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "8C36F8CD-481B-455B-B132-E7E7E477D5D0", "height": 128, "width": 360, "x": 0, @@ -51851,7 +88809,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9B79BB7B-176C-4CA3-99DC-D5866EA83AB4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51873,6 +88830,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "app bar bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -51924,6 +88882,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "ACEE65BC-1CF2-45E4-9889-621210096AED", "endMarkerType": 0, "fills": Array [ @@ -51936,7 +88924,43 @@ Object { "green": 0.7333333333333334, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51944,6 +88968,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -51961,7 +88986,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "7E855B0A-CD99-4BC0-9320-25BCD81DE1B0", "isEnabled": true, "offsetX": 0, "offsetY": 4, @@ -51982,7 +89006,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "464524C7-C0E7-414E-8B14-DC85D1E28DCE", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -52026,7 +89049,6 @@ Object { "do_objectID": "DD13F059-6DD2-4413-9C59-5A3ABD7D44D7", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C9CE81BD-C917-48C0-9755-A60CAB214BD0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52035,7 +89057,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D025D61C-6D8C-4DEF-9770-3BF04763FB53", "height": 48, "width": 360, "x": 0, @@ -52059,14 +89080,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 180px rgba(255,255,255,0.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "98px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "410px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.00)", "box-shadow": "0 0 0 1px rgba(151,151,151,1.00) inset", "display": "block", "height": "48px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -52077,7 +89112,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9DD7A316-362F-4C9A-BFF3-5AB347DF1433", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52101,8 +89135,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -52152,6 +89188,22 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -52162,12 +89214,61 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": false, "position": 1, "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "451D43C8-1885-40BE-9887-80738B61DBAA", "endMarkerType": 0, "fills": Array [ @@ -52180,7 +89281,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -52188,7 +89325,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -52256,7 +89395,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "440F05BA-2072-4C6B-B78F-6CDF2E0DA718", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52265,7 +89403,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "65C64BBE-7EA8-4BAA-B6F4-933EB86CA11D", "height": 16, "width": 120, "x": 240, @@ -52280,6 +89417,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "THE THIRD", "nameIsFixed": false, "resizingConstraint": 63, @@ -52288,13 +89426,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "33A4A266-8DB2-45A7-A7E1-2E46C90421B9", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "4B3B58A2-ADCE-4A57-B0A9-E9F4263044C5", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52384,7 +89554,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "14290AE1-FA35-44A1-B010-6330DB239370", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52393,7 +89562,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "91542702-E1CB-49DE-AE0B-9145054DB80C", "height": 16, "width": 120, "x": 120, @@ -52408,6 +89576,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "ITEM TWO", "nameIsFixed": false, "resizingConstraint": 63, @@ -52416,13 +89585,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "9578BCCE-56FF-4CD0-A6C2-0A67738FF257", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9140AD60-AC75-4423-BD05-4120E3C53D2A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52512,7 +89713,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1C8BB07D-4549-4474-85DE-AAC36D4ED7FE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52521,7 +89721,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D08C8D43-D4F0-426D-BBE7-5BA4CA030851", "height": 16, "width": 120, "x": 0, @@ -52536,6 +89735,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "NO. ONE", "nameIsFixed": false, "resizingConstraint": 63, @@ -52544,13 +89744,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "E1B0E40B-4579-4740-A63F-6C4231A7DCF8", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "07FC4EB1-FE4E-4EFB-8BD3-1562B7D69B89", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52589,14 +89821,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 60px rgba(255,255,140,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "52px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "170px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,140,1.00)", "box-shadow": "0px 1px 1.5px 0px rgba(0,0,0,0.12),0px 1px 1px 0px rgba(0,0,0,0.24)", "display": "block", "height": "2px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "46px", "visibility": "visible", @@ -52607,7 +89853,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9B2FA7EA-E5FC-4F3F-A38A-91AB190DD24E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52631,8 +89876,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "indicator", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -52683,6 +89930,22 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -52693,12 +89956,61 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": false, "position": 1, "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "87D45A0F-6AC3-4D68-8521-AF6E8F85FD82", "endMarkerType": 0, "fills": Array [ @@ -52711,7 +90023,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -52719,6 +90067,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -52773,6 +90122,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "tabs", "nameIsFixed": true, "resizingConstraint": 63, @@ -52781,9 +90131,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "56450478-45EE-4020-829D-3D7106A99B8C", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -52812,7 +90195,6 @@ Object { "do_objectID": "54F2B126-EBC8-42E4-9CCC-6025866EA532", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E919A5D5-7F14-43AB-937D-4AC73AD038A8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52821,7 +90203,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1244F84B-12C1-420C-A2BD-58EBC9D323FF", "height": 24, "width": 328, "x": 16, @@ -52857,7 +90238,6 @@ Object { "do_objectID": "2EAB1189-97C4-4EC1-8CBF-1E24214B7177", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B5AE9619-0144-403F-B016-9A1F7F494DC5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52866,7 +90246,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "13FAD583-AC89-4F3A-A6B6-A0CF3DBA26AC", "height": 24, "width": 12, "x": 316, @@ -52902,7 +90281,6 @@ Object { "do_objectID": "044E322D-A4FA-476E-8BFB-CB5BD971A007", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "29F06F1B-0927-4D93-BDE8-5828E3184007", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52911,7 +90289,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "09DF51C0-DFDA-497B-9205-AB1963FD1154", "height": 16, "width": 4, "x": 3, @@ -52948,7 +90325,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1F98697-0674-4D9C-A0F6-B7D2C30462F5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52957,7 +90333,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0EAD72B-E995-4B23-A15E-81E3ACD60B80", "height": 4, "width": 4, "x": 0, @@ -52971,6 +90346,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53032,6 +90408,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53044,7 +90450,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53052,7 +90494,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53091,7 +90535,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0BEF50BC-CCDF-4CDB-BEEE-4CB4FB2CE90D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53100,7 +90543,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2CF02168-028C-4296-82F3-C32431ED0BEA", "height": 4, "width": 4, "x": 0, @@ -53114,6 +90556,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53175,149 +90618,246 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "4px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "4px", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 4, + "width": 4, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22499999999999964}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000036}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000036}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999964}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - }, - "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E4AC1434-7A30-45CD-8976-A852E84BBF9A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "313C2770-48E7-45CF-AD51-6CE335D14FEE", - "height": 4, - "width": 4, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000009, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22499999999999964}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000036}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77499999999999991, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000009, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000036}", - "curveMode": 2, - "curveTo": "{1, 0.22499999999999964}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77499999999999991, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53330,7 +90870,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53338,7 +90914,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53359,6 +90937,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -53368,6 +90947,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53380,7 +90989,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53388,7 +91033,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53419,7 +91066,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8B85D384-7961-4B39-87B7-A05B22F94D02", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53441,6 +91087,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53492,9 +91139,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "946562AE-3059-44F0-8DC3-54BE98B4ACFC", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53515,6 +91195,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "more", "nameIsFixed": true, "resizingConstraint": 63, @@ -53523,6 +91204,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "06EE712E-EDFF-4466-B1D7-A63C20D4C50F", "endMarkerType": 0, "fills": Array [ @@ -53535,7 +91246,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53543,7 +91290,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53609,7 +91358,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "BBB1B522-64CF-4563-B8E9-F138ED2B426C", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53632,6 +91380,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "Page Title", "nameIsFixed": false, "resizingConstraint": 47, @@ -53641,13 +91390,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "E2DF08D7-CE0B-4A04-A46E-02C8D9DC19DD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "E92BA203-2A38-4841-BE87-23D9A757DC8A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -53696,7 +91477,6 @@ Object { "do_objectID": "A7B39194-67E6-4391-84D0-3590B6A9C8C6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C4FDFF6F-90CA-42E5-B4EA-02196E788C67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53705,7 +91485,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C1D0BFE2-05CA-4895-8105-DEBC39E206B0", "height": 24, "width": 24, "x": 0, @@ -53745,7 +91524,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1D1A9FCF-0DAD-4917-B2EA-6CC0D24671C4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53769,8 +91547,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -53820,9 +91600,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "31EF773D-8AEB-4113-BED9-1CB4C1CC4417", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53851,7 +91664,6 @@ Object { "do_objectID": "894DE14D-3249-43A6-A9E5-13D74A715EAF", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5E9A3EF6-B3AB-4018-A46A-4C09A1B6E2EC", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53860,7 +91672,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A14A0CC3-5811-4C0B-AB5D-66BABB31C092", "height": 12, "width": 18, "x": 3, @@ -53897,7 +91708,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "A8D67E3B-9CAB-4149-B260-2B85A40190E9", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53906,7 +91716,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "59305F95-A91C-43CD-BBC5-08B12D2CFEBD", "height": 2, "width": 18, "x": 0, @@ -53920,6 +91729,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53981,6 +91791,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -53993,7 +91833,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54001,7 +91877,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54040,7 +91918,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3E227245-30B1-4F5B-B4D2-B2EC3199D671", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54049,7 +91926,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2178831E-0EA9-4B03-B0B6-05303ABBB4B7", "height": 2, "width": 18, "x": 0, @@ -54063,6 +91939,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -54124,6 +92001,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54136,7 +92043,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54144,7 +92087,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54183,7 +92128,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "574554BD-6E97-4715-BD86-7A3FEC2A86BF", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54192,7 +92136,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "4B258FC6-50FA-406A-AFD3-A641D2D0E332", "height": 2, "width": 18, "x": 0, @@ -54206,6 +92149,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -54267,6 +92211,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54279,7 +92253,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54287,7 +92297,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54308,6 +92320,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -54317,6 +92330,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54329,7 +92372,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54337,7 +92416,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54350,6 +92431,7 @@ Object { "windingRule": 1, }, ], + "maintainScrollPosition": false, "name": "menu", "nameIsFixed": true, "resizingConstraint": 63, @@ -54358,6 +92440,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "0E6232B9-D813-4EF6-86CD-A008760CB052", "endMarkerType": 0, "fills": Array [ @@ -54370,7 +92482,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54378,7 +92526,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54390,6 +92540,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar contents", "nameIsFixed": true, "resizingConstraint": 63, @@ -54398,9 +92549,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "CEB14821-8174-404A-B9B3-70B0D89FF07A", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54412,6 +92596,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54420,9 +92605,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "6D2C6775-C00E-459D-BF35-6BF75842EAB0", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54451,7 +92669,6 @@ Object { "do_objectID": "FA4CA9F5-471E-4E2A-9466-D3AE5C74D5E9", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CAF63BAA-809D-4491-BA10-6E6BE6B675F4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54460,7 +92677,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "096F6677-3466-4D31-8976-C5099741CC33", "height": 24, "width": 360, "x": 0, @@ -54484,13 +92700,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 180px rgba(0,150,166,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "74px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "410px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(0,150,166,1.00)", "display": "block", "height": "24px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -54501,7 +92731,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7FF88E2C-E6A4-45D7-A3B0-7D665AB5D111", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54525,8 +92754,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "status bar bg", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -54576,6 +92807,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "5C253197-535A-49C9-85CC-3D1E6ECC5E36", "endMarkerType": 0, "fills": Array [ @@ -54588,7 +92849,43 @@ Object { "green": 0.5882352941176472, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54596,7 +92893,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54614,7 +92913,6 @@ Object { "do_objectID": "2897CFF8-D7D1-4C1F-B13C-E4DAE67067FA", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1E5FD2ED-1738-4855-A83E-3E2986B601A2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54623,7 +92921,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "139BCC43-36EB-444E-A4E6-44A1B5DA3103", "height": 24, "width": 118, "x": 242, @@ -54637,6 +92934,7 @@ Object { "isLocked": true, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "status bar contents", "nameIsFixed": false, "overrideValues": Array [], @@ -54647,9 +92945,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "4FFF4E6F-61BA-4E30-B769-FC2F51E39F2F", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54657,6 +92988,7 @@ Object { "verticalSpacing": 0, }, ], + "maintainScrollPosition": false, "name": "status bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54665,9 +92997,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "1804FEE3-D722-4D5E-BD63-2DF8F2DB5FD5", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54679,6 +93044,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar + status bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54687,9 +93053,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "807C67B1-1EBA-45A7-AAA4-BF807BDF4729", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54701,6 +93100,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -54709,8 +93109,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "425882D9-8A7F-4789-BDC1-5B95332270BD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54760,6 +93194,7 @@ Object { "layers": Array [ Object { "_class": "symbolMaster", + "allowsOverrides": true, "backgroundColor": Object { "_class": "color", "alpha": 1, @@ -54853,8 +93288,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -54904,8 +93341,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "16D5846F-E801-40A5-A66C-9856E8991587", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54999,6 +93470,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "wifi mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -55040,8 +93512,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9EA07FE4-7266-4D17-9AB1-4D9A85003E24", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55144,6 +93650,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55205,6 +93712,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "207F3F7C-A186-4692-B6F7-2F22ADB65331", "endMarkerType": 0, "fills": Array [ Object { @@ -55216,7 +93754,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55224,7 +93798,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55284,6 +93860,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55345,6 +93922,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ED8C40E5-7B97-467B-9FBA-E384B5A1EF08", "endMarkerType": 0, "fills": Array [ Object { @@ -55356,7 +93964,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55364,7 +94008,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55385,6 +94031,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -55393,6 +94040,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "633BB062-4F01-4615-BCEB-FD9F241E3F9D", "endMarkerType": 0, "fills": Array [ Object { @@ -55404,7 +94082,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55412,7 +94126,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55507,6 +94223,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55568,6 +94285,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "01493057-AA98-4FFB-B444-C91DA4A72D69", "endMarkerType": 0, "fills": Array [ Object { @@ -55579,7 +94327,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55587,7 +94371,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55647,6 +94433,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55708,6 +94495,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "747BF648-4668-4BBC-9B4E-6F1BFA0FCAD8", "endMarkerType": 0, "fills": Array [ Object { @@ -55719,7 +94537,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55727,7 +94581,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55748,6 +94604,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -55756,6 +94613,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D46A94B6-197C-4FB0-9568-F6533089E7D3", "endMarkerType": 0, "fills": Array [ Object { @@ -55767,7 +94655,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55775,7 +94699,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55870,6 +94796,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55931,6 +94858,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "07F598E6-F6BC-462F-B7B1-066CB2DD4FD1", "endMarkerType": 0, "fills": Array [ Object { @@ -55942,7 +94900,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55950,7 +94944,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56010,6 +95006,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -56071,6 +95068,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C2D8F30B-8A91-4590-B744-F52909B3B514", "endMarkerType": 0, "fills": Array [ Object { @@ -56082,7 +95110,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56090,7 +95154,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56111,6 +95177,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -56119,6 +95186,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DAFEC00D-06AE-41BB-8B9A-809963A5EAB6", "endMarkerType": 0, "fills": Array [ Object { @@ -56130,7 +95228,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56138,7 +95272,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56156,14 +95292,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 3px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "56px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "56px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "border-radius": "50%", "display": "block", "height": "6px", "left": "5px", + "overflow": "hidden", "position": "absolute", "top": "9px", "visibility": "visible", @@ -56195,6 +95345,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Oval", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -56246,6 +95397,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "78FF238D-9541-41A3-8F84-47EE681F7DBA", "endMarkerType": 0, "fills": Array [ Object { @@ -56257,7 +95439,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56265,7 +95483,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56277,6 +95497,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "wifi", "nameIsFixed": true, "originalObjectID": "0F7636EC-3486-4CC5-99A9-684896927622", @@ -56286,6 +95507,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2AB52446-9354-4AC2-81A0-ECBBD0F78459", "endMarkerType": 0, "fills": Array [ Object { @@ -56297,7 +95549,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56305,7 +95593,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56399,6 +95689,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "reception mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -56440,8 +95731,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C18AFE15-E9B9-4E3E-9A97-B7DC1987FB3D", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56467,13 +95792,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "12px", "left": "9px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56507,8 +95846,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56558,6 +95899,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "84E1F9EE-314E-46F5-A41B-09F70C022501", "endMarkerType": 0, "fills": Array [ Object { @@ -56569,7 +95941,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56577,7 +95985,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56594,13 +96004,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "12px", "left": "6px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56634,8 +96058,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56685,6 +96111,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DC2F89AB-5291-412D-88F1-403422F66E22", "endMarkerType": 0, "fills": Array [ Object { @@ -56696,7 +96153,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56704,7 +96197,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56721,13 +96216,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "12px", "left": "3px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56761,8 +96270,222 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Rectangle-path", + "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D1FD5EC3-72EE-4F72-B970-B7AF1B6E2F6F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", + }, + }, + "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56812,133 +96535,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.9, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"Rectangle-path\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(255,255,255,0.90)", - "display": "block", - "height": "12px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "3px", - }, - }, - "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 12, - "width": 3, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Rectangle-path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", + "do_objectID": "136EE959-007D-41D3-B0C1-8938386FADCD", "endMarkerType": 0, "fills": Array [ Object { @@ -56950,7 +96577,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56958,7 +96621,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56970,6 +96635,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "reception", "nameIsFixed": true, "originalObjectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", @@ -56979,6 +96645,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3F0D2CAD-8A47-471C-9154-23FB2F68AFB8", "endMarkerType": 0, "fills": Array [ Object { @@ -56990,7 +96687,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56998,7 +96731,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57092,6 +96827,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "battery mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -57233,8 +96969,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C9A935A7-ADA0-4B4D-92F2-4938BEAA5E2D", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57260,13 +97030,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "10px", "visibility": "visible", @@ -57300,8 +97084,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57351,6 +97137,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7C76E4ED-F9CB-455D-AD9C-2816AAF3E6DE", "endMarkerType": 0, "fills": Array [ Object { @@ -57362,7 +97179,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57370,7 +97223,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57387,13 +97242,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "7px", "visibility": "visible", @@ -57427,8 +97296,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57478,6 +97349,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "88E9FB48-6A96-444E-A384-497859BAF1D3", "endMarkerType": 0, "fills": Array [ Object { @@ -57489,7 +97391,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57497,7 +97435,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57514,13 +97454,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "4px", "visibility": "visible", @@ -57554,8 +97508,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57605,6 +97561,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AA9666DD-FA8E-4B02-88AF-DA777F73169F", "endMarkerType": 0, "fills": Array [ Object { @@ -57616,7 +97603,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57624,7 +97647,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57641,13 +97666,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "1px", "visibility": "visible", @@ -57681,8 +97720,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57732,6 +97773,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F2A609A7-8117-42F0-A587-21510D054997", "endMarkerType": 0, "fills": Array [ Object { @@ -57743,7 +97815,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57751,7 +97859,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57768,13 +97878,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 2px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "51px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "54px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "1px", "left": "2px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -57808,8 +97932,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57859,6 +97985,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F731A3DE-3FB6-47A2-9EAD-3D557D62F212", "endMarkerType": 0, "fills": Array [ Object { @@ -57870,7 +98027,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57878,7 +98071,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57890,6 +98085,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "battery", "nameIsFixed": true, "originalObjectID": "394BBD24-BE18-4203-8A03-D37C48937738", @@ -57899,6 +98095,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "953ABBE9-32A5-4B5B-82B6-1CDCCAEA218E", "endMarkerType": 0, "fills": Array [ Object { @@ -57910,7 +98137,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57918,7 +98181,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58042,6 +98307,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "12:30", "nameIsFixed": false, "resizingConstraint": 63, @@ -58050,6 +98316,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7EB19CE4-A958-42FA-BE57-CBC6CEEB413A", "endMarkerType": 0, "fills": Array [ Object { @@ -58061,7 +98358,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -58069,7 +98402,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -58097,6 +98432,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "time", "nameIsFixed": true, "originalObjectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", @@ -58106,11 +98442,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 0.9, }, + "do_objectID": "C0CD5027-0BD9-4D15-85D7-E49DDC42A675", "endMarkerType": 0, "fills": Array [ Object { @@ -58122,7 +98484,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -58130,7 +98528,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58142,6 +98542,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Material/Android/Status bar content", "nameIsFixed": false, "overrideProperties": Array [ @@ -58151,6 +98552,7 @@ Object { "overrideName": "180DADB8-0C0B-40BD-A964-08340D4A7861_stringValue", }, ], + "presetDictionary": Object {}, "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, @@ -58158,8 +98560,42 @@ Object { "shouldBreakMaskChain": true, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3D897CB1-1358-4576-831E-CB624B39BC23", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58177,6 +98613,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Symbols", "nameIsFixed": false, "resizingConstraint": 63, @@ -58185,8 +98622,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "580F243F-C85F-4ADD-82C3-92BA90AD8437", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58207,7 +98678,7 @@ Object { "pageListHeight": 110, }, "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, "document": Object { diff --git a/projects/stencil-codegen/src/lib/__snapshots__/stencil-codegen.service.spec.ts.snap b/projects/stencil-codegen/src/lib/__snapshots__/stencil-codegen.service.spec.ts.snap index 2500b02cb..80cb78b01 100644 --- a/projects/stencil-codegen/src/lib/__snapshots__/stencil-codegen.service.spec.ts.snap +++ b/projects/stencil-codegen/src/lib/__snapshots__/stencil-codegen.service.spec.ts.snap @@ -2007,13 +2007,17 @@ Object { } `; -exports[`StencilCodeGenService should match md-components-buttons-lights.sketch snapshot for 52 on stencil 1`] = ` +exports[`StencilCodeGenService should match md-components-buttons-fabs-light.sketch snapshot for 59 on stencil 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "do_objectID": "3C9A0FC2-9C25-44D7-B6E9-2A68271FEAE3", + "exportPresets": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -2023,13 +2027,113 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D", + "do_objectID": "07940257-BA95-49BD-B375-6EE1414E8D4D", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], "layerStyles": Object { "_class": "sharedStyleContainer", - "objects": Array [], + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2DEC6056-D4A8-4EE3-93E6-B46AD450B6BC", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "82E576EC-8FF4-47FD-BBF8-276D3E80CC8E", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], }, "layerSymbols": Object { "_class": "symbolContainer", @@ -2042,52 +2146,46 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "_ref": "pages/06732C75-3171-4248-9998-E4DCDB514056", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 121, }, - "fonts": Array [ - "Roboto-Medium", - ], + "fonts": Array [], "pagesAndArtboards": Object { - "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "06732C75-3171-4248-9998-E4DCDB514056": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "do_objectID": "06732C75-3171-4248-9998-E4DCDB514056", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -2103,6 +2201,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -2125,18 +2226,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "36px", + "height": "56px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "94px", + "width": "56px", }, }, - "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", + "do_objectID": "9F8AC6A1-F4A4-422B-A677-30C517A1A9ED", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2817D758-4D6F-44B3-A3B2-5D58193F7253", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -2145,12 +2245,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "35D18917-4257-43AD-BC71-DD8B0CFD9910", - "height": 36, - "width": 94, + "height": 56, + "width": 56, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -2161,46 +2263,58 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "oval", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 28px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "106px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "106px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(0,150,136,1.00)", - "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "border-radius": "50%", + "box-shadow": "0px 14px 14px 0px rgba(0,0,0,0.24),0px 0px 14px 0px rgba(0,0,0,0.12),0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "36px", + "height": "56px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "94px", + "width": "56px", }, }, - "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", + "do_objectID": "2B0A10B9-981F-4000-8E2E-2BDD9F30C8E6", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F95DBC43-E22E-48EE-84C3-BFF761BF5FF0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 2, "frame": Object { "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 94, + "constrainProportions": true, + "height": 56, + "width": 56, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -2208,49 +2322,50 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "button bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, ], "resizingConstraint": 63, @@ -2259,37 +2374,38 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", - "endMarkerType": 0, - "fills": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "blue": 0, + "green": 0, "red": 0, }, - "do_objectID": "518A65E4-7447-46E4-8E6D-2500863E0FEE", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "do_objectID": "441BA153-38D1-4932-89DB-A7E0FA4BF10E", - "fillType": 0, + "fillType": 1, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -2300,10 +2416,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.2, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, "position": 0, }, @@ -2311,7 +2427,18 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, "blue": 0, "green": 0, "red": 0, @@ -2319,24 +2446,27 @@ Object { "position": 1, }, ], - "to": "{0.5, 1}", + "to": "{0.5, 0.99021444515306123}", }, - "isEnabled": false, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 0.2000000029802322, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - "fillType": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -2347,7 +2477,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 0.12, "blue": 1, "green": 1, "red": 1, @@ -2358,30 +2488,61 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.06, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, "position": 1, }, ], "to": "{0.5, 1}", }, - "isEnabled": false, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "94F9F8A1-AEFC-4EAB-BC5F-96090A7EFAAF", + "endMarkerType": 0, + "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.1, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, "fillType": 0, "gradient": Object { @@ -2394,7 +2555,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 1, "blue": 1, "green": 1, "red": 1, @@ -2405,7 +2566,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 1, "blue": 0, "green": 0, "red": 0, @@ -2415,18 +2576,19 @@ Object { ], "to": "{0.5, 1}", }, - "isEnabled": false, + "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, "patternFillType": 0, "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { "_class": "shadow", - "blurRadius": 8, + "blurRadius": 14, "color": Object { "_class": "color", "alpha": 0.2376019021739131, @@ -2441,12 +2603,12 @@ Object { }, "isEnabled": false, "offsetX": 0, - "offsetY": 8, + "offsetY": 14, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 8, + "blurRadius": 14, "color": Object { "_class": "color", "alpha": 0.12, @@ -2466,7 +2628,7 @@ Object { }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.24, @@ -2481,12 +2643,12 @@ Object { }, "isEnabled": true, "offsetX": 0, - "offsetY": 2, + "offsetY": 8, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.12, @@ -2510,97 +2672,29 @@ Object { }, "web": Object { "attributes": Array [ - "role=\\"rectangle\\"", + "role=\\"oval\\"", "aria-label=\\"button bg\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "NORMAL", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "16.5px", + "height": "24px", + "left": "16px", "position": "absolute", - "top": "10px", + "top": "16px", "visibility": "visible", - "width": "61px", + "width": "24px", }, }, - "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", - "dontSynchroniseWithSymbol": false, + "do_objectID": "31DE405C-40EA-4542-9157-77FDF05E4CF7", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "81E4C18A-C5B1-4FCD-A4EC-F507E67A763E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -2609,13 +2703,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C77760CF-EB51-4E10-B303-70D70714C011", - "height": 16, - "width": 61, - "x": 16.5, - "y": 10, + "height": 24, + "width": 24, + "x": 16, + "y": 16, }, - "glyphBounds": "{{0, 0}, {61, 16}}", + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -2623,77 +2719,612 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NORMAL", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CFA250F8-ABC2-487A-9323-8BBD10C0BFAD", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, + "do_objectID": "4B044FF4-ABB5-4B8D-947B-F6DA47EEA22F", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ECC1178A-3EEF-42C8-827B-B6C79CE429AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "95323268-06B8-47A3-9C1E-841E1D3AD72B", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{1, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 1}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 1}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{1, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{1, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.42857142857142855}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2DEC6056-D4A8-4EE3-93E6-B46AD450B6BC", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E402A47E-CCFA-4061-96E5-361F20410BD4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M14 6,L 8 6,L 8 0,L 6 0,L 6 6,L 0 6,L 0 8,L 6 8,L 6 14,L 8 14,L 8 8,L 14 8,L 14 6,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "add", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7E088BE-F829-42B5-99DB-5E12CD9E02A6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"add\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "fab", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "016AD96A-E9C8-4EC3-A372-D87BDA49078B", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"button\\"", + "aria-label=\\"fab\\"", ], }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -2702,8 +3333,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "278171CB-6472-4F87-A815-3E3C593D515A", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -2716,11 +3381,11 @@ Object { ], "previews": Array [], "user": Object { - "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { - "scrollOrigin": "{134, 134}", + "06732C75-3171-4248-9998-E4DCDB514056": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, - "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { + "E516E877-5092-41C7-92B9-C9E0EDE398FA": Object { "pageListHeight": 110, }, "document": Object { @@ -2731,15 +3396,13 @@ Object { } `; -exports[`StencilCodeGenService should match md-components-buttons-lights.sketch snapshot for 53 on stencil 1`] = ` +exports[`StencilCodeGenService should match md-components-buttons-lights.sketch snapshot for 52 on stencil 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", - "colorAssets": Array [], "colors": Array [], - "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -2775,19 +3438,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 105, }, "fonts": Array [ "Roboto-Medium", @@ -2799,10 +3462,14 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { @@ -2825,9 +3492,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -2876,9 +3540,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -3445,7 +4106,7 @@ Object { "previews": Array [], "user": Object { "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{134, 134}", "zoomValue": 1, }, "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { @@ -3459,13 +4120,15 @@ Object { } `; -exports[`StencilCodeGenService should match md-components-cards-homes.sketch snapshot for 52 on stencil 1`] = ` +exports[`StencilCodeGenService should match md-components-buttons-lights.sketch snapshot for 53 on stencil 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -3475,257 +4138,13 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", + "do_objectID": "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], "layerStyles": Object { "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "layerSymbols": Object { "_class": "symbolContainer", @@ -3738,52 +4157,48 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", + "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ - "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", + "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -3799,6 +4214,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -3821,18 +4239,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "224px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "344px", + "width": "94px", }, }, - "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", + "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "98074A6E-84B2-4F16-B665-C835B1F1F186", + "do_objectID": "2817D758-4D6F-44B3-A3B2-5D58193F7253", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -3841,12 +4259,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E63A53AF-E7EE-46D8-BFE8-0AAB73C9D3DE", - "height": 224, - "width": 344, + "do_objectID": "35D18917-4257-43AD-BC71-DD8B0CFD9910", + "height": 36, + "width": 94, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -3865,22 +4286,22 @@ Object { "before": Object {}, }, "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "background-color": "rgba(0,150,136,1.00)", + "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "224px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "344px", + "width": "94px", }, }, - "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", + "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0713C981-1FBB-49DE-8AF4-82CEF028725A", + "do_objectID": "F95DBC43-E22E-48EE-84C3-BFF761BF5FF0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -3890,12 +4311,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 224, - "width": 344, + "height": 36, + "width": 94, "x": 0, "y": 0, }, - "hasClippingMask": true, + "hasClippingMask": false, "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, @@ -3904,7 +4325,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "button bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -3914,7 +4335,6 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", - "do_objectID": "9EF2F25A-8C0B-490A-8B6B-CB89A9CA3FE0", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -3925,7 +4345,6 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", - "do_objectID": "76222E59-B93C-48FF-9FC5-055A32CBC1D2", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -3936,7 +4355,6 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", - "do_objectID": "598CF3D5-4C1A-4AD1-B2B7-1D97BE8C6704", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -3947,7 +4365,6 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", - "do_objectID": "DD1184C0-136D-418C-8EA0-1ED3D172E028", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -3956,21 +4373,40 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, - "fillType": 1, + "do_objectID": "518A65E4-7447-46E4-8E6D-2500863E0FEE", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "do_objectID": "441BA153-38D1-4932-89DB-A7E0FA4BF10E", + "fillType": 0, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -3981,10 +4417,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.2, + "blue": 0.6, + "green": 0.6, + "red": 0.6, }, "position": 0, }, @@ -3992,52 +4428,32 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, }, "position": 1, }, ], "to": "{0.5, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.2000000029802322, + "blue": 0.6, + "green": 0.6, + "red": 0.6, }, - "fillType": 1, + "fillType": 0, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -4048,10 +4464,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, }, "position": 0, }, @@ -4059,29 +4475,54 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, + "alpha": 0.5, "blue": 0, "green": 0, "red": 0, }, - "position": 0.8, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, }, - "position": 0.950255322222858, + "position": 0, }, Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.04, + "alpha": 0.5, "blue": 0, "green": 0, "red": 0, @@ -4091,25 +4532,7 @@ Object { ], "to": "{0.5, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, + "isEnabled": false, "noiseIndex": 0, "noiseIntensity": 0, "patternFillType": 0, @@ -4120,10 +4543,10 @@ Object { "shadows": Array [ Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", - "alpha": 0.24, + "alpha": 0.2376019021739131, "blue": 0, "green": 0, "red": 0, @@ -4133,14 +4556,14 @@ Object { "blendMode": 0, "opacity": 1, }, - "isEnabled": true, + "isEnabled": false, "offsetX": 0, - "offsetY": 2, + "offsetY": 8, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.12, @@ -4153,149 +4576,59 @@ Object { "blendMode": 0, "opacity": 1, }, - "isEnabled": true, + "isEnabled": false, "offsetX": 0, "offsetY": 0, "spread": 0, }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,187,211,1.00)", - "display": "block", - "height": "176px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B245FB2F-7F3C-4D6A-AAF3-18FE3B124490", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 176, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", - "endMarkerType": 0, - "fills": Array [ Object { - "_class": "fill", + "_class": "shadow", + "blurRadius": 2, "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.8274509803921568, - "green": 0.7333333333333333, + "alpha": 0.24, + "blue": 0, + "green": 0, "red": 0, }, - "do_objectID": "462C738B-C65E-434C-9FF9-916E784F8EB1", - "fillType": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, ], - "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", + "aria-label=\\"button bg\\"", ], }, }, @@ -4317,24 +4650,51 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, - "kerning": 0, + "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 13, + "length": 5, "location": 0, }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, ], - "string": "Pre-fab Homes", + "string": "NORMAL", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -4343,21 +4703,21 @@ Object { "rules": Object { "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "24px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "16.5px", "position": "absolute", - "top": "137px", + "top": "10px", "visibility": "visible", - "width": "161px", + "width": "61px", }, }, - "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", + "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "386665A7-C098-49E9-AB71-126A8B4ED607", + "do_objectID": "81E4C18A-C5B1-4FCD-A4EC-F507E67A763E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -4366,13 +4726,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D0438ADA-75E5-48E5-A3AB-A55AF5E84029", - "height": 24, - "width": 161, - "x": 19, - "y": 137, + "do_objectID": "C77760CF-EB51-4E10-B303-70D70714C011", + "height": 16, + "width": 61, + "x": 16.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {161, 24}}", + "glyphBounds": "{{0, 0}, {61, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -4381,7 +4741,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Pre-fab Homes 2", + "name": "NORMAL", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -4389,13 +4749,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", + "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "45243A28-E9FB-4A4A-8DB1-A8B2F38B9657", + "do_objectID": "CFA250F8-ABC2-487A-9323-8BBD10C0BFAD", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -4407,17 +4767,16 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, - "kerning": 0, + "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -4429,1282 +4788,863 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "209px", - "position": "absolute", - "top": "188px", - "visibility": "visible", - "width": "119px", - }, - }, - "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2A26EE59-59EE-4608-8D68-FC2A4BB1CE74", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E30F338C-0755-4F54-AED4-4CA9BDE48A46", - "height": 24, - "width": 119, - "x": 209, - "y": 188, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "95px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B6AF0990-0F41-4695-BD54-00197F4BEAE8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "307E9C13-BD4D-44C3-8559-96F0E46B186E", - "height": 24, - "width": 24, - "x": 95, - "y": 0, + ], + "name": "button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"button\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`StencilCodeGenService should match md-components-buttons-lights.sketch snapshot for 59 on stencil 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "6C6C25B1-9B38-4ECB-9E0C-76B5AA0FB022", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "516247EF-188D-4E72-AC55-64B03A15D2AD", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "94px", + }, + }, + "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 94, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 47px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "86px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "144px", }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8C0747D3-9212-4C92-8FE5-0707A83F6760", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "36px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "94px", + }, + }, + "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 94, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bg", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "3px", - "position": "absolute", - "top": "1.999899999999798px", - "visibility": "visible", - "width": "18px", - }, - }, - "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E1DB8B35-B319-4E78-9E45-9CA53344E3C5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CBDA8CB3-7920-4DDC-BAC9-B6B509B94BE1", - "height": 20, - "width": 18, - "x": 3, - "y": 1.999899999999798, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.79111111111111099, 0.70682730923694814}", - "curveMode": 4, - "curveTo": "{0.83333333333333337, 0.70682730923694814}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.83333333333333337, 0.70682730923694814}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.72444444444444445, 0.74548192771084365}", - "curveMode": 4, - "curveTo": "{0.7533333333333333, 0.72188755020080353}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.72444444444444445, 0.74548192771084365}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33111111111111119, 0.52560240963855442}", - "curveMode": 4, - "curveTo": "{0.32833333333333337, 0.53714859437751028}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32833333333333337, 0.53714859437751028}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33333333333333337, 0.48995983935743004}", - "curveMode": 2, - "curveTo": "{0.33333333333333337, 0.51405622489959857}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.33333333333333337, 0.5020080321285143}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.32833333333333337, 0.46686746987951833}", - "curveMode": 4, - "curveTo": "{0.33111111111111119, 0.47841365461847413}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.32833333333333337, 0.46686746987951833}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.75, 0.28564257028112472}", - "curveMode": 4, - "curveTo": "{0.72000000000000008, 0.26054216867469898}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.72000000000000008, 0.26054216867469898}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.92555555555555558, 0.30120481927710863}", - "curveMode": 3, - "curveTo": "{0.7894444444444445, 0.30120481927710863}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 0.30120481927710863}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.067269076305220984}", - "curveMode": 2, - "curveTo": "{1, 0.23393574297188771}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.15060240963855434}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", - "curveMode": 2, - "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 8.8817841970012528e-17}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.66666666666666663, 0.16265060240963869}", - "curveMode": 3, - "curveTo": "{0.66666666666666663, 0.067269076305220984}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.66666666666666663, 0.15060240963855434}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.67166666666666663, 0.18574297188755035}", - "curveMode": 4, - "curveTo": "{0.66888888888888887, 0.17419678714859449}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.67166666666666663, 0.18574297188755035}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.25, 0.36696787148594401}", - "curveMode": 4, - "curveTo": "{0.28000000000000003, 0.39206827309236975}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.28000000000000003, 0.39206827309236975}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.074444444444444438, 0.35140562248996005}", - "curveMode": 3, - "curveTo": "{0.21055555555555555, 0.35140562248996005}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.16666666666666666, 0.35140562248996005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.58534136546184767}", - "curveMode": 2, - "curveTo": "{0, 0.41867469879518093}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5020080321285143}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.21055555555555555, 0.65261044176706862}", - "curveMode": 3, - "curveTo": "{0.074444444444444438, 0.65261044176706862}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.16666666666666666, 0.65261044176706862}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.28000000000000003, 0.61194779116465892}", - "curveMode": 4, - "curveTo": "{0.25, 0.6370481927710846}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.28000000000000003, 0.61194779116465892}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.6727777777777777, 0.83132530120481973}", - "curveMode": 4, - "curveTo": "{0.67555555555555558, 0.82078313253012092}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.67555555555555558, 0.82078313253012092}", - }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.67111111111111121, 0.93423694779116495}", - "curveMode": 3, - "curveTo": "{0.67111111111111121, 0.84236947791164696}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.67111111111111121, 0.85341365461847429}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9227777777777777, 1}", - "curveMode": 2, - "curveTo": "{0.74388888888888893, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99555555555555564, 0.77259036144578308}", - "curveMode": 2, - "curveTo": "{0.99555555555555564, 0.93423694779116495}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.99555555555555564, 0.85341365461847385}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.83333333333333337, 0.7068273092369477}", - "curveMode": 4, - "curveTo": "{0.92277777777777792, 0.7068273092369477}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.83333333333333337, 0.7068273092369477}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "395F98C8-7A7D-448B-9431-77AE198CD2AA", - "opacity": 0.5399999618530273, - }, - "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - ], - "name": "share", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"share\\"", - ], + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.2376019021739131, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 8, + "spread": 0, }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "47px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A01478AF-F442-48D4-876B-7B242558A1C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1CD9EA03-E457-4DE2-AB87-E53E4CA3F6CE", - "height": 24, - "width": 24, - "x": 47, - "y": 0, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "18px", - "left": "5px", - "position": "absolute", - "top": "3px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0792DFC7-13AE-4023-BC28-6EAE2F525D94", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 18, - "width": 14, - "x": 5, - "y": 3, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"button bg\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.8571428571428571, 1}", - "curveMode": 1, - "curveTo": "{0.8571428571428571, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.8571428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.064285714285714307, 1}", - "curveMode": 4, - "curveTo": "{0.14285714285714285, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.14285714285714285, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.88888888888888884}", - "curveMode": 4, - "curveTo": "{0, 0.95000000000000007}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.88888888888888884}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.16666666666666666}", - "curveMode": 1, - "curveTo": "{0.5, 0.16666666666666666}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.16666666666666666}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.95000000000000007}", - "curveMode": 4, - "curveTo": "{1, 0.88888888888888884}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.88888888888888884}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.8571428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.93571428571428583, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.8571428571428571, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "1BB40B22-9947-481D-BDFD-D499709536C5", - "opacity": 0.5399999618530273, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", - ], - "type": "path", - }, - ], }, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "78FE6195-3CDF-434D-90A3-E224F31C3763", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", - }, - ], }, - "web": Object { - "attributes": Array [], + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - ], - "name": "bookmark", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"bookmark\\"", - ], + "length": 1, + "location": 5, }, + ], + "string": "NORMAL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "16.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "61px", }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "25px", + }, + "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 61, + "x": 16.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {61, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "NORMAL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - }, - "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0E3F3B31-21D5-4AB9-9C91-1DD6589D73BC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9B35355B-154A-4833-84D9-5218A91A7536", - "height": 24, - "width": 25, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "16px", - "left": "3.125px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "18.75px", - }, - }, - "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ABBE7457-D1CB-4143-BB68-1D95867C1CA6", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 16, - "width": 18.75, - "x": 3.125, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.63888888888888884, 1}", - "curveMode": 4, - "curveTo": "{0.75, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.75, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.46111111111111114, 0.91874999999999996}", - "curveMode": 4, - "curveTo": "{0.53888888888888886, 0.91874999999999996}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0.8125}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1111111111111111, 1}", - "curveMode": 3, - "curveTo": "{0.3611111111111111, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.25, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.5}", - "curveMode": 3, - "curveTo": "{0, 0.88124999999999998}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.71875}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.80555555555555558, 0.3125}", - "curveMode": 4, - "curveTo": "{0.19444444444444445, 0.3125}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.88124999999999998}", - "curveMode": 3, - "curveTo": "{1, 0.5}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.71875}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.75, 1}", - "curveMode": 4, - "curveTo": "{0.88888888888888884, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.75, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "746B6BFB-EEFE-454B-A634-4D361594E58D", - "opacity": 0.5399999618530273, - }, - "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "25px", - }, - }, - "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C5CE84E-EE96-4490-92D4-0DBB46A90FAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 25, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - ], - "name": "favorite", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"favorite\\"", - ], }, + "verticalAlignment": 0, }, - ], - "name": "Buttons", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Buttons\\"", - ], + "attributes": Array [], }, }, ], - "name": "homes", + "maintainScrollPosition": false, + "name": "button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -5712,20 +5652,54 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"homes\\"", + "aria-label=\\"button\\"", ], }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -5734,8 +5708,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "EF515898-537B-469C-9036-E6B725CF8307", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -5748,11 +5756,11 @@ Object { ], "previews": Array [], "user": Object { - "401CB139-CDA3-476B-A400-674DCF860FB6": Object { - "scrollOrigin": "{134, 134}", + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, - "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { "pageListHeight": 110, }, "document": Object { @@ -5763,15 +5771,13 @@ Object { } `; -exports[`StencilCodeGenService should match md-components-cards-homes.sketch snapshot for 53 on stencil 1`] = ` +exports[`StencilCodeGenService should match md-components-cards-homes.sketch snapshot for 52 on stencil 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", - "colorAssets": Array [], "colors": Array [], - "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -6051,19 +6057,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 105, }, "fonts": Array [ "Roboto-Regular", @@ -6075,10 +6081,14 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { @@ -6101,9 +6111,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -6152,9 +6159,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -6770,9 +6774,6 @@ Object { "x": 209, "y": 188, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -6815,9 +6816,6 @@ Object { "x": 95, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -7324,9 +7322,6 @@ Object { "x": 47, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -7684,9 +7679,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -8069,7 +8061,7 @@ Object { "previews": Array [], "user": Object { "401CB139-CDA3-476B-A400-674DCF860FB6": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{134, 134}", "zoomValue": 1, }, "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { @@ -8083,13 +8075,15 @@ Object { } `; -exports[`StencilCodeGenService should match md-components-cards-pooch.sketch snapshot for 52 on stencil 1`] = ` +exports[`StencilCodeGenService should match md-components-cards-homes.sketch snapshot for 53 on stencil 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -8099,7 +8093,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -8108,7 +8102,7 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", "name": "Material/Light/Card", "value": Object { "_class": "style", @@ -8316,27 +8310,34 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "name": "Material/Light/Divider", + "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", + "name": "Material/Icon dark", "value": Object { "_class": "style", - "borders": Array [ + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, "fillType": 0, "isEnabled": true, - "position": 0, - "thickness": 1, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -8350,137 +8351,53 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", + "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ "Roboto-Regular", - "Roboto-Medium", ], "pagesAndArtboards": Object { - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", + "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -8496,6 +8413,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -8518,7 +8438,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "136px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -8526,21 +8446,11 @@ Object { "width": "344px", }, }, - "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", + "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], + "do_objectID": "98074A6E-84B2-4F16-B665-C835B1F1F186", + "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -8548,12 +8458,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", - "height": 136, + "do_objectID": "E63A53AF-E7EE-46D8-BFE8-0AAB73C9D3DE", + "height": 224, "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -8575,7 +8488,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "136px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -8583,21 +8496,21 @@ Object { "width": "344px", }, }, - "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", + "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", + "do_objectID": "0713C981-1FBB-49DE-8AF4-82CEF028725A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 3, + "fixedRadius": 2, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 136, + "height": 224, "width": 344, "x": 0, "y": 0, @@ -8611,46 +8524,50 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card 2", + "name": "card", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", + "do_objectID": "9EF2F25A-8C0B-490A-8B6B-CB89A9CA3FE0", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", + "do_objectID": "76222E59-B93C-48FF-9FC5-055A32CBC1D2", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", + "do_objectID": "598CF3D5-4C1A-4AD1-B2B7-1D97BE8C6704", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", + "do_objectID": "DD1184C0-136D-418C-8EA0-1ED3D172E028", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -8659,7 +8576,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -8799,7 +8716,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", + "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", "endMarkerType": 0, "fills": Array [ Object { @@ -8868,7 +8785,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card 2\\"", + "aria-label=\\"card\\"", ], }, }, @@ -8881,21 +8798,21 @@ Object { "before": Object {}, }, "rules": Object { - "background-color": "rgba(0,0,0,0.25)", + "background-color": "rgba(0,187,211,1.00)", "display": "block", - "height": "136px", + "height": "176px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "88px", + "width": "344px", }, }, - "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", + "do_objectID": "B245FB2F-7F3C-4D6A-AAF3-18FE3B124490", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -8905,8 +8822,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 136, - "width": 88, + "height": 176, + "width": 344, "x": 0, "y": 0, }, @@ -8970,19 +8887,19 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.25, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.8274509803921568, + "green": 0.7333333333333333, "red": 0, }, - "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "do_objectID": "462C738B-C65E-434C-9FF9-916E784F8EB1", "fillType": 0, "isEnabled": true, "noiseIndex": 0, @@ -8993,34 +8910,6 @@ Object { ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { @@ -9030,122 +8919,6 @@ Object { ], }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "82px", - "visibility": "visible", - "width": "256px", - }, - }, - "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", - "height": 3, - "width": 256, - "x": 88, - "y": 82, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.51388888888888884}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.51388888888888884}", - "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", - "curveMode": 1, - "curveTo": "{0.0058593749999999445, 0.54166666666666663}", - "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, Object { "_class": "text", "attributedString": Object { @@ -9157,52 +8930,54 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "name": "Roboto-Regular", + "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - "length": 6, + "length": 13, "location": 0, }, ], - "string": "REVIEW", + "string": "Pre-fab Homes", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "223.5px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "19px", "position": "absolute", - "top": "100px", + "top": "137px", "visibility": "visible", - "width": "51px", + "width": "161px", }, }, - "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", + "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", + "do_objectID": "386665A7-C098-49E9-AB71-126A8B4ED607", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -9211,12 +8986,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 51, - "x": 223.5, - "y": 100, + "do_objectID": "D0438ADA-75E5-48E5-A3AB-A55AF5E84029", + "height": 24, + "width": 161, + "x": 19, + "y": 137, }, - "glyphBounds": "{{0, 0}, {50, 16}}", + "glyphBounds": "{{0, 0}, {161, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -9225,7 +9001,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "REVIEW", + "name": "Pre-fab Homes 2", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -9233,33 +9009,35 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", + "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", + "do_objectID": "45243A28-E9FB-4A4A-8DB1-A8B2F38B9657", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "name": "Roboto-Regular", + "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -9272,62 +9050,24 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 11, - "location": 0, - }, - ], - "string": "FREE SAMPLE", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "108.5px", + "height": "24px", + "left": "209px", "position": "absolute", - "top": "100px", + "top": "188px", "visibility": "visible", - "width": "92px", + "width": "119px", }, }, - "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", - "dontSynchroniseWithSymbol": false, + "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", + "do_objectID": "2A26EE59-59EE-4608-8D68-FC2A4BB1CE74", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -9336,2199 +9076,1590 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 92, - "x": 108.5, - "y": 100, + "do_objectID": "E30F338C-0755-4F54-AED4-4CA9BDE48A46", + "height": 24, + "width": 119, + "x": 209, + "y": 188, }, - "glyphBounds": "{{0, 0}, {91, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "FREE SAMPLE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B6AF0990-0F41-4695-BD54-00197F4BEAE8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "307E9C13-BD4D-44C3-8559-96F0E46B186E", + "height": 24, + "width": 24, + "x": 95, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8C0747D3-9212-4C92-8FE5-0707A83F6760", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", + ], + "type": "path", + }, + ], }, - }, - "length": 14, - "location": 0, - }, - ], - "string": "By Alex Nelson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "107px", - "position": "absolute", - "top": "43px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 95, - "x": 107, - "y": 43, - }, - "glyphBounds": "{{0, 0}, {93, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "By Alex Nelson 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "3px", + "position": "absolute", + "top": "1.999899999999798px", + "visibility": "visible", + "width": "18px", }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, + "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E1DB8B35-B319-4E78-9E45-9CA53344E3C5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - }, - "length": 8, - "location": 0, - }, - ], - "string": "El Pooch", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "106px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 95, - "x": 106, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {94, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "El Pooch 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "CBDA8CB3-7920-4DDC-BAC9-B6B509B94BE1", + "height": 20, + "width": 18, + "x": 3, + "y": 1.999899999999798, }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "pooch", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"pooch\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { - "pageListHeight": 110, - }, - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`StencilCodeGenService should match md-components-cards-pooch.sketch snapshot for 53 on stencil 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.79111111111111099, 0.70682730923694814}", + "curveMode": 4, + "curveTo": "{0.83333333333333337, 0.70682730923694814}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.83333333333333337, 0.70682730923694814}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.72444444444444445, 0.74548192771084365}", + "curveMode": 4, + "curveTo": "{0.7533333333333333, 0.72188755020080353}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.72444444444444445, 0.74548192771084365}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33111111111111119, 0.52560240963855442}", + "curveMode": 4, + "curveTo": "{0.32833333333333337, 0.53714859437751028}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32833333333333337, 0.53714859437751028}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33333333333333337, 0.48995983935743004}", + "curveMode": 2, + "curveTo": "{0.33333333333333337, 0.51405622489959857}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33333333333333337, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.32833333333333337, 0.46686746987951833}", + "curveMode": 4, + "curveTo": "{0.33111111111111119, 0.47841365461847413}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.32833333333333337, 0.46686746987951833}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.28564257028112472}", + "curveMode": 4, + "curveTo": "{0.72000000000000008, 0.26054216867469898}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.72000000000000008, 0.26054216867469898}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.92555555555555558, 0.30120481927710863}", + "curveMode": 3, + "curveTo": "{0.7894444444444445, 0.30120481927710863}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.30120481927710863}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.067269076305220984}", + "curveMode": 2, + "curveTo": "{1, 0.23393574297188771}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", + "curveMode": 2, + "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 8.8817841970012528e-17}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.66666666666666663, 0.16265060240963869}", + "curveMode": 3, + "curveTo": "{0.66666666666666663, 0.067269076305220984}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.66666666666666663, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67166666666666663, 0.18574297188755035}", + "curveMode": 4, + "curveTo": "{0.66888888888888887, 0.17419678714859449}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.67166666666666663, 0.18574297188755035}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.36696787148594401}", + "curveMode": 4, + "curveTo": "{0.28000000000000003, 0.39206827309236975}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.28000000000000003, 0.39206827309236975}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.074444444444444438, 0.35140562248996005}", + "curveMode": 3, + "curveTo": "{0.21055555555555555, 0.35140562248996005}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.35140562248996005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.58534136546184767}", + "curveMode": 2, + "curveTo": "{0, 0.41867469879518093}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.21055555555555555, 0.65261044176706862}", + "curveMode": 3, + "curveTo": "{0.074444444444444438, 0.65261044176706862}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.65261044176706862}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.28000000000000003, 0.61194779116465892}", + "curveMode": 4, + "curveTo": "{0.25, 0.6370481927710846}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.28000000000000003, 0.61194779116465892}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.6727777777777777, 0.83132530120481973}", + "curveMode": 4, + "curveTo": "{0.67555555555555558, 0.82078313253012092}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.67555555555555558, 0.82078313253012092}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67111111111111121, 0.93423694779116495}", + "curveMode": 3, + "curveTo": "{0.67111111111111121, 0.84236947791164696}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.67111111111111121, 0.85341365461847429}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9227777777777777, 1}", + "curveMode": 2, + "curveTo": "{0.74388888888888893, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99555555555555564, 0.77259036144578308}", + "curveMode": 2, + "curveTo": "{0.99555555555555564, 0.93423694779116495}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.99555555555555564, 0.85341365461847385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.83333333333333337, 0.7068273092369477}", + "curveMode": 4, + "curveTo": "{0.92277777777777792, 0.7068273092369477}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.7068273092369477}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "395F98C8-7A7D-448B-9431-77AE198CD2AA", + "opacity": 0.5399999618530273, + }, + "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", + ], + "type": "path", + }, + ], }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "web": Object { + "attributes": Array [], }, - "position": 1, }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "name": "share", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "position": 0.8, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"share\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "47px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A01478AF-F442-48D4-876B-7B242558A1C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1CD9EA03-E457-4DE2-AB87-E53E4CA3F6CE", + "height": 24, + "width": 24, + "x": 47, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "5px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0792DFC7-13AE-4023-BC28-6EAE2F525D94", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 14, + "x": 5, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 1, + "curveTo": "{0.8571428571428571, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.8571428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.064285714285714307, 1}", + "curveMode": 4, + "curveTo": "{0.14285714285714285, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.14285714285714285, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.88888888888888884}", + "curveMode": 4, + "curveTo": "{0, 0.95000000000000007}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.16666666666666666}", + "curveMode": 1, + "curveTo": "{0.5, 0.16666666666666666}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.16666666666666666}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.95000000000000007}", + "curveMode": 4, + "curveTo": "{1, 0.88888888888888884}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.93571428571428583, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.8571428571428571, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "1BB40B22-9947-481D-BDFD-D499709536C5", + "opacity": 0.5399999618530273, + }, + "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - "position": 0.950255322222858, }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "78FE6195-3CDF-434D-90A3-E224F31C3763", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - "position": 1, }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "name": "bookmark", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"bookmark\\"", + ], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", - "height": 136, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 3, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 136, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": true, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card 2", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, + }, + "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E3F3B31-21D5-4AB9-9C91-1DD6589D73BC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9B35355B-154A-4833-84D9-5218A91A7536", + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3.125px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18.75px", }, + }, + "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ABBE7457-D1CB-4143-BB68-1D95867C1CA6", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 18.75, + "x": 3.125, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.63888888888888884, 1}", + "curveMode": 4, + "curveTo": "{0.75, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.75, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.46111111111111114, 0.91874999999999996}", + "curveMode": 4, + "curveTo": "{0.53888888888888886, 0.91874999999999996}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0.8125}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1111111111111111, 1}", + "curveMode": 3, + "curveTo": "{0.3611111111111111, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.25, 1}", }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5}", + "curveMode": 3, + "curveTo": "{0, 0.88124999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.71875}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.80555555555555558, 0.3125}", + "curveMode": 4, + "curveTo": "{0.19444444444444445, 0.3125}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.88124999999999998}", + "curveMode": 3, + "curveTo": "{1, 0.5}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.71875}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 1}", + "curveMode": 4, + "curveTo": "{0.88888888888888884, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.75, 1}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "746B6BFB-EEFE-454B-A634-4D361594E58D", + "opacity": 0.5399999618530273, + }, + "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", + }, + }, + "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C5CE84E-EE96-4490-92D4-0DBB46A90FAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, + ], + "name": "favorite", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"favorite\\"", + ], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card 2\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.25)", - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 136, - "width": 88, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", }, ], + "name": "Buttons", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.25, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", + "role=\\"group\\"", + "aria-label=\\"Buttons\\"", ], }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "82px", - "visibility": "visible", - "width": "256px", + ], + "name": "homes", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"homes\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`StencilCodeGenService should match md-components-cards-homes.sketch snapshot for 59 on stencil 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "501349E4-2CFB-4642-95FE-E18C5840D5E0", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "52BD125A-8DAF-4D9A-9745-66C9DD33B546", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", - "height": 3, - "width": 256, - "x": 88, - "y": 82, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.51388888888888884}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.51388888888888884}", - "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", - "curveMode": 1, - "curveTo": "{0.0058593749999999445, 0.54166666666666663}", - "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, - "length": 6, - "location": 0, - }, - ], - "string": "REVIEW", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "223.5px", - "position": "absolute", - "top": "100px", - "visibility": "visible", - "width": "51px", - }, - }, - "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 51, - "x": 223.5, - "y": 100, - }, - "glyphBounds": "{{0, 0}, {50, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "REVIEW", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.2, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0, + "blue": 0, + "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 0, }, - "length": 11, - "location": 0, - }, - ], - "string": "FREE SAMPLE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "108.5px", - "position": "absolute", - "top": "100px", - "visibility": "visible", - "width": "92px", - }, - }, - "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 92, - "x": 108.5, - "y": 100, - }, - "glyphBounds": "{{0, 0}, {91, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "FREE SAMPLE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6C7A151B-8B7A-4669-AEB0-325A3E85F7DD", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.5438462409, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "position": 1, }, - "length": 14, - "location": 0, - }, - ], - "string": "By Alex Nelson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "107px", - "position": "absolute", - "top": "43px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 95, - "x": 107, - "y": 43, - }, - "glyphBounds": "{{0, 0}, {93, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "By Alex Nelson 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 8, - "location": 0, - }, - ], - "string": "El Pooch", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "106px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 95, - "x": 106, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {94, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "El Pooch 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "pooch", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"pooch\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { - "pageListHeight": 110, - }, - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`StencilCodeGenService should match md-components-cards-safari.sketch snapshot for 52 on stencil 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -11578,28 +10709,99 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "name": "Material/Light/Divider", + "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", + "name": "Material/Icon dark", "value": Object { "_class": "style", - "borders": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "EC7B3116-BA69-4AB8-A43A-ACF2B1514F3B", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, - "position": 0, - "thickness": 1, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "endMarkerType": 0, + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -11617,52 +10819,48 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "49.3", - "build": 51167, - "commit": "2b45d75f77b3d86c8cfab3e1090bcc520c37ea74", - "compatibilityVersion": 93, + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 101, + "version": 121, }, "fonts": Array [ "Roboto-Regular", - "Roboto-Medium", ], "pagesAndArtboards": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -11678,6 +10876,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -11700,7 +10901,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "304px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -11708,21 +10909,10 @@ Object { "width": "344px", }, }, - "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], + "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -11730,12 +10920,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", - "height": 304, + "height": 224, "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -11751,25 +10943,38 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "274px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "304px", + "height": "224px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", "width": "344px", }, }, - "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -11779,7 +10984,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 304, + "height": 224, "width": 344, "x": 0, "y": 0, @@ -11793,8 +10998,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "card", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -11803,7 +11010,6 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", - "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -11814,7 +11020,6 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", - "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -11825,7 +11030,6 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", - "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -11836,7 +11040,6 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", - "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -11845,10 +11048,26 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -11859,7 +11078,11 @@ Object { "green": 0.592, "red": 0.592, }, - "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -11876,7 +11099,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -11888,7 +11110,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -11900,7 +11121,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -11912,7 +11132,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -11931,7 +11150,11 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -11948,7 +11171,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -11960,7 +11182,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -11972,7 +11193,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -11984,7 +11204,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -11995,7 +11214,20 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", "endMarkerType": 0, "fills": Array [ Object { @@ -12007,7 +11239,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -12015,6 +11283,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -12032,7 +11301,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -12053,7 +11321,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -12076,24 +11343,37 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(0,187,211,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "226px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { - "background-color": "rgba(0,150,136,1.00)", + "background": "inherit", + "background-color": "rgba(0,187,211,1.00)", "display": "block", "height": "176px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", "width": "344px", }, }, - "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12117,8 +11397,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "image placeholder", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -12168,7 +11450,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", "endMarkerType": 0, "fills": Array [ Object { @@ -12176,11 +11488,47 @@ Object { "color": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "blue": 0.8274509803921568, + "green": 0.7333333333333333, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -12188,7 +11536,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -12221,6 +11571,7 @@ Object { "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", @@ -12229,11 +11580,11 @@ Object { "minimumLineHeight": 24, }, }, - "length": 22, + "length": 13, "location": 0, }, ], - "string": "Kangaroo Valley Safari", + "string": "Pre-fab Homes", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -12245,18 +11596,17 @@ Object { "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", "font-size": "24px", "height": "24px", - "left": "18px", + "left": "19px", "position": "absolute", "top": "137px", "visibility": "visible", - "width": "245px", + "width": "161px", }, }, - "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12266,11 +11616,11 @@ Object { "_class": "rect", "constrainProportions": false, "height": 24, - "width": 245, - "x": 18, + "width": 161, + "x": 19, "y": 137, }, - "glyphBounds": "{{0, 0}, {241, 24}}", + "glyphBounds": "{{0, 0}, {161, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -12279,7 +11629,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Kangaroo Valley Safari", + "maintainScrollPosition": false, + "name": "Pre-fab Homes 2", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -12287,13 +11638,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -12309,6 +11692,7 @@ Object { "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", @@ -12326,134 +11710,6 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 83, - "location": 0, - }, - ], - "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "48px", - "left": "18px", - "position": "absolute", - "top": "183px", - "visibility": "visible", - "width": "311px", - }, - }, - "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", - "height": 48, - "width": 311, - "x": 18, - "y": 183, - }, - "glyphBounds": "{{0, 0}, {311, 48}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Located two hours so 2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, Object { "_class": "group", "booleanOperation": 0, @@ -12461,18 +11717,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "36px", - "left": "76px", + "height": "24px", + "left": "209px", "position": "absolute", - "top": "260px", + "top": "188px", "visibility": "visible", - "width": "112px", + "width": "119px", }, }, - "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12481,11 +11736,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", - "height": 36, - "width": 112, - "x": 76, - "y": 260, + "height": 24, + "width": 119, + "x": 209, + "y": 188, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -12497,25 +11754,23 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "36px", - "left": "0px", + "height": "24px", + "left": "95px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "112px", + "width": "24px", }, }, - "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", - "edited": true, + "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12524,555 +11779,668 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 36, - "width": 112, - "x": 0, + "height": 24, + "width": 24, + "x": 95, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, - "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", - "opacity": 0.5, - }, - "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, - "length": 10, - "location": 0, }, - ], - "string": "LEARN MORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "12.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "87px", - }, - }, - "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 87, - "x": 12.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {86, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "LEARN MORE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "8px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", - "height": 36, - "width": 68, - "x": 8, - "y": 260, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", - "opacity": 0.5, - }, - "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", + ], + "type": "path", + }, ], - "type": "path", }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, + "web": Object { + "attributes": Array [], }, - ], - "string": "SHARE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "11.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "46px", }, - }, - "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", - "dontSynchroniseWithSymbol": false, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "3px", + "position": "absolute", + "top": "1.999899999999798px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 18, + "x": 3, + "y": 1.999899999999798, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.79111111111111099, 0.70682730923694814}", + "curveMode": 4, + "curveTo": "{0.83333333333333337, 0.70682730923694814}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.83333333333333337, 0.70682730923694814}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.72444444444444445, 0.74548192771084365}", + "curveMode": 4, + "curveTo": "{0.7533333333333333, 0.72188755020080353}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.72444444444444445, 0.74548192771084365}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33111111111111119, 0.52560240963855442}", + "curveMode": 4, + "curveTo": "{0.32833333333333337, 0.53714859437751028}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32833333333333337, 0.53714859437751028}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33333333333333337, 0.48995983935743004}", + "curveMode": 2, + "curveTo": "{0.33333333333333337, 0.51405622489959857}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33333333333333337, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.32833333333333337, 0.46686746987951833}", + "curveMode": 4, + "curveTo": "{0.33111111111111119, 0.47841365461847413}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.32833333333333337, 0.46686746987951833}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.28564257028112472}", + "curveMode": 4, + "curveTo": "{0.72000000000000008, 0.26054216867469898}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.72000000000000008, 0.26054216867469898}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.92555555555555558, 0.30120481927710863}", + "curveMode": 3, + "curveTo": "{0.7894444444444445, 0.30120481927710863}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.30120481927710863}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.067269076305220984}", + "curveMode": 2, + "curveTo": "{1, 0.23393574297188771}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", + "curveMode": 2, + "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 8.8817841970012528e-17}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.66666666666666663, 0.16265060240963869}", + "curveMode": 3, + "curveTo": "{0.66666666666666663, 0.067269076305220984}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.66666666666666663, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67166666666666663, 0.18574297188755035}", + "curveMode": 4, + "curveTo": "{0.66888888888888887, 0.17419678714859449}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.67166666666666663, 0.18574297188755035}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.36696787148594401}", + "curveMode": 4, + "curveTo": "{0.28000000000000003, 0.39206827309236975}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.28000000000000003, 0.39206827309236975}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.074444444444444438, 0.35140562248996005}", + "curveMode": 3, + "curveTo": "{0.21055555555555555, 0.35140562248996005}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.35140562248996005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.58534136546184767}", + "curveMode": 2, + "curveTo": "{0, 0.41867469879518093}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.21055555555555555, 0.65261044176706862}", + "curveMode": 3, + "curveTo": "{0.074444444444444438, 0.65261044176706862}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.65261044176706862}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.28000000000000003, 0.61194779116465892}", + "curveMode": 4, + "curveTo": "{0.25, 0.6370481927710846}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.28000000000000003, 0.61194779116465892}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.6727777777777777, 0.83132530120481973}", + "curveMode": 4, + "curveTo": "{0.67555555555555558, 0.82078313253012092}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.67555555555555558, 0.82078313253012092}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67111111111111121, 0.93423694779116495}", + "curveMode": 3, + "curveTo": "{0.67111111111111121, 0.84236947791164696}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.67111111111111121, 0.85341365461847429}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9227777777777777, 1}", + "curveMode": 2, + "curveTo": "{0.74388888888888893, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99555555555555564, 0.77259036144578308}", + "curveMode": 2, + "curveTo": "{0.99555555555555564, 0.93423694779116495}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.99555555555555564, 0.85341365461847385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.83333333333333337, 0.7068273092369477}", + "curveMode": 4, + "curveTo": "{0.92277777777777792, 0.7068273092369477}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.7068273092369477}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "share", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"share\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "47px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -13081,12 +12449,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 46, - "x": 11.5, - "y": 10, + "height": 24, + "width": 24, + "x": 47, + "y": 0, }, - "glyphBounds": "{{0, 0}, {45, 16}}", + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -13094,2528 +12465,1424 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "SHARE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "5px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "14px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "250px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", - "height": 3, - "width": 344, - "x": 0, - "y": 250, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.50694444444444431}", - "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.52083333333333326}", - "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "safari", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"safari\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`StencilCodeGenService should match md-components-cards-safari.sketch snapshot for 53 on stencil 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 14, + "x": 5, + "y": 3, }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 1, + "curveTo": "{0.8571428571428571, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.8571428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.064285714285714307, 1}", + "curveMode": 4, + "curveTo": "{0.14285714285714285, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.14285714285714285, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.88888888888888884}", + "curveMode": 4, + "curveTo": "{0, 0.95000000000000007}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.16666666666666666}", + "curveMode": 1, + "curveTo": "{0.5, 0.16666666666666666}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.16666666666666666}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.95000000000000007}", + "curveMode": 4, + "curveTo": "{1, 0.88888888888888884}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.93571428571428583, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.8571428571428571, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", + ], + "type": "path", + }, + ], }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "web": Object { + "attributes": Array [], }, - "position": 0, }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "304px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", - "height": 304, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", - "display": "block", - "height": "304px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 2, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 304, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": true, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", - "position": 0.05, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", - "position": 0, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", - "position": 0.950255322222858, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", }, - "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", - "position": 1, - }, - ], - "to": "{0.5, 1}", + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + ], + "maintainScrollPosition": false, + "name": "bookmark", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 1, }, - "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, + "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"bookmark\\"", + ], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "display": "block", - "height": "176px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 176, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 22, - "location": 0, + "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - ], - "string": "Kangaroo Valley Safari", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "24px", - "left": "18px", - "position": "absolute", - "top": "137px", - "visibility": "visible", - "width": "245px", - }, - }, - "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 245, - "x": 18, - "y": 137, - }, - "glyphBounds": "{{0, 0}, {241, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Kangaroo Valley Safari", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3.125px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18.75px", }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - }, - "length": 83, - "location": 0, - }, - ], - "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "48px", - "left": "18px", - "position": "absolute", - "top": "183px", - "visibility": "visible", - "width": "311px", - }, - }, - "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", - "height": 48, - "width": 311, - "x": 18, - "y": 183, - }, - "glyphBounds": "{{0, 0}, {311, 48}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Located two hours so 2", - "nameIsFixed": false, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 18.75, + "x": 3.125, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.63888888888888884, 1}", + "curveMode": 4, + "curveTo": "{0.75, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.75, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.46111111111111114, 0.91874999999999996}", + "curveMode": 4, + "curveTo": "{0.53888888888888886, 0.91874999999999996}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0.8125}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1111111111111111, 1}", + "curveMode": 3, + "curveTo": "{0.3611111111111111, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.25, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5}", + "curveMode": 3, + "curveTo": "{0, 0.88124999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.80555555555555558, 0.3125}", + "curveMode": 4, + "curveTo": "{0.19444444444444445, 0.3125}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.88124999999999998}", + "curveMode": 3, + "curveTo": "{1, 0.5}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 1}", + "curveMode": 4, + "curveTo": "{0.88888888888888884, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.75, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", + }, + }, + "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "favorite", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"favorite\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Buttons", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Buttons\\"", + ], }, }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "76px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "112px", + ], + "maintainScrollPosition": false, + "name": "homes", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"homes\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2D01F6AA-EF00-425B-A17B-ED2C957D63AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`StencilCodeGenService should match md-components-cards-pooch.sketch snapshot for 52 on stencil 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", - "height": 36, - "width": 112, - "x": 76, - "y": 260, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "112px", - }, - }, - "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 112, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", - "opacity": 0.5, - }, - "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "LEARN MORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "12.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "87px", + "position": 0.950255322222858, }, - }, - "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 87, - "x": 12.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {86, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "LEARN MORE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "8px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "68px", + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", - "height": 36, - "width": 68, - "x": 8, - "y": 260, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", - "opacity": 0.5, - }, - "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - ], - "string": "SHARE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "11.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "46px", - }, - }, - "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 46, - "x": 11.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {45, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "SHARE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "250px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", - "height": 3, - "width": 344, - "x": 0, - "y": 250, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.50694444444444431}", - "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.52083333333333326}", - "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - }, - ], - "name": "safari", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + ], "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"safari\\"", - ], - }, }, ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, }, - "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { - "pageListHeight": 110, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`StencilCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 52 on stencil 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", - "name": "Material/Light/Card", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.12, + "alpha": 0.5438462409, "blue": 0, "green": 0, "red": 0, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, + "verticalAlignment": 0, + }, "windingRule": 1, }, }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", - "name": "Material/Light/Subhead", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", "value": Object { "_class": "style", "endMarkerType": 0, @@ -15635,15 +13902,15 @@ Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 24, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, "verticalAlignment": 0, @@ -15656,7 +13923,7 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], @@ -15682,7 +13949,7 @@ Object { "Roboto-Medium", ], "pagesAndArtboards": Object { - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, @@ -15702,7 +13969,7 @@ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -15740,7 +14007,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -15748,10 +14015,10 @@ Object { "width": "344px", }, }, - "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -15770,8 +14037,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", - "height": 208, + "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", + "height": 136, "width": 344, "x": 0, "y": 0, @@ -15797,7 +14064,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -15805,11 +14072,11 @@ Object { "width": "344px", }, }, - "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -15819,7 +14086,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 208, + "height": 136, "width": 344, "x": 0, "y": 0, @@ -15833,7 +14100,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "card 2", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -15881,7 +14148,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -16021,7 +14288,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -16090,191 +14357,341 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card\\"", + "aria-label=\\"card 2\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 13, - "location": 0, - }, - ], - "string": "Welcome Back!", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,150,136,1.00)", + "background-color": "rgba(0,0,0,0.25)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "18px", + "height": "136px", + "left": "0px", "position": "absolute", - "top": "22px", + "top": "0px", "visibility": "visible", - "width": "166px", + "width": "88px", }, }, - "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", - "dontSynchroniseWithSymbol": false, + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 32, - "width": 166, - "x": 18, - "y": 22, + "height": 136, + "width": 88, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {165, 28}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Welcome Back!", - "nameIsFixed": false, - "resizingConstraint": 47, + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.8703294837, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 24, + "size": 16, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 54, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, "location": 0, }, ], - "string": "It’s been a while, have you read any new books lately?", + "string": "REVIEW", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "48px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "61px", + "top": "100px", "visibility": "visible", - "width": "204px", + "width": "51px", }, }, - "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16283,13 +14700,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", - "height": 48, - "width": 204, - "x": 19, - "y": 61, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {204, 48}}", + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16298,73 +14714,109 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "It’s been a while, h", + "name": "REVIEW", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 11, + "location": 0, + }, + ], + "string": "FREE SAMPLE", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "36px", - "left": "77px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "165px", + "top": "100px", "visibility": "visible", - "width": "54px", + "width": "92px", }, }, - "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16373,13 +14825,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", - "height": 36, - "width": 54, - "x": 77, - "y": 165, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16387,343 +14838,239 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "54px", - }, - }, - "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 54, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", + "lineSpacingBehaviour": 0, + "name": "FREE SAMPLE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", - "opacity": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 14, }, - "length": 3, - "location": 0, }, - ], - "string": "YES", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "14.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "26px", - }, - }, - "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 26, - "x": 14.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {25, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "YES", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "length": 14, + "location": 0, }, + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", + "position": "absolute", + "top": "43px", + "visibility": "visible", + "width": "95px", }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, + }, + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 95, + "x": 107, + "y": 43, + }, + "glyphBounds": "{{0, 0}, {93, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "36px", - "left": "8px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", "position": "absolute", - "top": "165px", + "top": "10px", "visibility": "visible", - "width": "68px", + "width": "95px", }, }, - "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16732,13 +15079,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", - "height": 36, - "width": 68, - "x": 8, - "y": 165, + "height": 32, + "width": 95, + "x": 106, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {94, 32}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16746,581 +15092,195 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", + "lineSpacingBehaviour": 0, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, - "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "pooch", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"pooch\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { + "pageListHeight": 110, + }, + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`StencilCodeGenService should match md-components-cards-pooch.sketch snapshot for 53 on stencil 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", - "opacity": 0.5, - }, - "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "NO", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "24.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", - "height": 16, - "width": 20, - "x": 24.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {20, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NO", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "154px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", - "height": 3, - "width": 344, - "x": 0, - "y": 154, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Line", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.52777777777777746}", - "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.58333333333333326}", - "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Welcome back", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Welcome back\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { - "pageListHeight": 110, - }, - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`StencilCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 53 on stencil 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { "_class": "gradientStop", @@ -17476,7 +15436,7 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", "name": "Material/Light/Divider", "value": Object { "_class": "style", @@ -17513,8 +15473,8 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", - "name": "Material/Light/Subhead", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", "endMarkerType": 0, @@ -17525,7 +15485,7 @@ Object { "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, + "alpha": 0.5438462409, "blue": 0, "green": 0, "red": 0, @@ -17534,15 +15494,15 @@ Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -17550,12 +15510,51 @@ Object { "windingRule": 1, }, }, - ], - }, + Object { + "_class": "sharedStyle", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], @@ -17581,7 +15580,7 @@ Object { "Roboto-Medium", ], "pagesAndArtboards": Object { - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, @@ -17597,7 +15596,7 @@ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -17638,7 +15637,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -17646,10 +15645,10 @@ Object { "width": "344px", }, }, - "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -17668,8 +15667,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", - "height": 208, + "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", + "height": 136, "width": 344, "x": 0, "y": 0, @@ -17698,7 +15697,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -17706,11 +15705,11 @@ Object { "width": "344px", }, }, - "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -17720,7 +15719,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 208, + "height": 136, "width": 344, "x": 0, "y": 0, @@ -17734,7 +15733,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "card 2", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -17782,7 +15781,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -17922,7 +15921,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -17991,9 +15990,283 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card\\"", + "aria-label=\\"card 2\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.25)", + "display": "block", + "height": "136px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 136, + "width": 88, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "text", @@ -18013,21 +16286,22 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 13, + "length": 6, "location": 0, }, ], - "string": "Welcome Back!", + "string": "REVIEW", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -18036,21 +16310,21 @@ Object { "rules": Object { "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "18px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "22px", + "top": "100px", "visibility": "visible", - "width": "166px", + "width": "51px", }, }, - "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18059,12 +16333,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 32, - "width": 166, - "x": 18, - "y": 22, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {165, 28}}", + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18073,7 +16347,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Welcome Back!", + "name": "REVIEW", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -18081,13 +16355,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -18099,13 +16373,14 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -18128,54 +16403,53 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 54, + "length": 11, "location": 0, }, ], - "string": "It’s been a while, have you read any new books lately?", + "string": "FREE SAMPLE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "48px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "61px", + "top": "100px", "visibility": "visible", - "width": "204px", + "width": "92px", }, }, - "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18184,13 +16458,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", - "height": 48, - "width": 204, - "x": 19, - "y": 61, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {204, 48}}", + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18199,73 +16472,110 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "It’s been a while, h", + "name": "FREE SAMPLE", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 14, + "location": 0, + }, + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.54)", "display": "block", - "height": "36px", - "left": "77px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", "position": "absolute", - "top": "165px", + "top": "43px", "visibility": "visible", - "width": "54px", + "width": "95px", }, }, - "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18274,16 +16584,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", - "height": 36, - "width": 54, - "x": 77, - "y": 165, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 20, + "width": 95, + "x": 107, + "y": 43, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {93, 20}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18291,343 +16597,113 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "54px", - }, - }, - "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 54, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", - "opacity": 0.5, - }, - "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 3, - "location": 0, - }, - ], - "string": "YES", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "14.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "26px", - }, - }, - "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 26, - "x": 14.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {25, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "YES", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "36px", - "left": "8px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", "position": "absolute", - "top": "165px", + "top": "10px", "visibility": "visible", - "width": "68px", + "width": "95px", }, }, - "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18636,16 +16712,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", - "height": 36, - "width": 68, - "x": 8, - "y": 165, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 32, + "width": 95, + "x": 106, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {94, 32}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18653,443 +16725,57 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", + "lineSpacingBehaviour": 0, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - }, - "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", - "opacity": 0.5, - }, - "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "NO", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "24.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", - "height": 16, - "width": 20, - "x": 24.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {20, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NO", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, + "verticalAlignment": 0, }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "154px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", - "height": 3, - "width": 344, - "x": 0, - "y": 154, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Line", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.52777777777777746}", - "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.58333333333333326}", - "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, ], - "name": "Welcome back", + "name": "pooch", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -19097,7 +16783,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -19106,7 +16792,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"Welcome back\\"", + "aria-label=\\"pooch\\"", ], }, }, @@ -19133,10 +16819,10 @@ Object { ], "previews": Array [], "user": Object { - "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { "pageListHeight": 110, }, - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "scrollOrigin": "{160, 160}", "zoomValue": 1, }, @@ -19148,13 +16834,17 @@ Object { } `; -exports[`StencilCodeGenService should match md-components-chips-open-chip.sketch snapshot for 52 on stencil 1`] = ` +exports[`StencilCodeGenService should match md-components-cards-pooch.sketch snapshot for 59 on stencil 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "do_objectID": "4B1A9331-4617-4A21-B711-BE5F8924794F", + "exportPresets": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -19164,7 +16854,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "do_objectID": "69B317A2-7627-4FC2-A275-B06F3229E81E", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -19173,10 +16863,26 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "name": "Material/Light/Card", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -19187,6 +16893,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19254,6 +16965,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19313,6 +17029,20 @@ Object { "thickness": 0.5, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0E4EE3DD-559D-4D15-B962-74EBE5A82DB0", "endMarkerType": 0, "fills": Array [ Object { @@ -19324,7 +17054,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -19332,6 +17098,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -19381,30 +17148,97 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "name": "Material/Icon white", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "name": "Material/Light/Divider", "value": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "position": 0, + "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D1660E01-8DB4-448C-9F7D-D0A333CE5A83", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -19420,12 +17254,46 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A1F549B8-1061-4ED6-BA84-122DBECF75E7", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -19459,75 +17327,70 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "name": "Material/Dark/Body 1 secondary", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", "value": Object { "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "name": "Material/Dark/Subhead", - "value": Object { - "_class": "style", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1450729C-392E-421D-8ACB-CAB7C2715807", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 24, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, "verticalAlignment": 0, @@ -19540,52 +17403,49 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 121, }, "fonts": Array [ "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -19601,6 +17461,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -19623,19 +17486,28 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "184px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", - "exportFormats": Array [], + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -19643,12 +17515,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", - "height": 184, - "width": 296, + "height": 136, + "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -19664,36 +17538,49 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "186px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "184px", + "height": "136px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 2, + "fixedRadius": 3, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 184, - "width": 296, + "height": 136, + "width": 344, "x": 0, "y": 0, }, @@ -19706,13 +17593,15 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "chip bg", + "maintainScrollPosition": false, + "name": "card 2", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", @@ -19722,7 +17611,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", @@ -19732,7 +17621,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", @@ -19742,7 +17631,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", @@ -19754,10 +17643,26 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -19768,6 +17673,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19835,6 +17745,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19894,7 +17809,20 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -19906,7 +17834,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -19914,6 +17878,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -19963,487 +17928,486 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"chip bg\\"", + "aria-label=\\"card 2\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 44px rgba(0,0,0,0.25)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "186px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "138px", + }, + }, "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.25)", "display": "block", - "height": "56px", + "height": "136px", "left": "0px", + "overflow": "hidden", "position": "absolute", - "top": "128px", + "top": "0px", "visibility": "visible", - "width": "296px", + "width": "88px", }, }, - "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", - "height": 56, - "width": 296, + "height": 136, + "width": 88, "x": 0, - "y": 128, + "y": 0, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "maintainScrollPosition": false, + "name": "image placeholder", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", - }, - }, - "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.5438462409, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "position": 1, }, - "length": 16, - "location": 0, - }, - ], - "string": "email3@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "14px", - "visibility": "visible", - "width": "121px", + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 14, - }, - "glyphBounds": "{{0, 0}, {120, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "email3@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", }, ], - "name": "email 3", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 3\\"", + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "REVIEW", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "56px", - "left": "0px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "72px", + "top": "100px", "visibility": "visible", - "width": "296px", + "width": "51px", }, }, - "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -20452,13 +18416,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", - "height": 56, - "width": 296, - "x": 0, - "y": 72, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -20466,442 +18429,142 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "REVIEW", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 16, - "location": 0, - }, - ], - "string": "email2@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "15px", - "visibility": "visible", - "width": "121px", - }, - }, - "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 15, - }, - "glyphBounds": "{{0, 0}, {120, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "email2@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], + "length": 11, + "location": 0, }, - }, - ], - "name": "email 2", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 2\\"", ], + "string": "FREE SAMPLE", }, - }, - Object { - "_class": "group", + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "72px", - "left": "0px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "0px", + "top": "100px", "visibility": "visible", - "width": "296px", + "width": "92px", }, }, - "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -20910,13 +18573,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", - "height": 72, - "width": 296, - "x": 0, - "y": 0, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -20924,1507 +18586,730 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "72px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "FREE SAMPLE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 72, - "width": 296, - "x": 0, - "y": 0, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 14, + "location": 0, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 1, - "curveTo": "{0.9932432432432432, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.9932432432432432, 0}", + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", + "position": "absolute", + "top": "43px", + "visibility": "visible", + "width": "95px", + }, + }, + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 95, + "x": 107, + "y": 43, + }, + "glyphBounds": "{{0, 0}, {93, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0030405405405404635, 0}", - "curveMode": 4, - "curveTo": "{0.0067567567567567571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0067567567567567571, 0}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.027777777777777776}", - "curveMode": 4, - "curveTo": "{0, 0.012499999999999685}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.027777777777777776}", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "95px", + }, + }, + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 95, + "x": 106, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {94, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "pooch", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"pooch\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CF3835DE-4882-4452-A2CD-B75697A2E4CF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { + "pageListHeight": 110, + }, + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`StencilCodeGenService should match md-components-cards-safari.sketch snapshot for 52 on stencil 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.012499999999999685}", - "curveMode": 4, - "curveTo": "{1, 0.027777777777777776}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 4, - "curveTo": "{0.99695945945945952, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9932432432432432, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "260px", - "position": "absolute", - "top": "24px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", - "height": 24, - "width": 24, - "x": 260, - "y": 24, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, Object { - "_class": "shapeGroup", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "2px", - "position": "absolute", - "top": "2px", - "visibility": "visible", - "width": "20px", - }, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", - "height": 20, - "width": 20, - "x": 2, - "y": 2, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", - "height": 20, - "width": 20, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000001, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22500000000000001}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000002}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77500000000000002, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000001, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000002}", - "curveMode": 2, - "curveTo": "{1, 0.22500000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77500000000000002, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "10px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "10px", - }, - }, - "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", - "height": 10, - "width": 10, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 0}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.35999999999999999}", - "curveMode": 1, - "curveTo": "{0.5, 0.35999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.35999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 0}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{0, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.35999999999999999, 0.5}", - "curveMode": 1, - "curveTo": "{0.35999999999999999, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.35999999999999999, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{0, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 1}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.64000000000000001}", - "curveMode": 1, - "curveTo": "{0.5, 0.64000000000000001}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.64000000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 1}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{1, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.64000000000000001, 0.5}", - "curveMode": 1, - "curveTo": "{0.64000000000000001, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.64000000000000001, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Shape", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"shapeGroup\\"", - "aria-label=\\"Shape\\"", - ], - }, - "windingRule": 1, + "position": 1, }, ], - "name": "cancel", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"cancel\\"", - ], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 22, - "location": 0, - }, - ], - "string": "primaryemail@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,0.70)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "35px", - "visibility": "visible", - "width": "161px", - }, - }, - "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 161, - "x": 72, - "y": 35, - }, - "glyphBounds": "{{0, 0}, {160, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "primaryemail@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 12, - "location": 0, - }, - ], - "string": "Contact Name", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "24px", - "left": "72px", - "position": "absolute", - "top": "12px", - "visibility": "visible", - "width": "104px", - }, - }, - "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 104, - "x": 72, - "y": 12, - }, - "glyphBounds": "{{0, 0}, {103, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Contact Name", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 16, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", - ], - }, - }, - ], - "name": "open chip", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"open chip\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { - "scrollOrigin": "{161, 161}", - "zoomValue": 1, - }, - "C3625949-D986-454A-9835-E894A1794432": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`StencilCodeGenService should match md-components-chips-open-chip.sketch snapshot for 53 on stencil 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "C3625949-D986-454A-9835-E894A1794432", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, "contextSettings": Object { "_class": "graphicsContextSettings", @@ -22463,29 +19348,27 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "name": "Material/Icon white", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", "value": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, "fillType": 0, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "position": 0, + "thickness": 1, }, ], + "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -22499,171 +19382,57 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "name": "Material/Dark/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "name": "Material/Dark/Subhead", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, + "appVersion": "49.3", + "build": 51167, + "commit": "2b45d75f77b3d86c8cfab3e1090bcc520c37ea74", + "compatibilityVersion": 93, "variant": "NONAPPSTORE", - "version": 116, + "version": 101, }, "fonts": Array [ "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -22679,9 +19448,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -22704,19 +19470,29 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "184px", + "height": "304px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", - "exportFormats": Array [], + "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -22724,15 +19500,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", - "height": 184, - "width": 296, + "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", + "height": 304, + "width": 344, "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -22754,19 +19527,19 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "184px", + "height": "304px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -22776,8 +19549,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 184, - "width": 296, + "height": 304, + "width": 344, "x": 0, "y": 0, }, @@ -22790,7 +19563,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "chip bg", + "name": "card", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -22800,6 +19573,7 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", + "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -22810,6 +19584,7 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", + "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -22820,6 +19595,7 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", + "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -22830,6 +19606,7 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", + "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -22838,7 +19615,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -22852,6 +19629,7 @@ Object { "green": 0.592, "red": 0.592, }, + "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -22868,6 +19646,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -22879,6 +19658,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -22890,6 +19670,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -22901,6 +19682,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -22919,6 +19701,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -22935,6 +19718,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -22946,6 +19730,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -22957,6 +19742,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -22968,6 +19754,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -22978,7 +19765,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", "endMarkerType": 0, "fills": Array [ Object { @@ -23015,6 +19802,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -23035,6 +19823,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -23047,223 +19836,654 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"chip bg\\"", + "aria-label=\\"card\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(0,150,136,1.00)", "display": "block", - "height": "56px", + "height": "176px", "left": "0px", "position": "absolute", - "top": "128px", + "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", - "height": 56, - "width": 296, + "height": 176, + "width": 344, "x": 0, - "y": 128, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 0, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "length": 22, + "location": 0, + }, + ], + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "76px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 10, "location": 0, }, ], - "string": "email3@email.com", + "string": "LEARN MORE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "20px", - "left": "72px", + "height": "38px", + "left": "12.5px", "position": "absolute", - "top": "14px", + "top": "10px", "visibility": "visible", - "width": "121px", + "width": "87px", }, }, - "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23272,12 +20492,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 14, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {86, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -23286,43 +20506,41 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email3@email.com", + "name": "LEARN MORE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -23334,31 +20552,90 @@ Object { "attributes": Array [], }, }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "oval", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", "display": "block", - "height": "40px", - "left": "12px", + "height": "36px", + "left": "0px", "position": "absolute", - "top": "8px", + "top": "0px", "visibility": "visible", - "width": "40px", + "width": "68px", }, }, - "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", - "edited": false, + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23367,10 +20644,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, + "height": 36, + "width": 68, + "x": 0, + "y": 0, }, "hasClippingMask": false, "isClosed": true, @@ -23380,272 +20657,99 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "mask", + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, "hasCurveTo": true, - "point": "{1, 0.5}", + "point": "{0.97058823529411764, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "email 3", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 3\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "72px", - "visibility": "visible", - "width": "296px", - }, - }, - "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", - "height": 56, - "width": 296, - "x": 0, - "y": 72, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", }, - }, - "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{0.97058823529411764, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", + "curveFrom": "{1, 0.94444444444444442}", "curveMode": 1, - "curveTo": "{1, 0}", + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -23654,18 +20758,33 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "text", @@ -23677,54 +20796,53 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 5, "location": 0, }, ], - "string": "email2@email.com", + "string": "SHARE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "20px", - "left": "72px", + "height": "38px", + "left": "11.5px", "position": "absolute", - "top": "15px", + "top": "10px", "visibility": "visible", - "width": "121px", + "width": "46px", }, }, - "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23733,12 +20851,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 15, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {45, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -23747,43 +20865,41 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email2@email.com", + "name": "SHARE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -23795,164 +20911,8 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, ], - "name": "email 2", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -23960,7 +20920,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -23969,29 +20929,30 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"email 2\\"", + "aria-label=\\"Button\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "72px", + "height": "3px", "left": "0px", "position": "absolute", - "top": "0px", + "top": "250px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -24000,1998 +20961,1264 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", - "height": 72, - "width": 296, + "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", + "height": 3, + "width": 344, "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 250, }, - "hasClickThrough": false, "hasClippingMask": false, + "isClosed": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "72px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 72, - "width": 296, - "x": 0, - "y": 0, + ], + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`StencilCodeGenService should match md-components-cards-safari.sketch snapshot for 53 on stencil 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 1, - "curveTo": "{0.9932432432432432, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.9932432432432432, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0030405405405404635, 0}", - "curveMode": 4, - "curveTo": "{0.0067567567567567571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0067567567567567571, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.027777777777777776}", - "curveMode": 4, - "curveTo": "{0, 0.012499999999999685}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.012499999999999685}", - "curveMode": 4, - "curveTo": "{1, 0.027777777777777776}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 4, - "curveTo": "{0.99695945945945952, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9932432432432432, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", - ], - "type": "path", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "260px", - "position": "absolute", - "top": "24px", - "visibility": "visible", - "width": "24px", + "position": 0.950255322222858, }, - }, - "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", - "height": 24, - "width": 24, - "x": 260, - "y": 24, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", + "position": 0.2, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "shapeGroup", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "2px", - "position": "absolute", - "top": "2px", - "visibility": "visible", - "width": "20px", + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", + "position": 0, }, - }, - "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", - "height": 20, - "width": 20, - "x": 2, - "y": 2, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", - "height": 20, - "width": 20, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000001, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22500000000000001}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000002}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77500000000000002, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000001, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000002}", - "curveMode": 2, - "curveTo": "{1, 0.22500000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77500000000000002, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", + "position": 0.8, }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "10px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "10px", - }, - }, - "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", - "height": 10, - "width": 10, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 0}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.35999999999999999}", - "curveMode": 1, - "curveTo": "{0.5, 0.35999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.35999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 0}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{0, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.35999999999999999, 0.5}", - "curveMode": 1, - "curveTo": "{0.35999999999999999, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.35999999999999999, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{0, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 1}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.64000000000000001}", - "curveMode": 1, - "curveTo": "{0.5, 0.64000000000000001}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.64000000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 1}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{1, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.64000000000000001, 0.5}", - "curveMode": 1, - "curveTo": "{0.64000000000000001, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.64000000000000001, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", - ], - "type": "path", - }, - ], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "web": Object { - "attributes": Array [], + "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", + "position": 1, }, ], - "name": "Shape", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"shapeGroup\\"", - "aria-label=\\"Shape\\"", - ], - }, - "windingRule": 1, + "to": "{0.5, 1}", }, - ], - "name": "cancel", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"cancel\\"", - ], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 22, - "location": 0, - }, - ], - "string": "primaryemail@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,0.70)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "35px", - "visibility": "visible", - "width": "161px", - }, - }, - "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 161, - "x": 72, - "y": 35, - }, - "glyphBounds": "{{0, 0}, {160, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "primaryemail@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 12, - "location": 0, - }, - ], - "string": "Contact Name", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "24px", - "left": "72px", - "position": "absolute", - "top": "12px", - "visibility": "visible", - "width": "104px", - }, - }, - "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 104, - "x": 72, - "y": 12, - }, - "glyphBounds": "{{0, 0}, {103, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Contact Name", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, + ], + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "40px", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 16, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], + "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", - "endMarkerType": 0, - "miterLimit": 10, + ], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", ], }, }, - ], - "name": "open chip", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"open chip\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { - "scrollOrigin": "{187, 187}", - "zoomValue": 1, - }, - "C3625949-D986-454A-9835-E894A1794432": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`StencilCodeGenService should match md-components-date-picker.sketch snapshot for 52 on stencil 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", - "name": "Material/Light/Dialog", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", - "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 105, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", - ], - "variant": "NONAPPSTORE", - "version": 112, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "556px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", - }, - }, - "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", - "height": 556, - "width": 320, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 2, - "layers": Array [ Object { - "_class": "shapePath", + "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(0,150,136,1.00)", "display": "block", - "height": "555.999999998099px", - "left": "-0.00000201463535631774px", + "height": "176px", + "left": "0px", "position": "absolute", - "top": "-3.019895302713849e-7px", + "top": "0px", "visibility": "visible", - "width": "320.0000020097797px", + "width": "344px", }, }, - "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", - "edited": true, + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", - "height": 555.999999998099, - "width": 320.0000020097797, - "x": -0.00000201463535631774, - "y": -3.019895302713849e-7, + "height": 176, + "width": 344, + "x": 0, + "y": 0, }, - "hasClippingMask": true, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": true, + "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "dialog bg", + "name": "image placeholder", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "cornerRadius": 0, + "curveFrom": "{0, 0}", "curveMode": 1, - "curveTo": "{1.2468725677856276, 0.75157476876403528}", - "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "curveTo": "{0, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{0.99999999579623011, 1}", + "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "cornerRadius": 0, + "curveFrom": "{0, 1}", "curveMode": 1, - "curveTo": "{0.24954874040058797, 1.2495487419762428}", - "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "curveTo": "{0, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{-7.4954264546158371e-12, 1}", + "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "cornerRadius": 0, + "curveFrom": "{1, 1}", "curveMode": 1, - "curveTo": "{-0.25090333211297938, 0.25000080577825212}", - "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "curveTo": "{1, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "cornerRadius": 0, + "curveFrom": "{1, 0}", "curveMode": 1, - "curveTo": "{0.75044518048476361, -0.25022102273838404}", - "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "curveTo": "{1, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1.0000000000151725, 5.4314714836243111e-10}", + "point": "{1, 0}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, + "fillType": 0, "isEnabled": true, - "position": 1, - "thickness": 0.5, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - ], - "to": "{0.5, 1}", + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "length": 22, + "location": 0, }, ], - "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + "blue": 1, + "green": 1, + "red": 1, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.22, + "alpha": 0.8700000048, "blue": 0, "green": 0, "red": 0, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, }, - ], - "startMarkerType": 0, + "verticalAlignment": 0, + }, "windingRule": 1, }, - "svg": Object { - "offset": 0.5, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"0.5\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", - ], - "type": "path", - }, - ], - }, + "textBehaviour": 1, "web": Object { "attributes": Array [], }, @@ -26003,18 +22230,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "16px", - "left": "172px", + "height": "36px", + "left": "76px", "position": "absolute", - "top": "519px", + "top": "260px", "visibility": "visible", - "width": "114px", + "width": "112px", }, }, - "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26023,11 +22250,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", - "height": 16, - "width": 114, - "x": 172, - "y": 519, + "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -26039,89 +22269,25 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 1, - }, - ], - "string": "OK", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "19px", - "left": "95px", + "height": "36px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "20px", + "width": "112px", }, }, - "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", - "dontSynchroniseWithSymbol": false, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26130,72 +22296,135 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 19, - "width": 20, - "x": 95, + "height": 36, + "width": 112, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {19, 16}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "OK", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", }, - "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", - "endMarkerType": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, @@ -26222,45 +22451,18 @@ Object { "size": 14, }, }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 5, + "length": 10, "location": 0, }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, - }, ], - "string": "CANCEL", + "string": "LEARN MORE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -26271,19 +22473,19 @@ Object { "display": "block", "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "16px", - "left": "0px", + "height": "38px", + "left": "12.5px", "position": "absolute", - "top": "0px", + "top": "10px", "visibility": "visible", - "width": "56px", + "width": "87px", }, }, - "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26292,13 +22494,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", - "height": 16, - "width": 56, - "x": 0, - "y": 0, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {56, 16}}", + "glyphBounds": "{{0, 0}, {86, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -26307,7 +22508,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "CANCEL", + "name": "LEARN MORE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -26315,23 +22516,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -26347,10 +22538,10 @@ Object { "size": 14, }, }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -26364,7 +22555,7 @@ Object { }, }, ], - "name": "ok + cancel", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -26372,7 +22563,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -26381,7 +22572,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"ok + cancel\\"", + "aria-label=\\"Button\\"", ], }, }, @@ -26392,18 +22583,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "199px", - "left": "0px", + "height": "36px", + "left": "8px", "position": "absolute", - "top": "0px", + "top": "260px", "visibility": "visible", - "width": "320px", + "width": "68px", }, }, - "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26412,11 +22603,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", - "height": 199, - "width": 320, - "x": 0, - "y": 0, + "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -26434,19 +22628,19 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "199px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "320px", + "width": "68px", }, }, - "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26455,8 +22649,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 199, - "width": 320, + "height": 36, + "width": 68, "x": 0, "y": 0, }, @@ -26468,191 +22662,99 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "header bg", + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", - "hasCurveFrom": false, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{1, 0.94444444444444442}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24746906759014342, -0.24902547682027013}", - "curveMode": 1, - "curveTo": "{-0.24746906759014342, 0.24902547682027015}", - "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", - "curveMode": 1, - "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", - "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", - "hasCurveFrom": false, + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{0.029411764705882353, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "31.99999999997413px", - "left": "1.060561771737412e-7px", - "position": "absolute", - "top": "2.546585164964199e-11px", - "visibility": "visible", - "width": "319.9999998939438px", + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", }, - }, - "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", - "height": 31.99999999997413, - "width": 319.9999998939438, - "x": 1.060561771737412e-7, - "y": 2.546585164964199e-11, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bar", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", - "curveMode": 1, - "curveTo": "{0.25000000504962155, 1.2500000000002023}", - "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", - "hasCurveFrom": false, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{4.9667651341541571e-09, 1.0000000000000002}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24687257374643226, -0.24842523169513558}", - "curveMode": 1, - "curveTo": "{-0.24687257440928329, 0.24842523169351868}", - "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + "point": "{0.97058823529411764, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2507861404771796, 0.2507861405226906}", - "curveMode": 1, - "curveTo": "{0.74921385952282049, -0.2507861402658404}", - "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.2842510388477008e-10}", + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveFrom": "{1, 0.94444444444444442}", "curveMode": 1, - "curveTo": "{1.2580645141857014, 0.75806451674907216}", - "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 1.0000000000000002}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -26661,27 +22763,14 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.4823529411764705, - "green": 0.5372549019607843, - "red": 0, - }, - "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -26691,8 +22780,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,137,123,1.00)\\"", - "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], "type": "path", }, @@ -26713,15 +22802,15 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 80, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, @@ -26731,34 +22820,34 @@ Object { "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 2, + "length": 5, "location": 0, }, ], - "string": "13", + "string": "SHARE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(255,255,255,1.00)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "80px", - "height": "212px", - "left": "114.5px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "11.5px", "position": "absolute", - "top": "70px", + "top": "10px", "visibility": "visible", - "width": "91px", + "width": "46px", }, }, - "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26767,12 +22856,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 212, - "width": 91, - "x": 114.5, - "y": 70, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {90, 94}}", + "glyphBounds": "{{0, 0}, {45, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -26781,132 +22870,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 6, - "location": 0, - }, - ], - "string": "Friday", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "140.5px", - "position": "absolute", - "top": "7px", - "visibility": "visible", - "width": "39px", - }, - }, - "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 39, - "x": 140.5, - "y": 7, - }, - "glyphBounds": "{{0, 0}, {38, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Friday", + "name": "SHARE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -26914,25 +22878,25 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, @@ -26952,264 +22916,8 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 3, - "location": 0, - }, - ], - "string": "MAR", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "133.5px", - "position": "absolute", - "top": "46px", - "visibility": "visible", - "width": "53px", - }, - }, - "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 53, - "x": 133.5, - "y": 46, - }, - "glyphBounds": "{{0, 0}, {52, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "MAR", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 4, - "location": 0, - }, - ], - "string": "2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "132.5px", - "position": "absolute", - "top": "162px", - "visibility": "visible", - "width": "55px", - }, - }, - "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 55, - "x": 132.5, - "y": 162, - }, - "glyphBounds": "{{0, 0}, {54, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", - "opacity": 0.5423274253731343, - }, - "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, ], - "name": "header", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -27217,7 +22925,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -27226,29 +22934,30 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"header\\"", + "aria-label=\\"Button\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "288px", - "left": "21px", + "height": "3px", + "left": "0px", "position": "absolute", - "top": "211px", + "top": "250px", "visibility": "visible", - "width": "278px", + "width": "344px", }, }, - "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -27257,5673 +22966,44465 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", - "height": 288, - "width": 278, - "x": 21, - "y": 211, + "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", + "height": 3, + "width": 344, + "x": 0, + "y": 250, }, - "hasClickThrough": true, "hasClippingMask": false, + "isClosed": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "34px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", - "height": 14, - "width": 278, - "x": 0, - "y": 34, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + ], + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`StencilCodeGenService should match md-components-cards-safari.sketch snapshot for 59 on stencil 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "B942A9A6-E496-4B25-A9A9-81AC2108F6C9", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BED55B92-66FF-4E8F-A709-745BAD777E1B", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "M", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", - "height": 14, - "width": 14, - "x": 44, - "y": 0, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "M", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "911371BB-173C-4187-A744-2C860A116095", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "S", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4FBD87AE-A8B3-430F-9AEE-F509FBF7B62E", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", - "height": 14, - "width": 14, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "W", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", - "height": 14, - "width": 14, - "x": 132, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "W", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "T", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", - "height": 14, - "width": 14, - "x": 176, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "F", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", - "height": 14, - "width": 14, - "x": 220, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "F", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FF1343AD-DDEE-42ED-8A8E-5EEB85CA53DC", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "354px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "304px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0.05, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "T", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", - "height": 14, - "width": 14, - "x": 88, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "weekdays", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"weekdays\\"", - ], + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "border-radius": "50%", - "display": "block", - "height": "44px", - "left": "161px", - "position": "absolute", - "top": "143px", - "visibility": "visible", - "width": "44px", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 44, - "width": 44, - "x": 161, - "y": 143, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "selection", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"selection\\"", - ], + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "226px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", }, }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "display": "block", + "height": "176px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 176, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "image placeholder", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "214px", - "left": "0px", - "position": "absolute", - "top": "74px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, - }, - "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", - "height": 214, - "width": 278, - "x": 0, - "y": 74, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "30", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", - "height": 14, - "width": 14, - "x": 0, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "30", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "31", + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", - "height": 14, - "width": 14, - "x": 44, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "31", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "length": 22, + "location": 0, + }, + ], + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "1", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, - "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "76px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", ], - "string": "16", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", - "height": 14, - "width": 14, - "x": 0, - "y": 124, + "type": "path", }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "16", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, }, - "verticalAlignment": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 10, + "location": 0, }, + ], + "string": "LEARN MORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "12.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "87px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "17", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + }, + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {86, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "LEARN MORE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", - "height": 14, - "width": 14, - "x": 44, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "17", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], - "string": "19", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, + "type": "path", }, - "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", - "height": 14, - "width": 14, - "x": 132, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "19", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "20", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", - "height": 14, - "width": 14, - "x": 176, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "20", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, + ], + "string": "SHARE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "11.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "46px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "21", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + }, + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {45, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "SHARE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", - "height": 14, - "width": 14, - "x": 220, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "21", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "22", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", - "height": 14, - "width": 14, - "x": 264, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "22", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "250px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 344, + "x": 0, + "y": 250, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C43A3796-415D-48DC-B7DC-F4DAB0E3D04F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`StencilCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 52 on stencil 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.05, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "18", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", - "height": 14, - "width": 14, - "x": 88, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "18", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "23", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", - "height": 14, - "width": 14, - "x": 0, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "23", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "24", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", - "height": 14, - "width": 14, - "x": 44, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "24", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "26", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", - "height": 14, - "width": 14, - "x": 132, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "26", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "27", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", - "height": 14, - "width": 14, - "x": 176, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "27", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "28", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0.05, }, - }, - "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", - "height": 14, - "width": 14, - "x": 220, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "28", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "29", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0.2, }, - }, - "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", - "height": 14, - "width": 14, - "x": 264, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "29", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "25", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", - "height": 14, - "width": 14, - "x": 88, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "25", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "13", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + "position": 0.950255322222858, }, - }, - "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", - "height": 14, - "width": 14, - "x": 176, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "9", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", - "height": 14, - "width": 14, - "x": 0, - "y": 84, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "9", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "10", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", - "height": 14, - "width": 14, - "x": 44, - "y": 84, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "10", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "12", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", - "height": 14, - "width": 14, - "x": 132, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "12", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "14", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "length": 3, + "location": 0, }, - "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", - "height": 14, - "width": 14, - "x": 220, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "14", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], - "string": "15", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", - "height": 14, - "width": 14, - "x": 264, - "y": 84, + "type": "path", }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "15", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "11", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", - "height": 14, - "width": 14, - "x": 88, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "11", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`StencilCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 53 on stencil 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "7", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", - "height": 14, - "width": 14, - "x": 220, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "7", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "2", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", - "height": 14, - "width": 14, - "x": 0, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "3", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", - "height": 14, - "width": 14, - "x": 44, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "3", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "5", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", - "height": 14, - "width": 14, - "x": 132, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "5", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "6", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", - "height": 14, - "width": 14, - "x": 176, - "y": 44, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "6", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "8", + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", - "height": 14, - "width": 14, - "x": 264, - "y": 44, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "8", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`StencilCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 59 on stencil 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "1FACE5CD-4C60-4C14-BEB5-1AABD8469E9F", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "3380750C-0BB8-4F98-8363-20B02C5282DC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD5B068-1942-4F90-9DAF-E3C2ADD11B60", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5A0185BB-EA56-4FBB-8C2F-A846AE43C2F6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FF036CE5-F1BB-4440-B775-36E64E65026F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "258px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "54D44EEB-920F-4B41-AF72-8DC08E9F4211", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`StencilCodeGenService should match md-components-chips-open-chip.sketch snapshot for 52 on stencil 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "chip bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{161, 161}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`StencilCodeGenService should match md-components-chips-open-chip.sketch snapshot for 53 on stencil 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "chip bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{187, 187}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`StencilCodeGenService should match md-components-chips-open-chip.sketch snapshot for 59 on stencil 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "4A03D0FC-C955-4776-B3BC-49D10D2EC1F8", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "49BFDC6A-22E2-466E-8E43-BDF2E5AAACAC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "51B03871-5B61-4062-857D-E49186F9AC46", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E277DCE4-ADAA-446B-A298-363DE0FA8604", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AD75B14C-A64A-42AD-B14E-D1A5E6A05962", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "18396A61-DA04-41CB-9E7C-D48127DB4EC8", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FAE2BEC9-E60B-4591-A988-BEA3B5B508AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 148px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "234px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "346px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "chip bg", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "maintainScrollPosition": false, + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "07067FE7-93D6-434B-AC60-5A67C2AC90BC", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{213, 213}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`StencilCodeGenService should match md-components-date-picker.sketch snapshot for 52 on stencil 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`StencilCodeGenService should match md-components-date-picker.sketch snapshot for 53 on stencil 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`StencilCodeGenService should match md-components-date-picker.sketch snapshot for 59 on stencil 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "12502ADD-A7A9-4768-B787-016A2A6F9576", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "7B8C8B1E-63AB-49EC-ADA6-091B4FAB2F94", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C9D81A22-4232-4094-83AB-4269D7CF672C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 22px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "94px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "94px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "overflow": "hidden", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3B3CEF08-C0D6-4980-9B05-59D2869A0405", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`StencilCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 52 on stencil 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "4", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", - "height": 14, - "width": 14, - "x": 88, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "4", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "dates", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dates\\"", - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.8725656703, + "alpha": 0.02, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", + "position": 0.9864078443877551, }, - "length": 10, - "location": 0, - }, - ], - "string": "March 2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "101.5px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "76px", + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", - "height": 16, - "width": 76, - "x": 101.5, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {76, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "March 2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.0490476332782268, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, - }, - "verticalAlignment": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + ], + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", }, ], - "name": "calendar", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"calendar\\"", + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, - ], - "name": "dialog", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dialog\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`StencilCodeGenService should match md-components-date-picker.sketch snapshot for 53 on stencil 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", - "name": "Material/Light/Dialog", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.04, + "alpha": 0.87, "blue": 0, "green": 0, "red": 0, }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "position": 1, }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "length": 13, + "location": 0, + }, + ], + "string": "Incoming call", }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "556px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", }, - }, - "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", - "height": 556, - "width": 320, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 2, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 15, + "location": 0, + }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "555.999999998099px", - "left": "-0.00000201463535631774px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", "position": "absolute", - "top": "-3.019895302713849e-7px", + "top": "42px", "visibility": "visible", - "width": "320.0000020097797px", + "width": "180px", }, }, - "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", - "edited": true, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -32932,288 +67433,681 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", - "height": 555.999999998099, - "width": 320.0000020097797, - "x": -0.00000201463535631774, - "y": -3.019895302713849e-7, + "height": 32, + "width": 180, + "x": 88, + "y": 42, }, - "hasClippingMask": true, - "isClosed": true, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": true, + "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "dialog bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.75312742380683251, 1.2484252312359647}", - "curveMode": 1, - "curveTo": "{1.2468725677856276, 0.75157476876403528}", - "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.99999999579623011, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", - "curveMode": 1, - "curveTo": "{0.24954874040058797, 1.2495487419762428}", - "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{-7.4954264546158371e-12, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.25090333626656247, -0.25000080578509032}", - "curveMode": 1, - "curveTo": "{-0.25090333211297938, 0.25000080577825212}", - "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2495548195455812, 0.25022102382467826}", - "curveMode": 1, - "curveTo": "{0.75044518048476361, -0.25022102273838404}", - "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1.0000000000151725, 5.4314714836243111e-10}", - }, - ], - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "88px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "81px", + }, + }, + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", + "height": 24, + "width": 81, + "x": 88, + "y": 116, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", + }, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "13.999px", + }, + }, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 13.999, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", }, ], - "to": "{0.5, 1}", + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + ], + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], }, - ], + }, + ], + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, - }, - ], "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 0.5, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"0.5\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", - ], - "type": "path", - }, - ], - }, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], }, }, Object { @@ -33223,18 +68117,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "16px", - "left": "172px", + "height": "24px", + "left": "215px", "position": "absolute", - "top": "519px", + "top": "116px", "visibility": "visible", - "width": "114px", + "width": "88px", }, }, - "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33243,14 +68137,11 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", - "height": 16, - "width": 114, - "x": 172, - "y": 519, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", + "height": 24, + "width": 88, + "x": 215, + "y": 116, }, "hasClickThrough": false, "hasClippingMask": false, @@ -33271,16 +68162,16 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0.5, @@ -33288,9 +68179,11 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 1, + "length": 5, "location": 0, }, Object { @@ -33298,16 +68191,16 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0, @@ -33315,36 +68208,38 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "length": 1, - "location": 1, + "location": 5, }, ], - "string": "OK", + "string": "ANSWER", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", + "color": "rgba(0,0,0,0.54)", "display": "block", "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "19px", - "left": "95px", + "font-size": "13px", + "height": "16px", + "left": "32px", "position": "absolute", - "top": "0px", + "top": "4px", "visibility": "visible", - "width": "20px", + "width": "56px", }, }, - "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33353,12 +68248,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 19, - "width": 20, - "x": 95, - "y": 0, + "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", + "height": 16, + "width": 56, + "x": 32, + "y": 4, }, - "glyphBounds": "{{0, 0}, {19, 16}}", + "glyphBounds": "{{0, 0}, {56, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -33367,7 +68263,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "OK", + "name": "ANSWER", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -33375,36 +68271,26 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0.5, @@ -33412,6 +68298,8 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -33424,170 +68312,430 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, - "length": 5, - "location": 0, }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "3px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": 3, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Imported Layers", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - ], - "string": "CANCEL", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "56px", }, - }, - "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", - "height": 16, - "width": 56, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {56, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "CANCEL", - "nameIsFixed": false, - "resizingConstraint": 47, + ], + "name": "call icon", + "nameIsFixed": true, + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"call icon\\"", + ], }, }, ], - "name": "ok + cancel", + "name": "answer", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -33595,7 +68743,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -33604,29 +68752,565 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"ok + cancel\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", ], }, }, + ], + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`StencilCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 53 on stencil 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "199px", + "height": "160px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "320px", + "width": "344px", }, }, - "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33635,825 +69319,756 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", - "height": 199, - "width": 320, + "height": 160, + "width": 344, "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "199px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", - }, - }, - "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 199, - "width": 320, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24746906759014342, -0.24902547682027013}", - "curveMode": 1, - "curveTo": "{-0.24746906759014342, 0.24902547682027015}", - "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", - "curveMode": 1, - "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", - "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "31.99999999997413px", - "left": "1.060561771737412e-7px", - "position": "absolute", - "top": "2.546585164964199e-11px", - "visibility": "visible", - "width": "319.9999998939438px", - }, - }, - "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", - "height": 31.99999999997413, - "width": 319.9999998939438, - "x": 1.060561771737412e-7, - "y": 2.546585164964199e-11, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bar", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", - "curveMode": 1, - "curveTo": "{0.25000000504962155, 1.2500000000002023}", - "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{4.9667651341541571e-09, 1.0000000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24687257374643226, -0.24842523169513558}", - "curveMode": 1, - "curveTo": "{-0.24687257440928329, 0.24842523169351868}", - "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2507861404771796, 0.2507861405226906}", - "curveMode": 1, - "curveTo": "{0.74921385952282049, -0.2507861402658404}", - "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.2842510388477008e-10}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74193548581429836, 1.2419354832509284}", - "curveMode": 1, - "curveTo": "{1.2580645141857014, 0.75806451674907216}", - "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.0000000000000002}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.4823529411764705, - "green": 0.5372549019607843, - "red": 0, - }, - "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,137,123,1.00)\\"", - "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, - "length": 2, - "location": 0, - }, - ], - "string": "13", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "80px", - "height": "212px", - "left": "114.5px", - "position": "absolute", - "top": "70px", - "visibility": "visible", - "width": "91px", - }, - }, - "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 212, - "width": 91, - "x": 114.5, - "y": 70, - }, - "glyphBounds": "{{0, 0}, {90, 94}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.95, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", + "position": 0.9864078443877551, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 1, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, + "alpha": 0.2000000029802322, "blue": 1, "green": 1, "red": 1, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "position": 0.0490476332782268, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.2, }, - "length": 6, - "location": 0, - }, - ], - "string": "Friday", + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "140.5px", - "position": "absolute", - "top": "7px", - "visibility": "visible", - "width": "39px", + ], + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, + "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 39, - "x": 140.5, - "y": 7, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "glyphBounds": "{{0, 0}, {38, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Friday", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - "windingRule": 1, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 14, }, - "length": 3, - "location": 0, }, - ], - "string": "MAR", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "133.5px", - "position": "absolute", - "top": "46px", - "visibility": "visible", - "width": "53px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, }, + "length": 13, + "location": 0, }, - "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 53, - "x": 133.5, - "y": 46, - }, - "glyphBounds": "{{0, 0}, {52, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "MAR", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "Incoming call", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", + }, + }, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 24, }, - "length": 4, - "location": 0, }, - ], - "string": "2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "132.5px", - "position": "absolute", - "top": "162px", - "visibility": "visible", - "width": "55px", - }, - }, - "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 55, - "x": 132.5, - "y": 162, - }, - "glyphBounds": "{{0, 0}, {54, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", - "opacity": 0.5423274253731343, - }, - "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "length": 15, + "location": 0, }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", + "position": "absolute", + "top": "42px", + "visibility": "visible", + "width": "180px", }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, + }, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 180, + "x": 88, + "y": 42, + }, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", - ], + "attributes": Array [], }, }, Object { @@ -34463,18 +70078,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "288px", - "left": "21px", + "height": "24px", + "left": "88px", "position": "absolute", - "top": "211px", + "top": "116px", "visibility": "visible", - "width": "278px", + "width": "81px", }, }, - "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -34483,16 +70098,16 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", - "height": 288, - "width": 278, - "x": 21, - "y": 211, + "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", + "height": 24, + "width": 81, + "x": 88, + "y": 116, }, "groupLayout": Object { "_class": "MSImmutableFreeformGroupLayout", }, - "hasClickThrough": true, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -34502,611 +70117,338 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "34px", - "visibility": "visible", - "width": "278px", - }, - }, - "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", - "height": 14, - "width": 278, - "x": 0, - "y": 34, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "M", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", - "height": 14, - "width": 14, - "x": 44, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "M", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "911371BB-173C-4187-A744-2C860A116095", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", - "height": 14, - "width": 14, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "W", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", - "height": 14, - "width": 14, - "x": 132, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "W", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 1, + "location": 5, }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - ], - "string": "T", + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", + "height": "24px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", - "height": 14, - "width": 14, - "x": 176, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "F", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", "height": "14px", - "left": "220px", + "left": "5px", "position": "absolute", - "top": "0px", + "top": "5px", "visibility": "visible", - "width": "14px", + "width": "13.999px", }, }, - "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -35115,250 +70457,620 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", "height": 14, - "width": 14, - "x": 220, - "y": 0, + "width": 13.999, + "x": 5, + "y": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "F", - "nameIsFixed": false, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.5433367301, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + ], + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], + }, + }, + ], + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "215px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", + "height": 24, + "width": 88, + "x": 215, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "S", + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 5, + "location": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "ANSWER", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", + "height": 16, + "width": 56, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "ANSWER", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "height": "24px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", - "dontSynchroniseWithSymbol": false, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", - "height": 14, - "width": 14, - "x": 264, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "T", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", + "height": "18px", + "left": "3px", "position": "absolute", - "top": "0px", + "top": "3px", "visibility": "visible", - "width": "14px", + "width": "18px", }, }, - "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -35367,69 +71079,229 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", - "height": 14, - "width": 14, - "x": 88, - "y": 0, + "height": 18, + "width": 18, + "x": 3, + "y": 3, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", + "name": "Imported Layers", "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.5433367301, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, ], - "name": "weekdays", + "name": "call icon", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -35437,26 +71309,8 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -35464,1375 +71318,2176 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"weekdays\\"", + "aria-label=\\"call icon\\"", ], }, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "border-radius": "50%", - "display": "block", - "height": "44px", - "left": "161px", - "position": "absolute", - "top": "143px", - "visibility": "visible", - "width": "44px", - }, - }, - "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 44, - "width": 44, - "x": 161, - "y": 143, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "selection", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + ], + "name": "answer", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`StencilCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 59 on stencil 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "D68BDF6C-B753-479E-95BC-A139BDC457D9", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "B31581C1-0A5F-4F6E-8CA6-4AE64984C599", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4DDF8DAE-BAA8-49BD-931C-4977FA79B4DE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "B1396A0F-1D1C-4ECF-BCB7-FEAC24A4A1CA", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F391C9D8-9C3C-451F-8B54-55C386CDEB21", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"selection\\"", - ], + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "501DFA3F-FAB0-4A19-8A58-1E1D8DA547D6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", + }, Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "214px", - "left": "0px", - "position": "absolute", - "top": "74px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", - "height": 214, - "width": 278, - "x": 0, - "y": 74, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "30", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", - "height": 14, - "width": 14, - "x": 0, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "30", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "31", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0.95, }, - }, - "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", - "height": 14, - "width": 14, - "x": 44, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "31", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.9864078443877551, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "1", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0.0490476332782268, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "16", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", - "height": 14, - "width": 14, - "x": 0, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "16", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "17", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", - "height": 14, - "width": 14, - "x": 44, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "17", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "19", + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, - "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", - "height": 14, - "width": 14, - "x": 132, - "y": 124, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Incoming call", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", + }, + }, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "19", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 15, + "location": 0, + }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", + "position": "absolute", + "top": "42px", + "visibility": "visible", + "width": "180px", + }, + }, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 180, + "x": 88, + "y": 42, + }, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "88px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "81px", + }, + }, + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 81, + "x": 88, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "20", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", - "height": 14, - "width": 14, - "x": 176, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "20", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "21", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "length": 1, + "location": 5, }, - "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", - "height": 14, - "width": 14, - "x": 220, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "21", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", + }, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "22", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "124px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", - "height": 14, - "width": 14, - "x": 264, - "y": 124, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "22", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "18", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", "height": "14px", - "left": "88px", + "left": "5px", "position": "absolute", - "top": "124px", + "top": "5px", "visibility": "visible", - "width": "14px", + "width": "13.999px", }, }, - "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -36841,376 +73496,811 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", "height": 14, - "width": 14, - "x": 88, - "y": 124, + "width": 13.999, + "x": 5, + "y": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "18", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "215px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 88, + "x": 215, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, }, - "verticalAlignment": 0, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "23", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "length": 1, + "location": 5, }, - "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", - "height": 14, - "width": 14, - "x": 0, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "23", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "ANSWER", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 56, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "ANSWER", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "24", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "164px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", - "dontSynchroniseWithSymbol": false, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", - "height": 14, - "width": 14, - "x": 44, - "y": 164, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "24", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "26", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "height": "18px", + "left": "3px", "position": "absolute", - "top": "164px", + "top": "3px", "visibility": "visible", - "width": "14px", + "width": "18px", }, }, - "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -37219,947 +74309,1461 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", - "height": 14, - "width": 14, - "x": 132, - "y": 164, + "height": 18, + "width": 18, + "x": 3, + "y": 3, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "26", + "maintainScrollPosition": false, + "name": "Imported Layers", "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + ], + "maintainScrollPosition": false, + "name": "call icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"call icon\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "answer", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 28px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "106px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "106px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "overflow": "hidden", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "27", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", - "height": 14, - "width": 14, - "x": 176, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "27", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2C7E3706-6E18-408D-85F6-CE90C5F8EE44", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": 289, + }, + }, +} +`; + +exports[`StencilCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 52 on stencil 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "5B57D242-95C3-47E3-BC5E-22376F9F834B", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "FD154772-5D9F-4899-88F9-5124F223C73E", + "name": "Material/Dark/Title", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 20, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/F88D7516-E1DF-48A7-BA35-A0F4EF393BBE", + "_ref_class": "MSImmutablePage", + }, + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/267D6DEC-0F7B-4667-BA1A-1FA1BCA04485", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485": Object { + "artboards": Object { + "85FE2CA3-7BC8-4647-8950-9AB676A1C91A": Object { + "name": "Material/Android/Status bar content", + }, + }, + "name": "Symbols", + }, + "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "2145D356-40E2-4569-95CF-84F00DD9818F", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "BB51E5D5-5BA5-419F-9D6A-49A171E7ED21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7D8CA104-45E8-4835-B4DA-CCAF17E60C45", + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "A94FA51A-099C-4CC1-B1AE-4F3CBFE4B381", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC89A630-0EF2-4276-944C-D7254BED2EF4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8C36F8CD-481B-455B-B132-E7E7E477D5D0", + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", }, + }, + "do_objectID": "D6E225E7-E0FF-41C3-BF62-95BB15DA2258", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9B79BB7B-176C-4CA3-99DC-D5866EA83AB4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "app bar bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "28", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", - "height": 14, - "width": 14, - "x": 220, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "28", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "29", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", - "height": 14, - "width": 14, - "x": 264, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "29", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "25", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", - "height": 14, - "width": 14, - "x": 88, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "25", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "ACEE65BC-1CF2-45E4-9889-621210096AED", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.8274509803921568, + "green": 0.7333333333333334, + "red": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "13", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 4, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - }, - "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", - "height": 14, - "width": 14, - "x": 176, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "windingRule": 1, + "do_objectID": "7E855B0A-CD99-4BC0-9320-25BCD81DE1B0", + "isEnabled": true, + "offsetX": 0, + "offsetY": 4, + "spread": 0, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + Object { + "_class": "shadow", + "blurRadius": 4, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "464524C7-C0E7-414E-8B14-DC85D1E28DCE", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "fill=\\"rgba(0,187,211,1.00)\\"", + "d=\\"M360 0,L 0 0,L 0 128,L 360 128,z\\"", ], - "string": "9", + "type": "path", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "48px", + "left": "0px", + "position": "absolute", + "top": "80px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "DD13F059-6DD2-4413-9C59-5A3ABD7D44D7", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C9CE81BD-C917-48C0-9755-A60CAB214BD0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D025D61C-6D8C-4DEF-9770-3BF04763FB53", + "height": 48, + "width": 360, + "x": 0, + "y": 80, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", + "background-color": "rgba(255,255,255,0.00)", + "box-shadow": "0 0 0 1px rgba(151,151,151,1.00) inset", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", + "height": "48px", "left": "0px", "position": "absolute", - "top": "84px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "360px", }, }, - "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", - "dontSynchroniseWithSymbol": false, + "do_objectID": "B272B09E-BAB6-4010-AE2E-B09CA0800607", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "do_objectID": "9DD7A316-362F-4C9A-BFF3-5AB347DF1433", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", - "height": 14, - "width": 14, + "height": 48, + "width": 360, "x": 0, - "y": 84, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "9", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "10", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - }, - "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", - "height": 14, - "width": 14, - "x": 44, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "10", - "nameIsFixed": false, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "borders": Array [ + Object { + "_class": "border", + "color": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, + "fillType": 0, + "isEnabled": false, + "position": 1, + "thickness": 1, }, - "verticalAlignment": 0, - }, + ], + "do_objectID": "451D43C8-1885-40BE-9887-80738B61DBAA", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], }, }, Object { @@ -38172,53 +75776,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 9, "location": 0, }, ], - "string": "12", + "string": "THE THIRD", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,0.70)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "240px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "do_objectID": "EA8BF223-8245-42D6-AF64-B4A4A529DEBA", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "do_objectID": "440F05BA-2072-4C6B-B78F-6CDF2E0DA718", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38227,13 +75832,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", - "height": 14, - "width": 14, - "x": 132, - "y": 84, + "do_objectID": "65C64BBE-7EA8-4BAA-B6F4-933EB86CA11D", + "height": 16, + "width": 120, + "x": 240, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38242,7 +75847,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "12", + "name": "THE THIRD", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38250,33 +75855,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "do_objectID": "33A4A266-8DB2-45A7-A7E1-2E46C90421B9", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "do_objectID": "4B3B58A2-ADCE-4A57-B0A9-E9F4263044C5", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38298,53 +75904,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 8, "location": 0, }, ], - "string": "14", + "string": "ITEM TWO", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,0.70)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "120px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "do_objectID": "33A046AA-2704-40B5-9DE7-A5F7C8AD52BA", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "do_objectID": "14290AE1-FA35-44A1-B010-6330DB239370", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38353,13 +75960,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", - "height": 14, - "width": 14, - "x": 220, - "y": 84, + "do_objectID": "91542702-E1CB-49DE-AE0B-9145054DB80C", + "height": 16, + "width": 120, + "x": 120, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38368,7 +75975,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "14", + "name": "ITEM TWO", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38376,33 +75983,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "do_objectID": "9578BCCE-56FF-4CD0-A6C2-0A67738FF257", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "do_objectID": "9140AD60-AC75-4423-BD05-4120E3C53D2A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38424,53 +76032,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 7, "location": 0, }, ], - "string": "15", + "string": "NO. ONE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "do_objectID": "2FEE7291-7D60-47B5-AF0C-9794FC70479A", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "do_objectID": "1C8BB07D-4549-4474-85DE-AAC36D4ED7FE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38479,13 +76088,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", - "height": 14, - "width": 14, - "x": 264, - "y": 84, + "do_objectID": "D08C8D43-D4F0-426D-BBE7-5BA4CA030851", + "height": 16, + "width": 120, + "x": 0, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38494,7 +76103,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "15", + "name": "NO. ONE", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38502,33 +76111,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "do_objectID": "E1B0E40B-4579-4740-A63F-6C4231A7DCF8", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "do_objectID": "07FC4EB1-FE4E-4EFB-8BD3-1562B7D69B89", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38541,188 +76151,277 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "11", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", + "background-color": "rgba(255,255,140,1.00)", + "box-shadow": "0px 1px 1.5px 0px rgba(0,0,0,0.12),0px 1px 1px 0px rgba(0,0,0,0.24)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", + "height": "2px", + "left": "0px", "position": "absolute", - "top": "84px", + "top": "46px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0CD5019F-4477-41F0-B7F4-1437084D2FAD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "do_objectID": "9B2FA7EA-E5FC-4F3F-A38A-91AB190DD24E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", - "height": 14, - "width": 14, - "x": 88, - "y": 84, + "height": 2, + "width": 120, + "x": 0, + "y": 46, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "11", - "nameIsFixed": false, + "name": "indicator", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "A14002AC-97A3-482B-A0C5-D44A77B354E6", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 0, + "isEnabled": false, + "position": 1, + "thickness": 1, + }, + ], + "do_objectID": "87D45A0F-6AC3-4D68-8521-AF6E8F85FD82", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5490196078431373, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 1.5, + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 0.12, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "isEnabled": false, + "offsetX": 0, + "offsetY": 1, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 1, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 1, + "spread": 0, }, - "verticalAlignment": 0, - }, + ], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"indicator\\"", + ], }, }, + ], + "name": "tabs", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56450478-45EE-4020-829D-3D7106A99B8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"tabs\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "16px", + "position": "absolute", + "top": "40px", + "visibility": "visible", + "width": "328px", + }, + }, + "do_objectID": "54F2B126-EBC8-42E4-9CCC-6025866EA532", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E919A5D5-7F14-43AB-937D-4AC73AD038A8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1244F84B-12C1-420C-A2BD-58EBC9D323FF", + "height": 24, + "width": 328, + "x": 16, + "y": 40, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "7", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", + "height": "24px", + "left": "316px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "12px", }, }, - "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", - "dontSynchroniseWithSymbol": false, + "do_objectID": "2EAB1189-97C4-4EC1-8CBF-1E24214B7177", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "do_objectID": "B5AE9619-0144-403F-B016-9A1F7F494DC5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38731,317 +76430,686 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", - "height": 14, - "width": 14, - "x": 220, - "y": 44, + "do_objectID": "13FAD583-AC89-4F3A-A6B6-A0CF3DBA26AC", + "height": 24, + "width": 12, + "x": 316, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, - "isFlippedVertical": false, + "isFlippedVertical": true, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "7", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "layers": Array [ + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "4px", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, + }, + "do_objectID": "044E322D-A4FA-476E-8BFB-CB5BD971A007", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "29F06F1B-0927-4D93-BDE8-5828E3184007", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "09DF51C0-DFDA-497B-9205-AB1963FD1154", + "height": 16, + "width": 4, + "x": 3, + "y": 4, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "3B936567-EF75-4459-8908-92C1DA27C1FE", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1F98697-0674-4D9C-A0F6-B7D2C30462F5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0EAD72B-E995-4B23-A15E-81E3ACD60B80", + "height": 4, + "width": 4, + "x": 0, + "y": 12, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77499999999999991}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000009}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 2, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000009}", + "curveMode": 2, + "curveTo": "{0, 0.77499999999999991}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "6px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "5F4D6AE3-A563-4C5E-86C0-66332A65E9B1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0BEF50BC-CCDF-4CDB-BEEE-4CB4FB2CE90D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2CF02168-028C-4296-82F3-C32431ED0BEA", + "height": 4, + "width": 4, + "x": 0, + "y": 6, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000009}", + "curveMode": 2, + "curveTo": "{0, 0.77499999999999991}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77499999999999991}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000009}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "4px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E4AC1434-7A30-45CD-8976-A852E84BBF9A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "313C2770-48E7-45CF-AD51-6CE335D14FEE", + "height": 4, + "width": 4, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22499999999999964}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000036}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000036}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999964}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "length": 1, - "location": 0, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "string": "2", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, }, - }, - "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", - "height": 14, - "width": 14, - "x": 0, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "12px", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + }, + "do_objectID": "E4792B29-BF0E-42DB-95C8-4DDBCAC7798F", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8B85D384-7961-4B39-87B7-A05B22F94D02", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 12, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "946562AE-3059-44F0-8DC3-54BE98B4ACFC", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M12 0,L 0 0,L 0 24,L 12 24,z\\"", + ], + "type": "path", }, - }, - "length": 1, - "location": 0, + ], + }, + "web": Object { + "attributes": Array [], }, - ], - "string": "3", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", }, - }, - "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", - "height": 14, - "width": 14, - "x": 44, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "3", - "nameIsFixed": false, + ], + "name": "more", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "do_objectID": "06EE712E-EDFF-4466-B1D7-A63C20D4C50F", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"more\\"", + ], }, }, Object { @@ -39054,53 +77122,52 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 20, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 1, + "length": 10, "location": 0, }, ], - "string": "5", + "string": "Page Title", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "20px", + "height": "26px", + "left": "56px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "91px", }, }, - "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "do_objectID": "90E271D7-D279-45F2-95DC-47441AC6F11F", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "do_objectID": "BBB1B522-64CF-4563-B8E9-F138ED2B426C", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39109,13 +77176,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", - "height": 14, - "width": 14, - "x": 132, - "y": 44, + "height": 26, + "width": 91, + "x": 56, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {90, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -39124,40 +77190,40 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "5", + "name": "Page Title", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "FD154772-5D9F-4899-88F9-5124F223C73E", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "do_objectID": "E2DF08D7-CE0B-4A04-A46E-02C8D9DC19DD", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "do_objectID": "E92BA203-2A38-4841-BE87-23D9A757DC8A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 20, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -39165,68 +77231,30 @@ Object { }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "6", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A7B39194-67E6-4391-84D0-3590B6A9C8C6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "do_objectID": "C4FDFF6F-90CA-42E5-B4EA-02196E788C67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39235,13 +77263,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", - "height": 14, - "width": 14, - "x": 176, - "y": 44, + "do_objectID": "C1D0BFE2-05CA-4895-8105-DEBC39E206B0", + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -39249,384 +77277,893 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "6", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "798D3C77-B6E0-4D8D-9EF6-ABDC9A4C8B2D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1D1A9FCF-0DAD-4917-B2EA-6CC0D24671C4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "31EF773D-8AEB-4113-BED9-1CB4C1CC4417", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "12px", + "left": "3px", + "position": "absolute", + "top": "6px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "894DE14D-3249-43A6-A9E5-13D74A715EAF", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E9A3EF6-B3AB-4018-A46A-4C09A1B6E2EC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A14A0CC3-5811-4C0B-AB5D-66BABB31C092", + "height": 12, + "width": 18, + "x": 3, + "y": 6, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "02902742-F6CF-47B2-A5EC-DD22510DA7DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A8D67E3B-9CAB-4149-B260-2B85A40190E9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "59305F95-A91C-43CD-BBC5-08B12D2CFEBD", + "height": 2, + "width": 18, + "x": 0, + "y": 10, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 2,L 18 2,L 18 0,L 0 0,L 0 2,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "D6BB75D0-AB30-43EC-B104-7BF224DA30B9", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3E227245-30B1-4F5B-B4D2-B2EC3199D671", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2178831E-0EA9-4B03-B0B6-05303ABBB4B7", + "height": 2, + "width": 18, + "x": 0, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 2,L 18 2,L 18 0,L 0 0,L 0 2,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "18px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "do_objectID": "C6B5B3A2-5CA0-4787-A6F1-47DAFF9CCAB9", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "574554BD-6E97-4715-BD86-7A3FEC2A86BF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4B258FC6-50FA-406A-AFD3-A641D2D0E332", + "height": 2, + "width": 18, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 0,L 0 2,L 18 2,L 18 0,L 0 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "length": 1, - "location": 0, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "string": "8", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, }, - }, - "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", - "height": 14, - "width": 14, - "x": 264, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "8", - "nameIsFixed": false, + ], + "name": "menu", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "do_objectID": "0E6232B9-D813-4EF6-86CD-A008760CB052", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"menu\\"", + ], }, }, + ], + "name": "app bar contents", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CEB14821-8174-404A-B9B3-70B0D89FF07A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"app bar contents\\"", + ], + }, + }, + ], + "name": "app bar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6D2C6775-C00E-459D-BF35-6BF75842EAB0", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"app bar\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "FA4CA9F5-471E-4E2A-9466-D3AE5C74D5E9", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CAF63BAA-809D-4491-BA10-6E6BE6B675F4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "096F6677-3466-4D31-8976-C5099741CC33", + "height": 24, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,166,1.00)", + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "C27B6B4D-AE72-45DB-A433-BCF83BD5FA33", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF88E2C-E6A4-45D7-A3B0-7D665AB5D111", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "status bar bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "4", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", - "height": 14, - "width": 14, - "x": 88, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "4", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "dates", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "do_objectID": "5C253197-535A-49C9-85CC-3D1E6ECC5E36", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.6509803921568628, + "green": 0.5882352941176472, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dates\\"", + "role=\\"rectangle\\"", + "aria-label=\\"status bar bg\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, - }, - ], - "string": "March 2014", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "symbolInstance", "booleanOperation": 0, "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "101.5px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "76px", - }, - }, - "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", - "dontSynchroniseWithSymbol": false, + "do_objectID": "2897CFF8-D7D1-4C1F-B13C-E4DAE67067FA", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "do_objectID": "1E5FD2ED-1738-4855-A83E-3E2986B601A2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39635,69 +78172,41 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", - "height": 16, - "width": 76, - "x": 101.5, + "do_objectID": "139BCC43-36EB-444E-A4E6-44A1B5DA3103", + "height": 24, + "width": 118, + "x": 242, "y": 0, }, - "glyphBounds": "{{0, 0}, {76, 16}}", "hasClippingMask": false, + "horizontalSpacing": 0, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": false, + "isLocked": true, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "March 2014", + "name": "status bar contents", "nameIsFixed": false, - "resizingConstraint": 47, + "overrideValues": Array [], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "scale": 1, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "do_objectID": "4FFF4E6F-61BA-4E30-B769-FC2F51E39F2F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + "symbolID": "080C0EF9-47BD-4900-BB91-42C80173D424", + "verticalSpacing": 0, }, ], - "name": "calendar", + "name": "status bar", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -39705,7 +78214,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "do_objectID": "1804FEE3-D722-4D5E-BD63-2DF8F2DB5FD5", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -39714,12 +78223,12 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"calendar\\"", + "aria-label=\\"status bar\\"", ], }, }, ], - "name": "dialog", + "name": "app bar + status bar", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -39727,7 +78236,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "do_objectID": "807C67B1-1EBA-45A7-AAA4-BF807BDF4729", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -39736,273 +78245,35 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"dialog\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, - }, - "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`StencilCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 52 on stencil 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, + "aria-label=\\"app bar + status bar\\"", ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "name": "Material/Light/Body 1", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", - "_ref_class": "MSImmutablePage", + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", - "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 105, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "artboards": Object {}, - "name": "Page 1", + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], }, }, - "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", - ], - "variant": "NONAPPSTORE", - "version": 112, - }, - "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "do_objectID": "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -40029,830 +78300,163 @@ Object { "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9941860465116279, 1}", - "curveMode": 4, - "curveTo": "{0.99738372093023264, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9941860465116279, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0026162790697673759, 1}", - "curveMode": 4, - "curveTo": "{0.0058139534883720929, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0058139534883720929, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.98687500000000006}", - "curveMode": 4, - "curveTo": "{0, 0.99437500000000001}", - "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.98750000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.0056250000000000354}", - "curveMode": 4, - "curveTo": "{0, 0.013125000000000008}", - "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058139534883720929, 0}", - "curveMode": 4, - "curveTo": "{0.0026162790697673759, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.0058139534883720929, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99709302325581395, 0}", - "curveMode": 4, - "curveTo": "{0.9938953488372092, 0}", - "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9941860465116279, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99970930232558131, 0.013125000000000008}", - "curveMode": 4, - "curveTo": "{0.99970930232558131, 0.0056250000000000354}", - "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.99437500000000012}", - "curveMode": 1, - "curveTo": "{0.99970930232558131, 0.98687500000000006}", - "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.98750000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", - "position": 0.9864078443877551, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.2000000029802322, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.1, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.0490476332782268, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - ], - "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", - "isEnabled": true, - "offsetX": 0, - "offsetY": 8, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", - "isEnabled": false, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", - "isEnabled": false, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "symbolMaster", + "backgroundColor": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "booleanOperation": 0, + "changeIdentifier": 6, + "clippingMaskMode": 0, + "do_objectID": "85FE2CA3-7BC8-4647-8950-9AB676A1C91A", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 118, + "x": 0, + "y": 0, + }, + "hasBackgroundColor": false, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeBackgroundColorInExport": true, + "includeBackgroundColorInInstance": false, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isFlowHome": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "shapePath", + "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { "display": "block", - "height": "3px", - "left": "88px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "94px", + "top": "0px", "visibility": "visible", - "width": "256px", + "width": "118px", }, }, - "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", - "edited": true, + "do_objectID": "61B8B31F-4531-4223-B67B-9F81955A0731", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", - "height": 3, - "width": 256, - "x": 88, - "y": 94, + "height": 24, + "width": 118, + "x": 0, + "y": 0, }, "hasClippingMask": false, - "isClosed": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "divider", + "name": "bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveFrom": "{0, 0}", "curveMode": 1, - "curveTo": "{0.001953125, 0.48611111111111105}", - "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "curveTo": "{0, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{0, 0.5}", + "point": "{0, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveFrom": "{0, 1}", "curveMode": 1, - "curveTo": "{-0.087891101837158522, 0.6041666666666663}", - "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "curveTo": "{0, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 0.5}", + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 13, - "location": 0, - }, - ], - "string": "Incoming call", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "88px", - "position": "absolute", - "top": "19px", - "visibility": "visible", - "width": "85px", - }, - }, - "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 85, - "x": 88, - "y": 19, - }, - "glyphBounds": "{{0, 0}, {84, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Incoming call", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 15, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "Scott Masterson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "88px", - "position": "absolute", - "top": "42px", - "visibility": "visible", - "width": "180px", - }, - }, - "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 180, - "x": 88, - "y": 42, - }, - "glyphBounds": "{{0, 0}, {177, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Scott Masterson", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, }, Object { @@ -40862,129 +78466,58 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "88px", + "height": "12px", + "left": "8px", "position": "absolute", - "top": "116px", + "top": "6px", "visibility": "visible", - "width": "81px", - }, - }, - "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", - "height": 24, - "width": 81, - "x": 88, - "y": 116, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "IGNORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "width": "16px", + }, + }, + "do_objectID": "0F7636EC-3486-4CC5-99A9-684896927622", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 16, + "x": 8, + "y": 6, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "12px", + "left": "1.70530256582424e-13px", "position": "absolute", - "top": "4px", + "top": "0px", "visibility": "visible", - "width": "50px", + "width": "16px", }, }, - "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", - "dontSynchroniseWithSymbol": false, + "do_objectID": "48C609B3-F9AE-422F-8D11-F6812E58FE3A", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -40993,87 +78526,99 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 16, - "width": 50, - "x": 32, - "y": 4, + "height": 12, + "width": 16, + "x": 1.70530256582424e-13, + "y": 0, }, - "glyphBounds": "{{0, 0}, {49, 16}}", - "hasClippingMask": false, + "hasClippingMask": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Ignore", - "nameIsFixed": false, - "resizingConstraint": 47, + "name": "wifi mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.49999999999999828, 1}", + "curveMode": 1, + "curveTo": "{0.49999999999999828, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.49999999999999828, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 8 12,L 16 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "shapeGroup", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", "height": "24px", - "left": "0px", + "left": "-4.000000000000114px", "position": "absolute", "top": "0px", "visibility": "visible", "width": "24px", }, }, - "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "do_objectID": "287233C0-7413-448D-82F6-AC1AD74EDE8C", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41082,10 +78627,9 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", "height": 24, "width": 24, - "x": 0, + "x": -4.000000000000114, "y": 0, }, "hasClickThrough": false, @@ -41098,44 +78642,398 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "CC5B3585-0E1B-45E9-BF72-0B8BCB2EA440", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22499999999999906, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.7749999999999998}", + "curveMode": 2, + "curveTo": "{0, 0.22500000000000023}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000091, 1}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22500000000000023}", + "curveMode": 2, + "curveTo": "{1, 0.7749999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77500000000000091, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.30)\\"", + "d=\\"M12 0,S 0 5.4, 0 12,S 5.4 24, 12 24,S 24 18.6, 24 12,S 18.6 0, 12 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "3px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "CD540E6A-760E-4F36-8DB5-F793A9F1A479", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": 3, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22222222222222221, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22222222222222221}", + "curveMode": 2, + "curveTo": "{0, 0.77777777777777779}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77777777777777779, 0}", + "curveMode": 2, + "curveTo": "{0.22222222222222221, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77777777777777779}", + "curveMode": 2, + "curveTo": "{1, 0.22222222222222221}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77777777777777779, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.30)\\"", + "d=\\"M9 18,S 0 14, 0 9,S 4 0, 9 0,S 18 4, 18 9,S 14 18, 9 18,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "-1.000000000000114px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "99CA80EA-99CB-4F9D-AE59-61E715C9D579", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": -1.000000000000114, + "y": 3, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { "rules": Object { "display": "block", - "height": "24px", + "height": "18px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "18px", }, }, - "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", - "edited": false, + "do_objectID": "3B0F2CD9-E800-48D8-8695-71CEE8180B3C", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, + "constrainProportions": false, + "height": 18, + "width": 18, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -41143,49 +79041,59 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0.22222222222222221, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "curveFrom": "{0, 0.77777777777777779}", + "curveMode": 2, + "curveTo": "{0, 0.22222222222222221}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "curveFrom": "{0.77777777777777779, 1}", + "curveMode": 2, + "curveTo": "{0.22222222222222221, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", + "curveFrom": "{1, 0.22222222222222221}", + "curveMode": 2, + "curveTo": "{1, 0.77777777777777779}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77777777777777779, 0}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "hasCurveTo": true, + "point": "{0.5, 0}", }, ], "resizingConstraint": 63, @@ -41194,18 +79102,44 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M9 0,S 0 4, 0 9,S 4 18, 9 18,S 18 14, 18 9,S 14 0, 9 0,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "shapePath", @@ -41214,19 +79148,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "14px", - "left": "5px", + "height": "12px", + "left": "3px", "position": "absolute", - "top": "5px", + "top": "3px", "visibility": "visible", - "width": "13.999px", + "width": "12px", }, }, - "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "do_objectID": "B479B32B-CF71-44A5-AF7E-EEA917A2D816", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41235,10 +79168,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 14, - "width": 13.999, - "x": 5, - "y": 5, + "height": 12, + "width": 12, + "x": 3, + "y": 3, }, "hasClippingMask": false, "isClosed": true, @@ -41248,155 +79181,77 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "shape", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.39900000000000002}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.39900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.39900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 0}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{0, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.39895706836202588, 0.5}", - "curveMode": 1, - "curveTo": "{0.39895706836202588, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.39895706836202588, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{0, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 1}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.60099999999999998}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.60099999999999998}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.60099999999999998}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 1}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 1}", - "hasCurveFrom": false, + "curveFrom": "{0.22499999999999906, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0.89906421887277665, 1}", + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{1, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.89900000000000002}", + "curveFrom": "{0, 0.22499999999999906}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000091}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.60104293163797429, 0.5}", - "curveMode": 1, - "curveTo": "{0.60104293163797429, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.60104293163797429, 0.5}", + "curveFrom": "{0.77499999999999625, 0}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{1, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.10099999999999985}", + "curveFrom": "{1, 0.77500000000000091}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999906}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 0}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 0}", + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000568, 1}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 0}", + "hasCurveTo": true, + "point": "{0.5, 1}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", - "opacity": 0.5399999618530273, - }, - "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, "fillType": 0, "isEnabled": true, @@ -41415,8 +79270,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M6 12,S 0 9.3, 0 6,S 2.7 0, 6 0,S 12 2.7, 12 6,S 9.3 12, 6 12,z\\"", ], "type": "path", }, @@ -41427,269 +79282,63 @@ Object { }, }, ], - "name": "ignore icon", - "nameIsFixed": true, + "name": "Shape", + "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore icon\\"", - ], - }, - }, - ], - "name": "ignore", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "215px", - "position": "absolute", - "top": "116px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", - "height": 24, - "width": 88, - "x": 215, - "y": 116, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, + "fills": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "ANSWER", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", - "position": "absolute", - "top": "4px", - "visibility": "visible", - "width": "56px", - }, - }, - "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", - "height": 16, - "width": 56, - "x": 32, - "y": 4, - }, - "glyphBounds": "{{0, 0}, {56, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "ANSWER", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], }, + "windingRule": 1, }, Object { - "_class": "group", + "_class": "shapeGroup", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "0px", + "height": "12px", + "left": "1.999999999999886px", "position": "absolute", - "top": "0px", + "top": "6px", "visibility": "visible", - "width": "24px", + "width": "12px", }, }, - "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "do_objectID": "17E4F2B4-96B0-411A-88F6-61FDC86B6DDE", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41698,11 +79347,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "height": 12, + "width": 12, + "x": 1.999999999999886, + "y": 6, }, "hasClickThrough": false, "hasClippingMask": false, @@ -41714,44 +79362,38 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { "display": "block", - "height": "24px", + "height": "12px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "12px", }, }, - "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", - "edited": false, + "do_objectID": "EE70DE52-A724-4E3D-A42F-CE005CC6DEE5", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, + "constrainProportions": false, + "height": 12, + "width": 12, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -41759,49 +79401,59 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0.22499999999999906, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "curveFrom": "{0, 0.77500000000000091}", + "curveMode": 2, + "curveTo": "{0, 0.22499999999999906}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "curveFrom": "{0.77499999999999625, 1}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", + "curveFrom": "{1, 0.22499999999999906}", + "curveMode": 2, + "curveTo": "{1, 0.77500000000000091}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77500000000000568, 0}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "hasCurveTo": true, + "point": "{0.5, 0}", }, ], "resizingConstraint": 63, @@ -41810,18 +79462,44 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M6 0,S 0 2.7, 0 6,S 2.7 12, 6 12,S 12 9.3, 12 6,S 9.3 0, 6 0,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "shapePath", @@ -41830,19 +79508,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "18px", + "height": "6px", "left": "3px", "position": "absolute", "top": "3px", "visibility": "visible", - "width": "18px", + "width": "6px", }, }, - "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "do_objectID": "BD7374FA-0B5C-49B4-9D33-6515AAA9219E", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41851,8 +79528,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 18, - "width": 18, + "height": 6, + "width": 6, "x": 3, "y": 3, }, @@ -41864,185 +79541,77 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "Imported Layers", + "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.024833333333333336, 0}", - "curveMode": 4, - "curveTo": "{0.055555555555555552, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.055555555555555552, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.57711111111111113}", - "curveMode": 3, - "curveTo": "{0, 0.024833333333333287}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97516666666666674, 1}", - "curveMode": 3, - "curveTo": "{0.42288888888888887, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{1, 0.97516666666666674}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.71933333333333338}", + "curveFrom": "{0.21666666666666856, 1}", "curveMode": 4, - "curveTo": "{1, 0.75}", + "curveTo": "{0.5, 1}", "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0.75}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.87511111111111106, 0.69450000000000001}", - "curveMode": 3, - "curveTo": "{0.97516666666666674, 0.69450000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 0.69450000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74044444444444446, 0.66111111111111109}", - "curveMode": 3, - "curveTo": "{0.80844444444444441, 0.68333333333333324}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.746, 0.66288888888888886}", + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveFrom": "{0, 0.21666666666666856}", "curveMode": 2, - "curveTo": "{0.7346111111111111, 0.66022222222222227}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.72883333333333333, 0.66022222222222227}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.68961111111111117, 0.67649999999999999}", - "curveMode": 4, - "curveTo": "{0.70044444444444443, 0.66566666666666663}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.68961111111111117, 0.67649999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.41000000000000003, 0.71888888888888891}", - "curveMode": 4, - "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "curveTo": "{0, 0.78333333333333144}", "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.56733333333333336, 0.79888888888888887}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.20127777777777778, 0.43300000000000005}", - "curveMode": 4, - "curveTo": "{0.28138888888888886, 0.59027777777777779}", - "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.20127777777777778, 0.43300000000000005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33877777777777784, 0.29516666666666658}", - "curveMode": 4, - "curveTo": "{0.32350000000000001, 0.31038888888888888}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32350000000000001, 0.31038888888888888}", + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.31666666666666671, 0.19149999999999995}", - "curveMode": 3, - "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "curveFrom": "{0.78333333333334088, 0}", + "curveMode": 2, + "curveTo": "{0.21666666666666856, 0}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.33711111111111108, 0.25399999999999995}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.30550000000000005, 0.024833333333333287}", - "curveMode": 3, - "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "curveFrom": "{1, 0.78333333333333144}", + "curveMode": 2, + "curveTo": "{1, 0.21666666666666856}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.30550000000000005, 0.055555555555555552}", + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.25, 0}", + "curveFrom": "{0.5, 1}", "curveMode": 4, - "curveTo": "{0.28066666666666662, 0}", + "curveTo": "{0.78333333333334088, 1}", "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.25, 0}", + "point": "{0.5, 1}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", - "opacity": 0.5399999618530273, - }, - "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, "fillType": 0, "isEnabled": true, @@ -42061,8 +79630,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M3 6,S 0 4.7, 0 3,S 1.3 0, 3 0,S 6 1.3, 6 3,S 4.7 6, 3 6,z\\"", ], "type": "path", }, @@ -42073,604 +79642,229 @@ Object { }, }, ], - "name": "call icon", - "nameIsFixed": true, + "name": "Shape", + "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"call icon\\"", + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", ], }, - }, - ], - "name": "answer", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"answer\\"", - ], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "56px", - "left": "15px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "56px", - }, - }, - "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 56, - "x": 15, - "y": 16, - }, - "hasClippingMask": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "windingRule": 1, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "border-radius": "50%", + "display": "block", + "height": "6px", + "left": "5px", + "position": "absolute", + "top": "9px", + "visibility": "visible", + "width": "6px", + }, + }, + "do_objectID": "D27B5981-CCA7-4D15-BDB6-1307F55D4185", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 6, + "width": 6, + "x": 5, + "y": 9, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Oval", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"Oval\\"", + ], + }, }, ], + "name": "wifi", + "nameIsFixed": true, + "originalObjectID": "0F7636EC-3486-4CC5-99A9-684896927622", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, + "alpha": 1, "blue": 0, "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "heads-up notification", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"heads-up notification\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`StencilCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 53 on stencil 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "name": "Material/Light/Body 1", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"wifi\\"", + ], + }, + }, Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "160px", - "left": "0px", + "height": "12px", + "left": "34px", "position": "absolute", - "top": "0px", + "top": "6px", "visibility": "visible", - "width": "344px", + "width": "12px", }, }, - "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", - "edited": true, + "do_objectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -42679,756 +79873,668 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 160, - "width": 344, - "x": 0, - "y": 0, + "height": 12, + "width": 12, + "x": 34, + "y": 6, }, + "hasClickThrough": false, "hasClippingMask": false, - "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9941860465116279, 1}", - "curveMode": 4, - "curveTo": "{0.99738372093023264, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9941860465116279, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0026162790697673759, 1}", - "curveMode": 4, - "curveTo": "{0.0058139534883720929, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0058139534883720929, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.98687500000000006}", - "curveMode": 4, - "curveTo": "{0, 0.99437500000000001}", - "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.98750000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.0056250000000000354}", - "curveMode": 4, - "curveTo": "{0, 0.013125000000000008}", - "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058139534883720929, 0}", - "curveMode": 4, - "curveTo": "{0.0026162790697673759, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.0058139534883720929, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99709302325581395, 0}", - "curveMode": 4, - "curveTo": "{0.9938953488372092, 0}", - "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9941860465116279, 0}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99970930232558131, 0.013125000000000008}", - "curveMode": 4, - "curveTo": "{0.99970930232558131, 0.0056250000000000354}", - "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.012500000000000001}", + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "12px", + "left": "-1.13686837721616e-13px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "12px", + }, + }, + "do_objectID": "40BA2EEC-83D4-453D-8478-4F0193497A23", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 12, + "x": -1.13686837721616e-13, + "y": 0, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "reception mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M12 12,L 12 0,L 0 12,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.99437500000000012}", - "curveMode": 1, - "curveTo": "{0.99970930232558131, 0.98687500000000006}", - "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.98750000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", - "position": 0.9864078443877551, - }, - ], - "to": "{0.5, 1}", + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "12px", + "left": "9px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "isEnabled": true, - "position": 1, - "thickness": 1, }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "do_objectID": "D0C86B5E-4173-4729-A3AF-88C232B22652", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 9, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.2000000029802322, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.1, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.0490476332782268, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - ], - "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "12px", + "left": "6px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", - "isEnabled": true, - "offsetX": 0, - "offsetY": 8, - "spread": 0, }, - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "EF62075C-CD4D-4710-991E-3FCE6FB02448", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 6, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "3px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", - "isEnabled": false, - "offsetX": 0, - "offsetY": 2, - "spread": 0, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "8639EA38-59EA-4C41-AC59-E235A01C9985", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 3, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", - "isEnabled": false, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { + "web": Object { "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], - "type": "path", }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "94px", - "visibility": "visible", - "width": "256px", - }, - }, - "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", - "height": 3, - "width": 256, - "x": 88, - "y": 94, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.48611111111111105}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.48611111111111105}", - "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", - "curveMode": 1, - "curveTo": "{-0.087891101837158522, 0.6041666666666663}", - "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", + }, + }, + "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, }, ], + "name": "reception", + "nameIsFixed": true, + "originalObjectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, "fillType": 0, "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 13, - "location": 0, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "string": "Incoming call", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "88px", - "position": "absolute", - "top": "19px", - "visibility": "visible", - "width": "85px", - }, - }, - "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 85, - "x": 88, - "y": 19, - }, - "glyphBounds": "{{0, 0}, {84, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Incoming call", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", - "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 15, - "location": 0, - }, + "role=\\"group\\"", + "aria-label=\\"reception\\"", ], - "string": "Scott Masterson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "88px", - "position": "absolute", - "top": "42px", - "visibility": "visible", - "width": "180px", - }, - }, - "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 180, - "x": 88, - "y": 42, - }, - "glyphBounds": "{{0, 0}, {177, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Scott Masterson", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, }, Object { @@ -43438,18 +80544,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "88px", + "height": "13px", + "left": "60px", "position": "absolute", - "top": "116px", + "top": "5px", "visibility": "visible", - "width": "81px", + "width": "8px", }, }, - "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "do_objectID": "394BBD24-BE18-4203-8A03-D37C48937738", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -43458,14 +80563,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", - "height": 24, - "width": 81, - "x": 88, - "y": 116, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 13, + "width": 8, + "x": 60, + "y": 5, }, "hasClickThrough": false, "hasClippingMask": false, @@ -43477,1222 +80578,871 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "IGNORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "13px", + "left": "-1.13686837721616e-13px", "position": "absolute", - "top": "4px", + "top": "0px", "visibility": "visible", - "width": "50px", + "width": "8px", + }, + }, + "do_objectID": "36B2AC85-DF12-4169-8718-5F3D3C549F84", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 13, + "width": 8, + "x": -1.13686837721616e-13, + "y": 0, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "battery mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.875, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.875, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.875, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.75, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.75, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0}", + "curveMode": 1, + "curveTo": "{0.75, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.75, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 1, + "curveTo": "{0.25, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.25, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.25, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.25, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.049999999999997158, 0.076923076923076927}", + "curveMode": 4, + "curveTo": "{0.125, 0.076923076923076927}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.125, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.15384615384615385}", + "curveMode": 4, + "curveTo": "{0, 0.10769230769230813}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.15384615384615385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.96923076923076878}", + "curveMode": 4, + "curveTo": "{0, 0.92307692307692313}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.92307692307692313}", }, - }, - "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 16, - "width": 50, - "x": 32, - "y": 4, - }, - "glyphBounds": "{{0, 0}, {49, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Ignore", - "nameIsFixed": false, - "resizingConstraint": 47, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.125, 1}", + "curveMode": 4, + "curveTo": "{0.049999999999997158, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.125, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.95000000000000284, 1}", + "curveMode": 4, + "curveTo": "{0.875, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.875, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.92307692307692313}", + "curveMode": 4, + "curveTo": "{1, 0.96923076923076878}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.92307692307692313}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10769230769230813}", + "curveMode": 4, + "curveTo": "{1, 0.15384615384615385}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.15384615384615385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.875, 0.076923076923076927}", + "curveMode": 4, + "curveTo": "{0.95000000000000284, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.875, 0.076923076923076927}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M7 1,L 6 1,L 6 0,L 2 0,L 2 1,S 1 1, 1 1,S 0 1.4, 0 2,S 0 12, 0 12,S 0.4 13, 1 13,S 7 13, 7 13,S 8 12.6, 8 12,S 8 2, 8 2,S 7.6 1, 7 1,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(255,255,255,0.90)", "display": "block", - "height": "24px", + "height": "3px", "left": "0px", "position": "absolute", - "top": "0px", + "top": "10px", "visibility": "visible", - "width": "24px", + "width": "8px", }, }, - "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "do_objectID": "50A264EB-01E5-4A89-91A4-6BC7B6F43B82", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", - "height": 24, - "width": 24, + "height": 3, + "width": 8, "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 10, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "13.999px", - }, - }, - "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 14, - "width": 13.999, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "shape", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.39900000000000002}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.39900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.39900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 0}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{0, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.39895706836202588, 0.5}", - "curveMode": 1, - "curveTo": "{0.39895706836202588, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.39895706836202588, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{0, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 1}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.60099999999999998}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.60099999999999998}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.60099999999999998}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 1}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{1, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.60104293163797429, 0.5}", - "curveMode": 1, - "curveTo": "{0.60104293163797429, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.60104293163797429, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{1, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 0}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", - "opacity": 0.5399999618530273, - }, - "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "ignore icon", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore icon\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], }, }, - ], - "name": "ignore", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "215px", - "position": "absolute", - "top": "116px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", - "height": 24, - "width": 88, - "x": 215, - "y": 116, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "8px", + }, + }, + "do_objectID": "104A5BDF-320D-45A2-9EFB-DA0F9A056E07", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 8, + "x": 0, + "y": 7, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, - "length": 1, - "location": 5, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "string": "ANSWER", + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", + "background-color": "rgba(255,255,255,0.30)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "3px", + "left": "0px", "position": "absolute", "top": "4px", "visibility": "visible", - "width": "56px", + "width": "8px", }, }, - "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "4162C6FB-40B4-4940-AF52-911CB4C18D05", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", - "height": 16, - "width": 56, - "x": 32, + "height": 3, + "width": 8, + "x": 0, "y": 4, }, - "glyphBounds": "{{0, 0}, {56, 16}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "ANSWER", + "name": "Rectangle-path", "nameIsFixed": false, - "resizingConstraint": 47, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "1px", + "visibility": "visible", + "width": "8px", + }, + }, + "do_objectID": "7EEACE8D-CEA3-4118-BA2B-20DA6BB9C643", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 8, + "x": 0, + "y": 1, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(255,255,255,0.30)", "display": "block", - "height": "24px", - "left": "0px", + "height": "1px", + "left": "2px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "4px", }, }, - "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "do_objectID": "B5950202-1A67-4112-84B9-936E5A627174", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", - "height": 24, - "width": 24, - "x": 0, + "height": 1, + "width": 4, + "x": 2, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "18px", - "left": "3px", - "position": "absolute", - "top": "3px", - "visibility": "visible", - "width": "18px", - }, - }, - "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 18, - "width": 18, - "x": 3, - "y": 3, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Imported Layers", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.024833333333333336, 0}", - "curveMode": 4, - "curveTo": "{0.055555555555555552, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.055555555555555552, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.57711111111111113}", - "curveMode": 3, - "curveTo": "{0, 0.024833333333333287}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97516666666666674, 1}", - "curveMode": 3, - "curveTo": "{0.42288888888888887, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{1, 0.97516666666666674}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.71933333333333338}", - "curveMode": 4, - "curveTo": "{1, 0.75}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.75}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.87511111111111106, 0.69450000000000001}", - "curveMode": 3, - "curveTo": "{0.97516666666666674, 0.69450000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 0.69450000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74044444444444446, 0.66111111111111109}", - "curveMode": 3, - "curveTo": "{0.80844444444444441, 0.68333333333333324}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.746, 0.66288888888888886}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.71466666666666667, 0.66022222222222227}", - "curveMode": 2, - "curveTo": "{0.7346111111111111, 0.66022222222222227}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.72883333333333333, 0.66022222222222227}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.68961111111111117, 0.67649999999999999}", - "curveMode": 4, - "curveTo": "{0.70044444444444443, 0.66566666666666663}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.68961111111111117, 0.67649999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.41000000000000003, 0.71888888888888891}", - "curveMode": 4, - "curveTo": "{0.56733333333333336, 0.79888888888888887}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.56733333333333336, 0.79888888888888887}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.20127777777777778, 0.43300000000000005}", - "curveMode": 4, - "curveTo": "{0.28138888888888886, 0.59027777777777779}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.20127777777777778, 0.43300000000000005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33877777777777784, 0.29516666666666658}", - "curveMode": 4, - "curveTo": "{0.32350000000000001, 0.31038888888888888}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32350000000000001, 0.31038888888888888}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.31666666666666671, 0.19149999999999995}", - "curveMode": 3, - "curveTo": "{0.34327777777777779, 0.2732222222222222}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.33711111111111108, 0.25399999999999995}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.30550000000000005, 0.024833333333333287}", - "curveMode": 3, - "curveTo": "{0.30550000000000005, 0.12483333333333332}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.30550000000000005, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.25, 0}", - "curveMode": 4, - "curveTo": "{0.28066666666666662, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.25, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", - "opacity": 0.5399999618530273, - }, - "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "call icon", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"call icon\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], }, - }, - ], - "name": "answer", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", - "endMarkerType": 0, + }, + ], + "name": "battery", + "nameIsFixed": true, + "originalObjectID": "394BBD24-BE18-4203-8A03-D37C48937738", + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -44700,35 +81450,28 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"answer\\"", + "aria-label=\\"battery\\"", ], }, }, Object { - "_class": "oval", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", "display": "block", - "height": "56px", - "left": "15px", + "height": "15px", + "left": "77px", "position": "absolute", - "top": "16px", + "top": "5px", "visibility": "visible", - "width": "56px", + "width": "33px", }, }, - "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", - "edited": false, + "do_objectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -44737,78 +81480,166 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 56, - "width": 56, - "x": 15, - "y": 16, + "height": 15, + "width": 33, + "x": 77, + "y": 5, }, - "hasClippingMask": true, - "isClosed": true, + "hasClickThrough": false, + "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 13, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + ], + "string": "12:30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "black", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "15px", + "left": "2.273736754432321e-13px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "33px", + }, + }, + "do_objectID": "180DADB8-0C0B-40BD-A964-08340D4A7861", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 15, + "width": 33, + "x": 2.273736754432321e-13, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {33, 15}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12:30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 13, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, }, ], + "name": "time", + "nameIsFixed": true, + "originalObjectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.9, + }, "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.26, + "alpha": 1, "blue": 0, "green": 0, "red": 0, @@ -44823,85 +81654,45 @@ Object { ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", + "role=\\"group\\"", + "aria-label=\\"time\\"", ], }, }, ], - "name": "heads-up notification", - "nameIsFixed": true, + "name": "Material/Android/Status bar content", + "nameIsFixed": false, + "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "shouldBreakMaskChain": false, + "shouldBreakMaskChain": true, "style": Object { "_class": "style", - "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, + "symbolID": "080C0EF9-47BD-4900-BB91-42C80173D424", + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"heads-up notification\\"", + "role=\\"symbolMaster\\"", + "aria-label=\\"Material/Android/Status bar content\\"", ], }, }, ], - "name": "Page 1", + "name": "Symbols", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -44923,13 +81714,17 @@ Object { ], "previews": Array [], "user": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "scrollOrigin": "{160, 160}", + "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485": Object { + "scrollOrigin": "{-60, 40}", "zoomValue": 1, }, - "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "5B57D242-95C3-47E3-BC5E-22376F9F834B": Object { "pageListHeight": 110, }, + "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, "document": Object { "pageListCollapsed": 1, "pageListHeight": -1, @@ -44938,13 +81733,15 @@ Object { } `; -exports[`StencilCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 52 on stencil 1`] = ` +exports[`StencilCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 53 on stencil 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -45054,19 +81851,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ "Roboto-Regular", @@ -45087,14 +81884,10 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { @@ -45117,6 +81910,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -45165,6 +81961,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -45207,6 +82006,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -45425,6 +82227,9 @@ Object { "x": 0, "y": 80, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46208,6 +83013,9 @@ Object { "x": 16, "y": 40, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46250,6 +83058,9 @@ Object { "x": 316, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46292,6 +83103,9 @@ Object { "x": 3, "y": 4, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47083,6 +83897,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47235,6 +84052,9 @@ Object { "x": 3, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47832,6 +84652,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "isFixedToViewport": false, @@ -48103,6 +84926,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -48146,6 +84972,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasBackgroundColor": false, "hasClickThrough": true, "hasClippingMask": false, @@ -48304,6 +85133,9 @@ Object { "x": 8, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -48446,6 +85278,9 @@ Object { "x": -4.000000000000114, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -48806,6 +85641,9 @@ Object { "x": -1.000000000000114, "y": 3, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -49166,6 +86004,9 @@ Object { "x": 1.999999999999886, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -49692,6 +86533,9 @@ Object { "x": 34, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -50382,6 +87226,9 @@ Object { "x": 60, "y": 5, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -51299,6 +88146,9 @@ Object { "x": 77, "y": 5, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -51480,6 +88330,13 @@ Object { ], "name": "Material/Android/Status bar content", "nameIsFixed": false, + "overrideProperties": Array [ + Object { + "_class": "MSImmutableOverrideProperty", + "canOverride": true, + "overrideName": "180DADB8-0C0B-40BD-A964-08340D4A7861_stringValue", + }, + ], "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, @@ -51536,7 +88393,7 @@ Object { "pageListHeight": 110, }, "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { - "scrollOrigin": "{134, 134}", + "scrollOrigin": "{160, 160}", "zoomValue": 1, }, "document": Object { @@ -51547,7 +88404,7 @@ Object { } `; -exports[`StencilCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 53 on stencil 1`] = ` +exports[`StencilCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 59 on stencil 1`] = ` Object { "document": Object { "_class": "document", @@ -51555,6 +88412,8 @@ Object { "_class": "assetCollection", "colorAssets": Array [], "colors": Array [], + "do_objectID": "0FB6DBC2-8E69-447B-B801-1645BB3CCD50", + "exportPresets": Array [], "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { @@ -51565,7 +88424,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "5B57D242-95C3-47E3-BC5E-22376F9F834B", + "do_objectID": "E77B5BBC-BBCC-49BD-AE26-62F8394AB8E2", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -51578,6 +88437,37 @@ Object { "name": "Material/Icon white", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "27C70A2F-DEF7-41B2-963C-C5CAE0286B89", "endMarkerType": 0, "fills": Array [ Object { @@ -51589,7 +88479,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51597,7 +88523,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -51617,8 +88545,42 @@ Object { "name": "Material/Dark/Title", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "990371CA-39D1-4236-8DF5-27DA6896FEFD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -51665,19 +88627,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "59.1", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 121, }, "fonts": Array [ "Roboto-Regular", @@ -51698,10 +88660,10 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 121, }, "pages": Array [ Object { @@ -51760,7 +88722,6 @@ Object { "do_objectID": "2145D356-40E2-4569-95CF-84F00DD9818F", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "BB51E5D5-5BA5-419F-9D6A-49A171E7ED21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51769,7 +88730,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7D8CA104-45E8-4835-B4DA-CCAF17E60C45", "height": 128, "width": 360, "x": 0, @@ -51805,7 +88765,6 @@ Object { "do_objectID": "A94FA51A-099C-4CC1-B1AE-4F3CBFE4B381", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "DC89A630-0EF2-4276-944C-D7254BED2EF4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51814,7 +88773,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "8C36F8CD-481B-455B-B132-E7E7E477D5D0", "height": 128, "width": 360, "x": 0, @@ -51851,7 +88809,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9B79BB7B-176C-4CA3-99DC-D5866EA83AB4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51873,6 +88830,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "app bar bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -51924,6 +88882,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "ACEE65BC-1CF2-45E4-9889-621210096AED", "endMarkerType": 0, "fills": Array [ @@ -51936,7 +88924,43 @@ Object { "green": 0.7333333333333334, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51944,6 +88968,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -51961,7 +88986,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "7E855B0A-CD99-4BC0-9320-25BCD81DE1B0", "isEnabled": true, "offsetX": 0, "offsetY": 4, @@ -51982,7 +89006,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "464524C7-C0E7-414E-8B14-DC85D1E28DCE", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -52026,7 +89049,6 @@ Object { "do_objectID": "DD13F059-6DD2-4413-9C59-5A3ABD7D44D7", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C9CE81BD-C917-48C0-9755-A60CAB214BD0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52035,7 +89057,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D025D61C-6D8C-4DEF-9770-3BF04763FB53", "height": 48, "width": 360, "x": 0, @@ -52059,14 +89080,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 180px rgba(255,255,255,0.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "98px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "410px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.00)", "box-shadow": "0 0 0 1px rgba(151,151,151,1.00) inset", "display": "block", "height": "48px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -52077,7 +89112,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9DD7A316-362F-4C9A-BFF3-5AB347DF1433", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52101,8 +89135,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -52152,6 +89188,22 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -52162,12 +89214,61 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": false, "position": 1, "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "451D43C8-1885-40BE-9887-80738B61DBAA", "endMarkerType": 0, "fills": Array [ @@ -52180,7 +89281,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -52188,7 +89325,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -52256,7 +89395,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "440F05BA-2072-4C6B-B78F-6CDF2E0DA718", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52265,7 +89403,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "65C64BBE-7EA8-4BAA-B6F4-933EB86CA11D", "height": 16, "width": 120, "x": 240, @@ -52280,6 +89417,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "THE THIRD", "nameIsFixed": false, "resizingConstraint": 63, @@ -52288,13 +89426,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "33A4A266-8DB2-45A7-A7E1-2E46C90421B9", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "4B3B58A2-ADCE-4A57-B0A9-E9F4263044C5", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52384,7 +89554,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "14290AE1-FA35-44A1-B010-6330DB239370", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52393,7 +89562,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "91542702-E1CB-49DE-AE0B-9145054DB80C", "height": 16, "width": 120, "x": 120, @@ -52408,6 +89576,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "ITEM TWO", "nameIsFixed": false, "resizingConstraint": 63, @@ -52416,13 +89585,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "9578BCCE-56FF-4CD0-A6C2-0A67738FF257", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9140AD60-AC75-4423-BD05-4120E3C53D2A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52512,7 +89713,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1C8BB07D-4549-4474-85DE-AAC36D4ED7FE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52521,7 +89721,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D08C8D43-D4F0-426D-BBE7-5BA4CA030851", "height": 16, "width": 120, "x": 0, @@ -52536,6 +89735,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "NO. ONE", "nameIsFixed": false, "resizingConstraint": 63, @@ -52544,13 +89744,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "E1B0E40B-4579-4740-A63F-6C4231A7DCF8", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "07FC4EB1-FE4E-4EFB-8BD3-1562B7D69B89", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52589,14 +89821,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 60px rgba(255,255,140,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "52px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "170px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,140,1.00)", "box-shadow": "0px 1px 1.5px 0px rgba(0,0,0,0.12),0px 1px 1px 0px rgba(0,0,0,0.24)", "display": "block", "height": "2px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "46px", "visibility": "visible", @@ -52607,7 +89853,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9B2FA7EA-E5FC-4F3F-A38A-91AB190DD24E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52631,8 +89876,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "indicator", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -52683,6 +89930,22 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -52693,12 +89956,61 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": false, "position": 1, "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "87D45A0F-6AC3-4D68-8521-AF6E8F85FD82", "endMarkerType": 0, "fills": Array [ @@ -52711,7 +90023,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -52719,6 +90067,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -52773,6 +90122,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "tabs", "nameIsFixed": true, "resizingConstraint": 63, @@ -52781,9 +90131,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "56450478-45EE-4020-829D-3D7106A99B8C", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -52812,7 +90195,6 @@ Object { "do_objectID": "54F2B126-EBC8-42E4-9CCC-6025866EA532", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E919A5D5-7F14-43AB-937D-4AC73AD038A8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52821,7 +90203,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1244F84B-12C1-420C-A2BD-58EBC9D323FF", "height": 24, "width": 328, "x": 16, @@ -52857,7 +90238,6 @@ Object { "do_objectID": "2EAB1189-97C4-4EC1-8CBF-1E24214B7177", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B5AE9619-0144-403F-B016-9A1F7F494DC5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52866,7 +90246,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "13FAD583-AC89-4F3A-A6B6-A0CF3DBA26AC", "height": 24, "width": 12, "x": 316, @@ -52902,7 +90281,6 @@ Object { "do_objectID": "044E322D-A4FA-476E-8BFB-CB5BD971A007", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "29F06F1B-0927-4D93-BDE8-5828E3184007", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52911,7 +90289,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "09DF51C0-DFDA-497B-9205-AB1963FD1154", "height": 16, "width": 4, "x": 3, @@ -52948,7 +90325,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1F98697-0674-4D9C-A0F6-B7D2C30462F5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52957,7 +90333,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0EAD72B-E995-4B23-A15E-81E3ACD60B80", "height": 4, "width": 4, "x": 0, @@ -52971,6 +90346,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53032,6 +90408,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53044,7 +90450,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53052,7 +90494,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53091,7 +90535,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0BEF50BC-CCDF-4CDB-BEEE-4CB4FB2CE90D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53100,7 +90543,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2CF02168-028C-4296-82F3-C32431ED0BEA", "height": 4, "width": 4, "x": 0, @@ -53114,6 +90556,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53175,149 +90618,246 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "4px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "4px", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 4, + "width": 4, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22499999999999964}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000036}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000036}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999964}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - }, - "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E4AC1434-7A30-45CD-8976-A852E84BBF9A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "313C2770-48E7-45CF-AD51-6CE335D14FEE", - "height": 4, - "width": 4, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000009, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22499999999999964}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000036}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77499999999999991, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000009, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000036}", - "curveMode": 2, - "curveTo": "{1, 0.22499999999999964}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77499999999999991, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53330,7 +90870,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53338,7 +90914,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53359,6 +90937,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -53368,6 +90947,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53380,7 +90989,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53388,7 +91033,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53419,7 +91066,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8B85D384-7961-4B39-87B7-A05B22F94D02", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53441,6 +91087,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53492,9 +91139,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "946562AE-3059-44F0-8DC3-54BE98B4ACFC", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53515,6 +91195,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "more", "nameIsFixed": true, "resizingConstraint": 63, @@ -53523,6 +91204,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "06EE712E-EDFF-4466-B1D7-A63C20D4C50F", "endMarkerType": 0, "fills": Array [ @@ -53535,7 +91246,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53543,7 +91290,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53609,7 +91358,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "BBB1B522-64CF-4563-B8E9-F138ED2B426C", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53632,6 +91380,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "Page Title", "nameIsFixed": false, "resizingConstraint": 47, @@ -53641,13 +91390,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "E2DF08D7-CE0B-4A04-A46E-02C8D9DC19DD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "E92BA203-2A38-4841-BE87-23D9A757DC8A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -53696,7 +91477,6 @@ Object { "do_objectID": "A7B39194-67E6-4391-84D0-3590B6A9C8C6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C4FDFF6F-90CA-42E5-B4EA-02196E788C67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53705,7 +91485,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C1D0BFE2-05CA-4895-8105-DEBC39E206B0", "height": 24, "width": 24, "x": 0, @@ -53745,7 +91524,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1D1A9FCF-0DAD-4917-B2EA-6CC0D24671C4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53769,8 +91547,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -53820,9 +91600,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "31EF773D-8AEB-4113-BED9-1CB4C1CC4417", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53851,7 +91664,6 @@ Object { "do_objectID": "894DE14D-3249-43A6-A9E5-13D74A715EAF", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5E9A3EF6-B3AB-4018-A46A-4C09A1B6E2EC", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53860,7 +91672,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A14A0CC3-5811-4C0B-AB5D-66BABB31C092", "height": 12, "width": 18, "x": 3, @@ -53897,7 +91708,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "A8D67E3B-9CAB-4149-B260-2B85A40190E9", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53906,7 +91716,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "59305F95-A91C-43CD-BBC5-08B12D2CFEBD", "height": 2, "width": 18, "x": 0, @@ -53920,6 +91729,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53981,6 +91791,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -53993,7 +91833,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54001,7 +91877,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54040,7 +91918,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3E227245-30B1-4F5B-B4D2-B2EC3199D671", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54049,7 +91926,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2178831E-0EA9-4B03-B0B6-05303ABBB4B7", "height": 2, "width": 18, "x": 0, @@ -54063,6 +91939,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -54124,6 +92001,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54136,7 +92043,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54144,7 +92087,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54183,7 +92128,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "574554BD-6E97-4715-BD86-7A3FEC2A86BF", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54192,7 +92136,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "4B258FC6-50FA-406A-AFD3-A641D2D0E332", "height": 2, "width": 18, "x": 0, @@ -54206,6 +92149,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -54267,6 +92211,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54279,7 +92253,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54287,7 +92297,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54308,6 +92320,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -54317,6 +92330,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54329,7 +92372,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54337,7 +92416,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54350,6 +92431,7 @@ Object { "windingRule": 1, }, ], + "maintainScrollPosition": false, "name": "menu", "nameIsFixed": true, "resizingConstraint": 63, @@ -54358,6 +92440,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "0E6232B9-D813-4EF6-86CD-A008760CB052", "endMarkerType": 0, "fills": Array [ @@ -54370,7 +92482,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54378,7 +92526,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54390,6 +92540,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar contents", "nameIsFixed": true, "resizingConstraint": 63, @@ -54398,9 +92549,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "CEB14821-8174-404A-B9B3-70B0D89FF07A", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54412,6 +92596,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54420,9 +92605,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "6D2C6775-C00E-459D-BF35-6BF75842EAB0", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54451,7 +92669,6 @@ Object { "do_objectID": "FA4CA9F5-471E-4E2A-9466-D3AE5C74D5E9", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CAF63BAA-809D-4491-BA10-6E6BE6B675F4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54460,7 +92677,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "096F6677-3466-4D31-8976-C5099741CC33", "height": 24, "width": 360, "x": 0, @@ -54484,13 +92700,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 180px rgba(0,150,166,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "74px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "410px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(0,150,166,1.00)", "display": "block", "height": "24px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -54501,7 +92731,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7FF88E2C-E6A4-45D7-A3B0-7D665AB5D111", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54525,8 +92754,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "status bar bg", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -54576,6 +92807,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "5C253197-535A-49C9-85CC-3D1E6ECC5E36", "endMarkerType": 0, "fills": Array [ @@ -54588,7 +92849,43 @@ Object { "green": 0.5882352941176472, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54596,7 +92893,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54614,7 +92913,6 @@ Object { "do_objectID": "2897CFF8-D7D1-4C1F-B13C-E4DAE67067FA", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1E5FD2ED-1738-4855-A83E-3E2986B601A2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54623,7 +92921,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "139BCC43-36EB-444E-A4E6-44A1B5DA3103", "height": 24, "width": 118, "x": 242, @@ -54637,6 +92934,7 @@ Object { "isLocked": true, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "status bar contents", "nameIsFixed": false, "overrideValues": Array [], @@ -54647,9 +92945,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "4FFF4E6F-61BA-4E30-B769-FC2F51E39F2F", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54657,6 +92988,7 @@ Object { "verticalSpacing": 0, }, ], + "maintainScrollPosition": false, "name": "status bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54665,9 +92997,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "1804FEE3-D722-4D5E-BD63-2DF8F2DB5FD5", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54679,6 +93044,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar + status bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54687,9 +93053,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "807C67B1-1EBA-45A7-AAA4-BF807BDF4729", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54701,6 +93100,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -54709,8 +93109,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "425882D9-8A7F-4789-BDC1-5B95332270BD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54760,6 +93194,7 @@ Object { "layers": Array [ Object { "_class": "symbolMaster", + "allowsOverrides": true, "backgroundColor": Object { "_class": "color", "alpha": 1, @@ -54853,8 +93288,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -54904,8 +93341,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "16D5846F-E801-40A5-A66C-9856E8991587", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54999,6 +93470,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "wifi mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -55040,8 +93512,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9EA07FE4-7266-4D17-9AB1-4D9A85003E24", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55144,6 +93650,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55205,6 +93712,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "207F3F7C-A186-4692-B6F7-2F22ADB65331", "endMarkerType": 0, "fills": Array [ Object { @@ -55216,7 +93754,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55224,7 +93798,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55284,6 +93860,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55345,6 +93922,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ED8C40E5-7B97-467B-9FBA-E384B5A1EF08", "endMarkerType": 0, "fills": Array [ Object { @@ -55356,7 +93964,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55364,7 +94008,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55385,6 +94031,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -55393,6 +94040,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "633BB062-4F01-4615-BCEB-FD9F241E3F9D", "endMarkerType": 0, "fills": Array [ Object { @@ -55404,7 +94082,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55412,7 +94126,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55507,6 +94223,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55568,6 +94285,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "01493057-AA98-4FFB-B444-C91DA4A72D69", "endMarkerType": 0, "fills": Array [ Object { @@ -55579,7 +94327,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55587,7 +94371,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55647,6 +94433,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55708,6 +94495,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "747BF648-4668-4BBC-9B4E-6F1BFA0FCAD8", "endMarkerType": 0, "fills": Array [ Object { @@ -55719,7 +94537,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55727,7 +94581,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55748,6 +94604,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -55756,6 +94613,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D46A94B6-197C-4FB0-9568-F6533089E7D3", "endMarkerType": 0, "fills": Array [ Object { @@ -55767,7 +94655,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55775,7 +94699,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55870,6 +94796,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55931,6 +94858,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "07F598E6-F6BC-462F-B7B1-066CB2DD4FD1", "endMarkerType": 0, "fills": Array [ Object { @@ -55942,7 +94900,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55950,7 +94944,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56010,6 +95006,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -56071,6 +95068,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C2D8F30B-8A91-4590-B744-F52909B3B514", "endMarkerType": 0, "fills": Array [ Object { @@ -56082,7 +95110,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56090,7 +95154,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56111,6 +95177,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -56119,6 +95186,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DAFEC00D-06AE-41BB-8B9A-809963A5EAB6", "endMarkerType": 0, "fills": Array [ Object { @@ -56130,7 +95228,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56138,7 +95272,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56156,14 +95292,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 3px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "56px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "56px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "border-radius": "50%", "display": "block", "height": "6px", "left": "5px", + "overflow": "hidden", "position": "absolute", "top": "9px", "visibility": "visible", @@ -56195,6 +95345,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Oval", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -56246,6 +95397,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "78FF238D-9541-41A3-8F84-47EE681F7DBA", "endMarkerType": 0, "fills": Array [ Object { @@ -56257,7 +95439,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56265,7 +95483,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56277,6 +95497,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "wifi", "nameIsFixed": true, "originalObjectID": "0F7636EC-3486-4CC5-99A9-684896927622", @@ -56286,6 +95507,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2AB52446-9354-4AC2-81A0-ECBBD0F78459", "endMarkerType": 0, "fills": Array [ Object { @@ -56297,7 +95549,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56305,7 +95593,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56399,6 +95689,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "reception mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -56440,8 +95731,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C18AFE15-E9B9-4E3E-9A97-B7DC1987FB3D", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56467,13 +95792,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "12px", "left": "9px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56507,8 +95846,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56558,6 +95899,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "84E1F9EE-314E-46F5-A41B-09F70C022501", "endMarkerType": 0, "fills": Array [ Object { @@ -56569,7 +95941,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56577,7 +95985,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56594,13 +96004,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "12px", "left": "6px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56634,8 +96058,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56685,6 +96111,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DC2F89AB-5291-412D-88F1-403422F66E22", "endMarkerType": 0, "fills": Array [ Object { @@ -56696,7 +96153,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56704,7 +96197,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56721,13 +96216,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "12px", "left": "3px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56761,8 +96270,222 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Rectangle-path", + "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D1FD5EC3-72EE-4F72-B970-B7AF1B6E2F6F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", + }, + }, + "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56812,133 +96535,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.9, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"Rectangle-path\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(255,255,255,0.90)", - "display": "block", - "height": "12px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "3px", - }, - }, - "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 12, - "width": 3, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Rectangle-path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", + "do_objectID": "136EE959-007D-41D3-B0C1-8938386FADCD", "endMarkerType": 0, "fills": Array [ Object { @@ -56950,7 +96577,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56958,7 +96621,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56970,6 +96635,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "reception", "nameIsFixed": true, "originalObjectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", @@ -56979,6 +96645,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3F0D2CAD-8A47-471C-9154-23FB2F68AFB8", "endMarkerType": 0, "fills": Array [ Object { @@ -56990,7 +96687,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56998,7 +96731,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57092,6 +96827,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "battery mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -57233,8 +96969,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C9A935A7-ADA0-4B4D-92F2-4938BEAA5E2D", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57260,13 +97030,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "10px", "visibility": "visible", @@ -57300,8 +97084,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57351,6 +97137,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7C76E4ED-F9CB-455D-AD9C-2816AAF3E6DE", "endMarkerType": 0, "fills": Array [ Object { @@ -57362,7 +97179,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57370,7 +97223,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57387,13 +97242,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "7px", "visibility": "visible", @@ -57427,8 +97296,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57478,6 +97349,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "88E9FB48-6A96-444E-A384-497859BAF1D3", "endMarkerType": 0, "fills": Array [ Object { @@ -57489,7 +97391,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57497,7 +97435,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57514,13 +97454,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "4px", "visibility": "visible", @@ -57554,8 +97508,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57605,6 +97561,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AA9666DD-FA8E-4B02-88AF-DA777F73169F", "endMarkerType": 0, "fills": Array [ Object { @@ -57616,7 +97603,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57624,7 +97647,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57641,13 +97666,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "1px", "visibility": "visible", @@ -57681,8 +97720,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57732,6 +97773,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F2A609A7-8117-42F0-A587-21510D054997", "endMarkerType": 0, "fills": Array [ Object { @@ -57743,7 +97815,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57751,7 +97859,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57768,13 +97878,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 2px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "51px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "54px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "1px", "left": "2px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -57808,8 +97932,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57859,6 +97985,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F731A3DE-3FB6-47A2-9EAD-3D557D62F212", "endMarkerType": 0, "fills": Array [ Object { @@ -57870,7 +98027,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57878,7 +98071,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57890,6 +98085,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "battery", "nameIsFixed": true, "originalObjectID": "394BBD24-BE18-4203-8A03-D37C48937738", @@ -57899,6 +98095,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "953ABBE9-32A5-4B5B-82B6-1CDCCAEA218E", "endMarkerType": 0, "fills": Array [ Object { @@ -57910,7 +98137,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57918,7 +98181,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58042,6 +98307,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "12:30", "nameIsFixed": false, "resizingConstraint": 63, @@ -58050,6 +98316,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7EB19CE4-A958-42FA-BE57-CBC6CEEB413A", "endMarkerType": 0, "fills": Array [ Object { @@ -58061,7 +98358,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -58069,7 +98402,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -58097,6 +98432,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "time", "nameIsFixed": true, "originalObjectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", @@ -58106,11 +98442,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 0.9, }, + "do_objectID": "C0CD5027-0BD9-4D15-85D7-E49DDC42A675", "endMarkerType": 0, "fills": Array [ Object { @@ -58122,7 +98484,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -58130,7 +98528,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58142,6 +98542,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Material/Android/Status bar content", "nameIsFixed": false, "overrideProperties": Array [ @@ -58151,6 +98552,7 @@ Object { "overrideName": "180DADB8-0C0B-40BD-A964-08340D4A7861_stringValue", }, ], + "presetDictionary": Object {}, "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, @@ -58158,8 +98560,42 @@ Object { "shouldBreakMaskChain": true, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3D897CB1-1358-4576-831E-CB624B39BC23", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58177,6 +98613,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Symbols", "nameIsFixed": false, "resizingConstraint": 63, @@ -58185,8 +98622,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "580F243F-C85F-4ADD-82C3-92BA90AD8437", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58207,7 +98678,7 @@ Object { "pageListHeight": 110, }, "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, "document": Object { diff --git a/projects/svg-codegen/src/lib/__snapshots__/svg-codegen.service.spec.ts.snap b/projects/svg-codegen/src/lib/__snapshots__/svg-codegen.service.spec.ts.snap index e592c4a76..0ee7ded3d 100644 --- a/projects/svg-codegen/src/lib/__snapshots__/svg-codegen.service.spec.ts.snap +++ b/projects/svg-codegen/src/lib/__snapshots__/svg-codegen.service.spec.ts.snap @@ -1837,13 +1837,17 @@ Object { } `; -exports[`SvgCodeGenService should match md-components-buttons-lights.sketch snapshot for 52 on svg 1`] = ` +exports[`SvgCodeGenService should match md-components-buttons-fabs-light.sketch snapshot for 59 on svg 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "do_objectID": "3C9A0FC2-9C25-44D7-B6E9-2A68271FEAE3", + "exportPresets": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -1853,13 +1857,113 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D", + "do_objectID": "07940257-BA95-49BD-B375-6EE1414E8D4D", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], "layerStyles": Object { "_class": "sharedStyleContainer", - "objects": Array [], + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2DEC6056-D4A8-4EE3-93E6-B46AD450B6BC", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "82E576EC-8FF4-47FD-BBF8-276D3E80CC8E", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], }, "layerSymbols": Object { "_class": "symbolContainer", @@ -1872,52 +1976,46 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "_ref": "pages/06732C75-3171-4248-9998-E4DCDB514056", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 121, }, - "fonts": Array [ - "Roboto-Medium", - ], + "fonts": Array [], "pagesAndArtboards": Object { - "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "06732C75-3171-4248-9998-E4DCDB514056": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "do_objectID": "06732C75-3171-4248-9998-E4DCDB514056", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -1933,6 +2031,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -1952,10 +2053,9 @@ Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", + "do_objectID": "9F8AC6A1-F4A4-422B-A677-30C517A1A9ED", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2817D758-4D6F-44B3-A3B2-5D58193F7253", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -1964,12 +2064,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "35D18917-4257-43AD-BC71-DD8B0CFD9910", - "height": 36, - "width": 94, + "height": 56, + "width": 56, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -1980,30 +2082,27 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "oval", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", + "do_objectID": "2B0A10B9-981F-4000-8E2E-2BDD9F30C8E6", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F95DBC43-E22E-48EE-84C3-BFF761BF5FF0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 2, "frame": Object { "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 94, + "constrainProportions": true, + "height": 56, + "width": 56, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -2011,49 +2110,50 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "button bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, ], "resizingConstraint": 63, @@ -2062,37 +2162,38 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", - "endMarkerType": 0, - "fills": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "blue": 0, + "green": 0, "red": 0, }, - "do_objectID": "518A65E4-7447-46E4-8E6D-2500863E0FEE", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "do_objectID": "441BA153-38D1-4932-89DB-A7E0FA4BF10E", - "fillType": 0, + "fillType": 1, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -2103,10 +2204,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.2, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, "position": 0, }, @@ -2114,7 +2215,18 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, "blue": 0, "green": 0, "red": 0, @@ -2122,24 +2234,27 @@ Object { "position": 1, }, ], - "to": "{0.5, 1}", + "to": "{0.5, 0.99021444515306123}", }, - "isEnabled": false, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 0.2000000029802322, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - "fillType": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -2150,7 +2265,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 0.12, "blue": 1, "green": 1, "red": 1, @@ -2161,30 +2276,61 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.06, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, "position": 1, }, ], "to": "{0.5, 1}", }, - "isEnabled": false, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "94F9F8A1-AEFC-4EAB-BC5F-96090A7EFAAF", + "endMarkerType": 0, + "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.1, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, "fillType": 0, "gradient": Object { @@ -2197,7 +2343,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 1, "blue": 1, "green": 1, "red": 1, @@ -2208,7 +2354,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 1, "blue": 0, "green": 0, "red": 0, @@ -2218,18 +2364,19 @@ Object { ], "to": "{0.5, 1}", }, - "isEnabled": false, + "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, "patternFillType": 0, "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { "_class": "shadow", - "blurRadius": 8, + "blurRadius": 14, "color": Object { "_class": "color", "alpha": 0.2376019021739131, @@ -2244,12 +2391,12 @@ Object { }, "isEnabled": false, "offsetX": 0, - "offsetY": 8, + "offsetY": 14, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 8, + "blurRadius": 14, "color": Object { "_class": "color", "alpha": 0.12, @@ -2269,7 +2416,7 @@ Object { }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.24, @@ -2284,12 +2431,12 @@ Object { }, "isEnabled": true, "offsetX": 0, - "offsetY": 2, + "offsetY": 8, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.12, @@ -2313,77 +2460,12 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "NORMAL", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", - "dontSynchroniseWithSymbol": false, + "do_objectID": "31DE405C-40EA-4542-9157-77FDF05E4CF7", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "81E4C18A-C5B1-4FCD-A4EC-F507E67A763E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -2392,13 +2474,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C77760CF-EB51-4E10-B303-70D70714C011", - "height": 16, - "width": 61, - "x": 16.5, - "y": 10, + "height": 24, + "width": 24, + "x": 16, + "y": 16, }, - "glyphBounds": "{{0, 0}, {61, 16}}", + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -2406,53 +2490,523 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NORMAL", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CFA250F8-ABC2-487A-9323-8BBD10C0BFAD", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "4B044FF4-ABB5-4B8D-947B-F6DA47EEA22F", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - }, - "verticalAlignment": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ECC1178A-3EEF-42C8-827B-B6C79CE429AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "95323268-06B8-47A3-9C1E-841E1D3AD72B", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{1, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 1}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 1}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{1, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{1, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.42857142857142855}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2DEC6056-D4A8-4EE3-93E6-B46AD450B6BC", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E402A47E-CCFA-4061-96E5-361F20410BD4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M14 6,L 8 6,L 8 0,L 6 0,L 6 6,L 0 6,L 0 8,L 6 8,L 6 14,L 8 14,L 8 8,L 14 8,L 14 6,z\\"", + ], + "type": "path", + }, + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "add", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7E088BE-F829-42B5-99DB-5E12CD9E02A6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, }, ], - "name": "button", + "maintainScrollPosition": false, + "name": "fab", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -2460,14 +3014,48 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "016AD96A-E9C8-4EC3-A372-D87BDA49078B", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -2476,8 +3064,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "278171CB-6472-4F87-A815-3E3C593D515A", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -2490,11 +3112,11 @@ Object { ], "previews": Array [], "user": Object { - "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { - "scrollOrigin": "{134, 134}", + "06732C75-3171-4248-9998-E4DCDB514056": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, - "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { + "E516E877-5092-41C7-92B9-C9E0EDE398FA": Object { "pageListHeight": 110, }, "document": Object { @@ -2505,15 +3127,13 @@ Object { } `; -exports[`SvgCodeGenService should match md-components-buttons-lights.sketch snapshot for 53 on svg 1`] = ` +exports[`SvgCodeGenService should match md-components-buttons-lights.sketch snapshot for 52 on svg 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", - "colorAssets": Array [], "colors": Array [], - "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -2549,19 +3169,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 105, }, "fonts": Array [ "Roboto-Medium", @@ -2573,10 +3193,14 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { @@ -2599,9 +3223,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -2639,9 +3260,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -3163,7 +3781,7 @@ Object { "previews": Array [], "user": Object { "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{134, 134}", "zoomValue": 1, }, "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { @@ -3177,13 +3795,15 @@ Object { } `; -exports[`SvgCodeGenService should match md-components-cards-homes.sketch snapshot for 52 on svg 1`] = ` +exports[`SvgCodeGenService should match md-components-buttons-lights.sketch snapshot for 53 on svg 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -3193,257 +3813,13 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", + "do_objectID": "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], "layerStyles": Object { "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "layerSymbols": Object { "_class": "symbolContainer", @@ -3456,52 +3832,48 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", + "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ - "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", + "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -3517,6 +3889,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -3536,10 +3911,10 @@ Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", + "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "98074A6E-84B2-4F16-B665-C835B1F1F186", + "do_objectID": "2817D758-4D6F-44B3-A3B2-5D58193F7253", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -3548,12 +3923,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E63A53AF-E7EE-46D8-BFE8-0AAB73C9D3DE", - "height": 224, - "width": 344, + "do_objectID": "35D18917-4257-43AD-BC71-DD8B0CFD9910", + "height": 36, + "width": 94, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -3567,11 +3945,11 @@ Object { "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", + "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0713C981-1FBB-49DE-8AF4-82CEF028725A", + "do_objectID": "F95DBC43-E22E-48EE-84C3-BFF761BF5FF0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -3581,12 +3959,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 224, - "width": 344, + "height": 36, + "width": 94, "x": 0, "y": 0, }, - "hasClippingMask": true, + "hasClippingMask": false, "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, @@ -3595,7 +3973,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "button bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -3605,7 +3983,6 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", - "do_objectID": "9EF2F25A-8C0B-490A-8B6B-CB89A9CA3FE0", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -3616,7 +3993,6 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", - "do_objectID": "76222E59-B93C-48FF-9FC5-055A32CBC1D2", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -3627,7 +4003,6 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", - "do_objectID": "598CF3D5-4C1A-4AD1-B2B7-1D97BE8C6704", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -3638,7 +4013,6 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", - "do_objectID": "DD1184C0-136D-418C-8EA0-1ED3D172E028", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -3647,21 +4021,40 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, - "fillType": 1, + "do_objectID": "518A65E4-7447-46E4-8E6D-2500863E0FEE", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "do_objectID": "441BA153-38D1-4932-89DB-A7E0FA4BF10E", + "fillType": 0, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -3672,10 +4065,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.2, + "blue": 0.6, + "green": 0.6, + "red": 0.6, }, "position": 0, }, @@ -3683,52 +4076,32 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, }, "position": 1, }, ], "to": "{0.5, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.2000000029802322, + "blue": 0.6, + "green": 0.6, + "red": 0.6, }, - "fillType": 1, + "fillType": 0, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -3739,10 +4112,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, }, "position": 0, }, @@ -3750,29 +4123,54 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, + "alpha": 0.5, "blue": 0, "green": 0, "red": 0, }, - "position": 0.8, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, }, - "position": 0.950255322222858, + "position": 0, }, Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.04, + "alpha": 0.5, "blue": 0, "green": 0, "red": 0, @@ -3782,25 +4180,7 @@ Object { ], "to": "{0.5, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, + "isEnabled": false, "noiseIndex": 0, "noiseIntensity": 0, "patternFillType": 0, @@ -3809,6 +4189,46 @@ Object { ], "miterLimit": 10, "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.2376019021739131, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, Object { "_class": "shadow", "blurRadius": 2, @@ -3855,25 +4275,363 @@ Object { }, }, Object { - "_class": "rectangle", - "booleanOperation": -1, + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "NORMAL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", - "edited": false, + "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B245FB2F-7F3C-4D6A-AAF3-18FE3B124490", + "do_objectID": "81E4C18A-C5B1-4FCD-A4EC-F507E67A763E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 176, - "width": 344, + "do_objectID": "C77760CF-EB51-4E10-B303-70D70714C011", + "height": 16, + "width": 61, + "x": 16.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {61, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "NORMAL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CFA250F8-ABC2-487A-9323-8BBD10C0BFAD", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + ], + "name": "button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`SvgCodeGenService should match md-components-buttons-lights.sketch snapshot for 59 on svg 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "6C6C25B1-9B38-4ECB-9E0C-76B5AA0FB022", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "516247EF-188D-4E72-AC55-64B03A15D2AD", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 94, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 94, "x": 0, "y": 0, }, @@ -3886,13 +4644,15 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "image placeholder", + "maintainScrollPosition": false, + "name": "button bg", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 0, + "cornerRadius": 2, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", @@ -3902,7 +4662,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 0, + "cornerRadius": 2, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", @@ -3912,7 +4672,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 0, + "cornerRadius": 2, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", @@ -3922,7 +4682,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 0, + "cornerRadius": 2, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", @@ -3937,7 +4697,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", "endMarkerType": 0, "fills": Array [ Object { @@ -3945,160 +4735,383 @@ Object { "color": Object { "_class": "color", "alpha": 1, - "blue": 0.8274509803921568, - "green": 0.7333333333333333, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, "red": 0, }, - "do_objectID": "462C738B-C65E-434C-9FF9-916E784F8EB1", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, "patternFillType": 0, "patternTileScale": 1, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "position": 0, }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - "length": 13, - "location": 0, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - ], - "string": "Pre-fab Homes", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "386665A7-C098-49E9-AB71-126A8B4ED607", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "D0438ADA-75E5-48E5-A3AB-A55AF5E84029", - "height": 24, - "width": 161, - "x": 19, - "y": 137, - }, - "glyphBounds": "{{0, 0}, {161, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Pre-fab Homes 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "45243A28-E9FB-4A4A-8DB1-A8B2F38B9657", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, + "alpha": 0.2000000029802322, + "blue": 0.6, + "green": 0.6, + "red": 0.6, }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2A26EE59-59EE-4608-8D68-FC2A4BB1CE74", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.2376019021739131, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "NORMAL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, "shouldTrim": false, }, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E30F338C-0755-4F54-AED4-4CA9BDE48A46", - "height": 24, - "width": 119, - "x": 209, - "y": 188, + "height": 16, + "width": 61, + "x": 16.5, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {61, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -4106,673 +5119,1177 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B6AF0990-0F41-4695-BD54-00197F4BEAE8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "307E9C13-BD4D-44C3-8559-96F0E46B186E", - "height": 24, - "width": 24, - "x": 95, - "y": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "NORMAL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + ], + "maintainScrollPosition": false, + "name": "button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "EF515898-537B-469C-9036-E6B725CF8307", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`SvgCodeGenService should match md-components-cards-homes.sketch snapshot for 52 on svg 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8C0747D3-9212-4C92-8FE5-0707A83F6760", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", - ], - "type": "path", - }, - ], + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E1DB8B35-B319-4E78-9E45-9CA53344E3C5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CBDA8CB3-7920-4DDC-BAC9-B6B509B94BE1", - "height": 20, - "width": 18, - "x": 3, - "y": 1.999899999999798, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.79111111111111099, 0.70682730923694814}", - "curveMode": 4, - "curveTo": "{0.83333333333333337, 0.70682730923694814}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.83333333333333337, 0.70682730923694814}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.72444444444444445, 0.74548192771084365}", - "curveMode": 4, - "curveTo": "{0.7533333333333333, 0.72188755020080353}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.72444444444444445, 0.74548192771084365}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33111111111111119, 0.52560240963855442}", - "curveMode": 4, - "curveTo": "{0.32833333333333337, 0.53714859437751028}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32833333333333337, 0.53714859437751028}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33333333333333337, 0.48995983935743004}", - "curveMode": 2, - "curveTo": "{0.33333333333333337, 0.51405622489959857}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.33333333333333337, 0.5020080321285143}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.32833333333333337, 0.46686746987951833}", - "curveMode": 4, - "curveTo": "{0.33111111111111119, 0.47841365461847413}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.32833333333333337, 0.46686746987951833}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.75, 0.28564257028112472}", - "curveMode": 4, - "curveTo": "{0.72000000000000008, 0.26054216867469898}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.72000000000000008, 0.26054216867469898}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.92555555555555558, 0.30120481927710863}", - "curveMode": 3, - "curveTo": "{0.7894444444444445, 0.30120481927710863}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 0.30120481927710863}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.067269076305220984}", - "curveMode": 2, - "curveTo": "{1, 0.23393574297188771}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.15060240963855434}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", - "curveMode": 2, - "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 8.8817841970012528e-17}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.66666666666666663, 0.16265060240963869}", - "curveMode": 3, - "curveTo": "{0.66666666666666663, 0.067269076305220984}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.66666666666666663, 0.15060240963855434}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.67166666666666663, 0.18574297188755035}", - "curveMode": 4, - "curveTo": "{0.66888888888888887, 0.17419678714859449}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.67166666666666663, 0.18574297188755035}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.25, 0.36696787148594401}", - "curveMode": 4, - "curveTo": "{0.28000000000000003, 0.39206827309236975}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.28000000000000003, 0.39206827309236975}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.074444444444444438, 0.35140562248996005}", - "curveMode": 3, - "curveTo": "{0.21055555555555555, 0.35140562248996005}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.16666666666666666, 0.35140562248996005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.58534136546184767}", - "curveMode": 2, - "curveTo": "{0, 0.41867469879518093}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5020080321285143}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.21055555555555555, 0.65261044176706862}", - "curveMode": 3, - "curveTo": "{0.074444444444444438, 0.65261044176706862}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.16666666666666666, 0.65261044176706862}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.28000000000000003, 0.61194779116465892}", - "curveMode": 4, - "curveTo": "{0.25, 0.6370481927710846}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.28000000000000003, 0.61194779116465892}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.6727777777777777, 0.83132530120481973}", - "curveMode": 4, - "curveTo": "{0.67555555555555558, 0.82078313253012092}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.67555555555555558, 0.82078313253012092}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.67111111111111121, 0.93423694779116495}", - "curveMode": 3, - "curveTo": "{0.67111111111111121, 0.84236947791164696}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.67111111111111121, 0.85341365461847429}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9227777777777777, 1}", - "curveMode": 2, - "curveTo": "{0.74388888888888893, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99555555555555564, 0.77259036144578308}", - "curveMode": 2, - "curveTo": "{0.99555555555555564, 0.93423694779116495}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.99555555555555564, 0.85341365461847385}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.83333333333333337, 0.7068273092369477}", - "curveMode": 4, - "curveTo": "{0.92277777777777792, 0.7068273092369477}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.83333333333333337, 0.7068273092369477}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "395F98C8-7A7D-448B-9431-77AE198CD2AA", - "opacity": 0.5399999618530273, - }, - "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", - ], - "type": "path", - }, - ], + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, ], - "name": "share", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, + "to": "{0.5, 1}", }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A01478AF-F442-48D4-876B-7B242558A1C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1CD9EA03-E457-4DE2-AB87-E53E4CA3F6CE", - "height": 24, - "width": 24, - "x": 47, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0792DFC7-13AE-4023-BC28-6EAE2F525D94", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 18, - "width": 14, - "x": 5, - "y": 3, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "98074A6E-84B2-4F16-B665-C835B1F1F186", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E63A53AF-E7EE-46D8-BFE8-0AAB73C9D3DE", + "height": 224, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0713C981-1FBB-49DE-8AF4-82CEF028725A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 224, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "do_objectID": "9EF2F25A-8C0B-490A-8B6B-CB89A9CA3FE0", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "76222E59-B93C-48FF-9FC5-055A32CBC1D2", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "598CF3D5-4C1A-4AD1-B2B7-1D97BE8C6704", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "do_objectID": "DD1184C0-136D-418C-8EA0-1ED3D172E028", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.8571428571428571, 1}", - "curveMode": 1, - "curveTo": "{0.8571428571428571, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.8571428571428571, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.064285714285714307, 1}", - "curveMode": 4, - "curveTo": "{0.14285714285714285, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.14285714285714285, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.88888888888888884}", - "curveMode": 4, - "curveTo": "{0, 0.95000000000000007}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.88888888888888884}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.16666666666666666}", - "curveMode": 1, - "curveTo": "{0.5, 0.16666666666666666}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.16666666666666666}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.95000000000000007}", - "curveMode": 4, - "curveTo": "{1, 0.88888888888888884}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.88888888888888884}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.8571428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.93571428571428583, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.8571428571428571, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "1BB40B22-9947-481D-BDFD-D499709536C5", - "opacity": 0.5399999618530273, + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B245FB2F-7F3C-4D6A-AAF3-18FE3B124490", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 176, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.8274509803921568, + "green": 0.7333333333333333, + "red": 0, + }, + "do_objectID": "462C738B-C65E-434C-9FF9-916E784F8EB1", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", - ], - "type": "path", - }, - ], + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Pre-fab Homes", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "386665A7-C098-49E9-AB71-126A8B4ED607", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D0438ADA-75E5-48E5-A3AB-A55AF5E84029", + "height": 24, + "width": 161, + "x": 19, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {161, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Pre-fab Homes 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "45243A28-E9FB-4A4A-8DB1-A8B2F38B9657", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2A26EE59-59EE-4608-8D68-FC2A4BB1CE74", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E30F338C-0755-4F54-AED4-4CA9BDE48A46", + "height": 24, + "width": 119, + "x": 209, + "y": 188, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B6AF0990-0F41-4695-BD54-00197F4BEAE8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "307E9C13-BD4D-44C3-8559-96F0E46B186E", + "height": 24, + "width": 24, + "x": 95, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", + "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "78FE6195-3CDF-434D-90A3-E224F31C3763", + "do_objectID": "8C0747D3-9212-4C92-8FE5-0707A83F6760", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -4790,53 +6307,53 @@ Object { "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, - "isFlippedVertical": true, + "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, "name": "bounds", - "nameIsFixed": false, + "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", + "curveFrom": "{0, 0}", "curveMode": 1, - "curveTo": "{1, 0}", + "curveTo": "{0, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{0, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", + "curveFrom": "{1, 0}", "curveMode": 1, - "curveTo": "{0, 0}", + "curveTo": "{1, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{1, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", + "curveFrom": "{1, 1}", "curveMode": 1, - "curveTo": "{0, 1}", + "curveTo": "{1, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{1, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", + "curveFrom": "{0, 1}", "curveMode": 1, - "curveTo": "{1, 1}", + "curveTo": "{0, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 1}", + "point": "{0, 1}", }, ], "resizingConstraint": 63, @@ -4845,7 +6362,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", + "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -4857,69 +6374,22 @@ Object { Object { "attributes": Array [ "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", ], "type": "path", }, ], }, }, - ], - "name": "bookmark", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0E3F3B31-21D5-4AB9-9C91-1DD6589D73BC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9B35355B-154A-4833-84D9-5218A91A7536", - "height": 24, - "width": 25, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", + "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "ABBE7457-D1CB-4143-BB68-1D95867C1CA6", + "do_objectID": "E1DB8B35-B319-4E78-9E45-9CA53344E3C5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -4928,16 +6398,17 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 16, - "width": 18.75, - "x": 3.125, - "y": 5, + "do_objectID": "CBDA8CB3-7920-4DDC-BAC9-B6B509B94BE1", + "height": 20, + "width": 18, + "x": 3, + "y": 1.999899999999798, }, "hasClippingMask": false, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, - "isFlippedVertical": true, + "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, @@ -4948,72 +6419,212 @@ Object { Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.63888888888888884, 1}", + "curveFrom": "{0.79111111111111099, 0.70682730923694814}", "curveMode": 4, - "curveTo": "{0.75, 1}", + "curveTo": "{0.83333333333333337, 0.70682730923694814}", "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0.75, 1}", + "point": "{0.83333333333333337, 0.70682730923694814}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.46111111111111114, 0.91874999999999996}", + "curveFrom": "{0.72444444444444445, 0.74548192771084365}", "curveMode": 4, - "curveTo": "{0.53888888888888886, 0.91874999999999996}", - "hasCurveFrom": true, + "curveTo": "{0.7533333333333333, 0.72188755020080353}", + "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.5, 0.8125}", + "point": "{0.72444444444444445, 0.74548192771084365}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.1111111111111111, 1}", - "curveMode": 3, - "curveTo": "{0.3611111111111111, 1}", + "curveFrom": "{0.33111111111111119, 0.52560240963855442}", + "curveMode": 4, + "curveTo": "{0.32833333333333337, 0.53714859437751028}", "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.25, 1}", + "hasCurveTo": false, + "point": "{0.32833333333333337, 0.53714859437751028}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0.5}", + "curveFrom": "{0.33333333333333337, 0.48995983935743004}", + "curveMode": 2, + "curveTo": "{0.33333333333333337, 0.51405622489959857}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33333333333333337, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.32833333333333337, 0.46686746987951833}", + "curveMode": 4, + "curveTo": "{0.33111111111111119, 0.47841365461847413}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.32833333333333337, 0.46686746987951833}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.28564257028112472}", + "curveMode": 4, + "curveTo": "{0.72000000000000008, 0.26054216867469898}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.72000000000000008, 0.26054216867469898}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.92555555555555558, 0.30120481927710863}", "curveMode": 3, - "curveTo": "{0, 0.88124999999999998}", + "curveTo": "{0.7894444444444445, 0.30120481927710863}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0, 0.71875}", + "point": "{0.83333333333333337, 0.30120481927710863}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.80555555555555558, 0.3125}", + "curveFrom": "{1, 0.067269076305220984}", + "curveMode": 2, + "curveTo": "{1, 0.23393574297188771}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", + "curveMode": 2, + "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 8.8817841970012528e-17}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.66666666666666663, 0.16265060240963869}", + "curveMode": 3, + "curveTo": "{0.66666666666666663, 0.067269076305220984}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.66666666666666663, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67166666666666663, 0.18574297188755035}", "curveMode": 4, - "curveTo": "{0.19444444444444445, 0.3125}", + "curveTo": "{0.66888888888888887, 0.17419678714859449}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.67166666666666663, 0.18574297188755035}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.36696787148594401}", + "curveMode": 4, + "curveTo": "{0.28000000000000003, 0.39206827309236975}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.28000000000000003, 0.39206827309236975}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.074444444444444438, 0.35140562248996005}", + "curveMode": 3, + "curveTo": "{0.21055555555555555, 0.35140562248996005}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.5, 0}", + "point": "{0.16666666666666666, 0.35140562248996005}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.88124999999999998}", + "curveFrom": "{0, 0.58534136546184767}", + "curveMode": 2, + "curveTo": "{0, 0.41867469879518093}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.21055555555555555, 0.65261044176706862}", "curveMode": 3, - "curveTo": "{1, 0.5}", + "curveTo": "{0.074444444444444438, 0.65261044176706862}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{1, 0.71875}", + "point": "{0.16666666666666666, 0.65261044176706862}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.75, 1}", + "curveFrom": "{0.28000000000000003, 0.61194779116465892}", "curveMode": 4, - "curveTo": "{0.88888888888888884, 1}", + "curveTo": "{0.25, 0.6370481927710846}", "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.75, 1}", + "point": "{0.28000000000000003, 0.61194779116465892}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.6727777777777777, 0.83132530120481973}", + "curveMode": 4, + "curveTo": "{0.67555555555555558, 0.82078313253012092}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.67555555555555558, 0.82078313253012092}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67111111111111121, 0.93423694779116495}", + "curveMode": 3, + "curveTo": "{0.67111111111111121, 0.84236947791164696}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.67111111111111121, 0.85341365461847429}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9227777777777777, 1}", + "curveMode": 2, + "curveTo": "{0.74388888888888893, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99555555555555564, 0.77259036144578308}", + "curveMode": 2, + "curveTo": "{0.99555555555555564, 0.93423694779116495}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.99555555555555564, 0.85341365461847385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.83333333333333337, 0.7068273092369477}", + "curveMode": 4, + "curveTo": "{0.92277777777777792, 0.7068273092369477}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.7068273092369477}", }, ], "resizingConstraint": 63, @@ -5026,10 +6637,10 @@ Object { "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, - "do_objectID": "746B6BFB-EEFE-454B-A634-4D361594E58D", + "do_objectID": "395F98C8-7A7D-448B-9431-77AE198CD2AA", "opacity": 0.5399999618530273, }, - "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", + "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", "endMarkerType": 0, "fills": Array [ Object { @@ -5059,22 +6670,252 @@ Object { Object { "attributes": Array [ "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", + "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", ], "type": "path", }, ], }, }, + ], + "name": "share", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A01478AF-F442-48D4-876B-7B242558A1C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1CD9EA03-E457-4DE2-AB87-E53E4CA3F6CE", + "height": 24, + "width": 24, + "x": 47, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", + "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5C5CE84E-EE96-4490-92D4-0DBB46A90FAC", + "do_objectID": "0792DFC7-13AE-4023-BC28-6EAE2F525D94", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 14, + "x": 5, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 1, + "curveTo": "{0.8571428571428571, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.8571428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.064285714285714307, 1}", + "curveMode": 4, + "curveTo": "{0.14285714285714285, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.14285714285714285, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.88888888888888884}", + "curveMode": 4, + "curveTo": "{0, 0.95000000000000007}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.16666666666666666}", + "curveMode": 1, + "curveTo": "{0.5, 0.16666666666666666}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.16666666666666666}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.95000000000000007}", + "curveMode": 4, + "curveTo": "{1, 0.88888888888888884}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.93571428571428583, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.8571428571428571, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "1BB40B22-9947-481D-BDFD-D499709536C5", + "opacity": 0.5399999618530273, + }, + "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "78FE6195-3CDF-434D-90A3-E224F31C3763", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -5084,7 +6925,7 @@ Object { "_class": "rect", "constrainProportions": false, "height": 24, - "width": 25, + "width": 24, "x": 0, "y": 0, }, @@ -5147,7 +6988,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", + "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -5159,7 +7000,7 @@ Object { Object { "attributes": Array [ "fill=\\"none\\"", - "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", ], "type": "path", }, @@ -5167,7 +7008,7 @@ Object { }, }, ], - "name": "favorite", + "name": "bookmark", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -5175,111 +7016,413 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", + "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, }, - ], - "name": "Buttons", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - "name": "homes", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "401CB139-CDA3-476B-A400-674DCF860FB6": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`SvgCodeGenService should match md-components-cards-homes.sketch snapshot for 53 on svg 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E3F3B31-21D5-4AB9-9C91-1DD6589D73BC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9B35355B-154A-4833-84D9-5218A91A7536", + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ABBE7457-D1CB-4143-BB68-1D95867C1CA6", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 18.75, + "x": 3.125, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.63888888888888884, 1}", + "curveMode": 4, + "curveTo": "{0.75, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.75, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.46111111111111114, 0.91874999999999996}", + "curveMode": 4, + "curveTo": "{0.53888888888888886, 0.91874999999999996}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0.8125}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1111111111111111, 1}", + "curveMode": 3, + "curveTo": "{0.3611111111111111, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.25, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5}", + "curveMode": 3, + "curveTo": "{0, 0.88124999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.80555555555555558, 0.3125}", + "curveMode": 4, + "curveTo": "{0.19444444444444445, 0.3125}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.88124999999999998}", + "curveMode": 3, + "curveTo": "{1, 0.5}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 1}", + "curveMode": 4, + "curveTo": "{0.88888888888888884, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.75, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "746B6BFB-EEFE-454B-A634-4D361594E58D", + "opacity": 0.5399999618530273, + }, + "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C5CE84E-EE96-4490-92D4-0DBB46A90FAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", + ], + "type": "path", + }, + ], + }, + }, + ], + "name": "favorite", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "Buttons", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "homes", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`SvgCodeGenService should match md-components-cards-homes.sketch snapshot for 53 on svg 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", "name": "Material/Light/Card", "value": Object { "_class": "style", @@ -7343,13 +9486,17 @@ Object { } `; -exports[`SvgCodeGenService should match md-components-cards-pooch.sketch snapshot for 52 on svg 1`] = ` +exports[`SvgCodeGenService should match md-components-cards-homes.sketch snapshot for 59 on svg 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "do_objectID": "501349E4-2CFB-4642-95FE-E18C5840D5E0", + "exportPresets": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -7359,7 +9506,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "do_objectID": "52BD125A-8DAF-4D9A-9745-66C9DD33B546", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -7368,10 +9515,26 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", "name": "Material/Light/Card", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -7382,6 +9545,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -7449,6 +9617,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -7508,6 +9681,20 @@ Object { "thickness": 0.5, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6C7A151B-8B7A-4669-AEB0-325A3E85F7DD", "endMarkerType": 0, "fills": Array [ Object { @@ -7519,7 +9706,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -7527,6 +9750,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -7576,28 +9800,99 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "name": "Material/Light/Divider", + "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", + "name": "Material/Icon dark", "value": Object { "_class": "style", - "borders": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "EC7B3116-BA69-4AB8-A43A-ACF2B1514F3B", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, - "position": 0, - "thickness": 1, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "endMarkerType": 0, + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -7610,137 +9905,53 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", + "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 121, }, "fonts": Array [ "Roboto-Regular", - "Roboto-Medium", ], "pagesAndArtboards": Object { - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", + "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -7756,6 +9967,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -7775,21 +9989,10 @@ Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", + "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], + "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -7797,12 +10000,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", - "height": 136, + "height": 224, "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -7816,21 +10021,20 @@ Object { "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", + "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 3, + "fixedRadius": 2, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 136, + "height": 224, "width": 344, "x": 0, "y": 0, @@ -7844,13 +10048,15 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card 2", + "maintainScrollPosition": false, + "name": "card", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", @@ -7860,7 +10066,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", @@ -7870,7 +10076,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", @@ -7880,7 +10086,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", @@ -7892,10 +10098,26 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -7906,6 +10128,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -7973,6 +10200,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -8032,7 +10264,20 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", "endMarkerType": 0, "fills": Array [ Object { @@ -8044,7 +10289,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -8052,6 +10333,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -8103,11 +10385,10 @@ Object { "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -8117,8 +10398,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 136, - "width": 88, + "height": 176, + "width": 344, "x": 0, "y": 0, }, @@ -8131,8 +10412,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "image placeholder", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -8182,20 +10465,85 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.25, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.8274509803921568, + "green": 0.7333333333333333, "red": 0, }, - "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -8203,140 +10551,12 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", - "height": 3, - "width": 256, - "x": 88, - "y": 82, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.51388888888888884}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.51388888888888884}", - "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", - "curveMode": 1, - "curveTo": "{0.0058593749999999445, 0.54166666666666663}", - "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", - "endMarkerType": 0, - "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, }, Object { "_class": "text", @@ -8349,38 +10569,39 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "name": "Roboto-Regular", + "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - "length": 6, + "length": 13, "location": 0, }, ], - "string": "REVIEW", + "string": "Pre-fab Homes", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", + "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -8389,12 +10610,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 51, - "x": 223.5, - "y": 100, + "height": 24, + "width": 161, + "x": 19, + "y": 137, }, - "glyphBounds": "{{0, 0}, {50, 16}}", + "glyphBounds": "{{0, 0}, {161, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -8403,7 +10624,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "REVIEW", + "maintainScrollPosition": false, + "name": "Pre-fab Homes 2", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -8411,33 +10633,67 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "name": "Roboto-Regular", + "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -8447,48 +10703,12 @@ Object { "textBehaviour": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 11, - "location": 0, - }, - ], - "string": "FREE SAMPLE", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", - "dontSynchroniseWithSymbol": false, + "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -8497,12 +10717,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 92, - "x": 108.5, - "y": 100, + "height": 24, + "width": 119, + "x": 209, + "y": 188, }, - "glyphBounds": "{{0, 0}, {91, 16}}", + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -8510,1765 +10733,1559 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "FREE SAMPLE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 95, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - }, - "length": 14, - "location": 0, - }, - ], - "string": "By Alex Nelson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 95, - "x": 107, - "y": 43, - }, - "glyphBounds": "{{0, 0}, {93, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "By Alex Nelson 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 8, - "location": 0, - }, - ], - "string": "El Pooch", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 95, - "x": 106, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {94, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "El Pooch 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - ], - "name": "pooch", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { - "pageListHeight": 110, - }, - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`SvgCodeGenService should match md-components-cards-pooch.sketch snapshot for 53 on svg 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", + ], + "type": "path", + }, + ], }, - "position": 0.8, }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 18, + "x": 3, + "y": 1.999899999999798, }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", - "height": 136, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 3, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 136, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": true, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card 2", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.79111111111111099, 0.70682730923694814}", + "curveMode": 4, + "curveTo": "{0.83333333333333337, 0.70682730923694814}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.83333333333333337, 0.70682730923694814}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.72444444444444445, 0.74548192771084365}", + "curveMode": 4, + "curveTo": "{0.7533333333333333, 0.72188755020080353}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.72444444444444445, 0.74548192771084365}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33111111111111119, 0.52560240963855442}", + "curveMode": 4, + "curveTo": "{0.32833333333333337, 0.53714859437751028}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32833333333333337, 0.53714859437751028}", }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33333333333333337, 0.48995983935743004}", + "curveMode": 2, + "curveTo": "{0.33333333333333337, 0.51405622489959857}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33333333333333337, 0.5020080321285143}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.32833333333333337, 0.46686746987951833}", + "curveMode": 4, + "curveTo": "{0.33111111111111119, 0.47841365461847413}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.32833333333333337, 0.46686746987951833}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.28564257028112472}", + "curveMode": 4, + "curveTo": "{0.72000000000000008, 0.26054216867469898}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.72000000000000008, 0.26054216867469898}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.92555555555555558, 0.30120481927710863}", + "curveMode": 3, + "curveTo": "{0.7894444444444445, 0.30120481927710863}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.30120481927710863}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.067269076305220984}", + "curveMode": 2, + "curveTo": "{1, 0.23393574297188771}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", + "curveMode": 2, + "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 8.8817841970012528e-17}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.66666666666666663, 0.16265060240963869}", + "curveMode": 3, + "curveTo": "{0.66666666666666663, 0.067269076305220984}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.66666666666666663, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67166666666666663, 0.18574297188755035}", + "curveMode": 4, + "curveTo": "{0.66888888888888887, 0.17419678714859449}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.67166666666666663, 0.18574297188755035}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.36696787148594401}", + "curveMode": 4, + "curveTo": "{0.28000000000000003, 0.39206827309236975}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.28000000000000003, 0.39206827309236975}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.074444444444444438, 0.35140562248996005}", + "curveMode": 3, + "curveTo": "{0.21055555555555555, 0.35140562248996005}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.35140562248996005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.58534136546184767}", + "curveMode": 2, + "curveTo": "{0, 0.41867469879518093}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.21055555555555555, 0.65261044176706862}", + "curveMode": 3, + "curveTo": "{0.074444444444444438, 0.65261044176706862}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.65261044176706862}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.28000000000000003, 0.61194779116465892}", + "curveMode": 4, + "curveTo": "{0.25, 0.6370481927710846}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.28000000000000003, 0.61194779116465892}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.6727777777777777, 0.83132530120481973}", + "curveMode": 4, + "curveTo": "{0.67555555555555558, 0.82078313253012092}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.67555555555555558, 0.82078313253012092}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67111111111111121, 0.93423694779116495}", + "curveMode": 3, + "curveTo": "{0.67111111111111121, 0.84236947791164696}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.67111111111111121, 0.85341365461847429}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9227777777777777, 1}", + "curveMode": 2, + "curveTo": "{0.74388888888888893, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99555555555555564, 0.77259036144578308}", + "curveMode": 2, + "curveTo": "{0.99555555555555564, 0.93423694779116495}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.99555555555555564, 0.85341365461847385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.83333333333333337, 0.7068273092369477}", + "curveMode": 4, + "curveTo": "{0.92277777777777792, 0.7068273092369477}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.7068273092369477}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", + ], + "type": "path", + }, + ], + }, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + ], + "maintainScrollPosition": false, + "name": "share", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 1, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 136, - "width": 88, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.25, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 47, + "y": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", - "height": 3, - "width": 256, - "x": 88, - "y": 82, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.51388888888888884}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.51388888888888884}", - "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", - "curveMode": 1, - "curveTo": "{0.0058593749999999445, 0.54166666666666663}", - "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 14, + "x": 5, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 1, + "curveTo": "{0.8571428571428571, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.8571428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.064285714285714307, 1}", + "curveMode": 4, + "curveTo": "{0.14285714285714285, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.14285714285714285, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.88888888888888884}", + "curveMode": 4, + "curveTo": "{0, 0.95000000000000007}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.16666666666666666}", + "curveMode": 1, + "curveTo": "{0.5, 0.16666666666666666}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.16666666666666666}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.95000000000000007}", + "curveMode": 4, + "curveTo": "{1, 0.88888888888888884}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.93571428571428583, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.8571428571428571, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", + ], + "type": "path", + }, + ], }, }, - "length": 6, - "location": 0, - }, - ], - "string": "REVIEW", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 51, - "x": 223.5, - "y": 100, - }, - "glyphBounds": "{{0, 0}, {50, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "REVIEW", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], }, }, - "length": 11, - "location": 0, - }, - ], - "string": "FREE SAMPLE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 92, - "x": 108.5, - "y": 100, - }, - "glyphBounds": "{{0, 0}, {91, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "FREE SAMPLE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + ], + "maintainScrollPosition": false, + "name": "bookmark", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 18.75, + "x": 3.125, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.63888888888888884, 1}", + "curveMode": 4, + "curveTo": "{0.75, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.75, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.46111111111111114, 0.91874999999999996}", + "curveMode": 4, + "curveTo": "{0.53888888888888886, 0.91874999999999996}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0.8125}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1111111111111111, 1}", + "curveMode": 3, + "curveTo": "{0.3611111111111111, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.25, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5}", + "curveMode": 3, + "curveTo": "{0, 0.88124999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.80555555555555558, 0.3125}", + "curveMode": 4, + "curveTo": "{0.19444444444444445, 0.3125}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.88124999999999998}", + "curveMode": 3, + "curveTo": "{1, 0.5}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 1}", + "curveMode": 4, + "curveTo": "{0.88888888888888884, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.75, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", + ], + "type": "path", + }, + ], }, }, - "length": 14, - "location": 0, + ], + "maintainScrollPosition": false, + "name": "favorite", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - ], - "string": "By Alex Nelson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 95, - "x": 107, - "y": 43, - }, - "glyphBounds": "{{0, 0}, {93, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "By Alex Nelson 2", - "nameIsFixed": false, - "resizingConstraint": 47, + }, + ], + "maintainScrollPosition": false, + "name": "Buttons", + "nameIsFixed": true, + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 8, - "location": 0, - }, - ], - "string": "El Pooch", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 95, - "x": 106, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {94, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "El Pooch 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, }, ], - "name": "pooch", + "maintainScrollPosition": false, + "name": "homes", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -10276,14 +12293,48 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -10292,8 +12343,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2D01F6AA-EF00-425B-A17B-ED2C957D63AA", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -10306,13 +12391,13 @@ Object { ], "previews": Array [], "user": Object { - "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { - "pageListHeight": 110, - }, - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "scrollOrigin": "{160, 160}", + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, + "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "pageListHeight": 110, + }, "document": Object { "pageListCollapsed": 1, "pageListHeight": -1, @@ -10321,7 +12406,7 @@ Object { } `; -exports[`SvgCodeGenService should match md-components-cards-safari.sketch snapshot for 52 on svg 1`] = ` +exports[`SvgCodeGenService should match md-components-cards-pooch.sketch snapshot for 52 on svg 1`] = ` Object { "document": Object { "_class": "document", @@ -10337,7 +12422,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", + "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -10346,7 +12431,7 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "name": "Material/Light/Card", "value": Object { "_class": "style", @@ -10554,7 +12639,7 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", "name": "Material/Light/Divider", "value": Object { "_class": "style", @@ -10588,12 +12673,91 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [], + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], @@ -10607,24 +12771,25 @@ Object { "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "49.3", - "build": 51167, - "commit": "2b45d75f77b3d86c8cfab3e1090bcc520c37ea74", - "compatibilityVersion": 93, + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 101, + "version": 105, }, "fonts": Array [ "Roboto-Regular", "Roboto-Medium", ], "pagesAndArtboards": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ + "NONAPPSTORE.57501", "NONAPPSTORE.51167", "NONAPPSTORE.55047", "NONAPPSTORE.57544", @@ -10638,7 +12803,7 @@ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -10673,10 +12838,10 @@ Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", + "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -10695,8 +12860,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", - "height": 304, + "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", + "height": 136, "width": 344, "x": 0, "y": 0, @@ -10714,21 +12879,21 @@ Object { "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", + "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 2, + "fixedRadius": 3, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 304, + "height": 136, "width": 344, "x": 0, "y": 0, @@ -10742,50 +12907,46 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "card 2", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", - "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", - "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", - "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", - "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -10794,7 +12955,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -10808,7 +12969,6 @@ Object { "green": 0.592, "red": 0.592, }, - "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -10825,7 +12985,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -10837,7 +12996,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -10849,7 +13007,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -10861,7 +13018,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -10880,7 +13036,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -10897,7 +13052,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -10909,7 +13063,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -10921,7 +13074,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -10933,7 +13085,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -10944,7 +13095,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -10981,7 +13132,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -11002,7 +13152,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -11017,11 +13166,11 @@ Object { "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", + "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -11031,8 +13180,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 176, - "width": 344, + "height": 136, + "width": 88, "x": 0, "y": 0, }, @@ -11096,18 +13245,19 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "alpha": 0.25, + "blue": 0, + "green": 0, "red": 0, }, + "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", "fillType": 0, "isEnabled": true, "noiseIndex": 0, @@ -11118,8 +13268,138 @@ Object { ], "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, }, Object { "_class": "text", @@ -11132,39 +13412,38 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 22, + "length": 6, "location": 0, }, ], - "string": "Kangaroo Valley Safari", + "string": "REVIEW", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -11173,12 +13452,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 24, - "width": 245, - "x": 18, - "y": 137, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {241, 24}}", + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -11187,7 +13466,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Kangaroo Valley Safari", + "name": "REVIEW", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -11195,34 +13474,33 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", + "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -11241,7 +13519,115 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8700000048, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 11, + "location": 0, + }, + ], + "string": "FREE SAMPLE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, + }, + "glyphBounds": "{{0, 0}, {91, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "FREE SAMPLE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, "blue": 0, "green": 0, "red": 0, @@ -11257,24 +13643,24 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, }, - "length": 83, + "length": 14, "location": 0, }, ], - "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + "string": "By Alex Nelson", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", + "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -11283,13 +13669,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", - "height": 48, - "width": 311, - "x": 18, - "y": 183, + "height": 20, + "width": 95, + "x": 107, + "y": 43, }, - "glyphBounds": "{{0, 0}, {311, 48}}", + "glyphBounds": "{{0, 0}, {93, 20}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -11298,25 +13683,26 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Located two hours so 2", + "name": "By Alex Nelson 2", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", + "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8700000048, + "alpha": 0.5438462409, "blue": 0, "green": 0, "red": 0, @@ -11332,24 +13718,60 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", + "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -11358,13 +13780,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", - "height": 36, - "width": 112, - "x": 76, - "y": 260, + "height": 32, + "width": 95, + "x": 106, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {94, 32}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -11372,892 +13793,253 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 112, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", + "lineSpacingBehaviour": 0, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", - "opacity": 0.5, - }, - "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", - ], - "type": "path", - }, - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, - }, - ], - "string": "LEARN MORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 87, - "x": 12.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {86, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "LEARN MORE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, }, - "textBehaviour": 0, + "verticalAlignment": 0, }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, "windingRule": 1, }, + "textBehaviour": 0, }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", - "height": 36, - "width": 68, - "x": 8, - "y": 260, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, + ], + "name": "pooch", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { + "pageListHeight": 110, + }, + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`SvgCodeGenService should match md-components-cards-pooch.sketch snapshot for 53 on svg 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", - "opacity": 0.5, - }, - "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - ], - "string": "SHARE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 46, - "x": 11.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {45, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "SHARE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", - "height": 3, - "width": 344, - "x": 0, - "y": 250, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.50694444444444431}", - "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.52083333333333326}", - "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - }, - ], - "name": "safari", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`SvgCodeGenService should match md-components-cards-safari.sketch snapshot for 53 on svg 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, }, Object { "_class": "gradientStop", @@ -12346,7 +14128,7 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", "name": "Material/Light/Divider", "value": Object { "_class": "style", @@ -12380,54 +14162,133 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -12465,10 +14326,10 @@ Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", + "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -12487,8 +14348,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", - "height": 304, + "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", + "height": 136, "width": 344, "x": 0, "y": 0, @@ -12509,21 +14370,21 @@ Object { "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", + "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 2, + "fixedRadius": 3, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 304, + "height": 136, "width": 344, "x": 0, "y": 0, @@ -12537,50 +14398,46 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "card 2", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", - "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", - "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", - "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", - "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -12589,7 +14446,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -12603,7 +14460,6 @@ Object { "green": 0.592, "red": 0.592, }, - "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -12620,7 +14476,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -12632,7 +14487,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -12644,7 +14498,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -12656,7 +14509,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -12675,7 +14527,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -12692,7 +14543,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -12704,7 +14554,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -12716,7 +14565,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -12728,7 +14576,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -12739,7 +14586,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -12776,7 +14623,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -12797,7 +14643,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -12812,11 +14657,11 @@ Object { "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", + "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12826,8 +14671,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 176, - "width": 344, + "height": 136, + "width": 88, "x": 0, "y": 0, }, @@ -12891,18 +14736,19 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "alpha": 0.25, + "blue": 0, + "green": 0, "red": 0, }, + "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", "fillType": 0, "isEnabled": true, "noiseIndex": 0, @@ -12913,8 +14759,138 @@ Object { ], "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, }, Object { "_class": "text", @@ -12927,39 +14903,38 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 22, + "length": 6, "location": 0, }, ], - "string": "Kangaroo Valley Safari", + "string": "REVIEW", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12968,12 +14943,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 24, - "width": 245, - "x": 18, - "y": 137, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {241, 24}}", + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -12982,7 +14957,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Kangaroo Valley Safari", + "name": "REVIEW", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -12990,34 +14965,33 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", + "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -13036,40 +15010,39 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 83, + "length": 11, "location": 0, }, ], - "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + "string": "FREE SAMPLE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", + "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -13078,13 +15051,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", - "height": 48, - "width": 311, - "x": 18, - "y": 183, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {311, 48}}", + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -13093,58 +15065,93 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Located two hours so 2", + "name": "FREE SAMPLE", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", + "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 14, + "location": 0, + }, + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", + "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -13153,16 +15160,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", - "height": 36, - "width": 112, - "x": 76, - "y": 260, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 20, + "width": 95, + "x": 107, + "y": 43, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {93, 20}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -13170,286 +15173,96 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 112, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", - "opacity": 0.5, - }, - "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", - ], - "type": "path", - }, - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, - }, - ], - "string": "LEARN MORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 87, - "x": 12.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {86, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "LEARN MORE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", + "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -13458,16 +15271,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", - "height": 36, - "width": 68, - "x": 8, - "y": 260, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 32, + "width": 95, + "x": 106, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {94, 32}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -13475,391 +15284,54 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", + "lineSpacingBehaviour": 0, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", - "opacity": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - ], - "string": "SHARE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 46, - "x": 11.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {45, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "SHARE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", - "height": 3, - "width": 344, - "x": 0, - "y": 250, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.50694444444444431}", - "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.52083333333333326}", - "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, + "textBehaviour": 0, }, ], - "name": "safari", + "name": "pooch", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -13867,7 +15339,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -13897,13 +15369,13 @@ Object { ], "previews": Array [], "user": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { + "pageListHeight": 110, + }, + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "scrollOrigin": "{160, 160}", "zoomValue": 1, }, - "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { - "pageListHeight": 110, - }, "document": Object { "pageListCollapsed": 1, "pageListHeight": -1, @@ -13912,13 +15384,17 @@ Object { } `; -exports[`SvgCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 52 on svg 1`] = ` +exports[`SvgCodeGenService should match md-components-cards-pooch.sketch snapshot for 59 on svg 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "do_objectID": "4B1A9331-4617-4A21-B711-BE5F8924794F", + "exportPresets": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -13928,7 +15404,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", + "do_objectID": "69B317A2-7627-4FC2-A275-B06F3229E81E", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -13937,10 +15413,26 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "name": "Material/Light/Card", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -13951,6 +15443,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -14018,6 +15515,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -14077,6 +15579,20 @@ Object { "thickness": 0.5, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0E4EE3DD-559D-4D15-B962-74EBE5A82DB0", "endMarkerType": 0, "fills": Array [ Object { @@ -14088,7 +15604,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -14096,6 +15648,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -14145,10 +15698,26 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", "name": "Material/Light/Divider", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -14159,14 +15728,67 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "position": 0, "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D1660E01-8DB4-448C-9F7D-D0A333CE5A83", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -14182,12 +15804,119 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", - "name": "Material/Light/Subhead", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A1F549B8-1061-4ED6-BA84-122DBECF75E7", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1450729C-392E-421D-8ACB-CAB7C2715807", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -14203,15 +15932,15 @@ Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 24, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, "verticalAlignment": 0, @@ -14224,53 +15953,49 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 121, }, "fonts": Array [ "Roboto-Regular", "Roboto-Medium", ], "pagesAndArtboards": Object { - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -14286,6 +16011,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -14305,10 +16033,9 @@ Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -14327,12 +16054,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", - "height": 208, + "height": 136, "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -14346,11 +16075,10 @@ Object { "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -14360,7 +16088,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 208, + "height": 136, "width": 344, "x": 0, "y": 0, @@ -14374,8 +16102,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "maintainScrollPosition": false, + "name": "card 2", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -14422,10 +16152,26 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -14436,6 +16182,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -14503,6 +16254,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -14562,7 +16318,20 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -14574,7 +16343,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -14582,6 +16387,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -14630,47 +16436,418 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 136, + "width": 88, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "image placeholder", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 13, + "length": 6, "location": 0, }, ], - "string": "Welcome Back!", + "string": "REVIEW", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -14679,12 +16856,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 32, - "width": 166, - "x": 18, - "y": 22, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {165, 28}}", + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -14693,7 +16870,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Welcome Back!", + "maintainScrollPosition": false, + "name": "REVIEW", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -14701,13 +16879,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -14719,13 +16929,14 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -14745,40 +16956,38 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 54, + "length": 11, "location": 0, }, ], - "string": "It’s been a while, have you read any new books lately?", + "string": "FREE SAMPLE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -14787,13 +16996,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", - "height": 48, - "width": 204, - "x": 19, - "y": 61, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {204, 48}}", + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -14802,59 +17010,125 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "It’s been a while, h", + "maintainScrollPosition": false, + "name": "FREE SAMPLE", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 14, + "location": 0, + }, + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -14863,13 +17137,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", - "height": 36, - "width": 54, - "x": 77, - "y": 165, + "height": 20, + "width": 95, + "x": 107, + "y": 43, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {93, 20}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -14877,295 +17150,128 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 54, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", - "opacity": 0.5, - }, - "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", - ], - "type": "path", - }, - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 3, - "location": 0, - }, - ], - "string": "YES", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 26, - "x": 14.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {25, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "YES", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -15174,13 +17280,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", - "height": 36, - "width": 68, - "x": 8, - "y": 165, + "height": 32, + "width": 95, + "x": 106, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {94, 32}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -15188,392 +17293,88 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", - "opacity": 0.5, - }, - "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "NO", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", - "height": 16, - "width": 20, - "x": 24.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {20, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NO", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, }, - "textBehaviour": 0, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", - "height": 3, - "width": 344, - "x": 0, - "y": 154, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Line", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.52777777777777746}", - "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.58333333333333326}", - "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + "verticalAlignment": 0, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, + "textBehaviour": 0, }, ], - "name": "Welcome back", + "maintainScrollPosition": false, + "name": "pooch", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -15581,14 +17382,48 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -15597,8 +17432,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CF3835DE-4882-4452-A2CD-B75697A2E4CF", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -15611,11 +17480,11 @@ Object { ], "previews": Array [], "user": Object { - "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { "pageListHeight": 110, }, - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { - "scrollOrigin": "{134, 134}", + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, "document": Object { @@ -15626,15 +17495,13 @@ Object { } `; -exports[`SvgCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 53 on svg 1`] = ` +exports[`SvgCodeGenService should match md-components-cards-safari.sketch snapshot for 52 on svg 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", - "colorAssets": Array [], "colors": Array [], - "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -15644,7 +17511,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", + "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -15653,7 +17520,7 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", "name": "Material/Light/Card", "value": Object { "_class": "style", @@ -15861,7 +17728,7 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", "name": "Material/Light/Divider", "value": Object { "_class": "style", @@ -15895,94 +17762,57 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", - "name": "Material/Light/Subhead", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, + "appVersion": "49.3", + "build": 51167, + "commit": "2b45d75f77b3d86c8cfab3e1090bcc520c37ea74", + "compatibilityVersion": 93, "variant": "NONAPPSTORE", - "version": 116, + "version": 101, }, "fonts": Array [ "Roboto-Regular", "Roboto-Medium", ], "pagesAndArtboards": Object { - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -15998,9 +17828,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -16020,10 +17847,10 @@ Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -16042,15 +17869,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", - "height": 208, + "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", + "height": 304, "width": 344, "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -16064,21 +17888,21 @@ Object { "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 3, + "fixedRadius": 2, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 208, + "height": 304, "width": 344, "x": 0, "y": 0, @@ -16098,40 +17922,44 @@ Object { "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", + "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", + "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", + "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", + "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -16140,7 +17968,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -16154,6 +17982,7 @@ Object { "green": 0.592, "red": 0.592, }, + "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -16170,6 +17999,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -16181,6 +18011,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -16192,6 +18023,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -16203,6 +18035,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -16221,6 +18054,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -16237,6 +18071,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -16248,6 +18083,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -16259,6 +18095,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -16270,6 +18107,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -16280,7 +18118,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", "endMarkerType": 0, "fills": Array [ Object { @@ -16317,6 +18155,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -16337,6 +18176,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -16348,91 +18188,201 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 13, - "location": 0, - }, - ], - "string": "Welcome Back!", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", - "dontSynchroniseWithSymbol": false, + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 32, - "width": 166, - "x": 18, - "y": 22, + "height": 176, + "width": 344, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {165, 28}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Welcome Back!", - "nameIsFixed": false, - "resizingConstraint": 47, + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", @@ -16445,6 +18395,8 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -16463,7 +18415,7 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, + "alpha": 0.8700000048, "blue": 0, "green": 0, "red": 0, @@ -16472,7 +18424,7 @@ Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 14, }, }, "ligature": 0, @@ -16483,20 +18435,20 @@ Object { "minimumLineHeight": 24, }, }, - "length": 54, + "length": 83, "location": 0, }, ], - "string": "It’s been a while, have you read any new books lately?", + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16505,13 +18457,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", + "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", "height": 48, - "width": 204, - "x": 19, - "y": 61, + "width": 311, + "x": 18, + "y": 183, }, - "glyphBounds": "{{0, 0}, {204, 48}}", + "glyphBounds": "{{0, 0}, {311, 48}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16520,26 +18472,25 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "It’s been a while, h", + "name": "Located two hours so 2", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, + "alpha": 0.8700000048, "blue": 0, "green": 0, "red": 0, @@ -16548,7 +18499,7 @@ Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 14, }, }, "ligature": 0, @@ -16569,10 +18520,10 @@ Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16581,14 +18532,11 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", + "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", "height": 36, - "width": 54, - "x": 77, - "y": 165, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "width": 112, + "x": 76, + "y": 260, }, "hasClickThrough": false, "hasClippingMask": false, @@ -16603,11 +18551,11 @@ Object { "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", + "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16617,7 +18565,7 @@ Object { "_class": "rect", "constrainProportions": false, "height": 36, - "width": 54, + "width": 112, "x": 0, "y": 0, }, @@ -16629,20 +18577,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, + "name": "button bounds", + "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, Object { "_class": "curvePoint", "cornerRadius": 0, @@ -16716,10 +18654,11 @@ Object { Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", + "curveFrom": "{1, 0.97500000000000064}", "curveMode": 1, "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, + "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", + "hasCurveFrom": true, "hasCurveTo": false, "point": "{1, 0.94444444444444442}", }, @@ -16733,10 +18672,10 @@ Object { "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, - "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", + "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", "opacity": 0.5, }, - "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -16748,7 +18687,7 @@ Object { Object { "attributes": Array [ "fill=\\"none\\"", - "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", ], "type": "path", }, @@ -16784,20 +18723,20 @@ Object { "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 3, + "length": 10, "location": 0, }, ], - "string": "YES", + "string": "LEARN MORE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", + "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16807,11 +18746,11 @@ Object { "_class": "rect", "constrainProportions": false, "height": 38, - "width": 26, - "x": 14.5, + "width": 87, + "x": 12.5, "y": 10, }, - "glyphBounds": "{{0, 0}, {25, 16}}", + "glyphBounds": "{{0, 0}, {86, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16820,7 +18759,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "YES", + "name": "LEARN MORE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -16828,13 +18767,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", + "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -16872,7 +18811,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -16883,10 +18822,10 @@ Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16895,14 +18834,11 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", + "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", "height": 36, "width": 68, "x": 8, - "y": 165, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 260, }, "hasClickThrough": false, "hasClippingMask": false, @@ -16917,11 +18853,11 @@ Object { "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", + "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16943,8 +18879,8 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, + "name": "button bounds", + "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -17047,10 +18983,10 @@ Object { "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, - "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", + "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", "opacity": 0.5, }, - "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -17098,20 +19034,20 @@ Object { "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 2, + "length": 5, "location": 0, }, ], - "string": "NO", + "string": "SHARE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", + "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -17120,13 +19056,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", - "height": 16, - "width": 20, - "x": 24.5, + "height": 38, + "width": 46, + "x": 11.5, "y": 10, }, - "glyphBounds": "{{0, 0}, {20, 16}}", + "glyphBounds": "{{0, 0}, {45, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -17135,7 +19070,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "NO", + "name": "SHARE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -17143,13 +19078,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", + "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -17187,7 +19122,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -17198,11 +19133,11 @@ Object { "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", + "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -17211,11 +19146,11 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", + "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", "height": 3, "width": 344, "x": 0, - "y": 154, + "y": 250, }, "hasClippingMask": false, "isClosed": false, @@ -17225,17 +19160,17 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "Line", - "nameIsFixed": false, + "name": "divider", + "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.52777777777777746}", - "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0.5}", @@ -17243,10 +19178,10 @@ Object { Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.58333333333333326}", - "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0.5}", @@ -17255,7 +19190,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -17275,7 +19210,7 @@ Object { "thickness": 1, }, ], - "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -17297,7 +19232,7 @@ Object { }, }, ], - "name": "Welcome back", + "name": "safari", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -17305,7 +19240,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -17335,13 +19270,13 @@ Object { ], "previews": Array [], "user": Object { - "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { - "pageListHeight": 110, - }, - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { - "scrollOrigin": "{160, 160}", + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{134, 134}", "zoomValue": 1, }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, "document": Object { "pageListCollapsed": 1, "pageListHeight": -1, @@ -17350,13 +19285,15 @@ Object { } `; -exports[`SvgCodeGenService should match md-components-chips-open-chip.sketch snapshot for 52 on svg 1`] = ` +exports[`SvgCodeGenService should match md-components-cards-safari.sketch snapshot for 53 on svg 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -17366,7 +19303,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -17375,7 +19312,7 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", "name": "Material/Light/Card", "value": Object { "_class": "style", @@ -17583,29 +19520,27 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "name": "Material/Icon white", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", "value": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, "fillType": 0, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "position": 0, + "thickness": 1, }, ], + "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -17619,175 +19554,54 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "name": "Material/Dark/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "name": "Material/Dark/Subhead", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -17803,6 +19617,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -17822,11 +19639,21 @@ Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", - "exportFormats": Array [], + "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -17834,12 +19661,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", - "height": 184, - "width": 296, + "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", + "height": 304, + "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -17853,11 +19683,11 @@ Object { "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -17867,8 +19697,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 184, - "width": 296, + "height": 304, + "width": 344, "x": 0, "y": 0, }, @@ -17881,7 +19711,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "chip bg", + "name": "card", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -17891,6 +19721,7 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", + "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -17901,6 +19732,7 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", + "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -17911,6 +19743,7 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", + "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -17921,6 +19754,7 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", + "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -17929,7 +19763,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -17943,6 +19777,7 @@ Object { "green": 0.592, "red": 0.592, }, + "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -17959,6 +19794,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -17970,6 +19806,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -17981,6 +19818,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -17992,6 +19830,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -18010,6 +19849,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -18026,6 +19866,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -18037,6 +19878,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -18048,6 +19890,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -18059,6 +19902,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -18069,7 +19913,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", "endMarkerType": 0, "fills": Array [ Object { @@ -18106,6 +19950,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -18126,6 +19971,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -18136,14 +19982,343 @@ Object { "windingRule": 1, }, }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 176, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18152,11 +20327,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", - "height": 56, - "width": 296, - "x": 0, - "y": 128, + "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -18168,30 +20346,28 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", - "edited": false, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", + "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 56, - "width": 296, + "height": 36, + "width": 112, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18199,49 +20375,90 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.017857142857142856, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 1}", + "point": "{0.9821428571428571, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -18250,12 +20467,30 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", + ], + "type": "path", + }, + ], + }, }, Object { "_class": "text", @@ -18267,40 +20502,39 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 10, "location": 0, }, ], - "string": "email3@email.com", + "string": "LEARN MORE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18309,12 +20543,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 14, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {86, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18323,43 +20557,41 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email3@email.com", + "name": "LEARN MORE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -18368,142 +20600,8 @@ Object { }, "textBehaviour": 0, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, ], - "name": "email 3", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -18511,7 +20609,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -18522,10 +20620,10 @@ Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", + "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18534,11 +20632,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", - "height": 56, - "width": 296, - "x": 0, - "y": 72, + "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -18550,30 +20651,28 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", - "edited": false, + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", + "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 56, - "width": 296, + "height": 36, + "width": 68, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18581,49 +20680,99 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.029411764705882353, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 1}", + "point": "{0.97058823529411764, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", "curveMode": 1, - "curveTo": "{1, 0}", + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -18632,12 +20781,30 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, + ], + }, }, Object { "_class": "text", @@ -18649,40 +20816,39 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 5, "location": 0, }, ], - "string": "email2@email.com", + "string": "SHARE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18691,12 +20857,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 15, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {45, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18705,43 +20871,41 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email2@email.com", + "name": "SHARE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -18750,142 +20914,8 @@ Object { }, "textBehaviour": 0, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, ], - "name": "email 2", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -18893,7 +20923,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -18901,13 +20931,14 @@ Object { }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18916,1964 +20947,1517 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", - "height": 72, - "width": 296, + "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", + "height": 3, + "width": 344, "x": 0, - "y": 0, + "y": 250, }, - "hasClickThrough": false, "hasClippingMask": false, + "isClosed": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 72, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 1, - "curveTo": "{0.9932432432432432, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.9932432432432432, 0}", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + }, + ], + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`SvgCodeGenService should match md-components-cards-safari.sketch snapshot for 59 on svg 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "B942A9A6-E496-4B25-A9A9-81AC2108F6C9", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BED55B92-66FF-4E8F-A709-745BAD777E1B", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0030405405405404635, 0}", - "curveMode": 4, - "curveTo": "{0.0067567567567567571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0067567567567567571, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.027777777777777776}", - "curveMode": 4, - "curveTo": "{0, 0.012499999999999685}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.012499999999999685}", - "curveMode": 4, - "curveTo": "{1, 0.027777777777777776}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 4, - "curveTo": "{0.99695945945945952, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9932432432432432, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", - ], - "type": "path", + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - ], - }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", - "height": 24, - "width": 24, - "x": 260, - "y": 24, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4FBD87AE-A8B3-430F-9AEE-F509FBF7B62E", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", - }, - ], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "shapeGroup", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", - "height": 20, - "width": 20, - "x": 2, - "y": 2, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FF1343AD-DDEE-42ED-8A8E-5EEB85CA53DC", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", - "height": 20, - "width": 20, - "x": 0, - "y": 0, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000001, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22500000000000001}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000002}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77500000000000002, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000001, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000002}", - "curveMode": 2, - "curveTo": "{1, 0.22500000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77500000000000002, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", - ], - "type": "path", - }, - ], + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", - "height": 10, - "width": 10, - "x": 5, - "y": 5, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 0}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.35999999999999999}", - "curveMode": 1, - "curveTo": "{0.5, 0.35999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.35999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 0}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{0, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.35999999999999999, 0.5}", - "curveMode": 1, - "curveTo": "{0.35999999999999999, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.35999999999999999, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{0, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 1}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.64000000000000001}", - "curveMode": 1, - "curveTo": "{0.5, 0.64000000000000001}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.64000000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 1}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{1, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.64000000000000001, 0.5}", - "curveMode": 1, - "curveTo": "{0.64000000000000001, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.64000000000000001, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", - ], - "type": "path", - }, - ], + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, ], - "name": "Shape", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "windingRule": 1, + "to": "{0.5, 1}", }, - ], - "name": "cancel", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.6999999881, + "alpha": 1, "blue": 1, "green": 1, "red": 1, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, - "length": 22, - "location": 0, - }, - ], - "string": "primaryemail@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 161, - "x": 72, - "y": 35, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "glyphBounds": "{{0, 0}, {160, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "primaryemail@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - "windingRule": 1, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "textBehaviour": 0, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 176, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "image placeholder", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", "alpha": 1, "blue": 1, "green": 1, "red": 1, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 12, - "location": 0, - }, - ], - "string": "Contact Name", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 104, - "x": 72, - "y": 12, - }, - "glyphBounds": "{{0, 0}, {103, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Contact Name", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "position": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 16, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - "verticalAlignment": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, - "windingRule": 1, + "length": 22, + "location": 0, }, - }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + ], + "string": "Kangaroo Valley Safari", }, - }, - ], - "name": "open chip", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { - "scrollOrigin": "{161, 161}", - "zoomValue": 1, - }, - "C3625949-D986-454A-9835-E894A1794432": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`SvgCodeGenService should match md-components-chips-open-chip.sketch snapshot for 53 on svg 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "C3625949-D986-454A-9835-E894A1794432", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "position": 0.2, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - ], - "to": "{0.5, 1}", + }, + "verticalAlignment": 0, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "windingRule": 1, }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0, + "alpha": 0.8700000048, "blue": 0, "green": 0, "red": 0, }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "position": 1, }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 1, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "name": "Material/Icon white", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, + "verticalAlignment": 0, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "name": "Material/Dark/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "name": "Material/Dark/Subhead", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - ], - "pagesAndArtboards": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", - "height": 184, - "width": 296, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 2, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 184, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": true, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "chip bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, + "windingRule": 1, }, + "textBehaviour": 1, }, Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -20882,11 +22466,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", - "height": 56, - "width": 296, - "x": 0, - "y": 128, + "height": 36, + "width": 112, + "x": 76, + "y": 260, }, "groupLayout": Object { "_class": "MSImmutableFreeformGroupLayout", @@ -20901,30 +22484,27 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", - "edited": false, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 56, - "width": 296, + "height": 36, + "width": 112, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -20932,49 +22512,90 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", + "maintainScrollPosition": false, + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{0.017857142857142856, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -20983,12 +22604,57 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", + ], + "type": "path", + }, + ], + }, }, Object { "_class": "text", @@ -21000,40 +22666,38 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 10, "location": 0, }, ], - "string": "email3@email.com", + "string": "LEARN MORE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -21042,12 +22706,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 14, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {86, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -21056,187 +22720,85 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email3@email.com", + "maintainScrollPosition": false, + "name": "LEARN MORE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, + "textBehaviour": 0, }, ], - "name": "email 3", + "maintainScrollPosition": false, + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -21244,9 +22806,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -21255,10 +22850,9 @@ Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -21267,11 +22861,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", - "height": 56, - "width": 296, - "x": 0, - "y": 72, + "height": 36, + "width": 68, + "x": 8, + "y": 260, }, "groupLayout": Object { "_class": "MSImmutableFreeformGroupLayout", @@ -21286,30 +22879,27 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", - "edited": false, + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 56, - "width": 296, + "height": 36, + "width": 68, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -21317,49 +22907,100 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", + "maintainScrollPosition": false, + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.029411764705882353, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 1}", + "point": "{0.97058823529411764, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", "curveMode": 1, - "curveTo": "{1, 0}", + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -21368,12 +23009,57 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, + ], + }, }, Object { "_class": "text", @@ -21385,40 +23071,38 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 5, "location": 0, }, ], - "string": "email2@email.com", + "string": "SHARE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -21427,12 +23111,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 15, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {45, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -21441,43 +23125,74 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email2@email.com", + "maintainScrollPosition": false, + "name": "SHARE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -21486,142 +23201,9 @@ Object { }, "textBehaviour": 0, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, ], - "name": "email 2", + "maintainScrollPosition": false, + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -21629,21 +23211,54 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -21652,793 +23267,1255 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", - "height": 72, - "width": 296, + "height": 3, + "width": 344, "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 250, }, - "hasClickThrough": false, "hasClippingMask": false, + "isClosed": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 72, - "width": 296, - "x": 0, - "y": 0, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 1, - "curveTo": "{0.9932432432432432, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.9932432432432432, 0}", - }, + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C43A3796-415D-48DC-B7DC-F4DAB0E3D04F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`SvgCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 52 on svg 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0030405405405404635, 0}", - "curveMode": 4, - "curveTo": "{0.0067567567567567571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0067567567567567571, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.027777777777777776}", - "curveMode": 4, - "curveTo": "{0, 0.012499999999999685}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.012499999999999685}", - "curveMode": 4, - "curveTo": "{1, 0.027777777777777776}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 4, - "curveTo": "{0.99695945945945952, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9932432432432432, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", - ], - "type": "path", + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - ], + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", - "height": 24, - "width": 24, - "x": 260, - "y": 24, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", - }, - ], + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, }, }, - Object { - "_class": "shapeGroup", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", - "height": 20, - "width": 20, - "x": 2, - "y": 2, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", - "height": 20, - "width": 20, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000001, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22500000000000001}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000002}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77500000000000002, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000001, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000002}", - "curveMode": 2, - "curveTo": "{1, 0.22500000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77500000000000002, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", - ], - "type": "path", - }, - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", - "height": 10, - "width": 10, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 0}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.35999999999999999}", - "curveMode": 1, - "curveTo": "{0.5, 0.35999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.35999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 0}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{0, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.35999999999999999, 0.5}", - "curveMode": 1, - "curveTo": "{0.35999999999999999, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.35999999999999999, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{0, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 1}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.64000000000000001}", - "curveMode": 1, - "curveTo": "{0.5, 0.64000000000000001}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.64000000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 1}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{1, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.64000000000000001, 0.5}", - "curveMode": 1, - "curveTo": "{0.64000000000000001, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.64000000000000001, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", - ], - "type": "path", - }, - ], - }, - }, - ], - "name": "Shape", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "windingRule": 1, }, - ], - "name": "cancel", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, + "verticalAlignment": 0, }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 22, - "location": 0, - }, - ], - "string": "primaryemail@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", - "dontSynchroniseWithSymbol": false, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", + "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -22447,109 +24524,188 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 161, - "x": 72, - "y": 35, + "height": 36, + "width": 54, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {160, 20}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "primaryemail@email.com", + "name": "Shape", "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 12, + "length": 3, "location": 0, }, ], - "string": "Contact Name", + "string": "YES", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", + "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -22558,12 +24714,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 24, - "width": 104, - "x": 72, - "y": 12, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {103, 24}}", + "glyphBounds": "{{0, 0}, {25, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -22572,43 +24728,41 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Contact Name", + "name": "YES", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", + "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -22617,15 +24771,62 @@ Object { }, "textBehaviour": 0, }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "oval", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", - "edited": false, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", + "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -22634,10 +24835,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 16, + "height": 36, + "width": 68, + "x": 0, + "y": 0, }, "hasClippingMask": false, "isClosed": true, @@ -22647,49 +24848,99 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, + "name": "Shape", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.5, 1}", + "point": "{0.97058823529411764, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, "hasCurveTo": true, - "point": "{1, 0.5}", + "point": "{0, 0.94444444444444442}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.5, 0}", + "point": "{0.029411764705882353, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0, 0.5}", + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -22698,61 +24949,142 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", "endMarkerType": 0, - "fills": Array [ + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "length": 2, + "location": 0, }, ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", + "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, + "textBehaviour": 0, }, ], - "name": "header", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -22760,74 +25092,178 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, }, - ], - "name": "open chip", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { - "scrollOrigin": "{187, 187}", - "zoomValue": 1, - }, - "C3625949-D986-454A-9835-E894A1794432": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`SvgCodeGenService should match md-components-date-picker.sketch snapshot for 52 on svg 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + }, + ], + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`SvgCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 53 on svg 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -22837,7 +25273,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", + "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -22846,8 +25282,8 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", - "name": "Material/Light/Dialog", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", "value": Object { "_class": "style", "borders": Array [ @@ -22871,32 +25307,43 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, "position": 0, }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, Object { "_class": "gradientStop", "color": Object { "_class": "color", "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "position": 0.95, + "position": 0.2, }, Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, "position": 1, }, @@ -22912,14 +25359,9 @@ Object { "color": Object { "_class": "color", "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + "blue": 0, + "green": 0, + "red": 0, }, "fillType": 1, "gradient": Object { @@ -22932,10 +25374,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, "position": 0, }, @@ -22943,32 +25385,32 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "position": 0.04936005799731481, + "position": 0.8, }, Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "position": 0.2, + "position": 0.950255322222858, }, Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, "position": 1, }, @@ -23003,10 +25445,10 @@ Object { "shadows": Array [ Object { "_class": "shadow", - "blurRadius": 38, + "blurRadius": 2, "color": Object { "_class": "color", - "alpha": 0.3, + "alpha": 0.24, "blue": 0, "green": 0, "red": 0, @@ -23018,15 +25460,15 @@ Object { }, "isEnabled": true, "offsetX": 0, - "offsetY": 19, + "offsetY": 2, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 12, + "blurRadius": 2, "color": Object { "_class": "color", - "alpha": 0.22, + "alpha": 0.12, "blue": 0, "green": 0, "red": 0, @@ -23038,7 +25480,7 @@ Object { }, "isEnabled": true, "offsetX": 0, - "offsetY": 15, + "offsetY": 0, "spread": 0, }, ], @@ -23046,6 +25488,34 @@ Object { "windingRule": 1, }, }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, ], }, "layerSymbols": Object { @@ -23054,58 +25524,94 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [], + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ "Roboto-Regular", "Roboto-Medium", ], "pagesAndArtboards": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -23121,6 +25627,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -23140,11 +25649,21 @@ Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", - "exportFormats": Array [], + "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -23152,12 +25671,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", - "height": 556, - "width": 320, + "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", + "height": 208, + "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -23165,92 +25687,89 @@ Object { "isFlippedVertical": false, "isLocked": false, "isVisible": true, - "layerListExpandedType": 2, + "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "shapePath", + "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", - "edited": true, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 3, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", - "height": 555.999999998099, - "width": 320.0000020097797, - "x": -0.00000201463535631774, - "y": -3.019895302713849e-7, + "height": 208, + "width": 344, + "x": 0, + "y": 0, }, "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": true, + "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "dialog bg", + "name": "card", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "cornerRadius": 3, + "curveFrom": "{0, 0}", "curveMode": 1, - "curveTo": "{1.2468725677856276, 0.75157476876403528}", - "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "curveTo": "{0, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{0.99999999579623011, 1}", + "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "cornerRadius": 3, + "curveFrom": "{0, 1}", "curveMode": 1, - "curveTo": "{0.24954874040058797, 1.2495487419762428}", - "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "curveTo": "{0, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{-7.4954264546158371e-12, 1}", + "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "cornerRadius": 3, + "curveFrom": "{1, 1}", "curveMode": 1, - "curveTo": "{-0.25090333211297938, 0.25000080577825212}", - "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "curveTo": "{1, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "cornerRadius": 3, + "curveFrom": "{1, 0}", "curveMode": 1, - "curveTo": "{0.75044518048476361, -0.25022102273838404}", - "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "curveTo": "{1, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1.0000000000151725, 5.4314714836243111e-10}", + "point": "{1, 0}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -23275,32 +25794,43 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, "position": 0, }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, Object { "_class": "gradientStop", "color": Object { "_class": "color", "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "position": 0.95, + "position": 0.2, }, Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, "position": 1, }, @@ -23316,14 +25846,9 @@ Object { "color": Object { "_class": "color", "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + "blue": 0, + "green": 0, + "red": 0, }, "fillType": 1, "gradient": Object { @@ -23336,10 +25861,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, "position": 0, }, @@ -23347,32 +25872,32 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "position": 0.04936005799731481, + "position": 0.8, }, Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "position": 0.2, + "position": 0.950255322222858, }, Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, "position": 1, }, @@ -23384,7 +25909,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", "endMarkerType": 0, "fills": Array [ Object { @@ -23408,10 +25933,10 @@ Object { "shadows": Array [ Object { "_class": "shadow", - "blurRadius": 38, + "blurRadius": 2, "color": Object { "_class": "color", - "alpha": 0.3, + "alpha": 0.24, "blue": 0, "green": 0, "red": 0, @@ -23423,15 +25948,15 @@ Object { }, "isEnabled": true, "offsetX": 0, - "offsetY": 19, + "offsetY": 2, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 12, + "blurRadius": 2, "color": Object { "_class": "color", - "alpha": 0.22, + "alpha": 0.12, "blue": 0, "green": 0, "red": 0, @@ -23443,36 +25968,240 @@ Object { }, "isEnabled": true, "offsetX": 0, - "offsetY": 15, + "offsetY": 0, "spread": 0, }, ], "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 0.5, - "paths": Array [ + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ Object { - "attributes": Array [ - "stroke-width=\\"0.5\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", - ], - "type": "path", + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 54, + "location": 0, }, ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, }, + "textBehaviour": 1, }, Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23481,11 +26210,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", - "height": 16, - "width": 114, - "x": 172, - "y": 519, + "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -23496,6 +26228,162 @@ Object { "isVisible": true, "layerListExpandedType": 0, "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + }, Object { "_class": "text", "attributedString": Object { @@ -23518,54 +26406,27 @@ Object { "size": 14, }, }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 1, + "length": 3, "location": 0, }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 1, - }, ], - "string": "OK", + "string": "YES", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23574,12 +26435,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 19, - "width": 20, - "x": 95, - "y": 0, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {19, 16}}", + "glyphBounds": "{{0, 0}, {25, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -23588,7 +26449,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "OK", + "name": "YES", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -23596,23 +26457,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -23628,156 +26479,10 @@ Object { "size": 14, }, }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "CANCEL", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", - "height": 16, - "width": 56, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {56, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "CANCEL", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -23788,7 +26493,7 @@ Object { "textBehaviour": 0, }, ], - "name": "ok + cancel", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -23796,7 +26501,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -23807,10 +26512,10 @@ Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23819,11 +26524,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", - "height": 199, - "width": 320, - "x": 0, - "y": 0, + "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -23838,11 +26546,11 @@ Object { "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23851,8 +26559,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 199, - "width": 320, + "height": 36, + "width": 68, "x": 0, "y": 0, }, @@ -23864,177 +26572,99 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, + "name": "Shape", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", - "hasCurveFrom": false, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{1, 0.94444444444444442}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24746906759014342, -0.24902547682027013}", - "curveMode": 1, - "curveTo": "{-0.24746906759014342, 0.24902547682027015}", - "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", - "curveMode": 1, - "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", - "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", - "hasCurveFrom": false, + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{0.029411764705882353, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", - ], - "type": "path", - }, - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", - "height": 31.99999999997413, - "width": 319.9999998939438, - "x": 1.060561771737412e-7, - "y": 2.546585164964199e-11, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bar", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", - "curveMode": 1, - "curveTo": "{0.25000000504962155, 1.2500000000002023}", - "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", - "hasCurveFrom": false, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{4.9667651341541571e-09, 1.0000000000000002}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24687257374643226, -0.24842523169513558}", - "curveMode": 1, - "curveTo": "{-0.24687257440928329, 0.24842523169351868}", - "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + "point": "{0.97058823529411764, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2507861404771796, 0.2507861405226906}", - "curveMode": 1, - "curveTo": "{0.74921385952282049, -0.2507861402658404}", - "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.2842510388477008e-10}", + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveFrom": "{1, 0.94444444444444442}", "curveMode": 1, - "curveTo": "{1.2580645141857014, 0.75806451674907216}", - "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 1.0000000000000002}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -24043,27 +26673,14 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.4823529411764705, - "green": 0.5372549019607843, - "red": 0, - }, - "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -24073,8 +26690,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,137,123,1.00)\\"", - "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], "type": "path", }, @@ -24092,15 +26709,15 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 80, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, @@ -24114,16 +26731,16 @@ Object { "location": 0, }, ], - "string": "13", + "string": "NO", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -24132,12 +26749,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 212, - "width": 91, - "x": 114.5, - "y": 70, + "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {90, 94}}", + "glyphBounds": "{{0, 0}, {20, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -24146,7 +26764,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "13", + "name": "NO", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -24154,26 +26772,26 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", + "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 80, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, @@ -24189,1326 +26807,1477 @@ Object { }, "textBehaviour": 0, }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 6, - "location": 0, - }, - ], - "string": "Friday", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 39, - "x": 140.5, - "y": 7, - }, - "glyphBounds": "{{0, 0}, {38, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Friday", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 3, - "location": 0, - }, - ], - "string": "MAR", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 53, - "x": 133.5, - "y": 46, - }, - "glyphBounds": "{{0, 0}, {52, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "MAR", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 4, - "location": 0, - }, - ], - "string": "2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 55, - "x": 132.5, - "y": 162, - }, - "glyphBounds": "{{0, 0}, {54, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", - "opacity": 0.5423274253731343, - }, - "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", }, ], - "name": "header", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", - "height": 288, - "width": 278, - "x": 21, - "y": 211, - }, - "hasClickThrough": true, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", - "height": 14, - "width": 278, - "x": 0, - "y": 34, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + ], + }, + }, + ], + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`SvgCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 59 on svg 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "1FACE5CD-4C60-4C14-BEB5-1AABD8469E9F", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "3380750C-0BB8-4F98-8363-20B02C5282DC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "M", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", - "height": 14, - "width": 14, - "x": 44, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "M", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "911371BB-173C-4187-A744-2C860A116095", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "textBehaviour": 1, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", - "height": 14, - "width": 14, - "x": 0, - "y": 0, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "textBehaviour": 1, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "W", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", - "height": 14, - "width": 14, - "x": 132, - "y": 0, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "W", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "textBehaviour": 1, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD5B068-1942-4F90-9DAF-E3C2ADD11B60", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "T", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", - "height": 14, - "width": 14, - "x": 176, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "F", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", - "height": 14, - "width": 14, - "x": 220, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "F", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "textBehaviour": 1, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "T", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", - "height": 14, - "width": 14, - "x": 88, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "textBehaviour": 1, + "position": 1, }, ], - "name": "weekdays", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5A0185BB-EA56-4FBB-8C2F-A846AE43C2F6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FF036CE5-F1BB-4440-B775-36E64E65026F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 44, - "width": 44, - "x": 161, - "y": 143, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "selection", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, - "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "group", - "booleanOperation": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -25517,1309 +28286,27087 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", - "height": 214, - "width": 278, + "height": 36, + "width": 54, "x": 0, - "y": 74, + "y": 0, }, - "hasClickThrough": false, "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "30", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", - "height": 14, - "width": 14, - "x": 0, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "30", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "31", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", - "height": 14, - "width": 14, - "x": 44, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "31", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", ], - "string": "1", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", - "height": 14, - "width": 14, - "x": 264, - "y": 0, + "type": "path", }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "16", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", - "height": 14, - "width": 14, - "x": 0, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "16", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "verticalAlignment": 0, }, - "windingRule": 1, + "length": 3, + "location": 0, }, - "textBehaviour": 1, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "17", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", - "height": 14, - "width": 14, - "x": 44, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "17", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "textBehaviour": 1, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], - "string": "19", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", - "height": 14, - "width": 14, - "x": 132, - "y": 124, + "type": "path", }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "19", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "20", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", - "height": 14, - "width": 14, - "x": 176, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "20", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "21", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", - "height": 14, - "width": 14, - "x": 220, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "21", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "textBehaviour": 1, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "22", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", - "height": 14, - "width": 14, - "x": 264, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "22", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "18", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", - "height": 14, - "width": 14, - "x": 88, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "18", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "54D44EEB-920F-4B41-AF72-8DC08E9F4211", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`SvgCodeGenService should match md-components-chips-open-chip.sketch snapshot for 52 on svg 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "textBehaviour": 1, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "23", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", - "height": 14, - "width": 14, - "x": 0, - "y": 164, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "23", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "textBehaviour": 1, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "24", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", - "height": 14, - "width": 14, - "x": 44, - "y": 164, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "24", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "chip bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "windingRule": 1, + }, + ], + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{161, 161}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`SvgCodeGenService should match md-components-chips-open-chip.sketch snapshot for 53 on svg 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "chip bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "windingRule": 1, + }, + ], + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{187, 187}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`SvgCodeGenService should match md-components-chips-open-chip.sketch snapshot for 59 on svg 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "4A03D0FC-C955-4776-B3BC-49D10D2EC1F8", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "49BFDC6A-22E2-466E-8E43-BDF2E5AAACAC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "51B03871-5B61-4062-857D-E49186F9AC46", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E277DCE4-ADAA-446B-A298-363DE0FA8604", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AD75B14C-A64A-42AD-B14E-D1A5E6A05962", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "18396A61-DA04-41CB-9E7C-D48127DB4EC8", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FAE2BEC9-E60B-4591-A988-BEA3B5B508AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "chip bg", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + "maintainScrollPosition": false, + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + "maintainScrollPosition": false, + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "windingRule": 1, + }, + ], + "maintainScrollPosition": false, + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + "maintainScrollPosition": false, + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "maintainScrollPosition": false, + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "07067FE7-93D6-434B-AC60-5A67C2AC90BC", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{213, 213}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`SvgCodeGenService should match md-components-date-picker.sketch snapshot for 52 on svg 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + ], + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + ], + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + ], + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + ], + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`SvgCodeGenService should match md-components-date-picker.sketch snapshot for 53 on svg 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + ], + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + ], + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + ], + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + ], + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`SvgCodeGenService should match md-components-date-picker.sketch snapshot for 59 on svg 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "12502ADD-A7A9-4768-B787-016A2A6F9576", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "7B8C8B1E-63AB-49EC-ADA6-091B4FAB2F94", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C9D81A22-4232-4094-83AB-4269D7CF672C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + ], + "maintainScrollPosition": false, + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + ], + "maintainScrollPosition": false, + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + ], + "maintainScrollPosition": false, + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { @@ -26873,16 +55420,295 @@ Object { "location": 0, }, ], - "string": "26", + "string": "16", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26891,11 +55717,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", "height": 14, "width": 14, "x": 132, - "y": 164, + "y": 124, }, "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, @@ -26906,7 +55731,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "26", + "maintainScrollPosition": false, + "name": "19", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -26914,13 +55740,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -26982,16 +55840,15 @@ Object { "location": 0, }, ], - "string": "27", + "string": "20", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -27000,11 +55857,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", "height": 14, "width": 14, "x": 176, - "y": 164, + "y": 124, }, "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, @@ -27015,7 +55871,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "27", + "maintainScrollPosition": false, + "name": "20", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -27023,13 +55880,185 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -27091,16 +56120,15 @@ Object { "location": 0, }, ], - "string": "28", + "string": "22", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -27109,11 +56137,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", "height": 14, "width": 14, - "x": 220, - "y": 164, + "x": 264, + "y": 124, }, "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, @@ -27124,7 +56151,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "28", + "maintainScrollPosition": false, + "name": "22", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -27132,13 +56160,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -27200,16 +56260,15 @@ Object { "location": 0, }, ], - "string": "29", + "string": "18", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -27218,11 +56277,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", "height": 14, "width": 14, - "x": 264, - "y": 164, + "x": 88, + "y": 124, }, "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, @@ -27233,7 +56291,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "29", + "maintainScrollPosition": false, + "name": "18", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -27241,13 +56300,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -27309,16 +56400,15 @@ Object { "location": 0, }, ], - "string": "25", + "string": "23", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -27327,10 +56417,9 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", "height": 14, "width": 14, - "x": 88, + "x": 0, "y": 164, }, "glyphBounds": "{{0, 0}, {14, 14}}", @@ -27342,7 +56431,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "25", + "maintainScrollPosition": false, + "name": "23", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -27350,13 +56440,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -27395,15 +56517,15 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", + "name": "Roboto-Regular", "size": 12, }, }, @@ -27418,16 +56540,15 @@ Object { "location": 0, }, ], - "string": "13", + "string": "24", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -27436,11 +56557,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", "height": 14, "width": 14, - "x": 176, - "y": 84, + "x": 44, + "y": 164, }, "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, @@ -27451,7 +56571,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "13", + "maintainScrollPosition": false, + "name": "24", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -27459,25 +56580,57 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", + "name": "Roboto-Regular", "size": 12, }, }, @@ -27523,20 +56676,19 @@ Object { "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 1, + "length": 2, "location": 0, }, ], - "string": "9", + "string": "26", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -27545,11 +56697,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", "height": 14, "width": 14, - "x": 0, - "y": 84, + "x": 132, + "y": 164, }, "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, @@ -27560,7 +56711,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "9", + "maintainScrollPosition": false, + "name": "26", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -27568,13 +56720,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -27636,16 +56820,15 @@ Object { "location": 0, }, ], - "string": "10", + "string": "27", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -27654,11 +56837,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", "height": 14, "width": 14, - "x": 44, - "y": 84, + "x": 176, + "y": 164, }, "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, @@ -27669,7 +56851,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "10", + "maintainScrollPosition": false, + "name": "27", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -27677,13 +56860,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -27745,16 +56960,15 @@ Object { "location": 0, }, ], - "string": "12", + "string": "28", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -27763,11 +56977,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", "height": 14, "width": 14, - "x": 132, - "y": 84, + "x": 220, + "y": 164, }, "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, @@ -27778,7 +56991,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "12", + "maintainScrollPosition": false, + "name": "28", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -27786,13 +57000,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -27854,16 +57100,15 @@ Object { "location": 0, }, ], - "string": "14", + "string": "29", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -27872,11 +57117,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", "height": 14, "width": 14, - "x": 220, - "y": 84, + "x": 264, + "y": 164, }, "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, @@ -27887,7 +57131,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "14", + "maintainScrollPosition": false, + "name": "29", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -27895,13 +57140,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -27963,16 +57240,15 @@ Object { "location": 0, }, ], - "string": "15", + "string": "25", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -27981,11 +57257,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", "height": 14, "width": 14, - "x": 264, - "y": 84, + "x": 88, + "y": 164, }, "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, @@ -27996,7 +57271,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "15", + "maintainScrollPosition": false, + "name": "25", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -28004,13 +57280,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -28049,15 +57357,15 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 12, }, }, @@ -28072,16 +57380,15 @@ Object { "location": 0, }, ], - "string": "11", + "string": "13", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -28090,10 +57397,9 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", "height": 14, "width": 14, - "x": 88, + "x": 176, "y": 84, }, "glyphBounds": "{{0, 0}, {14, 14}}", @@ -28105,7 +57411,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "11", + "maintainScrollPosition": false, + "name": "13", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -28113,25 +57420,57 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 12, }, }, @@ -28158,15 +57497,15 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.8677819293, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", + "name": "Roboto-Regular", "size": 12, }, }, @@ -28181,16 +57520,15 @@ Object { "location": 0, }, ], - "string": "7", + "string": "9", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -28199,11 +57537,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", "height": 14, "width": 14, - "x": 220, - "y": 44, + "x": 0, + "y": 84, }, "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, @@ -28214,7 +57551,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "7", + "maintainScrollPosition": false, + "name": "9", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -28222,25 +57560,57 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.8677819293, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", + "name": "Roboto-Regular", "size": 12, }, }, @@ -28286,20 +57656,19 @@ Object { "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 1, + "length": 2, "location": 0, }, ], - "string": "2", + "string": "10", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -28308,11 +57677,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", "height": 14, "width": 14, - "x": 0, - "y": 44, + "x": 44, + "y": 84, }, "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, @@ -28323,7 +57691,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "2", + "maintainScrollPosition": false, + "name": "10", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -28331,13 +57700,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -28395,20 +57796,19 @@ Object { "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 1, + "length": 2, "location": 0, }, ], - "string": "3", + "string": "12", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -28417,11 +57817,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", "height": 14, "width": 14, - "x": 44, - "y": 44, + "x": 132, + "y": 84, }, "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, @@ -28432,7 +57831,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "3", + "maintainScrollPosition": false, + "name": "12", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -28440,13 +57840,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -28504,20 +57936,19 @@ Object { "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 1, + "length": 2, "location": 0, }, ], - "string": "5", + "string": "14", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -28526,11 +57957,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", "height": 14, "width": 14, - "x": 132, - "y": 44, + "x": 220, + "y": 84, }, "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, @@ -28541,7 +57971,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "5", + "maintainScrollPosition": false, + "name": "14", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -28549,13 +57980,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -28613,20 +58076,19 @@ Object { "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 1, + "length": 2, "location": 0, }, ], - "string": "6", + "string": "15", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -28635,11 +58097,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", "height": 14, "width": 14, - "x": 176, - "y": 44, + "x": 264, + "y": 84, }, "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, @@ -28650,7 +58111,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "6", + "maintainScrollPosition": false, + "name": "15", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -28658,13 +58120,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -28722,20 +58216,19 @@ Object { "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 1, + "length": 2, "location": 0, }, ], - "string": "8", + "string": "11", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -28744,11 +58237,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", "height": 14, "width": 14, - "x": 264, - "y": 44, + "x": 88, + "y": 84, }, "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, @@ -28759,7 +58251,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "8", + "maintainScrollPosition": false, + "name": "11", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -28767,13 +58260,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -28812,15 +58337,15 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 12, }, }, @@ -28835,16 +58360,15 @@ Object { "location": 0, }, ], - "string": "4", + "string": "7", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -28853,10 +58377,9 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", "height": 14, "width": 14, - "x": 88, + "x": 220, "y": 44, }, "glyphBounds": "{{0, 0}, {14, 14}}", @@ -28868,7 +58391,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "4", + "maintainScrollPosition": false, + "name": "7", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -28876,25 +58400,57 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 12, }, }, @@ -28911,883 +58467,896 @@ Object { }, "textBehaviour": 1, }, - ], - "name": "dates", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "length": 1, + "location": 0, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, - }, - ], - "string": "March 2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", - "height": 16, - "width": 76, - "x": 101.5, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {76, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "March 2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - ], - "name": "calendar", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - "name": "dialog", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`SvgCodeGenService should match md-components-date-picker.sketch snapshot for 53 on svg 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", - "name": "Material/Light/Dialog", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + ], + "string": "2", }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 44, }, - "position": 0.2, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", - "height": 556, - "width": 320, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 2, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", - "height": 555.999999998099, - "width": 320.0000020097797, - "x": -0.00000201463535631774, - "y": -3.019895302713849e-7, - }, - "hasClippingMask": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": true, - "isVisible": true, - "layerListExpandedType": 0, - "name": "dialog bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.75312742380683251, 1.2484252312359647}", - "curveMode": 1, - "curveTo": "{1.2468725677856276, 0.75157476876403528}", - "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.99999999579623011, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", - "curveMode": 1, - "curveTo": "{0.24954874040058797, 1.2495487419762428}", - "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{-7.4954264546158371e-12, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.25090333626656247, -0.25000080578509032}", - "curveMode": 1, - "curveTo": "{-0.25090333211297938, 0.25000080577825212}", - "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2495548195455812, 0.25022102382467826}", - "curveMode": 1, - "curveTo": "{0.75044518048476361, -0.25022102273838404}", - "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1.0000000000151725, 5.4314714836243111e-10}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "position": 0, + "verticalAlignment": 0, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, }, - "position": 0.95, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "position": 1, + "verticalAlignment": 0, }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "windingRule": 1, + }, + "textBehaviour": 1, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, }, - "position": 0, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "position": 0.04936005799731481, + "verticalAlignment": 0, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, }, - "position": 0.2, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "position": 1, + "verticalAlignment": 0, }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, + "windingRule": 1, + }, + "textBehaviour": 1, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + ], + "maintainScrollPosition": false, + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 1, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0.5, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"0.5\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", - ], - "type": "path", + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", - "height": 16, - "width": 114, - "x": 172, - "y": 519, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + }, Object { "_class": "text", "attributedString": Object { @@ -29798,9 +59367,9 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.8725656703, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { @@ -29810,54 +59379,26 @@ Object { "size": 14, }, }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 1, + "length": 10, "location": 0, }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 1, - }, ], - "string": "OK", + "string": "March 2014", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -29866,12 +59407,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 19, - "width": 20, - "x": 95, + "height": 16, + "width": 76, + "x": 101.5, "y": 0, }, - "glyphBounds": "{{0, 0}, {19, 16}}", + "glyphBounds": "{{0, 0}, {76, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -29880,7 +59421,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "OK", + "maintainScrollPosition": false, + "name": "March 2014", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -29891,26 +59433,48 @@ Object { "blur": Object { "_class": "blur", "center": "{0.5, 0.5}", - "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", "isEnabled": false, "motionAngle": 0, - "radius": 10.001000049995, + "radius": 10, "saturation": 1, "type": 0, }, - "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.8725656703, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { @@ -29920,10 +59484,10 @@ Object { "size": 14, }, }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -29933,176 +59497,474 @@ Object { }, "textBehaviour": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "CANCEL", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", - "height": 16, - "width": 56, - "x": 0, - "y": 0, + ], + "maintainScrollPosition": false, + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "maintainScrollPosition": false, + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3B3CEF08-C0D6-4980-9B05-59D2869A0405", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`SvgCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 52 on svg 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "glyphBounds": "{{0, 0}, {56, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "CANCEL", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "textBehaviour": 0, }, - ], - "name": "ok + cancel", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, }, + "verticalAlignment": 0, }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -30111,733 +59973,392 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", - "height": 199, - "width": 320, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 199, - "width": 320, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24746906759014342, -0.24902547682027013}", - "curveMode": 1, - "curveTo": "{-0.24746906759014342, 0.24902547682027015}", - "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", - "curveMode": 1, - "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", - "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", - ], - "type": "path", - }, - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", - "height": 31.99999999997413, - "width": 319.9999998939438, - "x": 1.060561771737412e-7, - "y": 2.546585164964199e-11, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bar", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", - "curveMode": 1, - "curveTo": "{0.25000000504962155, 1.2500000000002023}", - "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{4.9667651341541571e-09, 1.0000000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24687257374643226, -0.24842523169513558}", - "curveMode": 1, - "curveTo": "{-0.24687257440928329, 0.24842523169351868}", - "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2507861404771796, 0.2507861405226906}", - "curveMode": 1, - "curveTo": "{0.74921385952282049, -0.2507861402658404}", - "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.2842510388477008e-10}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74193548581429836, 1.2419354832509284}", - "curveMode": 1, - "curveTo": "{1.2580645141857014, 0.75806451674907216}", - "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.0000000000000002}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.4823529411764705, - "green": 0.5372549019607843, - "red": 0, - }, - "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,137,123,1.00)\\"", - "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", - ], - "type": "path", - }, - ], - }, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, - "length": 2, - "location": 0, - }, - ], - "string": "13", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 212, - "width": 91, - "x": 114.5, - "y": 70, - }, - "glyphBounds": "{{0, 0}, {90, 94}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.95, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", + "position": 0.9864078443877551, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "textBehaviour": 0, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, + "alpha": 0.2000000029802322, "blue": 1, "green": 1, "red": 1, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 6, - "location": 0, - }, - ], - "string": "Friday", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 39, - "x": 140.5, - "y": 7, - }, - "glyphBounds": "{{0, 0}, {38, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Friday", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "position": 0, }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, + "alpha": 0.1, "blue": 1, "green": 1, "red": 1, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 3, - "location": 0, - }, - ], - "string": "MAR", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 53, - "x": 133.5, - "y": 46, - }, - "glyphBounds": "{{0, 0}, {52, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "MAR", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "position": 0.0490476332782268, }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, + "alpha": 0, "blue": 1, "green": 1, "red": 1, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 1, }, - "length": 4, - "location": 0, - }, - ], - "string": "2014", + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + ], + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 55, - "x": 132.5, - "y": 162, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, }, - "glyphBounds": "{{0, 0}, {54, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, - "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", - "opacity": 0.5423274253731343, + "opacity": 1, }, - "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - "windingRule": 1, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "textBehaviour": 0, - }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", - "endMarkerType": 0, - "miterLimit": 10, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], "startMarkerType": 0, "windingRule": 1, }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", + }, + ], + }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -30845,865 +60366,419 @@ Object { }, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", - "height": 288, - "width": 278, - "x": 21, - "y": 211, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", - "height": 14, - "width": 278, - "x": 0, - "y": 34, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "M", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", - "height": 14, - "width": 14, - "x": 44, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "M", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "911371BB-173C-4187-A744-2C860A116095", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", - "height": 14, - "width": 14, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, + "constrainProportions": false, + "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "W", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", - "height": 14, - "width": 14, - "x": 132, - "y": 0, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "W", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "windingRule": 1, - }, - "textBehaviour": 1, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "T", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", - "height": 14, - "width": 14, - "x": 176, - "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "textBehaviour": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "F", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", - "height": 14, - "width": 14, - "x": 220, - "y": 0, + "length": 13, + "location": 0, + }, + ], + "string": "Incoming call", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "F", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "windingRule": 1, }, - "textBehaviour": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "length": 15, + "location": 0, + }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 180, + "x": 88, + "y": 42, + }, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", + "height": 24, + "width": 81, + "x": 88, + "y": 116, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, + "length": 5, + "location": 0, }, - "textBehaviour": 1, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "T", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", - "height": 14, - "width": 14, - "x": 88, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - }, - ], - "name": "weekdays", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "length": 1, + "location": 5, }, ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "string": "IGNORE", }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", - "edited": false, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", + "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -31712,104 +60787,73 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 44, - "width": 44, - "x": 161, - "y": 143, + "height": 16, + "width": 50, + "x": 32, + "y": 4, }, + "glyphBounds": "{{0, 0}, {49, 16}}", "hasClippingMask": false, - "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "selection", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, - "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - ], - "miterLimit": 10, - "startMarkerType": 0, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, }, Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", + "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -31818,14 +60862,11 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", - "height": 214, - "width": 278, + "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", + "height": 24, + "width": 24, "x": 0, - "y": 74, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 0, }, "hasClickThrough": false, "hasClippingMask": false, @@ -31837,157 +60878,104 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "30", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", + "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", - "height": 14, - "width": 14, + "constrainProportions": true, + "height": 24, + "width": 24, "x": 0, - "y": 200, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "30", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "31", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", + "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -31996,325 +60984,529 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", "height": 14, - "width": 14, - "x": 44, - "y": 200, + "width": 13.999, + "x": 5, + "y": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "31", - "nameIsFixed": false, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, + }, + ], + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", + "height": 24, + "width": 88, + "x": 215, + "y": 116, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, }, - "verticalAlignment": 0, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "windingRule": 1, + "length": 5, + "location": 0, }, - "textBehaviour": 1, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "1", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", - "height": 14, - "width": 14, - "x": 264, - "y": 0, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "ANSWER", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", + "height": 16, + "width": 56, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "ANSWER", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - "verticalAlignment": 0, }, - "windingRule": 1, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "textBehaviour": 1, + "verticalAlignment": 0, }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "16", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", - "dontSynchroniseWithSymbol": false, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", + "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", - "height": 14, - "width": 14, + "constrainProportions": true, + "height": 24, + "width": 24, "x": 0, - "y": 124, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "16", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "17", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", + "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -32323,979 +61515,1778 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", - "height": 14, - "width": 14, - "x": 44, - "y": 124, + "height": 18, + "width": 18, + "x": 3, + "y": 3, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "17", + "name": "Imported Layers", "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, + }, + ], + "name": "call icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "answer", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`SvgCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 53 on svg 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "19", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", - "height": 14, - "width": 14, - "x": 132, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "19", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "20", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", - "height": 14, - "width": 14, - "x": 176, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "20", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "21", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", - "height": 14, - "width": 14, - "x": 220, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "21", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", + "position": 0.9864078443877551, }, - "windingRule": 1, - }, - "textBehaviour": 1, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "22", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", - "height": 14, - "width": 14, - "x": 264, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "22", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0.0490476332782268, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + ], + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "windingRule": 1, }, - "textBehaviour": 1, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "18", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Incoming call", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", - "height": 14, - "width": 14, - "x": 88, - "y": 124, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "18", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "windingRule": 1, }, - "textBehaviour": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "length": 15, + "location": 0, + }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 180, + "x": 88, + "y": 42, + }, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", + "height": 24, + "width": 81, + "x": 88, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "23", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", - "height": 14, - "width": 14, - "x": 0, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "23", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, + "length": 5, + "location": 0, }, - "textBehaviour": 1, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "24", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", - "height": 14, - "width": 14, - "x": 44, - "y": 164, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "24", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - "verticalAlignment": 0, }, - "windingRule": 1, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "textBehaviour": 1, + "verticalAlignment": 0, }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "26", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", + "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", - "height": 14, - "width": 14, - "x": 132, - "y": 164, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "26", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "27", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", + "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33304,216 +63295,535 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", "height": 14, - "width": 14, - "x": 176, - "y": 164, + "width": 13.999, + "x": 5, + "y": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "27", - "nameIsFixed": false, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ + "svg": Object { + "offset": 0, + "paths": Array [ Object { - "_class": "stringAttribute", + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, + }, + ], + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", + "height": 24, + "width": 88, + "x": 215, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "28", + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 5, + "location": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "ANSWER", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", + "height": 16, + "width": 56, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "ANSWER", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", - "dontSynchroniseWithSymbol": false, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", + "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", - "height": 14, - "width": 14, - "x": 220, - "y": 164, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "28", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "29", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", + "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33522,1415 +63832,2229 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", - "height": 14, - "width": 14, - "x": 264, - "y": 164, + "height": 18, + "width": 18, + "x": 3, + "y": 3, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "29", + "name": "Imported Layers", "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, + }, + ], + "name": "call icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "answer", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`SvgCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 59 on svg 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "D68BDF6C-B753-479E-95BC-A139BDC457D9", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "B31581C1-0A5F-4F6E-8CA6-4AE64984C599", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "25", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", - "height": 14, - "width": 14, - "x": 88, - "y": 164, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4DDF8DAE-BAA8-49BD-931C-4977FA79B4DE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "B1396A0F-1D1C-4ECF-BCB7-FEAC24A4A1CA", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "25", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "textBehaviour": 1, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F391C9D8-9C3C-451F-8B54-55C386CDEB21", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "501DFA3F-FAB0-4A19-8A58-1E1D8DA547D6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "13", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", - "height": 14, - "width": 14, - "x": 176, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "9", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", - "height": 14, - "width": 14, - "x": 0, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "9", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "10", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", - "height": 14, - "width": 14, - "x": 44, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "10", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "12", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", - "height": 14, - "width": 14, - "x": 132, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "12", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.95, }, - "windingRule": 1, - }, - "textBehaviour": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.9864078443877551, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "14", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", - "height": 14, - "width": 14, - "x": 220, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "14", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0.0490476332782268, }, - "windingRule": 1, - }, - "textBehaviour": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "15", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", - "height": 14, - "width": 14, - "x": 264, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "15", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "11", + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", - "height": 14, - "width": 14, - "x": 88, - "y": 84, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "11", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Incoming call", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "textBehaviour": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "7", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", - "height": 14, - "width": 14, - "x": 220, - "y": 44, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "7", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + }, + "length": 15, + "location": 0, + }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 180, + "x": 88, + "y": 42, + }, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "textBehaviour": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 81, + "x": 88, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "2", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", - "height": 14, - "width": 14, - "x": 0, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, + "length": 5, + "location": 0, }, - "textBehaviour": 1, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "3", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", - "height": 14, - "width": 14, - "x": 44, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "3", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, + "length": 1, + "location": 5, }, - "textBehaviour": 1, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - ], - "string": "5", + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", - "height": 14, - "width": 14, - "x": 132, - "y": 44, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "5", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "6", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -34939,216 +66063,726 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", "height": 14, - "width": 14, - "x": 176, - "y": 44, + "width": 13.999, + "x": 5, + "y": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "6", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "maintainScrollPosition": false, + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 88, + "x": 215, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, }, - "verticalAlignment": 0, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "ANSWER", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 56, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "ANSWER", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "windingRule": 1, }, - "textBehaviour": 1, + "verticalAlignment": 0, }, + "windingRule": 1, + }, + "textBehaviour": 0, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "8", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", - "dontSynchroniseWithSymbol": false, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", - "height": 14, - "width": 14, - "x": 264, - "y": 44, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "8", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "4", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -35157,191 +66791,340 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", - "height": 14, - "width": 14, - "x": 88, - "y": 44, + "height": 18, + "width": 18, + "x": 3, + "y": 3, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "4", + "maintainScrollPosition": false, + "name": "Imported Layers", "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - }, - ], - "name": "dates", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - ], - "string": "March 2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", - "height": 16, - "width": 76, - "x": 101.5, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {76, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "March 2014", - "nameIsFixed": false, - "resizingConstraint": 47, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "call icon", + "nameIsFixed": true, + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, }, ], - "name": "calendar", + "maintainScrollPosition": false, + "name": "answer", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -35349,15 +67132,250 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, }, ], - "name": "dialog", + "maintainScrollPosition": false, + "name": "heads-up notification", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -35365,14 +67383,101 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -35381,8 +67486,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2C7E3706-6E18-408D-85F6-CE90C5F8EE44", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -35395,22 +67534,22 @@ Object { ], "previews": Array [], "user": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "scrollOrigin": "{160, 160}", + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, - "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { "pageListHeight": 110, }, "document": Object { "pageListCollapsed": 1, - "pageListHeight": -1, + "pageListHeight": 289, }, }, } `; -exports[`SvgCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 52 on svg 1`] = ` +exports[`SvgCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 52 on svg 1`] = ` Object { "document": Object { "_class": "document", @@ -35426,7 +67565,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", + "do_objectID": "5B57D242-95C3-47E3-BC5E-22376F9F834B", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -35435,43 +67574,10 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "name": "Material/Icon dark", + "do_objectID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "name": "Material/Icon white", "value": Object { "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, "endMarkerType": 0, "fills": Array [ Object { @@ -35479,9 +67585,9 @@ Object { "color": Object { "_class": "color", "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "fillType": 0, "isEnabled": true, @@ -35507,47 +67613,8 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "name": "Material/Light/Body 1", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "name": "Material/Light/Headline", + "do_objectID": "FD154772-5D9F-4899-88F9-5124F223C73E", + "name": "Material/Dark/Title", "value": Object { "_class": "style", "endMarkerType": 0, @@ -35558,24 +67625,22 @@ Object { "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 20, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, }, }, "verticalAlignment": 0, @@ -35588,7 +67653,12 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref": "pages/F88D7516-E1DF-48A7-BA35-A0F4EF393BBE", + "_ref_class": "MSImmutablePage", + }, + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/267D6DEC-0F7B-4667-BA1A-1FA1BCA04485", "_ref_class": "MSImmutablePage", }, ], @@ -35614,7 +67684,15 @@ Object { "Roboto-Medium", ], "pagesAndArtboards": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485": Object { + "artboards": Object { + "85FE2CA3-7BC8-4647-8950-9AB676A1C91A": Object { + "name": "Material/Android/Status bar content", + }, + }, + "name": "Symbols", + }, + "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { "artboards": Object {}, "name": "Page 1", }, @@ -35634,7 +67712,7 @@ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "do_objectID": "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -35669,10 +67747,10 @@ Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "do_objectID": "2145D356-40E2-4569-95CF-84F00DD9818F", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", + "do_objectID": "BB51E5D5-5BA5-419F-9D6A-49A171E7ED21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -35681,9 +67759,9 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", - "height": 160, - "width": 344, + "do_objectID": "7D8CA104-45E8-4835-B4DA-CCAF17E60C45", + "height": 128, + "width": 360, "x": 0, "y": 0, }, @@ -35697,14 +67775,13 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", - "edited": true, + "do_objectID": "A94FA51A-099C-4CC1-B1AE-4F3CBFE4B381", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", + "do_objectID": "DC89A630-0EF2-4276-944C-D7254BED2EF4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -35713,1009 +67790,1619 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 160, - "width": 344, + "do_objectID": "8C36F8CD-481B-455B-B132-E7E7E477D5D0", + "height": 128, + "width": 360, "x": 0, "y": 0, }, + "hasClickThrough": false, "hasClippingMask": false, - "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9941860465116279, 1}", - "curveMode": 4, - "curveTo": "{0.99738372093023264, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9941860465116279, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0026162790697673759, 1}", - "curveMode": 4, - "curveTo": "{0.0058139534883720929, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0058139534883720929, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.98687500000000006}", - "curveMode": 4, - "curveTo": "{0, 0.99437500000000001}", - "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.98750000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.0056250000000000354}", - "curveMode": 4, - "curveTo": "{0, 0.013125000000000008}", - "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058139534883720929, 0}", - "curveMode": 4, - "curveTo": "{0.0026162790697673759, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.0058139534883720929, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99709302325581395, 0}", - "curveMode": 4, - "curveTo": "{0.9938953488372092, 0}", - "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9941860465116279, 0}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99970930232558131, 0.013125000000000008}", - "curveMode": 4, - "curveTo": "{0.99970930232558131, 0.0056250000000000354}", - "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.012500000000000001}", + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "D6E225E7-E0FF-41C3-BF62-95BB15DA2258", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9B79BB7B-176C-4CA3-99DC-D5866EA83AB4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "app bar bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "ACEE65BC-1CF2-45E4-9889-621210096AED", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.8274509803921568, + "green": 0.7333333333333334, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 4, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7E855B0A-CD99-4BC0-9320-25BCD81DE1B0", + "isEnabled": true, + "offsetX": 0, + "offsetY": 4, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 4, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "464524C7-C0E7-414E-8B14-DC85D1E28DCE", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,187,211,1.00)\\"", + "d=\\"M360 0,L 0 0,L 0 128,L 360 128,z\\"", + ], + "type": "path", + }, + ], + }, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.99437500000000012}", - "curveMode": 1, - "curveTo": "{0.99970930232558131, 0.98687500000000006}", - "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.98750000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DD13F059-6DD2-4413-9C59-5A3ABD7D44D7", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C9CE81BD-C917-48C0-9755-A60CAB214BD0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D025D61C-6D8C-4DEF-9770-3BF04763FB53", + "height": 48, + "width": 360, + "x": 0, + "y": 80, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "B272B09E-BAB6-4010-AE2E-B09CA0800607", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9DD7A316-362F-4C9A-BFF3-5AB347DF1433", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 48, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", - "position": 0.9864078443877551, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 0, + "isEnabled": false, + "position": 1, + "thickness": 1, + }, + ], + "do_objectID": "451D43C8-1885-40BE-9887-80738B61DBAA", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.2000000029802322, - "blue": 1, - "green": 1, - "red": 1, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 9, + "location": 0, }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.1, - "blue": 1, - "green": 1, - "red": 1, + ], + "string": "THE THIRD", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "EA8BF223-8245-42D6-AF64-B4A4A529DEBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "440F05BA-2072-4C6B-B78F-6CDF2E0DA718", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "65C64BBE-7EA8-4BAA-B6F4-933EB86CA11D", + "height": 16, + "width": 120, + "x": 240, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "THE THIRD", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "33A4A266-8DB2-45A7-A7E1-2E46C90421B9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "4B3B58A2-ADCE-4A57-B0A9-E9F4263044C5", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "position": 0.0490476332782268, + "verticalAlignment": 0, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "windingRule": 1, + }, + "textBehaviour": 1, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 8, + "location": 0, }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + ], + "string": "ITEM TWO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "33A046AA-2704-40B5-9DE7-A5F7C8AD52BA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "14290AE1-FA35-44A1-B010-6330DB239370", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "91542702-E1CB-49DE-AE0B-9145054DB80C", + "height": 16, + "width": 120, + "x": 120, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "ITEM TWO", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9578BCCE-56FF-4CD0-A6C2-0A67738FF257", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9140AD60-AC75-4423-BD05-4120E3C53D2A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "position": 1, + "verticalAlignment": 0, }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - ], - "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", - "isEnabled": true, - "offsetX": 0, - "offsetY": 8, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", - "isEnabled": false, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", - "isEnabled": false, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", - ], - "type": "path", - }, - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", - "height": 3, - "width": 256, - "x": 88, - "y": 94, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.48611111111111105}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.48611111111111105}", - "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", - "curveMode": 1, - "curveTo": "{-0.087891101837158522, 0.6041666666666663}", - "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "windingRule": 1, + }, + "textBehaviour": 1, }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 7, + "location": 0, + }, + ], + "string": "NO. ONE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "2FEE7291-7D60-47B5-AF0C-9794FC70479A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1C8BB07D-4549-4474-85DE-AAC36D4ED7FE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D08C8D43-D4F0-426D-BBE7-5BA4CA030851", + "height": 16, + "width": 120, + "x": 0, + "y": 15, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, + "glyphBounds": "{{0, 0}, {120, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "NO. ONE", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E1B0E40B-4579-4740-A63F-6C4231A7DCF8", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "07FC4EB1-FE4E-4EFB-8BD3-1562B7D69B89", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, }, + "textBehaviour": 1, }, - "length": 13, - "location": 0, - }, - ], - "string": "Incoming call", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 85, - "x": 88, - "y": 19, - }, - "glyphBounds": "{{0, 0}, {84, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Incoming call", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "0CD5019F-4477-41F0-B7F4-1437084D2FAD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9B2FA7EA-E5FC-4F3F-A38A-91AB190DD24E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 2, + "width": 120, + "x": 0, + "y": 46, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "indicator", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "A14002AC-97A3-482B-A0C5-D44A77B354E6", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 0, + "isEnabled": false, + "position": 1, + "thickness": 1, + }, + ], + "do_objectID": "87D45A0F-6AC3-4D68-8521-AF6E8F85FD82", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5490196078431373, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 1.5, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 1, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 1, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 1, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 15, - "location": 0, - }, - ], - "string": "Scott Masterson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 180, - "x": 88, - "y": 42, - }, - "glyphBounds": "{{0, 0}, {177, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Scott Masterson", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, }, + ], + "name": "tabs", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56450478-45EE-4020-829D-3D7106A99B8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", - "height": 24, - "width": 81, - "x": 88, - "y": 116, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "54F2B126-EBC8-42E4-9CCC-6025866EA532", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E919A5D5-7F14-43AB-937D-4AC73AD038A8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1244F84B-12C1-420C-A2BD-58EBC9D323FF", + "height": 24, + "width": 328, + "x": 16, + "y": 40, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "2EAB1189-97C4-4EC1-8CBF-1E24214B7177", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B5AE9619-0144-403F-B016-9A1F7F494DC5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "13FAD583-AC89-4F3A-A6B6-A0CF3DBA26AC", + "height": 24, + "width": 12, + "x": 316, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "044E322D-A4FA-476E-8BFB-CB5BD971A007", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "29F06F1B-0927-4D93-BDE8-5828E3184007", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "09DF51C0-DFDA-497B-9205-AB1963FD1154", + "height": 16, + "width": 4, + "x": 3, + "y": 4, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "3B936567-EF75-4459-8908-92C1DA27C1FE", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1F98697-0674-4D9C-A0F6-B7D2C30462F5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0EAD72B-E995-4B23-A15E-81E3ACD60B80", + "height": 4, + "width": 4, + "x": 0, + "y": 12, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77499999999999991}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000009}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 2, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000009}", + "curveMode": 2, + "curveTo": "{0, 0.77499999999999991}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "5F4D6AE3-A563-4C5E-86C0-66332A65E9B1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0BEF50BC-CCDF-4CDB-BEEE-4CB4FB2CE90D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2CF02168-028C-4296-82F3-C32431ED0BEA", + "height": 4, + "width": 4, + "x": 0, + "y": 6, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000009}", + "curveMode": 2, + "curveTo": "{0, 0.77499999999999991}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77499999999999991}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000009}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E4AC1434-7A30-45CD-8976-A852E84BBF9A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "313C2770-48E7-45CF-AD51-6CE335D14FEE", + "height": 4, + "width": 4, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22499999999999964}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000036}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000036}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999964}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "windingRule": 1, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "E4792B29-BF0E-42DB-95C8-4DDBCAC7798F", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8B85D384-7961-4B39-87B7-A05B22F94D02", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 12, + "x": 0, + "y": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "946562AE-3059-44F0-8DC3-54BE98B4ACFC", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M12 0,L 0 0,L 0 24,L 12 24,z\\"", + ], + "type": "path", + }, + ], }, }, - "length": 1, - "location": 5, - }, - ], - "string": "IGNORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 16, - "width": 50, - "x": 32, - "y": 4, - }, - "glyphBounds": "{{0, 0}, {49, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Ignore", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, + ], + "name": "more", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "06EE712E-EDFF-4466-B1D7-A63C20D4C50F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 20, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "Page Title", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", - "edited": false, + "do_objectID": "90E271D7-D279-45F2-95DC-47441AC6F11F", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", + "do_objectID": "BBB1B522-64CF-4563-B8E9-F138ED2B426C", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, - "x": 0, + "constrainProportions": false, + "height": 26, + "width": 91, + "x": 56, "y": 0, }, + "glyphBounds": "{{0, 0}, {90, 24}}", "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "name": "Page Title", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "FD154772-5D9F-4899-88F9-5124F223C73E", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", + "do_objectID": "E2DF08D7-CE0B-4A04-A46E-02C8D9DC19DD", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E92BA203-2A38-4841-BE87-23D9A757DC8A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 20, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, }, Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", - "edited": true, + "do_objectID": "A7B39194-67E6-4391-84D0-3590B6A9C8C6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", + "do_objectID": "C4FDFF6F-90CA-42E5-B4EA-02196E788C67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -36724,158 +69411,575 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 14, - "width": 13.999, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "shape", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.39900000000000002}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.39900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.39900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 0}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{0, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.39895706836202588, 0.5}", - "curveMode": 1, - "curveTo": "{0.39895706836202588, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.39895706836202588, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{0, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 1}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.60099999999999998}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.60099999999999998}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.60099999999999998}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 1}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{1, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.60104293163797429, 0.5}", - "curveMode": 1, - "curveTo": "{0.60104293163797429, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.60104293163797429, 0.5}", - }, + "do_objectID": "C1D0BFE2-05CA-4895-8105-DEBC39E206B0", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{1, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.10099999999999985}", + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "798D3C77-B6E0-4D8D-9EF6-ABDC9A4C8B2D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1D1A9FCF-0DAD-4917-B2EA-6CC0D24671C4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "31EF773D-8AEB-4113-BED9-1CB4C1CC4417", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 0}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 0}", + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "894DE14D-3249-43A6-A9E5-13D74A715EAF", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E9A3EF6-B3AB-4018-A46A-4C09A1B6E2EC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A14A0CC3-5811-4C0B-AB5D-66BABB31C092", + "height": 12, + "width": 18, + "x": 3, + "y": 6, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "02902742-F6CF-47B2-A5EC-DD22510DA7DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A8D67E3B-9CAB-4149-B260-2B85A40190E9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "59305F95-A91C-43CD-BBC5-08B12D2CFEBD", + "height": 2, + "width": 18, + "x": 0, + "y": 10, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 2,L 18 2,L 18 0,L 0 0,L 0 2,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "D6BB75D0-AB30-43EC-B104-7BF224DA30B9", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3E227245-30B1-4F5B-B4D2-B2EC3199D671", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2178831E-0EA9-4B03-B0B6-05303ABBB4B7", + "height": 2, + "width": 18, + "x": 0, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 2,L 18 2,L 18 0,L 0 0,L 0 2,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "C6B5B3A2-5CA0-4787-A6F1-47DAFF9CCAB9", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "574554BD-6E97-4715-BD86-7A3FEC2A86BF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4B258FC6-50FA-406A-AFD3-A641D2D0E332", + "height": 2, + "width": 18, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 0,L 0 2,L 18 2,L 18 0,L 0 0,z\\"", + ], + "type": "path", + }, + ], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "windingRule": 1, }, ], + "name": "menu", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", - "opacity": 0.5399999618530273, - }, - "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", + "do_objectID": "0E6232B9-D813-4EF6-86CD-A008760CB052", "endMarkerType": 0, "fills": Array [ Object { @@ -36899,21 +70003,9 @@ Object { "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", - ], - "type": "path", - }, - ], - }, }, ], - "name": "ignore icon", + "name": "app bar contents", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -36921,7 +70013,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "do_objectID": "CEB14821-8174-404A-B9B3-70B0D89FF07A", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -36929,7 +70021,7 @@ Object { }, }, ], - "name": "ignore", + "name": "app bar", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -36937,7 +70029,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "do_objectID": "6D2C6775-C00E-459D-BF35-6BF75842EAB0", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -36948,10 +70040,10 @@ Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "do_objectID": "FA4CA9F5-471E-4E2A-9466-D3AE5C74D5E9", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", + "do_objectID": "CAF63BAA-809D-4491-BA10-6E6BE6B675F4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -36960,13 +70052,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", + "do_objectID": "096F6677-3466-4D31-8976-C5099741CC33", "height": 24, - "width": 88, - "x": 215, - "y": 116, + "width": 360, + "x": 0, + "y": 0, }, - "hasClickThrough": false, + "hasClickThrough": true, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -36976,79 +70068,421 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "C27B6B4D-AE72-45DB-A433-BCF83BD5FA33", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF88E2C-E6A4-45D7-A3B0-7D665AB5D111", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "status bar bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5C253197-535A-49C9-85CC-3D1E6ECC5E36", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.6509803921568628, + "green": 0.5882352941176472, + "red": 0, }, - "length": 1, - "location": 5, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "string": "ANSWER", + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "automaticallyDrawOnUnderlyingPath": false, + }, + Object { + "_class": "symbolInstance", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "2897CFF8-D7D1-4C1F-B13C-E4DAE67067FA", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1E5FD2ED-1738-4855-A83E-3E2986B601A2", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "139BCC43-36EB-444E-A4E6-44A1B5DA3103", + "height": 24, + "width": 118, + "x": 242, + "y": 0, + }, + "hasClippingMask": false, + "horizontalSpacing": 0, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "name": "status bar contents", + "nameIsFixed": false, + "overrideValues": Array [], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "scale": 1, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4FFF4E6F-61BA-4E30-B769-FC2F51E39F2F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "symbolID": "080C0EF9-47BD-4900-BB91-42C80173D424", + "verticalSpacing": 0, + }, + ], + "name": "status bar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1804FEE3-D722-4D5E-BD63-2DF8F2DB5FD5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "app bar + status bar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "807C67B1-1EBA-45A7-AAA4-BF807BDF4729", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "symbolMaster", + "backgroundColor": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "booleanOperation": 0, + "changeIdentifier": 6, + "clippingMaskMode": 0, + "do_objectID": "85FE2CA3-7BC8-4647-8950-9AB676A1C91A", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 118, + "x": 100, + "y": 0, + }, + "hasBackgroundColor": false, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeBackgroundColorInExport": true, + "includeBackgroundColorInInstance": false, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isFlowHome": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "61B8B31F-4531-4223-B67B-9F81955A0731", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 118, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "0F7636EC-3486-4CC5-99A9-684896927622", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 16, + "x": 8, + "y": 6, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "48C609B3-F9AE-422F-8D11-F6812E58FE3A", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -37057,74 +70491,85 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", - "height": 16, - "width": 56, - "x": 32, - "y": 4, + "height": 12, + "width": 16, + "x": 1.70530256582424e-13, + "y": 0, }, - "glyphBounds": "{{0, 0}, {56, 16}}", - "hasClippingMask": false, + "hasClippingMask": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "ANSWER", - "nameIsFixed": false, - "resizingConstraint": 47, + "name": "wifi mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.49999999999999828, 1}", + "curveMode": 1, + "curveTo": "{0.49999999999999828, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.49999999999999828, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 8 12,L 16 0,z\\"", + ], + "type": "path", + }, + ], + }, }, Object { - "_class": "group", + "_class": "shapeGroup", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "do_objectID": "287233C0-7413-448D-82F6-AC1AD74EDE8C", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -37133,10 +70578,9 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", "height": 24, "width": 24, - "x": 0, + "x": -4.000000000000114, "y": 0, }, "hasClickThrough": false, @@ -37149,30 +70593,27 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", - "edited": false, + "do_objectID": "CC5B3585-0E1B-45E9-BF72-0B8BCB2EA440", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": true, + "constrainProportions": false, "height": 24, "width": 24, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -37180,49 +70621,59 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0.22499999999999906, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "curveFrom": "{0, 0.7749999999999998}", + "curveMode": 2, + "curveTo": "{0, 0.22500000000000023}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "curveFrom": "{0.77500000000000091, 1}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", + "curveFrom": "{1, 0.22500000000000023}", + "curveMode": 2, + "curveTo": "{1, 0.7749999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77500000000000091, 0}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "hasCurveTo": true, + "point": "{0.5, 0}", }, ], "resizingConstraint": 63, @@ -37231,22 +70682,50 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.30)\\"", + "d=\\"M12 0,S 0 5.4, 0 12,S 5.4 24, 12 24,S 24 18.6, 24 12,S 18.6 0, 12 0,z\\"", + ], + "type": "path", + }, + ], + }, }, Object { "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "do_objectID": "CD540E6A-760E-4F36-8DB5-F793A9F1A479", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -37268,185 +70747,392 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "Imported Layers", + "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.024833333333333336, 0}", + "curveFrom": "{0.22222222222222221, 1}", "curveMode": 4, - "curveTo": "{0.055555555555555552, 0}", + "curveTo": "{0.5, 1}", "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0.055555555555555552, 0}", + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0.57711111111111113}", - "curveMode": 3, - "curveTo": "{0, 0.024833333333333287}", + "curveFrom": "{0, 0.22222222222222221}", + "curveMode": 2, + "curveTo": "{0, 0.77777777777777779}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0, 0.055555555555555552}", + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.97516666666666674, 1}", - "curveMode": 3, - "curveTo": "{0.42288888888888887, 1}", + "curveFrom": "{0.77777777777777779, 0}", + "curveMode": 2, + "curveTo": "{0.22222222222222221, 0}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.94444444444444442, 1}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", + "curveFrom": "{1, 0.77777777777777779}", + "curveMode": 2, + "curveTo": "{1, 0.22222222222222221}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", "curveMode": 4, - "curveTo": "{1, 0.97516666666666674}", + "curveTo": "{0.77777777777777779, 1}", "hasCurveFrom": false, "hasCurveTo": true, - "point": "{1, 0.94444444444444442}", + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.30)\\"", + "d=\\"M9 18,S 0 14, 0 9,S 4 0, 9 0,S 18 4, 18 9,S 14 18, 9 18,z\\"", + ], + "type": "path", + }, + ], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "windingRule": 1, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "99CA80EA-99CB-4F9D-AE59-61E715C9D579", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": -1.000000000000114, + "y": 3, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "3B0F2CD9-E800-48D8-8695-71CEE8180B3C", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.71933333333333338}", + "curveFrom": "{0.22222222222222221, 0}", "curveMode": 4, - "curveTo": "{1, 0.75}", + "curveTo": "{0.5, 0}", "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0.75}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.87511111111111106, 0.69450000000000001}", - "curveMode": 3, - "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "curveFrom": "{0, 0.77777777777777779}", + "curveMode": 2, + "curveTo": "{0, 0.22222222222222221}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.94444444444444442, 0.69450000000000001}", + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.74044444444444446, 0.66111111111111109}", - "curveMode": 3, - "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "curveFrom": "{0.77777777777777779, 1}", + "curveMode": 2, + "curveTo": "{0.22222222222222221, 1}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.746, 0.66288888888888886}", + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveFrom": "{1, 0.22222222222222221}", "curveMode": 2, - "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "curveTo": "{1, 0.77777777777777779}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.72883333333333333, 0.66022222222222227}", + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveFrom": "{0.5, 0}", "curveMode": 4, - "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "curveTo": "{0.77777777777777779, 0}", "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.68961111111111117, 0.67649999999999999}", + "point": "{0.5, 0}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M9 0,S 0 4, 0 9,S 4 18, 9 18,S 18 14, 18 9,S 14 0, 9 0,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "B479B32B-CF71-44A5-AF7E-EEA917A2D816", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 12, + "x": 3, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveFrom": "{0.22499999999999906, 1}", "curveMode": 4, - "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "curveTo": "{0.5, 1}", "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0.56733333333333336, 0.79888888888888887}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.20127777777777778, 0.43300000000000005}", - "curveMode": 4, - "curveTo": "{0.28138888888888886, 0.59027777777777779}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.20127777777777778, 0.43300000000000005}", + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.33877777777777784, 0.29516666666666658}", - "curveMode": 4, - "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "curveFrom": "{0, 0.22499999999999906}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000091}", "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.31666666666666671, 0.19149999999999995}", - "curveMode": 3, - "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "curveFrom": "{0.77499999999999625, 0}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 0}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.33711111111111108, 0.25399999999999995}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.30550000000000005, 0.024833333333333287}", - "curveMode": 3, - "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "curveFrom": "{1, 0.77500000000000091}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999906}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.30550000000000005, 0.055555555555555552}", + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.25, 0}", + "curveFrom": "{0.5, 1}", "curveMode": 4, - "curveTo": "{0.28066666666666662, 0}", + "curveTo": "{0.77500000000000568, 1}", "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.25, 0}", + "point": "{0.5, 1}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", - "opacity": 0.5399999618530273, - }, - "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, "fillType": 0, "isEnabled": true, @@ -37464,1269 +71150,509 @@ Object { "offset": 0, "paths": Array [ Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", - ], - "type": "path", - }, - ], - }, - }, - ], - "name": "call icon", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - "name": "answer", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 56, - "x": 15, - "y": 16, - }, - "hasClippingMask": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - "name": "heads-up notification", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`SvgCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 53 on svg 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "name": "Material/Light/Body 1", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M6 12,S 0 9.3, 0 6,S 2.7 0, 6 0,S 12 2.7, 12 6,S 9.3 12, 6 12,z\\"", + ], + "type": "path", + }, + ], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9941860465116279, 1}", - "curveMode": 4, - "curveTo": "{0.99738372093023264, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9941860465116279, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0026162790697673759, 1}", - "curveMode": 4, - "curveTo": "{0.0058139534883720929, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0058139534883720929, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.98687500000000006}", - "curveMode": 4, - "curveTo": "{0, 0.99437500000000001}", - "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.98750000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.0056250000000000354}", - "curveMode": 4, - "curveTo": "{0, 0.013125000000000008}", - "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058139534883720929, 0}", - "curveMode": 4, - "curveTo": "{0.0026162790697673759, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.0058139534883720929, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99709302325581395, 0}", - "curveMode": 4, - "curveTo": "{0.9938953488372092, 0}", - "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9941860465116279, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99970930232558131, 0.013125000000000008}", - "curveMode": 4, - "curveTo": "{0.99970930232558131, 0.0056250000000000354}", - "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.012500000000000001}", + "windingRule": 1, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.99437500000000012}", - "curveMode": 1, - "curveTo": "{0.99970930232558131, 0.98687500000000006}", - "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.98750000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "17E4F2B4-96B0-411A-88F6-61FDC86B6DDE", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 12, + "x": 1.999999999999886, + "y": 6, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "EE70DE52-A724-4E3D-A42F-CE005CC6DEE5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 12, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22499999999999906, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77500000000000091}", + "curveMode": 2, + "curveTo": "{0, 0.22499999999999906}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999625, 1}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22499999999999906}", + "curveMode": 2, + "curveTo": "{1, 0.77500000000000091}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77500000000000568, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 0}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M6 0,S 0 2.7, 0 6,S 2.7 12, 6 12,S 12 9.3, 12 6,S 9.3 0, 6 0,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "BD7374FA-0B5C-49B4-9D33-6515AAA9219E", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 6, + "width": 6, + "x": 3, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", - "position": 0.9864078443877551, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.21666666666666856, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.2000000029802322, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.21666666666666856}", + "curveMode": 2, + "curveTo": "{0, 0.78333333333333144}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.1, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.0490476332782268, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.78333333333334088, 0}", + "curveMode": 2, + "curveTo": "{0.21666666666666856, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.78333333333333144}", + "curveMode": 2, + "curveTo": "{1, 0.21666666666666856}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.78333333333334088, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - ], - "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", - "isEnabled": true, - "offsetX": 0, - "offsetY": 8, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", - "isEnabled": false, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M3 6,S 0 4.7, 0 3,S 1.3 0, 3 0,S 6 1.3, 6 3,S 4.7 6, 3 6,z\\"", + ], + "type": "path", + }, + ], + }, }, - "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", - "isEnabled": false, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, ], - "type": "path", + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", - "height": 3, - "width": 256, - "x": 88, - "y": 94, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.48611111111111105}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.48611111111111105}", - "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", + "windingRule": 1, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", - "curveMode": 1, - "curveTo": "{-0.087891101837158522, 0.6041666666666663}", - "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 13, - "location": 0, - }, - ], - "string": "Incoming call", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 85, - "x": 88, - "y": 19, - }, - "glyphBounds": "{{0, 0}, {84, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Incoming call", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "D27B5981-CCA7-4D15-BDB6-1307F55D4185", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 6, + "width": 6, + "x": 5, + "y": 9, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Oval", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 15, - "location": 0, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "string": "Scott Masterson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 180, - "x": 88, - "y": 42, - }, - "glyphBounds": "{{0, 0}, {177, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Scott Masterson", - "nameIsFixed": false, - "resizingConstraint": 47, + }, + ], + "name": "wifi", + "nameIsFixed": true, + "originalObjectID": "0F7636EC-3486-4CC5-99A9-684896927622", + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.87, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, }, Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "do_objectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38735,14 +71661,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", - "height": 24, - "width": 81, - "x": 88, - "y": 116, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 12, + "width": 12, + "x": 34, + "y": 6, }, "hasClickThrough": false, "hasClippingMask": false, @@ -38754,502 +71676,546 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "40BA2EEC-83D4-453D-8478-4F0193497A23", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 12, + "x": -1.13686837721616e-13, + "y": 0, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "reception mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M12 12,L 12 0,L 0 12,z\\"", + ], + "type": "path", + }, + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "D0C86B5E-4173-4729-A3AF-88C232B22652", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 9, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, - "length": 5, - "location": 0, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "EF62075C-CD4D-4710-991E-3FCE6FB02448", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 6, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, - "length": 1, - "location": 5, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "string": "IGNORE", + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", - "dontSynchroniseWithSymbol": false, + "do_objectID": "8639EA38-59EA-4C41-AC59-E235A01C9985", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 16, - "width": 50, - "x": 32, - "y": 4, + "height": 12, + "width": 3, + "x": 3, + "y": 0, }, - "glyphBounds": "{{0, 0}, {49, 16}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Ignore", + "name": "Rectangle-path", "nameIsFixed": false, - "resizingConstraint": 47, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", - "height": 24, - "width": 24, + "height": 12, + "width": 3, "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 14, - "width": 13.999, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "shape", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.39900000000000002}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.39900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.39900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 0}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{0, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.39895706836202588, 0.5}", - "curveMode": 1, - "curveTo": "{0.39895706836202588, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.39895706836202588, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{0, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 1}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.60099999999999998}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.60099999999999998}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.60099999999999998}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 1}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{1, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.60104293163797429, 0.5}", - "curveMode": 1, - "curveTo": "{0.60104293163797429, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.60104293163797429, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{1, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 0}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", - "opacity": 0.5399999618530273, - }, - "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", - ], - "type": "path", - }, - ], - }, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "ignore icon", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, }, ], - "name": "ignore", + "name": "reception", "nameIsFixed": true, + "originalObjectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -39259,10 +72225,9 @@ Object { "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "do_objectID": "394BBD24-BE18-4203-8A03-D37C48937738", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39271,14 +72236,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", - "height": 24, - "width": 88, - "x": 215, - "y": 116, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 13, + "width": 8, + "x": 60, + "y": 5, }, "hasClickThrough": false, "hasClippingMask": false, @@ -39290,547 +72251,764 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "36B2AC85-DF12-4169-8718-5F3D3C549F84", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 13, + "width": 8, + "x": -1.13686837721616e-13, + "y": 0, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "battery mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.875, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.875, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.875, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.75, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.75, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0}", + "curveMode": 1, + "curveTo": "{0.75, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.75, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 1, + "curveTo": "{0.25, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.25, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.25, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.25, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.049999999999997158, 0.076923076923076927}", + "curveMode": 4, + "curveTo": "{0.125, 0.076923076923076927}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.125, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.15384615384615385}", + "curveMode": 4, + "curveTo": "{0, 0.10769230769230813}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.15384615384615385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.96923076923076878}", + "curveMode": 4, + "curveTo": "{0, 0.92307692307692313}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.92307692307692313}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.125, 1}", + "curveMode": 4, + "curveTo": "{0.049999999999997158, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.125, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.95000000000000284, 1}", + "curveMode": 4, + "curveTo": "{0.875, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.875, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.92307692307692313}", + "curveMode": 4, + "curveTo": "{1, 0.96923076923076878}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.92307692307692313}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10769230769230813}", + "curveMode": 4, + "curveTo": "{1, 0.15384615384615385}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.15384615384615385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.875, 0.076923076923076927}", + "curveMode": 4, + "curveTo": "{0.95000000000000284, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.875, 0.076923076923076927}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M7 1,L 6 1,L 6 0,L 2 0,L 2 1,S 1 1, 1 1,S 0 1.4, 0 2,S 0 12, 0 12,S 0.4 13, 1 13,S 7 13, 7 13,S 8 12.6, 8 12,S 8 2, 8 2,S 7.6 1, 7 1,z\\"", + ], + "type": "path", }, + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "50A264EB-01E5-4A89-91A4-6BC7B6F43B82", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 8, + "x": 0, + "y": 10, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "104A5BDF-320D-45A2-9EFB-DA0F9A056E07", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 8, + "x": 0, + "y": 7, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, - "length": 1, - "location": 5, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "string": "ANSWER", + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "4162C6FB-40B4-4940-AF52-911CB4C18D05", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", - "height": 16, - "width": 56, - "x": 32, + "height": 3, + "width": 8, + "x": 0, "y": 4, }, - "glyphBounds": "{{0, 0}, {56, 16}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "ANSWER", + "name": "Rectangle-path", "nameIsFixed": false, - "resizingConstraint": 47, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, - "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "do_objectID": "7EEACE8D-CEA3-4118-BA2B-20DA6BB9C643", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", - "height": 24, - "width": 24, + "height": 3, + "width": 8, "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 1, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 18, - "width": 18, - "x": 3, - "y": 3, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Imported Layers", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.024833333333333336, 0}", - "curveMode": 4, - "curveTo": "{0.055555555555555552, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.055555555555555552, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.57711111111111113}", - "curveMode": 3, - "curveTo": "{0, 0.024833333333333287}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97516666666666674, 1}", - "curveMode": 3, - "curveTo": "{0.42288888888888887, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{1, 0.97516666666666674}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.71933333333333338}", - "curveMode": 4, - "curveTo": "{1, 0.75}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.75}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.87511111111111106, 0.69450000000000001}", - "curveMode": 3, - "curveTo": "{0.97516666666666674, 0.69450000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 0.69450000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74044444444444446, 0.66111111111111109}", - "curveMode": 3, - "curveTo": "{0.80844444444444441, 0.68333333333333324}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.746, 0.66288888888888886}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.71466666666666667, 0.66022222222222227}", - "curveMode": 2, - "curveTo": "{0.7346111111111111, 0.66022222222222227}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.72883333333333333, 0.66022222222222227}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.68961111111111117, 0.67649999999999999}", - "curveMode": 4, - "curveTo": "{0.70044444444444443, 0.66566666666666663}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.68961111111111117, 0.67649999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.41000000000000003, 0.71888888888888891}", - "curveMode": 4, - "curveTo": "{0.56733333333333336, 0.79888888888888887}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.56733333333333336, 0.79888888888888887}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.20127777777777778, 0.43300000000000005}", - "curveMode": 4, - "curveTo": "{0.28138888888888886, 0.59027777777777779}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.20127777777777778, 0.43300000000000005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33877777777777784, 0.29516666666666658}", - "curveMode": 4, - "curveTo": "{0.32350000000000001, 0.31038888888888888}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32350000000000001, 0.31038888888888888}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.31666666666666671, 0.19149999999999995}", - "curveMode": 3, - "curveTo": "{0.34327777777777779, 0.2732222222222222}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.33711111111111108, 0.25399999999999995}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.30550000000000005, 0.024833333333333287}", - "curveMode": 3, - "curveTo": "{0.30550000000000005, 0.12483333333333332}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.30550000000000005, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.25, 0}", - "curveMode": 4, - "curveTo": "{0.28066666666666662, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.25, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", - "opacity": 0.5399999618530273, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", - ], - "type": "path", - }, - ], + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "do_objectID": "B5950202-1A67-4112-84B9-936E5A627174", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 1, + "width": 4, + "x": 2, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "call icon", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, }, ], - "name": "answer", + "name": "battery", "nameIsFixed": true, + "originalObjectID": "394BBD24-BE18-4203-8A03-D37C48937738", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, }, Object { - "_class": "oval", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", - "edited": false, + "do_objectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39839,78 +73017,149 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 56, - "width": 56, - "x": 15, - "y": 16, + "height": 15, + "width": 33, + "x": 77, + "y": 5, }, - "hasClippingMask": true, - "isClosed": true, + "hasClickThrough": false, + "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 13, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + ], + "string": "12:30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "180DADB8-0C0B-40BD-A964-08340D4A7861", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 15, + "width": 33, + "x": 2.273736754432321e-13, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {33, 15}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12:30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 13, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, }, ], + "name": "time", + "nameIsFixed": true, + "originalObjectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.9, + }, "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.26, + "alpha": 1, "blue": 0, "green": 0, "red": 0, @@ -39925,73 +73174,33 @@ Object { ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, }, ], - "name": "heads-up notification", - "nameIsFixed": true, + "name": "Material/Android/Status bar content", + "nameIsFixed": false, + "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "shouldBreakMaskChain": false, + "shouldBreakMaskChain": true, "style": Object { "_class": "style", - "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, + "symbolID": "080C0EF9-47BD-4900-BB91-42C80173D424", + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, }, ], - "name": "Page 1", + "name": "Symbols", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -40013,13 +73222,17 @@ Object { ], "previews": Array [], "user": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "scrollOrigin": "{160, 160}", + "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485": Object { + "scrollOrigin": "{-60, 40}", "zoomValue": 1, }, - "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "5B57D242-95C3-47E3-BC5E-22376F9F834B": Object { "pageListHeight": 110, }, + "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, "document": Object { "pageListCollapsed": 1, "pageListHeight": -1, @@ -40028,13 +73241,15 @@ Object { } `; -exports[`SvgCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 52 on svg 1`] = ` +exports[`SvgCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 53 on svg 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -40144,19 +73359,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ "Roboto-Regular", @@ -40177,14 +73392,10 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { @@ -40207,6 +73418,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -40244,6 +73458,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -40275,6 +73492,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -40468,6 +73688,9 @@ Object { "x": 0, "y": 80, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -41139,6 +74362,9 @@ Object { "x": 16, "y": 40, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -41170,6 +74396,9 @@ Object { "x": 316, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -41201,6 +74430,9 @@ Object { "x": 3, "y": 4, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -41896,6 +75128,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -42017,6 +75252,9 @@ Object { "x": 3, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -42537,6 +75775,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "isFixedToViewport": false, @@ -42775,6 +76016,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -42818,6 +76062,9 @@ Object { "x": 100, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasBackgroundColor": false, "hasClickThrough": true, "hasClippingMask": false, @@ -42945,6 +76192,9 @@ Object { "x": 8, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -43062,6 +76312,9 @@ Object { "x": -4.000000000000114, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -43377,6 +76630,9 @@ Object { "x": -1.000000000000114, "y": 3, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -43692,6 +76948,9 @@ Object { "x": 1.999999999999886, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -44145,6 +77404,9 @@ Object { "x": 34, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -44720,6 +77982,9 @@ Object { "x": 60, "y": 5, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -45501,6 +78766,9 @@ Object { "x": 77, "y": 5, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -45659,6 +78927,13 @@ Object { ], "name": "Material/Android/Status bar content", "nameIsFixed": false, + "overrideProperties": Array [ + Object { + "_class": "MSImmutableOverrideProperty", + "canOverride": true, + "overrideName": "180DADB8-0C0B-40BD-A964-08340D4A7861_stringValue", + }, + ], "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, @@ -45709,7 +78984,7 @@ Object { "pageListHeight": 110, }, "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { - "scrollOrigin": "{134, 134}", + "scrollOrigin": "{160, 160}", "zoomValue": 1, }, "document": Object { @@ -45720,7 +78995,7 @@ Object { } `; -exports[`SvgCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 53 on svg 1`] = ` +exports[`SvgCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 59 on svg 1`] = ` Object { "document": Object { "_class": "document", @@ -45728,6 +79003,8 @@ Object { "_class": "assetCollection", "colorAssets": Array [], "colors": Array [], + "do_objectID": "0FB6DBC2-8E69-447B-B801-1645BB3CCD50", + "exportPresets": Array [], "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { @@ -45738,7 +79015,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "5B57D242-95C3-47E3-BC5E-22376F9F834B", + "do_objectID": "E77B5BBC-BBCC-49BD-AE26-62F8394AB8E2", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -45751,6 +79028,37 @@ Object { "name": "Material/Icon white", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "27C70A2F-DEF7-41B2-963C-C5CAE0286B89", "endMarkerType": 0, "fills": Array [ Object { @@ -45762,7 +79070,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -45770,7 +79114,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -45790,8 +79136,42 @@ Object { "name": "Material/Dark/Title", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "990371CA-39D1-4236-8DF5-27DA6896FEFD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -45838,19 +79218,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "59.1", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 121, }, "fonts": Array [ "Roboto-Regular", @@ -45871,10 +79251,10 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 121, }, "pages": Array [ Object { @@ -45922,7 +79302,6 @@ Object { "do_objectID": "2145D356-40E2-4569-95CF-84F00DD9818F", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "BB51E5D5-5BA5-419F-9D6A-49A171E7ED21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -45931,7 +79310,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7D8CA104-45E8-4835-B4DA-CCAF17E60C45", "height": 128, "width": 360, "x": 0, @@ -45956,7 +79334,6 @@ Object { "do_objectID": "A94FA51A-099C-4CC1-B1AE-4F3CBFE4B381", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "DC89A630-0EF2-4276-944C-D7254BED2EF4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -45965,7 +79342,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "8C36F8CD-481B-455B-B132-E7E7E477D5D0", "height": 128, "width": 360, "x": 0, @@ -45991,7 +79367,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9B79BB7B-176C-4CA3-99DC-D5866EA83AB4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -46013,6 +79388,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "app bar bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -46064,6 +79440,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "ACEE65BC-1CF2-45E4-9889-621210096AED", "endMarkerType": 0, "fills": Array [ @@ -46076,7 +79482,43 @@ Object { "green": 0.7333333333333334, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -46084,6 +79526,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -46101,7 +79544,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "7E855B0A-CD99-4BC0-9320-25BCD81DE1B0", "isEnabled": true, "offsetX": 0, "offsetY": 4, @@ -46122,7 +79564,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "464524C7-C0E7-414E-8B14-DC85D1E28DCE", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -46152,7 +79593,6 @@ Object { "do_objectID": "DD13F059-6DD2-4413-9C59-5A3ABD7D44D7", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C9CE81BD-C917-48C0-9755-A60CAB214BD0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -46161,7 +79601,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D025D61C-6D8C-4DEF-9770-3BF04763FB53", "height": 48, "width": 360, "x": 0, @@ -46187,7 +79626,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9DD7A316-362F-4C9A-BFF3-5AB347DF1433", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -46211,8 +79649,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -46262,6 +79702,22 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -46272,12 +79728,61 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": false, "position": 1, "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "451D43C8-1885-40BE-9887-80738B61DBAA", "endMarkerType": 0, "fills": Array [ @@ -46290,7 +79795,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -46298,7 +79839,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -46346,7 +79889,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "440F05BA-2072-4C6B-B78F-6CDF2E0DA718", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -46355,7 +79897,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "65C64BBE-7EA8-4BAA-B6F4-933EB86CA11D", "height": 16, "width": 120, "x": 240, @@ -46370,6 +79911,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "THE THIRD", "nameIsFixed": false, "resizingConstraint": 63, @@ -46378,13 +79920,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "33A4A266-8DB2-45A7-A7E1-2E46C90421B9", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "4B3B58A2-ADCE-4A57-B0A9-E9F4263044C5", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -46457,7 +80031,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "14290AE1-FA35-44A1-B010-6330DB239370", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -46466,7 +80039,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "91542702-E1CB-49DE-AE0B-9145054DB80C", "height": 16, "width": 120, "x": 120, @@ -46481,6 +80053,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "ITEM TWO", "nameIsFixed": false, "resizingConstraint": 63, @@ -46489,13 +80062,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "9578BCCE-56FF-4CD0-A6C2-0A67738FF257", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9140AD60-AC75-4423-BD05-4120E3C53D2A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -46568,7 +80173,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1C8BB07D-4549-4474-85DE-AAC36D4ED7FE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -46577,7 +80181,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D08C8D43-D4F0-426D-BBE7-5BA4CA030851", "height": 16, "width": 120, "x": 0, @@ -46592,6 +80195,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "NO. ONE", "nameIsFixed": false, "resizingConstraint": 63, @@ -46600,13 +80204,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "E1B0E40B-4579-4740-A63F-6C4231A7DCF8", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "07FC4EB1-FE4E-4EFB-8BD3-1562B7D69B89", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -46644,7 +80280,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9B2FA7EA-E5FC-4F3F-A38A-91AB190DD24E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -46668,8 +80303,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "indicator", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -46720,6 +80357,22 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -46730,12 +80383,61 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": false, "position": 1, "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "87D45A0F-6AC3-4D68-8521-AF6E8F85FD82", "endMarkerType": 0, "fills": Array [ @@ -46748,7 +80450,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -46756,6 +80494,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -46804,6 +80543,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "tabs", "nameIsFixed": true, "resizingConstraint": 63, @@ -46812,9 +80552,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "56450478-45EE-4020-829D-3D7106A99B8C", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -46826,7 +80599,6 @@ Object { "do_objectID": "54F2B126-EBC8-42E4-9CCC-6025866EA532", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E919A5D5-7F14-43AB-937D-4AC73AD038A8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -46835,7 +80607,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1244F84B-12C1-420C-A2BD-58EBC9D323FF", "height": 24, "width": 328, "x": 16, @@ -46860,7 +80631,6 @@ Object { "do_objectID": "2EAB1189-97C4-4EC1-8CBF-1E24214B7177", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B5AE9619-0144-403F-B016-9A1F7F494DC5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -46869,7 +80639,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "13FAD583-AC89-4F3A-A6B6-A0CF3DBA26AC", "height": 24, "width": 12, "x": 316, @@ -46894,7 +80663,6 @@ Object { "do_objectID": "044E322D-A4FA-476E-8BFB-CB5BD971A007", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "29F06F1B-0927-4D93-BDE8-5828E3184007", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -46903,7 +80671,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "09DF51C0-DFDA-497B-9205-AB1963FD1154", "height": 16, "width": 4, "x": 3, @@ -46929,7 +80696,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1F98697-0674-4D9C-A0F6-B7D2C30462F5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -46938,7 +80704,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0EAD72B-E995-4B23-A15E-81E3ACD60B80", "height": 4, "width": 4, "x": 0, @@ -46952,6 +80717,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -47013,6 +80779,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -47025,7 +80821,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -47033,7 +80865,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -47058,7 +80892,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0BEF50BC-CCDF-4CDB-BEEE-4CB4FB2CE90D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -47067,7 +80900,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2CF02168-028C-4296-82F3-C32431ED0BEA", "height": 4, "width": 4, "x": 0, @@ -47081,6 +80913,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -47142,6 +80975,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -47154,7 +81017,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -47162,7 +81061,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -47187,7 +81088,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E4AC1434-7A30-45CD-8976-A852E84BBF9A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -47196,7 +81096,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "313C2770-48E7-45CF-AD51-6CE335D14FEE", "height": 4, "width": 4, "x": 0, @@ -47210,6 +81109,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -47271,6 +81171,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -47283,7 +81213,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -47291,7 +81257,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -47309,6 +81277,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -47318,6 +81287,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -47330,7 +81329,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -47338,7 +81373,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -47352,7 +81389,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8B85D384-7961-4B39-87B7-A05B22F94D02", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -47374,6 +81410,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -47425,9 +81462,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "946562AE-3059-44F0-8DC3-54BE98B4ACFC", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -47445,6 +81515,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "more", "nameIsFixed": true, "resizingConstraint": 63, @@ -47453,6 +81524,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "06EE712E-EDFF-4466-B1D7-A63C20D4C50F", "endMarkerType": 0, "fills": Array [ @@ -47465,7 +81566,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -47473,7 +81610,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -47519,7 +81658,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "BBB1B522-64CF-4563-B8E9-F138ED2B426C", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -47542,6 +81680,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "Page Title", "nameIsFixed": false, "resizingConstraint": 47, @@ -47551,13 +81690,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "E2DF08D7-CE0B-4A04-A46E-02C8D9DC19DD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "E92BA203-2A38-4841-BE87-23D9A757DC8A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -47592,7 +81763,6 @@ Object { "do_objectID": "A7B39194-67E6-4391-84D0-3590B6A9C8C6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C4FDFF6F-90CA-42E5-B4EA-02196E788C67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -47601,7 +81771,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C1D0BFE2-05CA-4895-8105-DEBC39E206B0", "height": 24, "width": 24, "x": 0, @@ -47627,7 +81796,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1D1A9FCF-0DAD-4917-B2EA-6CC0D24671C4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -47651,8 +81819,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -47702,9 +81872,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "31EF773D-8AEB-4113-BED9-1CB4C1CC4417", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -47716,7 +81919,6 @@ Object { "do_objectID": "894DE14D-3249-43A6-A9E5-13D74A715EAF", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5E9A3EF6-B3AB-4018-A46A-4C09A1B6E2EC", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -47725,7 +81927,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A14A0CC3-5811-4C0B-AB5D-66BABB31C092", "height": 12, "width": 18, "x": 3, @@ -47751,7 +81952,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "A8D67E3B-9CAB-4149-B260-2B85A40190E9", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -47760,7 +81960,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "59305F95-A91C-43CD-BBC5-08B12D2CFEBD", "height": 2, "width": 18, "x": 0, @@ -47774,6 +81973,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -47835,6 +82035,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -47847,7 +82077,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -47855,7 +82121,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -47880,7 +82148,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3E227245-30B1-4F5B-B4D2-B2EC3199D671", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -47889,7 +82156,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2178831E-0EA9-4B03-B0B6-05303ABBB4B7", "height": 2, "width": 18, "x": 0, @@ -47903,6 +82169,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -47964,6 +82231,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -47976,7 +82273,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -47984,7 +82317,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -48009,7 +82344,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "574554BD-6E97-4715-BD86-7A3FEC2A86BF", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -48018,7 +82352,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "4B258FC6-50FA-406A-AFD3-A641D2D0E332", "height": 2, "width": 18, "x": 0, @@ -48032,6 +82365,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -48093,6 +82427,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -48105,7 +82469,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -48113,7 +82513,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -48131,6 +82533,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -48140,6 +82543,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -48152,7 +82585,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -48160,13 +82629,16 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, "windingRule": 1, }, ], + "maintainScrollPosition": false, "name": "menu", "nameIsFixed": true, "resizingConstraint": 63, @@ -48175,6 +82647,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "0E6232B9-D813-4EF6-86CD-A008760CB052", "endMarkerType": 0, "fills": Array [ @@ -48187,7 +82689,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -48195,12 +82733,15 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, }, ], + "maintainScrollPosition": false, "name": "app bar contents", "nameIsFixed": true, "resizingConstraint": 63, @@ -48209,14 +82750,48 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "CEB14821-8174-404A-B9B3-70B0D89FF07A", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, }, ], + "maintainScrollPosition": false, "name": "app bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -48225,9 +82800,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "6D2C6775-C00E-459D-BF35-6BF75842EAB0", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -48239,7 +82847,6 @@ Object { "do_objectID": "FA4CA9F5-471E-4E2A-9466-D3AE5C74D5E9", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CAF63BAA-809D-4491-BA10-6E6BE6B675F4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -48248,7 +82855,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "096F6677-3466-4D31-8976-C5099741CC33", "height": 24, "width": 360, "x": 0, @@ -48274,7 +82880,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7FF88E2C-E6A4-45D7-A3B0-7D665AB5D111", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -48298,8 +82903,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "status bar bg", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -48349,6 +82956,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "5C253197-535A-49C9-85CC-3D1E6ECC5E36", "endMarkerType": 0, "fills": Array [ @@ -48361,7 +82998,43 @@ Object { "green": 0.5882352941176472, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -48369,7 +83042,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -48381,7 +83056,6 @@ Object { "do_objectID": "2897CFF8-D7D1-4C1F-B13C-E4DAE67067FA", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1E5FD2ED-1738-4855-A83E-3E2986B601A2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -48390,7 +83064,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "139BCC43-36EB-444E-A4E6-44A1B5DA3103", "height": 24, "width": 118, "x": 242, @@ -48404,6 +83077,7 @@ Object { "isLocked": true, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "status bar contents", "nameIsFixed": false, "overrideValues": Array [], @@ -48414,9 +83088,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "4FFF4E6F-61BA-4E30-B769-FC2F51E39F2F", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -48424,6 +83131,7 @@ Object { "verticalSpacing": 0, }, ], + "maintainScrollPosition": false, "name": "status bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -48432,14 +83140,48 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "1804FEE3-D722-4D5E-BD63-2DF8F2DB5FD5", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, }, ], + "maintainScrollPosition": false, "name": "app bar + status bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -48448,14 +83190,48 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "807C67B1-1EBA-45A7-AAA4-BF807BDF4729", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -48464,8 +83240,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "425882D9-8A7F-4789-BDC1-5B95332270BD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -48515,6 +83325,7 @@ Object { "layers": Array [ Object { "_class": "symbolMaster", + "allowsOverrides": true, "backgroundColor": Object { "_class": "color", "alpha": 1, @@ -48594,8 +83405,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -48645,8 +83458,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "16D5846F-E801-40A5-A66C-9856E8991587", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -48712,6 +83559,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "wifi mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -48753,8 +83601,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9EA07FE4-7266-4D17-9AB1-4D9A85003E24", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -48832,6 +83714,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -48893,6 +83776,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "207F3F7C-A186-4692-B6F7-2F22ADB65331", "endMarkerType": 0, "fills": Array [ Object { @@ -48904,7 +83818,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -48912,7 +83862,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -48958,6 +83910,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -49019,6 +83972,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ED8C40E5-7B97-467B-9FBA-E384B5A1EF08", "endMarkerType": 0, "fills": Array [ Object { @@ -49030,7 +84014,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -49038,7 +84058,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -49056,6 +84078,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -49064,6 +84087,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "633BB062-4F01-4615-BCEB-FD9F241E3F9D", "endMarkerType": 0, "fills": Array [ Object { @@ -49075,7 +84129,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -49083,7 +84173,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -49150,6 +84242,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -49211,6 +84304,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "01493057-AA98-4FFB-B444-C91DA4A72D69", "endMarkerType": 0, "fills": Array [ Object { @@ -49222,7 +84346,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -49230,7 +84390,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -49276,6 +84438,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -49337,6 +84500,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "747BF648-4668-4BBC-9B4E-6F1BFA0FCAD8", "endMarkerType": 0, "fills": Array [ Object { @@ -49348,7 +84542,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -49356,7 +84586,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -49374,6 +84606,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -49382,6 +84615,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D46A94B6-197C-4FB0-9568-F6533089E7D3", "endMarkerType": 0, "fills": Array [ Object { @@ -49393,7 +84657,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -49401,7 +84701,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -49468,6 +84770,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -49529,6 +84832,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "07F598E6-F6BC-462F-B7B1-066CB2DD4FD1", "endMarkerType": 0, "fills": Array [ Object { @@ -49540,7 +84874,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -49548,7 +84918,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -49594,6 +84966,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -49655,6 +85028,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C2D8F30B-8A91-4590-B744-F52909B3B514", "endMarkerType": 0, "fills": Array [ Object { @@ -49666,7 +85070,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -49674,7 +85114,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -49692,6 +85134,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -49700,6 +85143,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DAFEC00D-06AE-41BB-8B9A-809963A5EAB6", "endMarkerType": 0, "fills": Array [ Object { @@ -49711,7 +85185,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -49719,7 +85229,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -49754,6 +85266,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Oval", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -49805,6 +85318,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "78FF238D-9541-41A3-8F84-47EE681F7DBA", "endMarkerType": 0, "fills": Array [ Object { @@ -49816,7 +85360,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -49824,12 +85404,15 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, }, ], + "maintainScrollPosition": false, "name": "wifi", "nameIsFixed": true, "originalObjectID": "0F7636EC-3486-4CC5-99A9-684896927622", @@ -49839,6 +85422,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2AB52446-9354-4AC2-81A0-ECBBD0F78459", "endMarkerType": 0, "fills": Array [ Object { @@ -49850,7 +85464,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -49858,7 +85508,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -49924,6 +85576,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "reception mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -49965,8 +85618,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C18AFE15-E9B9-4E3E-9A97-B7DC1987FB3D", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -50014,8 +85701,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -50065,6 +85754,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "84E1F9EE-314E-46F5-A41B-09F70C022501", "endMarkerType": 0, "fills": Array [ Object { @@ -50076,7 +85796,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -50084,7 +85840,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -50120,8 +85878,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -50171,6 +85931,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DC2F89AB-5291-412D-88F1-403422F66E22", "endMarkerType": 0, "fills": Array [ Object { @@ -50182,7 +85973,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -50190,7 +86017,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -50226,8 +86055,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -50277,6 +86108,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D1FD5EC3-72EE-4F72-B970-B7AF1B6E2F6F", "endMarkerType": 0, "fills": Array [ Object { @@ -50288,7 +86150,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -50296,7 +86194,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -50332,8 +86232,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -50383,6 +86285,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "136EE959-007D-41D3-B0C1-8938386FADCD", "endMarkerType": 0, "fills": Array [ Object { @@ -50394,7 +86327,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -50402,12 +86371,15 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, }, ], + "maintainScrollPosition": false, "name": "reception", "nameIsFixed": true, "originalObjectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", @@ -50417,6 +86389,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3F0D2CAD-8A47-471C-9154-23FB2F68AFB8", "endMarkerType": 0, "fills": Array [ Object { @@ -50428,7 +86431,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -50436,7 +86475,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -50502,6 +86543,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "battery mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -50643,8 +86685,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C9A935A7-ADA0-4B4D-92F2-4938BEAA5E2D", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -50692,8 +86768,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -50743,6 +86821,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7C76E4ED-F9CB-455D-AD9C-2816AAF3E6DE", "endMarkerType": 0, "fills": Array [ Object { @@ -50754,7 +86863,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -50762,7 +86907,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -50798,8 +86945,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -50849,6 +86998,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "88E9FB48-6A96-444E-A384-497859BAF1D3", "endMarkerType": 0, "fills": Array [ Object { @@ -50860,7 +87040,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -50868,7 +87084,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -50904,8 +87122,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -50955,6 +87175,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AA9666DD-FA8E-4B02-88AF-DA777F73169F", "endMarkerType": 0, "fills": Array [ Object { @@ -50966,7 +87217,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -50974,7 +87261,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -51010,8 +87299,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -51061,6 +87352,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F2A609A7-8117-42F0-A587-21510D054997", "endMarkerType": 0, "fills": Array [ Object { @@ -51072,7 +87394,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51080,7 +87438,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -51116,8 +87476,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -51167,6 +87529,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F731A3DE-3FB6-47A2-9EAD-3D557D62F212", "endMarkerType": 0, "fills": Array [ Object { @@ -51178,7 +87571,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51186,12 +87615,15 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, }, ], + "maintainScrollPosition": false, "name": "battery", "nameIsFixed": true, "originalObjectID": "394BBD24-BE18-4203-8A03-D37C48937738", @@ -51201,6 +87633,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "953ABBE9-32A5-4B5B-82B6-1CDCCAEA218E", "endMarkerType": 0, "fills": Array [ Object { @@ -51212,7 +87675,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51220,7 +87719,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -51313,6 +87814,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "12:30", "nameIsFixed": false, "resizingConstraint": 63, @@ -51321,6 +87823,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7EB19CE4-A958-42FA-BE57-CBC6CEEB413A", "endMarkerType": 0, "fills": Array [ Object { @@ -51332,7 +87865,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51340,7 +87909,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -51365,6 +87936,7 @@ Object { "textBehaviour": 1, }, ], + "maintainScrollPosition": false, "name": "time", "nameIsFixed": true, "originalObjectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", @@ -51374,11 +87946,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 0.9, }, + "do_objectID": "C0CD5027-0BD9-4D15-85D7-E49DDC42A675", "endMarkerType": 0, "fills": Array [ Object { @@ -51390,7 +87988,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51398,12 +88032,15 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, }, ], + "maintainScrollPosition": false, "name": "Material/Android/Status bar content", "nameIsFixed": false, "overrideProperties": Array [ @@ -51413,6 +88050,7 @@ Object { "overrideName": "180DADB8-0C0B-40BD-A964-08340D4A7861_stringValue", }, ], + "presetDictionary": Object {}, "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, @@ -51420,8 +88058,42 @@ Object { "shouldBreakMaskChain": true, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3D897CB1-1358-4576-831E-CB624B39BC23", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -51433,6 +88105,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Symbols", "nameIsFixed": false, "resizingConstraint": 63, @@ -51441,8 +88114,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "580F243F-C85F-4ADD-82C3-92BA90AD8437", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -51463,7 +88170,7 @@ Object { "pageListHeight": 110, }, "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, "document": Object { diff --git a/projects/vue-codegen/src/lib/__snapshots__/vue-codegen.service.spec.ts.snap b/projects/vue-codegen/src/lib/__snapshots__/vue-codegen.service.spec.ts.snap index 6e5ef38cc..bc9f359aa 100644 --- a/projects/vue-codegen/src/lib/__snapshots__/vue-codegen.service.spec.ts.snap +++ b/projects/vue-codegen/src/lib/__snapshots__/vue-codegen.service.spec.ts.snap @@ -2007,13 +2007,17 @@ Object { } `; -exports[`VueCodeGenService should match md-components-buttons-lights.sketch snapshot for 52 on vue 1`] = ` +exports[`VueCodeGenService should match md-components-buttons-fabs-light.sketch snapshot for 59 on vue 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "do_objectID": "3C9A0FC2-9C25-44D7-B6E9-2A68271FEAE3", + "exportPresets": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -2023,13 +2027,113 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D", + "do_objectID": "07940257-BA95-49BD-B375-6EE1414E8D4D", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], "layerStyles": Object { "_class": "sharedStyleContainer", - "objects": Array [], + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2DEC6056-D4A8-4EE3-93E6-B46AD450B6BC", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "82E576EC-8FF4-47FD-BBF8-276D3E80CC8E", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], }, "layerSymbols": Object { "_class": "symbolContainer", @@ -2042,52 +2146,46 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "_ref": "pages/06732C75-3171-4248-9998-E4DCDB514056", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 121, }, - "fonts": Array [ - "Roboto-Medium", - ], + "fonts": Array [], "pagesAndArtboards": Object { - "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "06732C75-3171-4248-9998-E4DCDB514056": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "do_objectID": "06732C75-3171-4248-9998-E4DCDB514056", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -2103,6 +2201,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -2125,18 +2226,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "36px", + "height": "56px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "94px", + "width": "56px", }, }, - "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", + "do_objectID": "9F8AC6A1-F4A4-422B-A677-30C517A1A9ED", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2817D758-4D6F-44B3-A3B2-5D58193F7253", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -2145,12 +2245,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "35D18917-4257-43AD-BC71-DD8B0CFD9910", - "height": 36, - "width": 94, + "height": 56, + "width": 56, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -2161,46 +2263,58 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "oval", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 28px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "106px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "106px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(0,150,136,1.00)", - "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "border-radius": "50%", + "box-shadow": "0px 14px 14px 0px rgba(0,0,0,0.24),0px 0px 14px 0px rgba(0,0,0,0.12),0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "36px", + "height": "56px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "94px", + "width": "56px", }, }, - "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", + "do_objectID": "2B0A10B9-981F-4000-8E2E-2BDD9F30C8E6", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F95DBC43-E22E-48EE-84C3-BFF761BF5FF0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 2, "frame": Object { "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 94, + "constrainProportions": true, + "height": 56, + "width": 56, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -2208,49 +2322,50 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "button bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, ], "resizingConstraint": 63, @@ -2259,37 +2374,38 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", - "endMarkerType": 0, - "fills": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "blue": 0, + "green": 0, "red": 0, }, - "do_objectID": "518A65E4-7447-46E4-8E6D-2500863E0FEE", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "do_objectID": "441BA153-38D1-4932-89DB-A7E0FA4BF10E", - "fillType": 0, + "fillType": 1, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -2300,10 +2416,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.2, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, "position": 0, }, @@ -2311,7 +2427,18 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, "blue": 0, "green": 0, "red": 0, @@ -2319,24 +2446,27 @@ Object { "position": 1, }, ], - "to": "{0.5, 1}", + "to": "{0.5, 0.99021444515306123}", }, - "isEnabled": false, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 0.2000000029802322, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - "fillType": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -2347,7 +2477,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 0.12, "blue": 1, "green": 1, "red": 1, @@ -2358,30 +2488,61 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.06, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, "position": 1, }, ], "to": "{0.5, 1}", }, - "isEnabled": false, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "94F9F8A1-AEFC-4EAB-BC5F-96090A7EFAAF", + "endMarkerType": 0, + "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.1, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, "fillType": 0, "gradient": Object { @@ -2394,7 +2555,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 1, "blue": 1, "green": 1, "red": 1, @@ -2405,7 +2566,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 1, "blue": 0, "green": 0, "red": 0, @@ -2415,18 +2576,19 @@ Object { ], "to": "{0.5, 1}", }, - "isEnabled": false, + "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, "patternFillType": 0, "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { "_class": "shadow", - "blurRadius": 8, + "blurRadius": 14, "color": Object { "_class": "color", "alpha": 0.2376019021739131, @@ -2441,12 +2603,12 @@ Object { }, "isEnabled": false, "offsetX": 0, - "offsetY": 8, + "offsetY": 14, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 8, + "blurRadius": 14, "color": Object { "_class": "color", "alpha": 0.12, @@ -2466,7 +2628,7 @@ Object { }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.24, @@ -2481,12 +2643,12 @@ Object { }, "isEnabled": true, "offsetX": 0, - "offsetY": 2, + "offsetY": 8, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.12, @@ -2510,97 +2672,29 @@ Object { }, "web": Object { "attributes": Array [ - "role=\\"rectangle\\"", + "role=\\"oval\\"", "aria-label=\\"button bg\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "NORMAL", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "16.5px", + "height": "24px", + "left": "16px", "position": "absolute", - "top": "10px", + "top": "16px", "visibility": "visible", - "width": "61px", + "width": "24px", }, }, - "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", - "dontSynchroniseWithSymbol": false, + "do_objectID": "31DE405C-40EA-4542-9157-77FDF05E4CF7", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "81E4C18A-C5B1-4FCD-A4EC-F507E67A763E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -2609,13 +2703,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C77760CF-EB51-4E10-B303-70D70714C011", - "height": 16, - "width": 61, - "x": 16.5, - "y": 10, + "height": 24, + "width": 24, + "x": 16, + "y": 16, }, - "glyphBounds": "{{0, 0}, {61, 16}}", + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -2623,77 +2719,612 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NORMAL", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CFA250F8-ABC2-487A-9323-8BBD10C0BFAD", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, + "do_objectID": "4B044FF4-ABB5-4B8D-947B-F6DA47EEA22F", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ECC1178A-3EEF-42C8-827B-B6C79CE429AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "95323268-06B8-47A3-9C1E-841E1D3AD72B", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{1, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 1}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 1}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{1, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{1, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.42857142857142855}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2DEC6056-D4A8-4EE3-93E6-B46AD450B6BC", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E402A47E-CCFA-4061-96E5-361F20410BD4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M14 6,L 8 6,L 8 0,L 6 0,L 6 6,L 0 6,L 0 8,L 6 8,L 6 14,L 8 14,L 8 8,L 14 8,L 14 6,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "add", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7E088BE-F829-42B5-99DB-5E12CD9E02A6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"add\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "fab", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "016AD96A-E9C8-4EC3-A372-D87BDA49078B", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"button\\"", + "aria-label=\\"fab\\"", ], }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -2702,8 +3333,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "278171CB-6472-4F87-A815-3E3C593D515A", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -2716,11 +3381,11 @@ Object { ], "previews": Array [], "user": Object { - "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { - "scrollOrigin": "{134, 134}", + "06732C75-3171-4248-9998-E4DCDB514056": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, - "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { + "E516E877-5092-41C7-92B9-C9E0EDE398FA": Object { "pageListHeight": 110, }, "document": Object { @@ -2731,15 +3396,13 @@ Object { } `; -exports[`VueCodeGenService should match md-components-buttons-lights.sketch snapshot for 53 on vue 1`] = ` +exports[`VueCodeGenService should match md-components-buttons-lights.sketch snapshot for 52 on vue 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", - "colorAssets": Array [], "colors": Array [], - "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -2775,19 +3438,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 105, }, "fonts": Array [ "Roboto-Medium", @@ -2799,10 +3462,14 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { @@ -2825,9 +3492,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -2876,9 +3540,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -3445,7 +4106,7 @@ Object { "previews": Array [], "user": Object { "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{134, 134}", "zoomValue": 1, }, "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { @@ -3459,13 +4120,15 @@ Object { } `; -exports[`VueCodeGenService should match md-components-cards-homes.sketch snapshot for 52 on vue 1`] = ` +exports[`VueCodeGenService should match md-components-buttons-lights.sketch snapshot for 53 on vue 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -3475,257 +4138,13 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", + "do_objectID": "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], "layerStyles": Object { "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "layerSymbols": Object { "_class": "symbolContainer", @@ -3738,52 +4157,48 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", + "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ - "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", + "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -3799,6 +4214,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -3821,18 +4239,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "224px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "344px", + "width": "94px", }, }, - "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", + "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "98074A6E-84B2-4F16-B665-C835B1F1F186", + "do_objectID": "2817D758-4D6F-44B3-A3B2-5D58193F7253", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -3841,12 +4259,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E63A53AF-E7EE-46D8-BFE8-0AAB73C9D3DE", - "height": 224, - "width": 344, + "do_objectID": "35D18917-4257-43AD-BC71-DD8B0CFD9910", + "height": 36, + "width": 94, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -3865,22 +4286,22 @@ Object { "before": Object {}, }, "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "background-color": "rgba(0,150,136,1.00)", + "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "224px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "344px", + "width": "94px", }, }, - "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", + "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0713C981-1FBB-49DE-8AF4-82CEF028725A", + "do_objectID": "F95DBC43-E22E-48EE-84C3-BFF761BF5FF0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -3890,12 +4311,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 224, - "width": 344, + "height": 36, + "width": 94, "x": 0, "y": 0, }, - "hasClippingMask": true, + "hasClippingMask": false, "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, @@ -3904,7 +4325,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "button bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -3914,7 +4335,6 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", - "do_objectID": "9EF2F25A-8C0B-490A-8B6B-CB89A9CA3FE0", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -3925,7 +4345,6 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", - "do_objectID": "76222E59-B93C-48FF-9FC5-055A32CBC1D2", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -3936,7 +4355,6 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", - "do_objectID": "598CF3D5-4C1A-4AD1-B2B7-1D97BE8C6704", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -3947,7 +4365,6 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", - "do_objectID": "DD1184C0-136D-418C-8EA0-1ED3D172E028", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -3956,21 +4373,40 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, - "fillType": 1, + "do_objectID": "518A65E4-7447-46E4-8E6D-2500863E0FEE", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "do_objectID": "441BA153-38D1-4932-89DB-A7E0FA4BF10E", + "fillType": 0, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -3981,10 +4417,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.2, + "blue": 0.6, + "green": 0.6, + "red": 0.6, }, "position": 0, }, @@ -3992,52 +4428,32 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, }, "position": 1, }, ], "to": "{0.5, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.2000000029802322, + "blue": 0.6, + "green": 0.6, + "red": 0.6, }, - "fillType": 1, + "fillType": 0, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -4048,10 +4464,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, }, "position": 0, }, @@ -4059,29 +4475,54 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, + "alpha": 0.5, "blue": 0, "green": 0, "red": 0, }, - "position": 0.8, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, }, - "position": 0.950255322222858, + "position": 0, }, Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.04, + "alpha": 0.5, "blue": 0, "green": 0, "red": 0, @@ -4091,25 +4532,7 @@ Object { ], "to": "{0.5, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, + "isEnabled": false, "noiseIndex": 0, "noiseIntensity": 0, "patternFillType": 0, @@ -4120,10 +4543,10 @@ Object { "shadows": Array [ Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", - "alpha": 0.24, + "alpha": 0.2376019021739131, "blue": 0, "green": 0, "red": 0, @@ -4133,14 +4556,14 @@ Object { "blendMode": 0, "opacity": 1, }, - "isEnabled": true, + "isEnabled": false, "offsetX": 0, - "offsetY": 2, + "offsetY": 8, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.12, @@ -4153,149 +4576,59 @@ Object { "blendMode": 0, "opacity": 1, }, - "isEnabled": true, + "isEnabled": false, "offsetX": 0, "offsetY": 0, "spread": 0, }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,187,211,1.00)", - "display": "block", - "height": "176px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B245FB2F-7F3C-4D6A-AAF3-18FE3B124490", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 176, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", - "endMarkerType": 0, - "fills": Array [ Object { - "_class": "fill", + "_class": "shadow", + "blurRadius": 2, "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.8274509803921568, - "green": 0.7333333333333333, + "alpha": 0.24, + "blue": 0, + "green": 0, "red": 0, }, - "do_objectID": "462C738B-C65E-434C-9FF9-916E784F8EB1", - "fillType": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, ], - "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", + "aria-label=\\"button bg\\"", ], }, }, @@ -4317,24 +4650,51 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, - "kerning": 0, + "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 13, + "length": 5, "location": 0, }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, ], - "string": "Pre-fab Homes", + "string": "NORMAL", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -4343,21 +4703,21 @@ Object { "rules": Object { "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "24px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "16.5px", "position": "absolute", - "top": "137px", + "top": "10px", "visibility": "visible", - "width": "161px", + "width": "61px", }, }, - "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", + "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "386665A7-C098-49E9-AB71-126A8B4ED607", + "do_objectID": "81E4C18A-C5B1-4FCD-A4EC-F507E67A763E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -4366,13 +4726,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D0438ADA-75E5-48E5-A3AB-A55AF5E84029", - "height": 24, - "width": 161, - "x": 19, - "y": 137, + "do_objectID": "C77760CF-EB51-4E10-B303-70D70714C011", + "height": 16, + "width": 61, + "x": 16.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {161, 24}}", + "glyphBounds": "{{0, 0}, {61, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -4381,7 +4741,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Pre-fab Homes 2", + "name": "NORMAL", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -4389,13 +4749,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", + "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "45243A28-E9FB-4A4A-8DB1-A8B2F38B9657", + "do_objectID": "CFA250F8-ABC2-487A-9323-8BBD10C0BFAD", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -4407,17 +4767,16 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, - "kerning": 0, + "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -4429,1282 +4788,863 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "209px", - "position": "absolute", - "top": "188px", - "visibility": "visible", - "width": "119px", - }, - }, - "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2A26EE59-59EE-4608-8D68-FC2A4BB1CE74", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E30F338C-0755-4F54-AED4-4CA9BDE48A46", - "height": 24, - "width": 119, - "x": 209, - "y": 188, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "95px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B6AF0990-0F41-4695-BD54-00197F4BEAE8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "307E9C13-BD4D-44C3-8559-96F0E46B186E", - "height": 24, - "width": 24, - "x": 95, - "y": 0, + ], + "name": "button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"button\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`VueCodeGenService should match md-components-buttons-lights.sketch snapshot for 59 on vue 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "6C6C25B1-9B38-4ECB-9E0C-76B5AA0FB022", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "516247EF-188D-4E72-AC55-64B03A15D2AD", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "94px", + }, + }, + "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 94, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 47px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "86px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "144px", }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8C0747D3-9212-4C92-8FE5-0707A83F6760", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "36px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "94px", + }, + }, + "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 94, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bg", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "3px", - "position": "absolute", - "top": "1.999899999999798px", - "visibility": "visible", - "width": "18px", - }, - }, - "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E1DB8B35-B319-4E78-9E45-9CA53344E3C5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CBDA8CB3-7920-4DDC-BAC9-B6B509B94BE1", - "height": 20, - "width": 18, - "x": 3, - "y": 1.999899999999798, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.79111111111111099, 0.70682730923694814}", - "curveMode": 4, - "curveTo": "{0.83333333333333337, 0.70682730923694814}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.83333333333333337, 0.70682730923694814}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.72444444444444445, 0.74548192771084365}", - "curveMode": 4, - "curveTo": "{0.7533333333333333, 0.72188755020080353}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.72444444444444445, 0.74548192771084365}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33111111111111119, 0.52560240963855442}", - "curveMode": 4, - "curveTo": "{0.32833333333333337, 0.53714859437751028}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32833333333333337, 0.53714859437751028}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33333333333333337, 0.48995983935743004}", - "curveMode": 2, - "curveTo": "{0.33333333333333337, 0.51405622489959857}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.33333333333333337, 0.5020080321285143}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.32833333333333337, 0.46686746987951833}", - "curveMode": 4, - "curveTo": "{0.33111111111111119, 0.47841365461847413}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.32833333333333337, 0.46686746987951833}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.75, 0.28564257028112472}", - "curveMode": 4, - "curveTo": "{0.72000000000000008, 0.26054216867469898}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.72000000000000008, 0.26054216867469898}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.92555555555555558, 0.30120481927710863}", - "curveMode": 3, - "curveTo": "{0.7894444444444445, 0.30120481927710863}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 0.30120481927710863}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.067269076305220984}", - "curveMode": 2, - "curveTo": "{1, 0.23393574297188771}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.15060240963855434}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", - "curveMode": 2, - "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 8.8817841970012528e-17}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.66666666666666663, 0.16265060240963869}", - "curveMode": 3, - "curveTo": "{0.66666666666666663, 0.067269076305220984}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.66666666666666663, 0.15060240963855434}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.67166666666666663, 0.18574297188755035}", - "curveMode": 4, - "curveTo": "{0.66888888888888887, 0.17419678714859449}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.67166666666666663, 0.18574297188755035}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.25, 0.36696787148594401}", - "curveMode": 4, - "curveTo": "{0.28000000000000003, 0.39206827309236975}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.28000000000000003, 0.39206827309236975}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.074444444444444438, 0.35140562248996005}", - "curveMode": 3, - "curveTo": "{0.21055555555555555, 0.35140562248996005}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.16666666666666666, 0.35140562248996005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.58534136546184767}", - "curveMode": 2, - "curveTo": "{0, 0.41867469879518093}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5020080321285143}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.21055555555555555, 0.65261044176706862}", - "curveMode": 3, - "curveTo": "{0.074444444444444438, 0.65261044176706862}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.16666666666666666, 0.65261044176706862}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.28000000000000003, 0.61194779116465892}", - "curveMode": 4, - "curveTo": "{0.25, 0.6370481927710846}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.28000000000000003, 0.61194779116465892}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.6727777777777777, 0.83132530120481973}", - "curveMode": 4, - "curveTo": "{0.67555555555555558, 0.82078313253012092}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.67555555555555558, 0.82078313253012092}", - }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.67111111111111121, 0.93423694779116495}", - "curveMode": 3, - "curveTo": "{0.67111111111111121, 0.84236947791164696}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.67111111111111121, 0.85341365461847429}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9227777777777777, 1}", - "curveMode": 2, - "curveTo": "{0.74388888888888893, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99555555555555564, 0.77259036144578308}", - "curveMode": 2, - "curveTo": "{0.99555555555555564, 0.93423694779116495}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.99555555555555564, 0.85341365461847385}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.83333333333333337, 0.7068273092369477}", - "curveMode": 4, - "curveTo": "{0.92277777777777792, 0.7068273092369477}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.83333333333333337, 0.7068273092369477}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "395F98C8-7A7D-448B-9431-77AE198CD2AA", - "opacity": 0.5399999618530273, - }, - "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - ], - "name": "share", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"share\\"", - ], + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.2376019021739131, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 8, + "spread": 0, }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "47px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A01478AF-F442-48D4-876B-7B242558A1C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1CD9EA03-E457-4DE2-AB87-E53E4CA3F6CE", - "height": 24, - "width": 24, - "x": 47, - "y": 0, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "18px", - "left": "5px", - "position": "absolute", - "top": "3px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0792DFC7-13AE-4023-BC28-6EAE2F525D94", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 18, - "width": 14, - "x": 5, - "y": 3, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"button bg\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.8571428571428571, 1}", - "curveMode": 1, - "curveTo": "{0.8571428571428571, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.8571428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.064285714285714307, 1}", - "curveMode": 4, - "curveTo": "{0.14285714285714285, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.14285714285714285, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.88888888888888884}", - "curveMode": 4, - "curveTo": "{0, 0.95000000000000007}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.88888888888888884}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.16666666666666666}", - "curveMode": 1, - "curveTo": "{0.5, 0.16666666666666666}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.16666666666666666}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.95000000000000007}", - "curveMode": 4, - "curveTo": "{1, 0.88888888888888884}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.88888888888888884}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.8571428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.93571428571428583, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.8571428571428571, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "1BB40B22-9947-481D-BDFD-D499709536C5", - "opacity": 0.5399999618530273, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", - ], - "type": "path", - }, - ], }, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "78FE6195-3CDF-434D-90A3-E224F31C3763", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", - }, - ], }, - "web": Object { - "attributes": Array [], + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - ], - "name": "bookmark", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"bookmark\\"", - ], + "length": 1, + "location": 5, }, + ], + "string": "NORMAL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "16.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "61px", }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "25px", + }, + "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 61, + "x": 16.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {61, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "NORMAL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - }, - "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0E3F3B31-21D5-4AB9-9C91-1DD6589D73BC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9B35355B-154A-4833-84D9-5218A91A7536", - "height": 24, - "width": 25, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "16px", - "left": "3.125px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "18.75px", - }, - }, - "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ABBE7457-D1CB-4143-BB68-1D95867C1CA6", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 16, - "width": 18.75, - "x": 3.125, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.63888888888888884, 1}", - "curveMode": 4, - "curveTo": "{0.75, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.75, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.46111111111111114, 0.91874999999999996}", - "curveMode": 4, - "curveTo": "{0.53888888888888886, 0.91874999999999996}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0.8125}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1111111111111111, 1}", - "curveMode": 3, - "curveTo": "{0.3611111111111111, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.25, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.5}", - "curveMode": 3, - "curveTo": "{0, 0.88124999999999998}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.71875}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.80555555555555558, 0.3125}", - "curveMode": 4, - "curveTo": "{0.19444444444444445, 0.3125}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.88124999999999998}", - "curveMode": 3, - "curveTo": "{1, 0.5}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.71875}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.75, 1}", - "curveMode": 4, - "curveTo": "{0.88888888888888884, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.75, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "746B6BFB-EEFE-454B-A634-4D361594E58D", - "opacity": 0.5399999618530273, - }, - "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "25px", - }, - }, - "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C5CE84E-EE96-4490-92D4-0DBB46A90FAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 25, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - ], - "name": "favorite", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"favorite\\"", - ], }, + "verticalAlignment": 0, }, - ], - "name": "Buttons", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Buttons\\"", - ], + "attributes": Array [], }, }, ], - "name": "homes", + "maintainScrollPosition": false, + "name": "button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -5712,20 +5652,54 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"homes\\"", + "aria-label=\\"button\\"", ], }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -5734,8 +5708,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "EF515898-537B-469C-9036-E6B725CF8307", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -5748,11 +5756,11 @@ Object { ], "previews": Array [], "user": Object { - "401CB139-CDA3-476B-A400-674DCF860FB6": Object { - "scrollOrigin": "{134, 134}", + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, - "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { "pageListHeight": 110, }, "document": Object { @@ -5763,15 +5771,13 @@ Object { } `; -exports[`VueCodeGenService should match md-components-cards-homes.sketch snapshot for 53 on vue 1`] = ` +exports[`VueCodeGenService should match md-components-cards-homes.sketch snapshot for 52 on vue 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", - "colorAssets": Array [], "colors": Array [], - "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -6051,19 +6057,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 105, }, "fonts": Array [ "Roboto-Regular", @@ -6075,10 +6081,14 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { @@ -6101,9 +6111,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -6152,9 +6159,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -6770,9 +6774,6 @@ Object { "x": 209, "y": 188, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -6815,9 +6816,6 @@ Object { "x": 95, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -7324,9 +7322,6 @@ Object { "x": 47, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -7684,9 +7679,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -8069,7 +8061,7 @@ Object { "previews": Array [], "user": Object { "401CB139-CDA3-476B-A400-674DCF860FB6": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{134, 134}", "zoomValue": 1, }, "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { @@ -8083,13 +8075,15 @@ Object { } `; -exports[`VueCodeGenService should match md-components-cards-pooch.sketch snapshot for 52 on vue 1`] = ` +exports[`VueCodeGenService should match md-components-cards-homes.sketch snapshot for 53 on vue 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -8099,7 +8093,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -8108,7 +8102,7 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", "name": "Material/Light/Card", "value": Object { "_class": "style", @@ -8316,27 +8310,34 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "name": "Material/Light/Divider", + "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", + "name": "Material/Icon dark", "value": Object { "_class": "style", - "borders": Array [ + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, "fillType": 0, "isEnabled": true, - "position": 0, - "thickness": 1, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -8350,137 +8351,53 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", + "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ "Roboto-Regular", - "Roboto-Medium", ], "pagesAndArtboards": Object { - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", + "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -8496,6 +8413,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -8518,7 +8438,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "136px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -8526,21 +8446,11 @@ Object { "width": "344px", }, }, - "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", + "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], + "do_objectID": "98074A6E-84B2-4F16-B665-C835B1F1F186", + "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -8548,12 +8458,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", - "height": 136, + "do_objectID": "E63A53AF-E7EE-46D8-BFE8-0AAB73C9D3DE", + "height": 224, "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -8575,7 +8488,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "136px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -8583,21 +8496,21 @@ Object { "width": "344px", }, }, - "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", + "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", + "do_objectID": "0713C981-1FBB-49DE-8AF4-82CEF028725A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 3, + "fixedRadius": 2, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 136, + "height": 224, "width": 344, "x": 0, "y": 0, @@ -8611,46 +8524,50 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card 2", + "name": "card", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", + "do_objectID": "9EF2F25A-8C0B-490A-8B6B-CB89A9CA3FE0", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", + "do_objectID": "76222E59-B93C-48FF-9FC5-055A32CBC1D2", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", + "do_objectID": "598CF3D5-4C1A-4AD1-B2B7-1D97BE8C6704", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", + "do_objectID": "DD1184C0-136D-418C-8EA0-1ED3D172E028", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -8659,7 +8576,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -8799,7 +8716,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", + "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", "endMarkerType": 0, "fills": Array [ Object { @@ -8868,7 +8785,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card 2\\"", + "aria-label=\\"card\\"", ], }, }, @@ -8881,21 +8798,21 @@ Object { "before": Object {}, }, "rules": Object { - "background-color": "rgba(0,0,0,0.25)", + "background-color": "rgba(0,187,211,1.00)", "display": "block", - "height": "136px", + "height": "176px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "88px", + "width": "344px", }, }, - "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", + "do_objectID": "B245FB2F-7F3C-4D6A-AAF3-18FE3B124490", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -8905,8 +8822,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 136, - "width": 88, + "height": 176, + "width": 344, "x": 0, "y": 0, }, @@ -8970,19 +8887,19 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.25, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.8274509803921568, + "green": 0.7333333333333333, "red": 0, }, - "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "do_objectID": "462C738B-C65E-434C-9FF9-916E784F8EB1", "fillType": 0, "isEnabled": true, "noiseIndex": 0, @@ -8993,34 +8910,6 @@ Object { ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { @@ -9030,122 +8919,6 @@ Object { ], }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "82px", - "visibility": "visible", - "width": "256px", - }, - }, - "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", - "height": 3, - "width": 256, - "x": 88, - "y": 82, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.51388888888888884}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.51388888888888884}", - "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", - "curveMode": 1, - "curveTo": "{0.0058593749999999445, 0.54166666666666663}", - "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, Object { "_class": "text", "attributedString": Object { @@ -9157,52 +8930,54 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "name": "Roboto-Regular", + "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - "length": 6, + "length": 13, "location": 0, }, ], - "string": "REVIEW", + "string": "Pre-fab Homes", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "223.5px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "19px", "position": "absolute", - "top": "100px", + "top": "137px", "visibility": "visible", - "width": "51px", + "width": "161px", }, }, - "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", + "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", + "do_objectID": "386665A7-C098-49E9-AB71-126A8B4ED607", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -9211,12 +8986,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 51, - "x": 223.5, - "y": 100, + "do_objectID": "D0438ADA-75E5-48E5-A3AB-A55AF5E84029", + "height": 24, + "width": 161, + "x": 19, + "y": 137, }, - "glyphBounds": "{{0, 0}, {50, 16}}", + "glyphBounds": "{{0, 0}, {161, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -9225,7 +9001,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "REVIEW", + "name": "Pre-fab Homes 2", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -9233,33 +9009,35 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", + "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", + "do_objectID": "45243A28-E9FB-4A4A-8DB1-A8B2F38B9657", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "name": "Roboto-Regular", + "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -9272,62 +9050,24 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 11, - "location": 0, - }, - ], - "string": "FREE SAMPLE", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "108.5px", + "height": "24px", + "left": "209px", "position": "absolute", - "top": "100px", + "top": "188px", "visibility": "visible", - "width": "92px", + "width": "119px", }, }, - "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", - "dontSynchroniseWithSymbol": false, + "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", + "do_objectID": "2A26EE59-59EE-4608-8D68-FC2A4BB1CE74", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -9336,2199 +9076,1590 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 92, - "x": 108.5, - "y": 100, + "do_objectID": "E30F338C-0755-4F54-AED4-4CA9BDE48A46", + "height": 24, + "width": 119, + "x": 209, + "y": 188, }, - "glyphBounds": "{{0, 0}, {91, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "FREE SAMPLE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B6AF0990-0F41-4695-BD54-00197F4BEAE8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "307E9C13-BD4D-44C3-8559-96F0E46B186E", + "height": 24, + "width": 24, + "x": 95, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8C0747D3-9212-4C92-8FE5-0707A83F6760", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", + ], + "type": "path", + }, + ], }, - }, - "length": 14, - "location": 0, - }, - ], - "string": "By Alex Nelson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "107px", - "position": "absolute", - "top": "43px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 95, - "x": 107, - "y": 43, - }, - "glyphBounds": "{{0, 0}, {93, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "By Alex Nelson 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "3px", + "position": "absolute", + "top": "1.999899999999798px", + "visibility": "visible", + "width": "18px", }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, + "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E1DB8B35-B319-4E78-9E45-9CA53344E3C5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - }, - "length": 8, - "location": 0, - }, - ], - "string": "El Pooch", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "106px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 95, - "x": 106, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {94, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "El Pooch 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "CBDA8CB3-7920-4DDC-BAC9-B6B509B94BE1", + "height": 20, + "width": 18, + "x": 3, + "y": 1.999899999999798, }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "pooch", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"pooch\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { - "pageListHeight": 110, - }, - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`VueCodeGenService should match md-components-cards-pooch.sketch snapshot for 53 on vue 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.79111111111111099, 0.70682730923694814}", + "curveMode": 4, + "curveTo": "{0.83333333333333337, 0.70682730923694814}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.83333333333333337, 0.70682730923694814}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.72444444444444445, 0.74548192771084365}", + "curveMode": 4, + "curveTo": "{0.7533333333333333, 0.72188755020080353}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.72444444444444445, 0.74548192771084365}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33111111111111119, 0.52560240963855442}", + "curveMode": 4, + "curveTo": "{0.32833333333333337, 0.53714859437751028}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32833333333333337, 0.53714859437751028}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33333333333333337, 0.48995983935743004}", + "curveMode": 2, + "curveTo": "{0.33333333333333337, 0.51405622489959857}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33333333333333337, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.32833333333333337, 0.46686746987951833}", + "curveMode": 4, + "curveTo": "{0.33111111111111119, 0.47841365461847413}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.32833333333333337, 0.46686746987951833}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.28564257028112472}", + "curveMode": 4, + "curveTo": "{0.72000000000000008, 0.26054216867469898}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.72000000000000008, 0.26054216867469898}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.92555555555555558, 0.30120481927710863}", + "curveMode": 3, + "curveTo": "{0.7894444444444445, 0.30120481927710863}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.30120481927710863}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.067269076305220984}", + "curveMode": 2, + "curveTo": "{1, 0.23393574297188771}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", + "curveMode": 2, + "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 8.8817841970012528e-17}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.66666666666666663, 0.16265060240963869}", + "curveMode": 3, + "curveTo": "{0.66666666666666663, 0.067269076305220984}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.66666666666666663, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67166666666666663, 0.18574297188755035}", + "curveMode": 4, + "curveTo": "{0.66888888888888887, 0.17419678714859449}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.67166666666666663, 0.18574297188755035}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.36696787148594401}", + "curveMode": 4, + "curveTo": "{0.28000000000000003, 0.39206827309236975}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.28000000000000003, 0.39206827309236975}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.074444444444444438, 0.35140562248996005}", + "curveMode": 3, + "curveTo": "{0.21055555555555555, 0.35140562248996005}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.35140562248996005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.58534136546184767}", + "curveMode": 2, + "curveTo": "{0, 0.41867469879518093}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.21055555555555555, 0.65261044176706862}", + "curveMode": 3, + "curveTo": "{0.074444444444444438, 0.65261044176706862}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.65261044176706862}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.28000000000000003, 0.61194779116465892}", + "curveMode": 4, + "curveTo": "{0.25, 0.6370481927710846}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.28000000000000003, 0.61194779116465892}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.6727777777777777, 0.83132530120481973}", + "curveMode": 4, + "curveTo": "{0.67555555555555558, 0.82078313253012092}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.67555555555555558, 0.82078313253012092}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67111111111111121, 0.93423694779116495}", + "curveMode": 3, + "curveTo": "{0.67111111111111121, 0.84236947791164696}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.67111111111111121, 0.85341365461847429}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9227777777777777, 1}", + "curveMode": 2, + "curveTo": "{0.74388888888888893, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99555555555555564, 0.77259036144578308}", + "curveMode": 2, + "curveTo": "{0.99555555555555564, 0.93423694779116495}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.99555555555555564, 0.85341365461847385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.83333333333333337, 0.7068273092369477}", + "curveMode": 4, + "curveTo": "{0.92277777777777792, 0.7068273092369477}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.7068273092369477}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "395F98C8-7A7D-448B-9431-77AE198CD2AA", + "opacity": 0.5399999618530273, + }, + "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", + ], + "type": "path", + }, + ], }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "web": Object { + "attributes": Array [], }, - "position": 1, }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "name": "share", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "position": 0.8, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"share\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "47px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A01478AF-F442-48D4-876B-7B242558A1C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1CD9EA03-E457-4DE2-AB87-E53E4CA3F6CE", + "height": 24, + "width": 24, + "x": 47, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "5px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0792DFC7-13AE-4023-BC28-6EAE2F525D94", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 14, + "x": 5, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 1, + "curveTo": "{0.8571428571428571, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.8571428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.064285714285714307, 1}", + "curveMode": 4, + "curveTo": "{0.14285714285714285, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.14285714285714285, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.88888888888888884}", + "curveMode": 4, + "curveTo": "{0, 0.95000000000000007}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.16666666666666666}", + "curveMode": 1, + "curveTo": "{0.5, 0.16666666666666666}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.16666666666666666}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.95000000000000007}", + "curveMode": 4, + "curveTo": "{1, 0.88888888888888884}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.93571428571428583, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.8571428571428571, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "1BB40B22-9947-481D-BDFD-D499709536C5", + "opacity": 0.5399999618530273, + }, + "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - "position": 0.950255322222858, }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "78FE6195-3CDF-434D-90A3-E224F31C3763", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - "position": 1, }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "name": "bookmark", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"bookmark\\"", + ], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", - "height": 136, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 3, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 136, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": true, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card 2", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, + }, + "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E3F3B31-21D5-4AB9-9C91-1DD6589D73BC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9B35355B-154A-4833-84D9-5218A91A7536", + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3.125px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18.75px", }, + }, + "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ABBE7457-D1CB-4143-BB68-1D95867C1CA6", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 18.75, + "x": 3.125, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.63888888888888884, 1}", + "curveMode": 4, + "curveTo": "{0.75, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.75, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.46111111111111114, 0.91874999999999996}", + "curveMode": 4, + "curveTo": "{0.53888888888888886, 0.91874999999999996}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0.8125}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1111111111111111, 1}", + "curveMode": 3, + "curveTo": "{0.3611111111111111, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.25, 1}", }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5}", + "curveMode": 3, + "curveTo": "{0, 0.88124999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.71875}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.80555555555555558, 0.3125}", + "curveMode": 4, + "curveTo": "{0.19444444444444445, 0.3125}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.88124999999999998}", + "curveMode": 3, + "curveTo": "{1, 0.5}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.71875}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 1}", + "curveMode": 4, + "curveTo": "{0.88888888888888884, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.75, 1}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "746B6BFB-EEFE-454B-A634-4D361594E58D", + "opacity": 0.5399999618530273, + }, + "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", + }, + }, + "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C5CE84E-EE96-4490-92D4-0DBB46A90FAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, + ], + "name": "favorite", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"favorite\\"", + ], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card 2\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.25)", - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 136, - "width": 88, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", }, ], + "name": "Buttons", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.25, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", + "role=\\"group\\"", + "aria-label=\\"Buttons\\"", ], }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "82px", - "visibility": "visible", - "width": "256px", + ], + "name": "homes", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"homes\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`VueCodeGenService should match md-components-cards-homes.sketch snapshot for 59 on vue 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "501349E4-2CFB-4642-95FE-E18C5840D5E0", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "52BD125A-8DAF-4D9A-9745-66C9DD33B546", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", - "height": 3, - "width": 256, - "x": 88, - "y": 82, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.51388888888888884}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.51388888888888884}", - "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", - "curveMode": 1, - "curveTo": "{0.0058593749999999445, 0.54166666666666663}", - "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, - "length": 6, - "location": 0, - }, - ], - "string": "REVIEW", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "223.5px", - "position": "absolute", - "top": "100px", - "visibility": "visible", - "width": "51px", - }, - }, - "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 51, - "x": 223.5, - "y": 100, - }, - "glyphBounds": "{{0, 0}, {50, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "REVIEW", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.2, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0, + "blue": 0, + "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 0, }, - "length": 11, - "location": 0, - }, - ], - "string": "FREE SAMPLE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "108.5px", - "position": "absolute", - "top": "100px", - "visibility": "visible", - "width": "92px", - }, - }, - "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 92, - "x": 108.5, - "y": 100, - }, - "glyphBounds": "{{0, 0}, {91, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "FREE SAMPLE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6C7A151B-8B7A-4669-AEB0-325A3E85F7DD", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.5438462409, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "position": 1, }, - "length": 14, - "location": 0, - }, - ], - "string": "By Alex Nelson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "107px", - "position": "absolute", - "top": "43px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 95, - "x": 107, - "y": 43, - }, - "glyphBounds": "{{0, 0}, {93, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "By Alex Nelson 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 8, - "location": 0, - }, - ], - "string": "El Pooch", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "106px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 95, - "x": 106, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {94, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "El Pooch 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "pooch", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"pooch\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { - "pageListHeight": 110, - }, - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`VueCodeGenService should match md-components-cards-safari.sketch snapshot for 52 on vue 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -11578,28 +10709,99 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "name": "Material/Light/Divider", + "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", + "name": "Material/Icon dark", "value": Object { "_class": "style", - "borders": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "EC7B3116-BA69-4AB8-A43A-ACF2B1514F3B", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, - "position": 0, - "thickness": 1, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "endMarkerType": 0, + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -11617,52 +10819,48 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "49.3", - "build": 51167, - "commit": "2b45d75f77b3d86c8cfab3e1090bcc520c37ea74", - "compatibilityVersion": 93, + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 101, + "version": 121, }, "fonts": Array [ "Roboto-Regular", - "Roboto-Medium", ], "pagesAndArtboards": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -11678,6 +10876,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -11700,7 +10901,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "304px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -11708,21 +10909,10 @@ Object { "width": "344px", }, }, - "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], + "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -11730,12 +10920,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", - "height": 304, + "height": 224, "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -11751,25 +10943,38 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "274px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "304px", + "height": "224px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", "width": "344px", }, }, - "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -11779,7 +10984,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 304, + "height": 224, "width": 344, "x": 0, "y": 0, @@ -11793,8 +10998,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "card", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -11803,7 +11010,6 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", - "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -11814,7 +11020,6 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", - "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -11825,7 +11030,6 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", - "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -11836,7 +11040,6 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", - "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -11845,10 +11048,26 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -11859,7 +11078,11 @@ Object { "green": 0.592, "red": 0.592, }, - "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -11876,7 +11099,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -11888,7 +11110,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -11900,7 +11121,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -11912,7 +11132,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -11931,7 +11150,11 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -11948,7 +11171,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -11960,7 +11182,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -11972,7 +11193,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -11984,7 +11204,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -11995,7 +11214,20 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", "endMarkerType": 0, "fills": Array [ Object { @@ -12007,7 +11239,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -12015,6 +11283,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -12032,7 +11301,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -12053,7 +11321,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -12076,24 +11343,37 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(0,187,211,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "226px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { - "background-color": "rgba(0,150,136,1.00)", + "background": "inherit", + "background-color": "rgba(0,187,211,1.00)", "display": "block", "height": "176px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", "width": "344px", }, }, - "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12117,8 +11397,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "image placeholder", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -12168,7 +11450,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", "endMarkerType": 0, "fills": Array [ Object { @@ -12176,11 +11488,47 @@ Object { "color": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "blue": 0.8274509803921568, + "green": 0.7333333333333333, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -12188,7 +11536,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -12221,6 +11571,7 @@ Object { "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", @@ -12229,11 +11580,11 @@ Object { "minimumLineHeight": 24, }, }, - "length": 22, + "length": 13, "location": 0, }, ], - "string": "Kangaroo Valley Safari", + "string": "Pre-fab Homes", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -12245,18 +11596,17 @@ Object { "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", "font-size": "24px", "height": "24px", - "left": "18px", + "left": "19px", "position": "absolute", "top": "137px", "visibility": "visible", - "width": "245px", + "width": "161px", }, }, - "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12266,11 +11616,11 @@ Object { "_class": "rect", "constrainProportions": false, "height": 24, - "width": 245, - "x": 18, + "width": 161, + "x": 19, "y": 137, }, - "glyphBounds": "{{0, 0}, {241, 24}}", + "glyphBounds": "{{0, 0}, {161, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -12279,7 +11629,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Kangaroo Valley Safari", + "maintainScrollPosition": false, + "name": "Pre-fab Homes 2", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -12287,13 +11638,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -12309,6 +11692,7 @@ Object { "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", @@ -12326,134 +11710,6 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 83, - "location": 0, - }, - ], - "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "48px", - "left": "18px", - "position": "absolute", - "top": "183px", - "visibility": "visible", - "width": "311px", - }, - }, - "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", - "height": 48, - "width": 311, - "x": 18, - "y": 183, - }, - "glyphBounds": "{{0, 0}, {311, 48}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Located two hours so 2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, Object { "_class": "group", "booleanOperation": 0, @@ -12461,18 +11717,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "36px", - "left": "76px", + "height": "24px", + "left": "209px", "position": "absolute", - "top": "260px", + "top": "188px", "visibility": "visible", - "width": "112px", + "width": "119px", }, }, - "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12481,11 +11736,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", - "height": 36, - "width": 112, - "x": 76, - "y": 260, + "height": 24, + "width": 119, + "x": 209, + "y": 188, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -12497,25 +11754,23 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "36px", - "left": "0px", + "height": "24px", + "left": "95px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "112px", + "width": "24px", }, }, - "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", - "edited": true, + "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12524,555 +11779,668 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 36, - "width": 112, - "x": 0, + "height": 24, + "width": 24, + "x": 95, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, - "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", - "opacity": 0.5, - }, - "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, - "length": 10, - "location": 0, }, - ], - "string": "LEARN MORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "12.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "87px", - }, - }, - "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 87, - "x": 12.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {86, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "LEARN MORE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "8px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", - "height": 36, - "width": 68, - "x": 8, - "y": 260, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", - "opacity": 0.5, - }, - "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", + ], + "type": "path", + }, ], - "type": "path", }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, + "web": Object { + "attributes": Array [], }, - ], - "string": "SHARE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "11.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "46px", }, - }, - "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", - "dontSynchroniseWithSymbol": false, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "3px", + "position": "absolute", + "top": "1.999899999999798px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 18, + "x": 3, + "y": 1.999899999999798, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.79111111111111099, 0.70682730923694814}", + "curveMode": 4, + "curveTo": "{0.83333333333333337, 0.70682730923694814}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.83333333333333337, 0.70682730923694814}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.72444444444444445, 0.74548192771084365}", + "curveMode": 4, + "curveTo": "{0.7533333333333333, 0.72188755020080353}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.72444444444444445, 0.74548192771084365}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33111111111111119, 0.52560240963855442}", + "curveMode": 4, + "curveTo": "{0.32833333333333337, 0.53714859437751028}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32833333333333337, 0.53714859437751028}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33333333333333337, 0.48995983935743004}", + "curveMode": 2, + "curveTo": "{0.33333333333333337, 0.51405622489959857}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33333333333333337, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.32833333333333337, 0.46686746987951833}", + "curveMode": 4, + "curveTo": "{0.33111111111111119, 0.47841365461847413}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.32833333333333337, 0.46686746987951833}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.28564257028112472}", + "curveMode": 4, + "curveTo": "{0.72000000000000008, 0.26054216867469898}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.72000000000000008, 0.26054216867469898}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.92555555555555558, 0.30120481927710863}", + "curveMode": 3, + "curveTo": "{0.7894444444444445, 0.30120481927710863}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.30120481927710863}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.067269076305220984}", + "curveMode": 2, + "curveTo": "{1, 0.23393574297188771}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", + "curveMode": 2, + "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 8.8817841970012528e-17}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.66666666666666663, 0.16265060240963869}", + "curveMode": 3, + "curveTo": "{0.66666666666666663, 0.067269076305220984}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.66666666666666663, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67166666666666663, 0.18574297188755035}", + "curveMode": 4, + "curveTo": "{0.66888888888888887, 0.17419678714859449}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.67166666666666663, 0.18574297188755035}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.36696787148594401}", + "curveMode": 4, + "curveTo": "{0.28000000000000003, 0.39206827309236975}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.28000000000000003, 0.39206827309236975}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.074444444444444438, 0.35140562248996005}", + "curveMode": 3, + "curveTo": "{0.21055555555555555, 0.35140562248996005}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.35140562248996005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.58534136546184767}", + "curveMode": 2, + "curveTo": "{0, 0.41867469879518093}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.21055555555555555, 0.65261044176706862}", + "curveMode": 3, + "curveTo": "{0.074444444444444438, 0.65261044176706862}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.65261044176706862}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.28000000000000003, 0.61194779116465892}", + "curveMode": 4, + "curveTo": "{0.25, 0.6370481927710846}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.28000000000000003, 0.61194779116465892}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.6727777777777777, 0.83132530120481973}", + "curveMode": 4, + "curveTo": "{0.67555555555555558, 0.82078313253012092}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.67555555555555558, 0.82078313253012092}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67111111111111121, 0.93423694779116495}", + "curveMode": 3, + "curveTo": "{0.67111111111111121, 0.84236947791164696}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.67111111111111121, 0.85341365461847429}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9227777777777777, 1}", + "curveMode": 2, + "curveTo": "{0.74388888888888893, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99555555555555564, 0.77259036144578308}", + "curveMode": 2, + "curveTo": "{0.99555555555555564, 0.93423694779116495}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.99555555555555564, 0.85341365461847385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.83333333333333337, 0.7068273092369477}", + "curveMode": 4, + "curveTo": "{0.92277777777777792, 0.7068273092369477}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.7068273092369477}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "share", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"share\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "47px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -13081,12 +12449,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 46, - "x": 11.5, - "y": 10, + "height": 24, + "width": 24, + "x": 47, + "y": 0, }, - "glyphBounds": "{{0, 0}, {45, 16}}", + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -13094,2528 +12465,1424 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "SHARE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "5px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "14px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "250px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", - "height": 3, - "width": 344, - "x": 0, - "y": 250, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.50694444444444431}", - "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.52083333333333326}", - "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "safari", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"safari\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`VueCodeGenService should match md-components-cards-safari.sketch snapshot for 53 on vue 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 14, + "x": 5, + "y": 3, }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 1, + "curveTo": "{0.8571428571428571, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.8571428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.064285714285714307, 1}", + "curveMode": 4, + "curveTo": "{0.14285714285714285, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.14285714285714285, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.88888888888888884}", + "curveMode": 4, + "curveTo": "{0, 0.95000000000000007}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.16666666666666666}", + "curveMode": 1, + "curveTo": "{0.5, 0.16666666666666666}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.16666666666666666}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.95000000000000007}", + "curveMode": 4, + "curveTo": "{1, 0.88888888888888884}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.93571428571428583, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.8571428571428571, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", + ], + "type": "path", + }, + ], }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "web": Object { + "attributes": Array [], }, - "position": 0, }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "304px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", - "height": 304, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", - "display": "block", - "height": "304px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 2, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 304, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": true, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", - "position": 0.05, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", - "position": 0, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", - "position": 0.950255322222858, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", }, - "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", - "position": 1, - }, - ], - "to": "{0.5, 1}", + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + ], + "maintainScrollPosition": false, + "name": "bookmark", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 1, }, - "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, + "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"bookmark\\"", + ], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "display": "block", - "height": "176px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 176, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 22, - "location": 0, + "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - ], - "string": "Kangaroo Valley Safari", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "24px", - "left": "18px", - "position": "absolute", - "top": "137px", - "visibility": "visible", - "width": "245px", - }, - }, - "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 245, - "x": 18, - "y": 137, - }, - "glyphBounds": "{{0, 0}, {241, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Kangaroo Valley Safari", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3.125px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18.75px", }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - }, - "length": 83, - "location": 0, - }, - ], - "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "48px", - "left": "18px", - "position": "absolute", - "top": "183px", - "visibility": "visible", - "width": "311px", - }, - }, - "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", - "height": 48, - "width": 311, - "x": 18, - "y": 183, - }, - "glyphBounds": "{{0, 0}, {311, 48}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Located two hours so 2", - "nameIsFixed": false, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 18.75, + "x": 3.125, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.63888888888888884, 1}", + "curveMode": 4, + "curveTo": "{0.75, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.75, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.46111111111111114, 0.91874999999999996}", + "curveMode": 4, + "curveTo": "{0.53888888888888886, 0.91874999999999996}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0.8125}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1111111111111111, 1}", + "curveMode": 3, + "curveTo": "{0.3611111111111111, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.25, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5}", + "curveMode": 3, + "curveTo": "{0, 0.88124999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.80555555555555558, 0.3125}", + "curveMode": 4, + "curveTo": "{0.19444444444444445, 0.3125}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.88124999999999998}", + "curveMode": 3, + "curveTo": "{1, 0.5}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 1}", + "curveMode": 4, + "curveTo": "{0.88888888888888884, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.75, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", + }, + }, + "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "favorite", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"favorite\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Buttons", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Buttons\\"", + ], }, }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "76px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "112px", + ], + "maintainScrollPosition": false, + "name": "homes", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"homes\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2D01F6AA-EF00-425B-A17B-ED2C957D63AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`VueCodeGenService should match md-components-cards-pooch.sketch snapshot for 52 on vue 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", - "height": 36, - "width": 112, - "x": 76, - "y": 260, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "112px", - }, - }, - "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 112, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", - "opacity": 0.5, - }, - "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "LEARN MORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "12.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "87px", + "position": 0.950255322222858, }, - }, - "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 87, - "x": 12.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {86, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "LEARN MORE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "8px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "68px", + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", - "height": 36, - "width": 68, - "x": 8, - "y": 260, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", - "opacity": 0.5, - }, - "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - ], - "string": "SHARE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "11.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "46px", - }, - }, - "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 46, - "x": 11.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {45, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "SHARE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "250px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", - "height": 3, - "width": 344, - "x": 0, - "y": 250, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.50694444444444431}", - "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.52083333333333326}", - "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - }, - ], - "name": "safari", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + ], "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"safari\\"", - ], - }, }, ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, }, - "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { - "pageListHeight": 110, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`VueCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 52 on vue 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", - "name": "Material/Light/Card", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.12, + "alpha": 0.5438462409, "blue": 0, "green": 0, "red": 0, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, + "verticalAlignment": 0, + }, "windingRule": 1, }, }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", - "name": "Material/Light/Subhead", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", "value": Object { "_class": "style", "endMarkerType": 0, @@ -15635,15 +13902,15 @@ Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 24, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, "verticalAlignment": 0, @@ -15656,7 +13923,7 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], @@ -15682,7 +13949,7 @@ Object { "Roboto-Medium", ], "pagesAndArtboards": Object { - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, @@ -15702,7 +13969,7 @@ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -15740,7 +14007,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -15748,10 +14015,10 @@ Object { "width": "344px", }, }, - "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -15770,8 +14037,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", - "height": 208, + "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", + "height": 136, "width": 344, "x": 0, "y": 0, @@ -15797,7 +14064,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -15805,11 +14072,11 @@ Object { "width": "344px", }, }, - "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -15819,7 +14086,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 208, + "height": 136, "width": 344, "x": 0, "y": 0, @@ -15833,7 +14100,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "card 2", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -15881,7 +14148,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -16021,7 +14288,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -16090,191 +14357,341 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card\\"", + "aria-label=\\"card 2\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 13, - "location": 0, - }, - ], - "string": "Welcome Back!", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,150,136,1.00)", + "background-color": "rgba(0,0,0,0.25)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "18px", + "height": "136px", + "left": "0px", "position": "absolute", - "top": "22px", + "top": "0px", "visibility": "visible", - "width": "166px", + "width": "88px", }, }, - "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", - "dontSynchroniseWithSymbol": false, + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 32, - "width": 166, - "x": 18, - "y": 22, + "height": 136, + "width": 88, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {165, 28}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Welcome Back!", - "nameIsFixed": false, - "resizingConstraint": 47, + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.8703294837, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 24, + "size": 16, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 54, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, "location": 0, }, ], - "string": "It’s been a while, have you read any new books lately?", + "string": "REVIEW", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "48px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "61px", + "top": "100px", "visibility": "visible", - "width": "204px", + "width": "51px", }, }, - "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16283,13 +14700,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", - "height": 48, - "width": 204, - "x": 19, - "y": 61, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {204, 48}}", + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16298,73 +14714,109 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "It’s been a while, h", + "name": "REVIEW", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 11, + "location": 0, + }, + ], + "string": "FREE SAMPLE", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "36px", - "left": "77px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "165px", + "top": "100px", "visibility": "visible", - "width": "54px", + "width": "92px", }, }, - "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16373,13 +14825,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", - "height": 36, - "width": 54, - "x": 77, - "y": 165, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16387,343 +14838,239 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "54px", - }, - }, - "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 54, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", + "lineSpacingBehaviour": 0, + "name": "FREE SAMPLE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", - "opacity": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 14, }, - "length": 3, - "location": 0, }, - ], - "string": "YES", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "14.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "26px", - }, - }, - "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 26, - "x": 14.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {25, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "YES", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "length": 14, + "location": 0, }, + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", + "position": "absolute", + "top": "43px", + "visibility": "visible", + "width": "95px", }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, + }, + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 95, + "x": 107, + "y": 43, + }, + "glyphBounds": "{{0, 0}, {93, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "36px", - "left": "8px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", "position": "absolute", - "top": "165px", + "top": "10px", "visibility": "visible", - "width": "68px", + "width": "95px", }, }, - "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16732,13 +15079,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", - "height": 36, - "width": 68, - "x": 8, - "y": 165, + "height": 32, + "width": 95, + "x": 106, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {94, 32}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16746,581 +15092,195 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", + "lineSpacingBehaviour": 0, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, - "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "pooch", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"pooch\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { + "pageListHeight": 110, + }, + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`VueCodeGenService should match md-components-cards-pooch.sketch snapshot for 53 on vue 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", - "opacity": 0.5, - }, - "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "NO", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "24.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", - "height": 16, - "width": 20, - "x": 24.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {20, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NO", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "154px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", - "height": 3, - "width": 344, - "x": 0, - "y": 154, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Line", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.52777777777777746}", - "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.58333333333333326}", - "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Welcome back", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Welcome back\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { - "pageListHeight": 110, - }, - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`VueCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 53 on vue 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { "_class": "gradientStop", @@ -17476,7 +15436,7 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", "name": "Material/Light/Divider", "value": Object { "_class": "style", @@ -17513,8 +15473,8 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", - "name": "Material/Light/Subhead", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", "endMarkerType": 0, @@ -17525,7 +15485,7 @@ Object { "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, + "alpha": 0.5438462409, "blue": 0, "green": 0, "red": 0, @@ -17534,15 +15494,15 @@ Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -17550,12 +15510,51 @@ Object { "windingRule": 1, }, }, - ], - }, + Object { + "_class": "sharedStyle", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], @@ -17581,7 +15580,7 @@ Object { "Roboto-Medium", ], "pagesAndArtboards": Object { - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, @@ -17597,7 +15596,7 @@ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -17638,7 +15637,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -17646,10 +15645,10 @@ Object { "width": "344px", }, }, - "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -17668,8 +15667,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", - "height": 208, + "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", + "height": 136, "width": 344, "x": 0, "y": 0, @@ -17698,7 +15697,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -17706,11 +15705,11 @@ Object { "width": "344px", }, }, - "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -17720,7 +15719,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 208, + "height": 136, "width": 344, "x": 0, "y": 0, @@ -17734,7 +15733,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "card 2", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -17782,7 +15781,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -17922,7 +15921,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -17991,9 +15990,283 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card\\"", + "aria-label=\\"card 2\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.25)", + "display": "block", + "height": "136px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 136, + "width": 88, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "text", @@ -18013,21 +16286,22 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 13, + "length": 6, "location": 0, }, ], - "string": "Welcome Back!", + "string": "REVIEW", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -18036,21 +16310,21 @@ Object { "rules": Object { "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "18px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "22px", + "top": "100px", "visibility": "visible", - "width": "166px", + "width": "51px", }, }, - "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18059,12 +16333,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 32, - "width": 166, - "x": 18, - "y": 22, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {165, 28}}", + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18073,7 +16347,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Welcome Back!", + "name": "REVIEW", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -18081,13 +16355,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -18099,13 +16373,14 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -18128,54 +16403,53 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 54, + "length": 11, "location": 0, }, ], - "string": "It’s been a while, have you read any new books lately?", + "string": "FREE SAMPLE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "48px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "61px", + "top": "100px", "visibility": "visible", - "width": "204px", + "width": "92px", }, }, - "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18184,13 +16458,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", - "height": 48, - "width": 204, - "x": 19, - "y": 61, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {204, 48}}", + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18199,73 +16472,110 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "It’s been a while, h", + "name": "FREE SAMPLE", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 14, + "location": 0, + }, + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.54)", "display": "block", - "height": "36px", - "left": "77px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", "position": "absolute", - "top": "165px", + "top": "43px", "visibility": "visible", - "width": "54px", + "width": "95px", }, }, - "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18274,16 +16584,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", - "height": 36, - "width": 54, - "x": 77, - "y": 165, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 20, + "width": 95, + "x": 107, + "y": 43, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {93, 20}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18291,343 +16597,113 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "54px", - }, - }, - "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 54, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", - "opacity": 0.5, - }, - "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 3, - "location": 0, - }, - ], - "string": "YES", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "14.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "26px", - }, - }, - "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 26, - "x": 14.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {25, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "YES", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "36px", - "left": "8px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", "position": "absolute", - "top": "165px", + "top": "10px", "visibility": "visible", - "width": "68px", + "width": "95px", }, }, - "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18636,16 +16712,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", - "height": 36, - "width": 68, - "x": 8, - "y": 165, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 32, + "width": 95, + "x": 106, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {94, 32}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18653,443 +16725,57 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", + "lineSpacingBehaviour": 0, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - }, - "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", - "opacity": 0.5, - }, - "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "NO", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "24.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", - "height": 16, - "width": 20, - "x": 24.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {20, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NO", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, + "verticalAlignment": 0, }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "154px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", - "height": 3, - "width": 344, - "x": 0, - "y": 154, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Line", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.52777777777777746}", - "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.58333333333333326}", - "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, ], - "name": "Welcome back", + "name": "pooch", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -19097,7 +16783,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -19106,7 +16792,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"Welcome back\\"", + "aria-label=\\"pooch\\"", ], }, }, @@ -19133,10 +16819,10 @@ Object { ], "previews": Array [], "user": Object { - "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { "pageListHeight": 110, }, - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "scrollOrigin": "{160, 160}", "zoomValue": 1, }, @@ -19148,13 +16834,17 @@ Object { } `; -exports[`VueCodeGenService should match md-components-chips-open-chip.sketch snapshot for 52 on vue 1`] = ` +exports[`VueCodeGenService should match md-components-cards-pooch.sketch snapshot for 59 on vue 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "do_objectID": "4B1A9331-4617-4A21-B711-BE5F8924794F", + "exportPresets": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -19164,7 +16854,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "do_objectID": "69B317A2-7627-4FC2-A275-B06F3229E81E", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -19173,10 +16863,26 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "name": "Material/Light/Card", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -19187,6 +16893,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19254,6 +16965,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19313,6 +17029,20 @@ Object { "thickness": 0.5, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0E4EE3DD-559D-4D15-B962-74EBE5A82DB0", "endMarkerType": 0, "fills": Array [ Object { @@ -19324,7 +17054,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -19332,6 +17098,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -19381,30 +17148,97 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "name": "Material/Icon white", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "name": "Material/Light/Divider", "value": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "position": 0, + "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D1660E01-8DB4-448C-9F7D-D0A333CE5A83", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -19420,12 +17254,46 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A1F549B8-1061-4ED6-BA84-122DBECF75E7", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -19459,75 +17327,70 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "name": "Material/Dark/Body 1 secondary", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", "value": Object { "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "name": "Material/Dark/Subhead", - "value": Object { - "_class": "style", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1450729C-392E-421D-8ACB-CAB7C2715807", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 24, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, "verticalAlignment": 0, @@ -19540,52 +17403,49 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 121, }, "fonts": Array [ "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -19601,6 +17461,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -19623,19 +17486,28 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "184px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", - "exportFormats": Array [], + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -19643,12 +17515,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", - "height": 184, - "width": 296, + "height": 136, + "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -19664,36 +17538,49 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "186px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "184px", + "height": "136px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 2, + "fixedRadius": 3, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 184, - "width": 296, + "height": 136, + "width": 344, "x": 0, "y": 0, }, @@ -19706,13 +17593,15 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "chip bg", + "maintainScrollPosition": false, + "name": "card 2", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", @@ -19722,7 +17611,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", @@ -19732,7 +17621,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", @@ -19742,7 +17631,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", @@ -19754,10 +17643,26 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -19768,6 +17673,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19835,6 +17745,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19894,7 +17809,20 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -19906,7 +17834,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -19914,6 +17878,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -19963,487 +17928,486 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"chip bg\\"", + "aria-label=\\"card 2\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 44px rgba(0,0,0,0.25)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "186px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "138px", + }, + }, "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.25)", "display": "block", - "height": "56px", + "height": "136px", "left": "0px", + "overflow": "hidden", "position": "absolute", - "top": "128px", + "top": "0px", "visibility": "visible", - "width": "296px", + "width": "88px", }, }, - "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", - "height": 56, - "width": 296, + "height": 136, + "width": 88, "x": 0, - "y": 128, + "y": 0, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "maintainScrollPosition": false, + "name": "image placeholder", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", - }, - }, - "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.5438462409, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "position": 1, }, - "length": 16, - "location": 0, - }, - ], - "string": "email3@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "14px", - "visibility": "visible", - "width": "121px", + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 14, - }, - "glyphBounds": "{{0, 0}, {120, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "email3@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", }, ], - "name": "email 3", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 3\\"", + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "REVIEW", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "56px", - "left": "0px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "72px", + "top": "100px", "visibility": "visible", - "width": "296px", + "width": "51px", }, }, - "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -20452,13 +18416,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", - "height": 56, - "width": 296, - "x": 0, - "y": 72, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -20466,442 +18429,142 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "REVIEW", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 16, - "location": 0, - }, - ], - "string": "email2@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "15px", - "visibility": "visible", - "width": "121px", - }, - }, - "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 15, - }, - "glyphBounds": "{{0, 0}, {120, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "email2@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], + "length": 11, + "location": 0, }, - }, - ], - "name": "email 2", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 2\\"", ], + "string": "FREE SAMPLE", }, - }, - Object { - "_class": "group", + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "72px", - "left": "0px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "0px", + "top": "100px", "visibility": "visible", - "width": "296px", + "width": "92px", }, }, - "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -20910,13 +18573,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", - "height": 72, - "width": 296, - "x": 0, - "y": 0, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -20924,1507 +18586,730 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "72px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "FREE SAMPLE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 72, - "width": 296, - "x": 0, - "y": 0, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 14, + "location": 0, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 1, - "curveTo": "{0.9932432432432432, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.9932432432432432, 0}", + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", + "position": "absolute", + "top": "43px", + "visibility": "visible", + "width": "95px", + }, + }, + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 95, + "x": 107, + "y": 43, + }, + "glyphBounds": "{{0, 0}, {93, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0030405405405404635, 0}", - "curveMode": 4, - "curveTo": "{0.0067567567567567571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0067567567567567571, 0}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.027777777777777776}", - "curveMode": 4, - "curveTo": "{0, 0.012499999999999685}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.027777777777777776}", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "95px", + }, + }, + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 95, + "x": 106, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {94, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "pooch", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"pooch\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CF3835DE-4882-4452-A2CD-B75697A2E4CF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { + "pageListHeight": 110, + }, + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`VueCodeGenService should match md-components-cards-safari.sketch snapshot for 52 on vue 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.012499999999999685}", - "curveMode": 4, - "curveTo": "{1, 0.027777777777777776}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 4, - "curveTo": "{0.99695945945945952, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9932432432432432, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "260px", - "position": "absolute", - "top": "24px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", - "height": 24, - "width": 24, - "x": 260, - "y": 24, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, Object { - "_class": "shapeGroup", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "2px", - "position": "absolute", - "top": "2px", - "visibility": "visible", - "width": "20px", - }, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", - "height": 20, - "width": 20, - "x": 2, - "y": 2, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", - "height": 20, - "width": 20, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000001, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22500000000000001}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000002}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77500000000000002, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000001, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000002}", - "curveMode": 2, - "curveTo": "{1, 0.22500000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77500000000000002, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "10px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "10px", - }, - }, - "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", - "height": 10, - "width": 10, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 0}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.35999999999999999}", - "curveMode": 1, - "curveTo": "{0.5, 0.35999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.35999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 0}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{0, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.35999999999999999, 0.5}", - "curveMode": 1, - "curveTo": "{0.35999999999999999, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.35999999999999999, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{0, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 1}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.64000000000000001}", - "curveMode": 1, - "curveTo": "{0.5, 0.64000000000000001}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.64000000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 1}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{1, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.64000000000000001, 0.5}", - "curveMode": 1, - "curveTo": "{0.64000000000000001, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.64000000000000001, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Shape", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"shapeGroup\\"", - "aria-label=\\"Shape\\"", - ], - }, - "windingRule": 1, + "position": 1, }, ], - "name": "cancel", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"cancel\\"", - ], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 22, - "location": 0, - }, - ], - "string": "primaryemail@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,0.70)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "35px", - "visibility": "visible", - "width": "161px", - }, - }, - "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 161, - "x": 72, - "y": 35, - }, - "glyphBounds": "{{0, 0}, {160, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "primaryemail@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 12, - "location": 0, - }, - ], - "string": "Contact Name", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "24px", - "left": "72px", - "position": "absolute", - "top": "12px", - "visibility": "visible", - "width": "104px", - }, - }, - "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 104, - "x": 72, - "y": 12, - }, - "glyphBounds": "{{0, 0}, {103, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Contact Name", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 16, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", - ], - }, - }, - ], - "name": "open chip", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"open chip\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { - "scrollOrigin": "{161, 161}", - "zoomValue": 1, - }, - "C3625949-D986-454A-9835-E894A1794432": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`VueCodeGenService should match md-components-chips-open-chip.sketch snapshot for 53 on vue 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "C3625949-D986-454A-9835-E894A1794432", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, "contextSettings": Object { "_class": "graphicsContextSettings", @@ -22463,29 +19348,27 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "name": "Material/Icon white", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", "value": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, "fillType": 0, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "position": 0, + "thickness": 1, }, ], + "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -22499,171 +19382,57 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "name": "Material/Dark/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "name": "Material/Dark/Subhead", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, + "appVersion": "49.3", + "build": 51167, + "commit": "2b45d75f77b3d86c8cfab3e1090bcc520c37ea74", + "compatibilityVersion": 93, "variant": "NONAPPSTORE", - "version": 116, + "version": 101, }, "fonts": Array [ "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -22679,9 +19448,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -22704,19 +19470,29 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "184px", + "height": "304px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", - "exportFormats": Array [], + "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -22724,15 +19500,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", - "height": 184, - "width": 296, + "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", + "height": 304, + "width": 344, "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -22754,19 +19527,19 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "184px", + "height": "304px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -22776,8 +19549,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 184, - "width": 296, + "height": 304, + "width": 344, "x": 0, "y": 0, }, @@ -22790,7 +19563,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "chip bg", + "name": "card", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -22800,6 +19573,7 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", + "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -22810,6 +19584,7 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", + "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -22820,6 +19595,7 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", + "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -22830,6 +19606,7 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", + "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -22838,7 +19615,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -22852,6 +19629,7 @@ Object { "green": 0.592, "red": 0.592, }, + "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -22868,6 +19646,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -22879,6 +19658,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -22890,6 +19670,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -22901,6 +19682,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -22919,6 +19701,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -22935,6 +19718,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -22946,6 +19730,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -22957,6 +19742,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -22968,6 +19754,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -22978,7 +19765,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", "endMarkerType": 0, "fills": Array [ Object { @@ -23015,6 +19802,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -23035,6 +19823,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -23047,223 +19836,654 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"chip bg\\"", + "aria-label=\\"card\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(0,150,136,1.00)", "display": "block", - "height": "56px", + "height": "176px", "left": "0px", "position": "absolute", - "top": "128px", + "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", - "height": 56, - "width": 296, + "height": 176, + "width": 344, "x": 0, - "y": 128, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 0, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "length": 22, + "location": 0, + }, + ], + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "76px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 10, "location": 0, }, ], - "string": "email3@email.com", + "string": "LEARN MORE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "20px", - "left": "72px", + "height": "38px", + "left": "12.5px", "position": "absolute", - "top": "14px", + "top": "10px", "visibility": "visible", - "width": "121px", + "width": "87px", }, }, - "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23272,12 +20492,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 14, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {86, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -23286,43 +20506,41 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email3@email.com", + "name": "LEARN MORE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -23334,31 +20552,90 @@ Object { "attributes": Array [], }, }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "oval", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", "display": "block", - "height": "40px", - "left": "12px", + "height": "36px", + "left": "0px", "position": "absolute", - "top": "8px", + "top": "0px", "visibility": "visible", - "width": "40px", + "width": "68px", }, }, - "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", - "edited": false, + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23367,10 +20644,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, + "height": 36, + "width": 68, + "x": 0, + "y": 0, }, "hasClippingMask": false, "isClosed": true, @@ -23380,272 +20657,99 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "mask", + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, "hasCurveTo": true, - "point": "{1, 0.5}", + "point": "{0.97058823529411764, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "email 3", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 3\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "72px", - "visibility": "visible", - "width": "296px", - }, - }, - "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", - "height": 56, - "width": 296, - "x": 0, - "y": 72, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", }, - }, - "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{0.97058823529411764, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", + "curveFrom": "{1, 0.94444444444444442}", "curveMode": 1, - "curveTo": "{1, 0}", + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -23654,18 +20758,33 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "text", @@ -23677,54 +20796,53 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 5, "location": 0, }, ], - "string": "email2@email.com", + "string": "SHARE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "20px", - "left": "72px", + "height": "38px", + "left": "11.5px", "position": "absolute", - "top": "15px", + "top": "10px", "visibility": "visible", - "width": "121px", + "width": "46px", }, }, - "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23733,12 +20851,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 15, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {45, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -23747,43 +20865,41 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email2@email.com", + "name": "SHARE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -23795,164 +20911,8 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, ], - "name": "email 2", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -23960,7 +20920,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -23969,29 +20929,30 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"email 2\\"", + "aria-label=\\"Button\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "72px", + "height": "3px", "left": "0px", "position": "absolute", - "top": "0px", + "top": "250px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -24000,1998 +20961,1264 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", - "height": 72, - "width": 296, + "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", + "height": 3, + "width": 344, "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 250, }, - "hasClickThrough": false, "hasClippingMask": false, + "isClosed": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "72px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 72, - "width": 296, - "x": 0, - "y": 0, + ], + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`VueCodeGenService should match md-components-cards-safari.sketch snapshot for 53 on vue 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 1, - "curveTo": "{0.9932432432432432, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.9932432432432432, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0030405405405404635, 0}", - "curveMode": 4, - "curveTo": "{0.0067567567567567571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0067567567567567571, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.027777777777777776}", - "curveMode": 4, - "curveTo": "{0, 0.012499999999999685}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.012499999999999685}", - "curveMode": 4, - "curveTo": "{1, 0.027777777777777776}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 4, - "curveTo": "{0.99695945945945952, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9932432432432432, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", - ], - "type": "path", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "260px", - "position": "absolute", - "top": "24px", - "visibility": "visible", - "width": "24px", + "position": 0.950255322222858, }, - }, - "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", - "height": 24, - "width": 24, - "x": 260, - "y": 24, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", + "position": 0.2, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "shapeGroup", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "2px", - "position": "absolute", - "top": "2px", - "visibility": "visible", - "width": "20px", + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", + "position": 0, }, - }, - "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", - "height": 20, - "width": 20, - "x": 2, - "y": 2, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", - "height": 20, - "width": 20, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000001, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22500000000000001}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000002}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77500000000000002, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000001, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000002}", - "curveMode": 2, - "curveTo": "{1, 0.22500000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77500000000000002, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", + "position": 0.8, }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "10px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "10px", - }, - }, - "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", - "height": 10, - "width": 10, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 0}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.35999999999999999}", - "curveMode": 1, - "curveTo": "{0.5, 0.35999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.35999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 0}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{0, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.35999999999999999, 0.5}", - "curveMode": 1, - "curveTo": "{0.35999999999999999, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.35999999999999999, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{0, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 1}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.64000000000000001}", - "curveMode": 1, - "curveTo": "{0.5, 0.64000000000000001}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.64000000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 1}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{1, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.64000000000000001, 0.5}", - "curveMode": 1, - "curveTo": "{0.64000000000000001, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.64000000000000001, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", - ], - "type": "path", - }, - ], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "web": Object { - "attributes": Array [], + "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", + "position": 1, }, ], - "name": "Shape", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"shapeGroup\\"", - "aria-label=\\"Shape\\"", - ], - }, - "windingRule": 1, + "to": "{0.5, 1}", }, - ], - "name": "cancel", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"cancel\\"", - ], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 22, - "location": 0, - }, - ], - "string": "primaryemail@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,0.70)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "35px", - "visibility": "visible", - "width": "161px", - }, - }, - "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 161, - "x": 72, - "y": 35, - }, - "glyphBounds": "{{0, 0}, {160, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "primaryemail@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 12, - "location": 0, - }, - ], - "string": "Contact Name", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "24px", - "left": "72px", - "position": "absolute", - "top": "12px", - "visibility": "visible", - "width": "104px", - }, - }, - "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 104, - "x": 72, - "y": 12, - }, - "glyphBounds": "{{0, 0}, {103, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Contact Name", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, + ], + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "40px", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 16, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], + "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", - "endMarkerType": 0, - "miterLimit": 10, + ], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", ], }, }, - ], - "name": "open chip", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"open chip\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { - "scrollOrigin": "{187, 187}", - "zoomValue": 1, - }, - "C3625949-D986-454A-9835-E894A1794432": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`VueCodeGenService should match md-components-date-picker.sketch snapshot for 52 on vue 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", - "name": "Material/Light/Dialog", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", - "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 105, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", - ], - "variant": "NONAPPSTORE", - "version": 112, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "556px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", - }, - }, - "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", - "height": 556, - "width": 320, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 2, - "layers": Array [ Object { - "_class": "shapePath", + "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(0,150,136,1.00)", "display": "block", - "height": "555.999999998099px", - "left": "-0.00000201463535631774px", + "height": "176px", + "left": "0px", "position": "absolute", - "top": "-3.019895302713849e-7px", + "top": "0px", "visibility": "visible", - "width": "320.0000020097797px", + "width": "344px", }, }, - "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", - "edited": true, + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", - "height": 555.999999998099, - "width": 320.0000020097797, - "x": -0.00000201463535631774, - "y": -3.019895302713849e-7, + "height": 176, + "width": 344, + "x": 0, + "y": 0, }, - "hasClippingMask": true, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": true, + "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "dialog bg", + "name": "image placeholder", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "cornerRadius": 0, + "curveFrom": "{0, 0}", "curveMode": 1, - "curveTo": "{1.2468725677856276, 0.75157476876403528}", - "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "curveTo": "{0, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{0.99999999579623011, 1}", + "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "cornerRadius": 0, + "curveFrom": "{0, 1}", "curveMode": 1, - "curveTo": "{0.24954874040058797, 1.2495487419762428}", - "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "curveTo": "{0, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{-7.4954264546158371e-12, 1}", + "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "cornerRadius": 0, + "curveFrom": "{1, 1}", "curveMode": 1, - "curveTo": "{-0.25090333211297938, 0.25000080577825212}", - "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "curveTo": "{1, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "cornerRadius": 0, + "curveFrom": "{1, 0}", "curveMode": 1, - "curveTo": "{0.75044518048476361, -0.25022102273838404}", - "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "curveTo": "{1, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1.0000000000151725, 5.4314714836243111e-10}", + "point": "{1, 0}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, + "fillType": 0, "isEnabled": true, - "position": 1, - "thickness": 0.5, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - ], - "to": "{0.5, 1}", + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "length": 22, + "location": 0, }, ], - "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + "blue": 1, + "green": 1, + "red": 1, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.22, + "alpha": 0.8700000048, "blue": 0, "green": 0, "red": 0, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, }, - ], - "startMarkerType": 0, + "verticalAlignment": 0, + }, "windingRule": 1, }, - "svg": Object { - "offset": 0.5, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"0.5\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", - ], - "type": "path", - }, - ], - }, + "textBehaviour": 1, "web": Object { "attributes": Array [], }, @@ -26003,18 +22230,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "16px", - "left": "172px", + "height": "36px", + "left": "76px", "position": "absolute", - "top": "519px", + "top": "260px", "visibility": "visible", - "width": "114px", + "width": "112px", }, }, - "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26023,11 +22250,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", - "height": 16, - "width": 114, - "x": 172, - "y": 519, + "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -26039,89 +22269,25 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 1, - }, - ], - "string": "OK", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "19px", - "left": "95px", + "height": "36px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "20px", + "width": "112px", }, }, - "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", - "dontSynchroniseWithSymbol": false, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26130,72 +22296,135 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 19, - "width": 20, - "x": 95, + "height": 36, + "width": 112, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {19, 16}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "OK", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", }, - "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", - "endMarkerType": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, @@ -26222,45 +22451,18 @@ Object { "size": 14, }, }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 5, + "length": 10, "location": 0, }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, - }, ], - "string": "CANCEL", + "string": "LEARN MORE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -26271,19 +22473,19 @@ Object { "display": "block", "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "16px", - "left": "0px", + "height": "38px", + "left": "12.5px", "position": "absolute", - "top": "0px", + "top": "10px", "visibility": "visible", - "width": "56px", + "width": "87px", }, }, - "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26292,13 +22494,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", - "height": 16, - "width": 56, - "x": 0, - "y": 0, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {56, 16}}", + "glyphBounds": "{{0, 0}, {86, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -26307,7 +22508,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "CANCEL", + "name": "LEARN MORE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -26315,23 +22516,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -26347,10 +22538,10 @@ Object { "size": 14, }, }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -26364,7 +22555,7 @@ Object { }, }, ], - "name": "ok + cancel", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -26372,7 +22563,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -26381,7 +22572,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"ok + cancel\\"", + "aria-label=\\"Button\\"", ], }, }, @@ -26392,18 +22583,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "199px", - "left": "0px", + "height": "36px", + "left": "8px", "position": "absolute", - "top": "0px", + "top": "260px", "visibility": "visible", - "width": "320px", + "width": "68px", }, }, - "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26412,11 +22603,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", - "height": 199, - "width": 320, - "x": 0, - "y": 0, + "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -26434,19 +22628,19 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "199px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "320px", + "width": "68px", }, }, - "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26455,8 +22649,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 199, - "width": 320, + "height": 36, + "width": 68, "x": 0, "y": 0, }, @@ -26468,191 +22662,99 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "header bg", + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", - "hasCurveFrom": false, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{1, 0.94444444444444442}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24746906759014342, -0.24902547682027013}", - "curveMode": 1, - "curveTo": "{-0.24746906759014342, 0.24902547682027015}", - "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", - "curveMode": 1, - "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", - "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", - "hasCurveFrom": false, + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{0.029411764705882353, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "31.99999999997413px", - "left": "1.060561771737412e-7px", - "position": "absolute", - "top": "2.546585164964199e-11px", - "visibility": "visible", - "width": "319.9999998939438px", + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", }, - }, - "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", - "height": 31.99999999997413, - "width": 319.9999998939438, - "x": 1.060561771737412e-7, - "y": 2.546585164964199e-11, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bar", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", - "curveMode": 1, - "curveTo": "{0.25000000504962155, 1.2500000000002023}", - "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", - "hasCurveFrom": false, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{4.9667651341541571e-09, 1.0000000000000002}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24687257374643226, -0.24842523169513558}", - "curveMode": 1, - "curveTo": "{-0.24687257440928329, 0.24842523169351868}", - "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + "point": "{0.97058823529411764, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2507861404771796, 0.2507861405226906}", - "curveMode": 1, - "curveTo": "{0.74921385952282049, -0.2507861402658404}", - "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.2842510388477008e-10}", + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveFrom": "{1, 0.94444444444444442}", "curveMode": 1, - "curveTo": "{1.2580645141857014, 0.75806451674907216}", - "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 1.0000000000000002}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -26661,27 +22763,14 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.4823529411764705, - "green": 0.5372549019607843, - "red": 0, - }, - "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -26691,8 +22780,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,137,123,1.00)\\"", - "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], "type": "path", }, @@ -26713,15 +22802,15 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 80, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, @@ -26731,34 +22820,34 @@ Object { "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 2, + "length": 5, "location": 0, }, ], - "string": "13", + "string": "SHARE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(255,255,255,1.00)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "80px", - "height": "212px", - "left": "114.5px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "11.5px", "position": "absolute", - "top": "70px", + "top": "10px", "visibility": "visible", - "width": "91px", + "width": "46px", }, }, - "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26767,12 +22856,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 212, - "width": 91, - "x": 114.5, - "y": 70, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {90, 94}}", + "glyphBounds": "{{0, 0}, {45, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -26781,132 +22870,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 6, - "location": 0, - }, - ], - "string": "Friday", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "140.5px", - "position": "absolute", - "top": "7px", - "visibility": "visible", - "width": "39px", - }, - }, - "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 39, - "x": 140.5, - "y": 7, - }, - "glyphBounds": "{{0, 0}, {38, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Friday", + "name": "SHARE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -26914,25 +22878,25 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, @@ -26952,264 +22916,8 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 3, - "location": 0, - }, - ], - "string": "MAR", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "133.5px", - "position": "absolute", - "top": "46px", - "visibility": "visible", - "width": "53px", - }, - }, - "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 53, - "x": 133.5, - "y": 46, - }, - "glyphBounds": "{{0, 0}, {52, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "MAR", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 4, - "location": 0, - }, - ], - "string": "2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "132.5px", - "position": "absolute", - "top": "162px", - "visibility": "visible", - "width": "55px", - }, - }, - "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 55, - "x": 132.5, - "y": 162, - }, - "glyphBounds": "{{0, 0}, {54, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", - "opacity": 0.5423274253731343, - }, - "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, ], - "name": "header", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -27217,7 +22925,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -27226,29 +22934,30 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"header\\"", + "aria-label=\\"Button\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "288px", - "left": "21px", + "height": "3px", + "left": "0px", "position": "absolute", - "top": "211px", + "top": "250px", "visibility": "visible", - "width": "278px", + "width": "344px", }, }, - "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -27257,5673 +22966,44465 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", - "height": 288, - "width": 278, - "x": 21, - "y": 211, + "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", + "height": 3, + "width": 344, + "x": 0, + "y": 250, }, - "hasClickThrough": true, "hasClippingMask": false, + "isClosed": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "34px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", - "height": 14, - "width": 278, - "x": 0, - "y": 34, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + ], + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`VueCodeGenService should match md-components-cards-safari.sketch snapshot for 59 on vue 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "B942A9A6-E496-4B25-A9A9-81AC2108F6C9", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BED55B92-66FF-4E8F-A709-745BAD777E1B", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "M", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", - "height": 14, - "width": 14, - "x": 44, - "y": 0, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "M", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "911371BB-173C-4187-A744-2C860A116095", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "S", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4FBD87AE-A8B3-430F-9AEE-F509FBF7B62E", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", - "height": 14, - "width": 14, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "W", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", - "height": 14, - "width": 14, - "x": 132, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "W", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "T", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", - "height": 14, - "width": 14, - "x": 176, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "F", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", - "height": 14, - "width": 14, - "x": 220, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "F", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FF1343AD-DDEE-42ED-8A8E-5EEB85CA53DC", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "354px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "304px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0.05, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "T", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", - "height": 14, - "width": 14, - "x": 88, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "weekdays", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"weekdays\\"", - ], + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "border-radius": "50%", - "display": "block", - "height": "44px", - "left": "161px", - "position": "absolute", - "top": "143px", - "visibility": "visible", - "width": "44px", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 44, - "width": 44, - "x": 161, - "y": 143, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "selection", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"selection\\"", - ], + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "226px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", }, }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "display": "block", + "height": "176px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 176, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "image placeholder", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "214px", - "left": "0px", - "position": "absolute", - "top": "74px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, - }, - "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", - "height": 214, - "width": 278, - "x": 0, - "y": 74, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "30", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", - "height": 14, - "width": 14, - "x": 0, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "30", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "31", + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", - "height": 14, - "width": 14, - "x": 44, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "31", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "length": 22, + "location": 0, + }, + ], + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "1", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, - "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "76px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", ], - "string": "16", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", - "height": 14, - "width": 14, - "x": 0, - "y": 124, + "type": "path", }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "16", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, }, - "verticalAlignment": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 10, + "location": 0, }, + ], + "string": "LEARN MORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "12.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "87px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "17", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + }, + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {86, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "LEARN MORE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", - "height": 14, - "width": 14, - "x": 44, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "17", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], - "string": "19", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, + "type": "path", }, - "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", - "height": 14, - "width": 14, - "x": 132, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "19", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "20", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", - "height": 14, - "width": 14, - "x": 176, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "20", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, + ], + "string": "SHARE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "11.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "46px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "21", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + }, + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {45, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "SHARE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", - "height": 14, - "width": 14, - "x": 220, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "21", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "22", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", - "height": 14, - "width": 14, - "x": 264, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "22", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "250px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 344, + "x": 0, + "y": 250, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C43A3796-415D-48DC-B7DC-F4DAB0E3D04F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`VueCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 52 on vue 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.05, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "18", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", - "height": 14, - "width": 14, - "x": 88, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "18", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "23", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", - "height": 14, - "width": 14, - "x": 0, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "23", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "24", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", - "height": 14, - "width": 14, - "x": 44, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "24", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "26", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", - "height": 14, - "width": 14, - "x": 132, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "26", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "27", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", - "height": 14, - "width": 14, - "x": 176, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "27", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "28", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0.05, }, - }, - "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", - "height": 14, - "width": 14, - "x": 220, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "28", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "29", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0.2, }, - }, - "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", - "height": 14, - "width": 14, - "x": 264, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "29", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "25", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", - "height": 14, - "width": 14, - "x": 88, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "25", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "13", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + "position": 0.950255322222858, }, - }, - "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", - "height": 14, - "width": 14, - "x": 176, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "9", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", - "height": 14, - "width": 14, - "x": 0, - "y": 84, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "9", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "10", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", - "height": 14, - "width": 14, - "x": 44, - "y": 84, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "10", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "12", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", - "height": 14, - "width": 14, - "x": 132, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "12", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "14", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "length": 3, + "location": 0, }, - "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", - "height": 14, - "width": 14, - "x": 220, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "14", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], - "string": "15", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", - "height": 14, - "width": 14, - "x": 264, - "y": 84, + "type": "path", }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "15", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "11", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", - "height": 14, - "width": 14, - "x": 88, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "11", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`VueCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 53 on vue 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "7", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", - "height": 14, - "width": 14, - "x": 220, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "7", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "2", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", - "height": 14, - "width": 14, - "x": 0, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "3", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", - "height": 14, - "width": 14, - "x": 44, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "3", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "5", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", - "height": 14, - "width": 14, - "x": 132, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "5", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "6", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", - "height": 14, - "width": 14, - "x": 176, - "y": 44, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "6", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "8", + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", - "height": 14, - "width": 14, - "x": 264, - "y": 44, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "8", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`VueCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 59 on vue 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "1FACE5CD-4C60-4C14-BEB5-1AABD8469E9F", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "3380750C-0BB8-4F98-8363-20B02C5282DC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD5B068-1942-4F90-9DAF-E3C2ADD11B60", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5A0185BB-EA56-4FBB-8C2F-A846AE43C2F6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FF036CE5-F1BB-4440-B775-36E64E65026F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "258px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "54D44EEB-920F-4B41-AF72-8DC08E9F4211", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`VueCodeGenService should match md-components-chips-open-chip.sketch snapshot for 52 on vue 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "chip bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{161, 161}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`VueCodeGenService should match md-components-chips-open-chip.sketch snapshot for 53 on vue 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "chip bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{187, 187}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`VueCodeGenService should match md-components-chips-open-chip.sketch snapshot for 59 on vue 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "4A03D0FC-C955-4776-B3BC-49D10D2EC1F8", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "49BFDC6A-22E2-466E-8E43-BDF2E5AAACAC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "51B03871-5B61-4062-857D-E49186F9AC46", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E277DCE4-ADAA-446B-A298-363DE0FA8604", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AD75B14C-A64A-42AD-B14E-D1A5E6A05962", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "18396A61-DA04-41CB-9E7C-D48127DB4EC8", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FAE2BEC9-E60B-4591-A988-BEA3B5B508AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 148px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "234px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "346px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "chip bg", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "maintainScrollPosition": false, + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "07067FE7-93D6-434B-AC60-5A67C2AC90BC", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{213, 213}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`VueCodeGenService should match md-components-date-picker.sketch snapshot for 52 on vue 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`VueCodeGenService should match md-components-date-picker.sketch snapshot for 53 on vue 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`VueCodeGenService should match md-components-date-picker.sketch snapshot for 59 on vue 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "12502ADD-A7A9-4768-B787-016A2A6F9576", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "7B8C8B1E-63AB-49EC-ADA6-091B4FAB2F94", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C9D81A22-4232-4094-83AB-4269D7CF672C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 22px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "94px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "94px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "overflow": "hidden", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3B3CEF08-C0D6-4980-9B05-59D2869A0405", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`VueCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 52 on vue 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "4", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", - "height": 14, - "width": 14, - "x": 88, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "4", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "dates", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dates\\"", - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.8725656703, + "alpha": 0.02, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", + "position": 0.9864078443877551, }, - "length": 10, - "location": 0, - }, - ], - "string": "March 2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "101.5px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "76px", + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", - "height": 16, - "width": 76, - "x": 101.5, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {76, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "March 2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.0490476332782268, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, - }, - "verticalAlignment": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + ], + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", }, ], - "name": "calendar", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"calendar\\"", + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, - ], - "name": "dialog", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dialog\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`VueCodeGenService should match md-components-date-picker.sketch snapshot for 53 on vue 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", - "name": "Material/Light/Dialog", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.04, + "alpha": 0.87, "blue": 0, "green": 0, "red": 0, }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "position": 1, }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "length": 13, + "location": 0, + }, + ], + "string": "Incoming call", }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "556px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", }, - }, - "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", - "height": 556, - "width": 320, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 2, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 15, + "location": 0, + }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "555.999999998099px", - "left": "-0.00000201463535631774px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", "position": "absolute", - "top": "-3.019895302713849e-7px", + "top": "42px", "visibility": "visible", - "width": "320.0000020097797px", + "width": "180px", }, }, - "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", - "edited": true, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -32932,288 +67433,681 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", - "height": 555.999999998099, - "width": 320.0000020097797, - "x": -0.00000201463535631774, - "y": -3.019895302713849e-7, + "height": 32, + "width": 180, + "x": 88, + "y": 42, }, - "hasClippingMask": true, - "isClosed": true, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": true, + "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "dialog bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.75312742380683251, 1.2484252312359647}", - "curveMode": 1, - "curveTo": "{1.2468725677856276, 0.75157476876403528}", - "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.99999999579623011, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", - "curveMode": 1, - "curveTo": "{0.24954874040058797, 1.2495487419762428}", - "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{-7.4954264546158371e-12, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.25090333626656247, -0.25000080578509032}", - "curveMode": 1, - "curveTo": "{-0.25090333211297938, 0.25000080577825212}", - "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2495548195455812, 0.25022102382467826}", - "curveMode": 1, - "curveTo": "{0.75044518048476361, -0.25022102273838404}", - "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1.0000000000151725, 5.4314714836243111e-10}", - }, - ], - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "88px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "81px", + }, + }, + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", + "height": 24, + "width": 81, + "x": 88, + "y": 116, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", + }, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "13.999px", + }, + }, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 13.999, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", }, ], - "to": "{0.5, 1}", + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + ], + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], }, - ], + }, + ], + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, - }, - ], "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 0.5, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"0.5\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", - ], - "type": "path", - }, - ], - }, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], }, }, Object { @@ -33223,18 +68117,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "16px", - "left": "172px", + "height": "24px", + "left": "215px", "position": "absolute", - "top": "519px", + "top": "116px", "visibility": "visible", - "width": "114px", + "width": "88px", }, }, - "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33243,14 +68137,11 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", - "height": 16, - "width": 114, - "x": 172, - "y": 519, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", + "height": 24, + "width": 88, + "x": 215, + "y": 116, }, "hasClickThrough": false, "hasClippingMask": false, @@ -33271,16 +68162,16 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0.5, @@ -33288,9 +68179,11 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 1, + "length": 5, "location": 0, }, Object { @@ -33298,16 +68191,16 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0, @@ -33315,36 +68208,38 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "length": 1, - "location": 1, + "location": 5, }, ], - "string": "OK", + "string": "ANSWER", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", + "color": "rgba(0,0,0,0.54)", "display": "block", "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "19px", - "left": "95px", + "font-size": "13px", + "height": "16px", + "left": "32px", "position": "absolute", - "top": "0px", + "top": "4px", "visibility": "visible", - "width": "20px", + "width": "56px", }, }, - "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33353,12 +68248,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 19, - "width": 20, - "x": 95, - "y": 0, + "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", + "height": 16, + "width": 56, + "x": 32, + "y": 4, }, - "glyphBounds": "{{0, 0}, {19, 16}}", + "glyphBounds": "{{0, 0}, {56, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -33367,7 +68263,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "OK", + "name": "ANSWER", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -33375,36 +68271,26 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0.5, @@ -33412,6 +68298,8 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -33424,170 +68312,430 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, - "length": 5, - "location": 0, }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "3px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": 3, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Imported Layers", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - ], - "string": "CANCEL", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "56px", }, - }, - "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", - "height": 16, - "width": 56, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {56, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "CANCEL", - "nameIsFixed": false, - "resizingConstraint": 47, + ], + "name": "call icon", + "nameIsFixed": true, + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"call icon\\"", + ], }, }, ], - "name": "ok + cancel", + "name": "answer", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -33595,7 +68743,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -33604,29 +68752,565 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"ok + cancel\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", ], }, }, + ], + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`VueCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 53 on vue 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "199px", + "height": "160px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "320px", + "width": "344px", }, }, - "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33635,825 +69319,756 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", - "height": 199, - "width": 320, + "height": 160, + "width": 344, "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "199px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", - }, - }, - "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 199, - "width": 320, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24746906759014342, -0.24902547682027013}", - "curveMode": 1, - "curveTo": "{-0.24746906759014342, 0.24902547682027015}", - "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", - "curveMode": 1, - "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", - "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "31.99999999997413px", - "left": "1.060561771737412e-7px", - "position": "absolute", - "top": "2.546585164964199e-11px", - "visibility": "visible", - "width": "319.9999998939438px", - }, - }, - "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", - "height": 31.99999999997413, - "width": 319.9999998939438, - "x": 1.060561771737412e-7, - "y": 2.546585164964199e-11, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bar", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", - "curveMode": 1, - "curveTo": "{0.25000000504962155, 1.2500000000002023}", - "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{4.9667651341541571e-09, 1.0000000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24687257374643226, -0.24842523169513558}", - "curveMode": 1, - "curveTo": "{-0.24687257440928329, 0.24842523169351868}", - "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2507861404771796, 0.2507861405226906}", - "curveMode": 1, - "curveTo": "{0.74921385952282049, -0.2507861402658404}", - "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.2842510388477008e-10}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74193548581429836, 1.2419354832509284}", - "curveMode": 1, - "curveTo": "{1.2580645141857014, 0.75806451674907216}", - "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.0000000000000002}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.4823529411764705, - "green": 0.5372549019607843, - "red": 0, - }, - "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,137,123,1.00)\\"", - "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, - "length": 2, - "location": 0, - }, - ], - "string": "13", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "80px", - "height": "212px", - "left": "114.5px", - "position": "absolute", - "top": "70px", - "visibility": "visible", - "width": "91px", - }, - }, - "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 212, - "width": 91, - "x": 114.5, - "y": 70, - }, - "glyphBounds": "{{0, 0}, {90, 94}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.95, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", + "position": 0.9864078443877551, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 1, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, + "alpha": 0.2000000029802322, "blue": 1, "green": 1, "red": 1, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "position": 0.0490476332782268, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.2, }, - "length": 6, - "location": 0, - }, - ], - "string": "Friday", + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "140.5px", - "position": "absolute", - "top": "7px", - "visibility": "visible", - "width": "39px", + ], + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, + "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 39, - "x": 140.5, - "y": 7, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "glyphBounds": "{{0, 0}, {38, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Friday", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - "windingRule": 1, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 14, }, - "length": 3, - "location": 0, }, - ], - "string": "MAR", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "133.5px", - "position": "absolute", - "top": "46px", - "visibility": "visible", - "width": "53px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, }, + "length": 13, + "location": 0, }, - "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 53, - "x": 133.5, - "y": 46, - }, - "glyphBounds": "{{0, 0}, {52, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "MAR", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "Incoming call", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", + }, + }, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 24, }, - "length": 4, - "location": 0, }, - ], - "string": "2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "132.5px", - "position": "absolute", - "top": "162px", - "visibility": "visible", - "width": "55px", - }, - }, - "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 55, - "x": 132.5, - "y": 162, - }, - "glyphBounds": "{{0, 0}, {54, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", - "opacity": 0.5423274253731343, - }, - "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "length": 15, + "location": 0, }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", + "position": "absolute", + "top": "42px", + "visibility": "visible", + "width": "180px", }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, + }, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 180, + "x": 88, + "y": 42, + }, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", - ], + "attributes": Array [], }, }, Object { @@ -34463,18 +70078,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "288px", - "left": "21px", + "height": "24px", + "left": "88px", "position": "absolute", - "top": "211px", + "top": "116px", "visibility": "visible", - "width": "278px", + "width": "81px", }, }, - "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -34483,16 +70098,16 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", - "height": 288, - "width": 278, - "x": 21, - "y": 211, + "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", + "height": 24, + "width": 81, + "x": 88, + "y": 116, }, "groupLayout": Object { "_class": "MSImmutableFreeformGroupLayout", }, - "hasClickThrough": true, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -34502,611 +70117,338 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "34px", - "visibility": "visible", - "width": "278px", - }, - }, - "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", - "height": 14, - "width": 278, - "x": 0, - "y": 34, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "M", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", - "height": 14, - "width": 14, - "x": 44, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "M", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "911371BB-173C-4187-A744-2C860A116095", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", - "height": 14, - "width": 14, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "W", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", - "height": 14, - "width": 14, - "x": 132, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "W", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 1, + "location": 5, }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - ], - "string": "T", + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", + "height": "24px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", - "height": 14, - "width": 14, - "x": 176, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "F", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", "height": "14px", - "left": "220px", + "left": "5px", "position": "absolute", - "top": "0px", + "top": "5px", "visibility": "visible", - "width": "14px", + "width": "13.999px", }, }, - "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -35115,250 +70457,620 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", "height": 14, - "width": 14, - "x": 220, - "y": 0, + "width": 13.999, + "x": 5, + "y": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "F", - "nameIsFixed": false, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.5433367301, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + ], + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], + }, + }, + ], + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "215px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", + "height": 24, + "width": 88, + "x": 215, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "S", + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 5, + "location": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "ANSWER", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", + "height": 16, + "width": 56, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "ANSWER", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "height": "24px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", - "dontSynchroniseWithSymbol": false, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", - "height": 14, - "width": 14, - "x": 264, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "T", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", + "height": "18px", + "left": "3px", "position": "absolute", - "top": "0px", + "top": "3px", "visibility": "visible", - "width": "14px", + "width": "18px", }, }, - "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -35367,69 +71079,229 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", - "height": 14, - "width": 14, - "x": 88, - "y": 0, + "height": 18, + "width": 18, + "x": 3, + "y": 3, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", + "name": "Imported Layers", "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.5433367301, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, ], - "name": "weekdays", + "name": "call icon", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -35437,26 +71309,8 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -35464,1375 +71318,2176 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"weekdays\\"", + "aria-label=\\"call icon\\"", ], }, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "border-radius": "50%", - "display": "block", - "height": "44px", - "left": "161px", - "position": "absolute", - "top": "143px", - "visibility": "visible", - "width": "44px", - }, - }, - "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 44, - "width": 44, - "x": 161, - "y": 143, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "selection", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + ], + "name": "answer", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`VueCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 59 on vue 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "D68BDF6C-B753-479E-95BC-A139BDC457D9", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "B31581C1-0A5F-4F6E-8CA6-4AE64984C599", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4DDF8DAE-BAA8-49BD-931C-4977FA79B4DE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "B1396A0F-1D1C-4ECF-BCB7-FEAC24A4A1CA", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F391C9D8-9C3C-451F-8B54-55C386CDEB21", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"selection\\"", - ], + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "501DFA3F-FAB0-4A19-8A58-1E1D8DA547D6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", + }, Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "214px", - "left": "0px", - "position": "absolute", - "top": "74px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", - "height": 214, - "width": 278, - "x": 0, - "y": 74, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "30", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", - "height": 14, - "width": 14, - "x": 0, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "30", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "31", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0.95, }, - }, - "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", - "height": 14, - "width": 14, - "x": 44, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "31", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.9864078443877551, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "1", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0.0490476332782268, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "16", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", - "height": 14, - "width": 14, - "x": 0, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "16", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "17", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", - "height": 14, - "width": 14, - "x": 44, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "17", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "19", + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, - "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", - "height": 14, - "width": 14, - "x": 132, - "y": 124, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Incoming call", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", + }, + }, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "19", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 15, + "location": 0, + }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", + "position": "absolute", + "top": "42px", + "visibility": "visible", + "width": "180px", + }, + }, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 180, + "x": 88, + "y": 42, + }, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "88px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "81px", + }, + }, + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 81, + "x": 88, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "20", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", - "height": 14, - "width": 14, - "x": 176, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "20", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "21", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "length": 1, + "location": 5, }, - "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", - "height": 14, - "width": 14, - "x": 220, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "21", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", + }, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "22", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "124px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", - "height": 14, - "width": 14, - "x": 264, - "y": 124, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "22", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "18", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", "height": "14px", - "left": "88px", + "left": "5px", "position": "absolute", - "top": "124px", + "top": "5px", "visibility": "visible", - "width": "14px", + "width": "13.999px", }, }, - "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -36841,376 +73496,811 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", "height": 14, - "width": 14, - "x": 88, - "y": 124, + "width": 13.999, + "x": 5, + "y": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "18", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "215px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 88, + "x": 215, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, }, - "verticalAlignment": 0, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "23", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "length": 1, + "location": 5, }, - "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", - "height": 14, - "width": 14, - "x": 0, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "23", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "ANSWER", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 56, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "ANSWER", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "24", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "164px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", - "dontSynchroniseWithSymbol": false, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", - "height": 14, - "width": 14, - "x": 44, - "y": 164, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "24", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "26", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "height": "18px", + "left": "3px", "position": "absolute", - "top": "164px", + "top": "3px", "visibility": "visible", - "width": "14px", + "width": "18px", }, }, - "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -37219,947 +74309,1461 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", - "height": 14, - "width": 14, - "x": 132, - "y": 164, + "height": 18, + "width": 18, + "x": 3, + "y": 3, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "26", + "maintainScrollPosition": false, + "name": "Imported Layers", "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + ], + "maintainScrollPosition": false, + "name": "call icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"call icon\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "answer", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 28px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "106px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "106px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "overflow": "hidden", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "27", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", - "height": 14, - "width": 14, - "x": 176, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "27", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2C7E3706-6E18-408D-85F6-CE90C5F8EE44", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": 289, + }, + }, +} +`; + +exports[`VueCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 52 on vue 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "5B57D242-95C3-47E3-BC5E-22376F9F834B", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "FD154772-5D9F-4899-88F9-5124F223C73E", + "name": "Material/Dark/Title", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 20, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/F88D7516-E1DF-48A7-BA35-A0F4EF393BBE", + "_ref_class": "MSImmutablePage", + }, + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/267D6DEC-0F7B-4667-BA1A-1FA1BCA04485", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485": Object { + "artboards": Object { + "85FE2CA3-7BC8-4647-8950-9AB676A1C91A": Object { + "name": "Material/Android/Status bar content", + }, + }, + "name": "Symbols", + }, + "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "2145D356-40E2-4569-95CF-84F00DD9818F", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "BB51E5D5-5BA5-419F-9D6A-49A171E7ED21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7D8CA104-45E8-4835-B4DA-CCAF17E60C45", + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "A94FA51A-099C-4CC1-B1AE-4F3CBFE4B381", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC89A630-0EF2-4276-944C-D7254BED2EF4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8C36F8CD-481B-455B-B132-E7E7E477D5D0", + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", }, + }, + "do_objectID": "D6E225E7-E0FF-41C3-BF62-95BB15DA2258", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9B79BB7B-176C-4CA3-99DC-D5866EA83AB4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "app bar bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "28", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", - "height": 14, - "width": 14, - "x": 220, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "28", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "29", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", - "height": 14, - "width": 14, - "x": 264, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "29", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "25", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", - "height": 14, - "width": 14, - "x": 88, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "25", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "ACEE65BC-1CF2-45E4-9889-621210096AED", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.8274509803921568, + "green": 0.7333333333333334, + "red": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "13", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 4, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - }, - "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", - "height": 14, - "width": 14, - "x": 176, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "windingRule": 1, + "do_objectID": "7E855B0A-CD99-4BC0-9320-25BCD81DE1B0", + "isEnabled": true, + "offsetX": 0, + "offsetY": 4, + "spread": 0, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + Object { + "_class": "shadow", + "blurRadius": 4, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "464524C7-C0E7-414E-8B14-DC85D1E28DCE", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "fill=\\"rgba(0,187,211,1.00)\\"", + "d=\\"M360 0,L 0 0,L 0 128,L 360 128,z\\"", ], - "string": "9", + "type": "path", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "48px", + "left": "0px", + "position": "absolute", + "top": "80px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "DD13F059-6DD2-4413-9C59-5A3ABD7D44D7", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C9CE81BD-C917-48C0-9755-A60CAB214BD0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D025D61C-6D8C-4DEF-9770-3BF04763FB53", + "height": 48, + "width": 360, + "x": 0, + "y": 80, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", + "background-color": "rgba(255,255,255,0.00)", + "box-shadow": "0 0 0 1px rgba(151,151,151,1.00) inset", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", + "height": "48px", "left": "0px", "position": "absolute", - "top": "84px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "360px", }, }, - "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", - "dontSynchroniseWithSymbol": false, + "do_objectID": "B272B09E-BAB6-4010-AE2E-B09CA0800607", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "do_objectID": "9DD7A316-362F-4C9A-BFF3-5AB347DF1433", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", - "height": 14, - "width": 14, + "height": 48, + "width": 360, "x": 0, - "y": 84, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "9", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "10", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - }, - "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", - "height": 14, - "width": 14, - "x": 44, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "10", - "nameIsFixed": false, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "borders": Array [ + Object { + "_class": "border", + "color": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, + "fillType": 0, + "isEnabled": false, + "position": 1, + "thickness": 1, }, - "verticalAlignment": 0, - }, + ], + "do_objectID": "451D43C8-1885-40BE-9887-80738B61DBAA", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], }, }, Object { @@ -38172,53 +75776,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 9, "location": 0, }, ], - "string": "12", + "string": "THE THIRD", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,0.70)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "240px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "do_objectID": "EA8BF223-8245-42D6-AF64-B4A4A529DEBA", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "do_objectID": "440F05BA-2072-4C6B-B78F-6CDF2E0DA718", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38227,13 +75832,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", - "height": 14, - "width": 14, - "x": 132, - "y": 84, + "do_objectID": "65C64BBE-7EA8-4BAA-B6F4-933EB86CA11D", + "height": 16, + "width": 120, + "x": 240, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38242,7 +75847,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "12", + "name": "THE THIRD", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38250,33 +75855,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "do_objectID": "33A4A266-8DB2-45A7-A7E1-2E46C90421B9", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "do_objectID": "4B3B58A2-ADCE-4A57-B0A9-E9F4263044C5", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38298,53 +75904,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 8, "location": 0, }, ], - "string": "14", + "string": "ITEM TWO", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,0.70)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "120px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "do_objectID": "33A046AA-2704-40B5-9DE7-A5F7C8AD52BA", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "do_objectID": "14290AE1-FA35-44A1-B010-6330DB239370", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38353,13 +75960,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", - "height": 14, - "width": 14, - "x": 220, - "y": 84, + "do_objectID": "91542702-E1CB-49DE-AE0B-9145054DB80C", + "height": 16, + "width": 120, + "x": 120, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38368,7 +75975,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "14", + "name": "ITEM TWO", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38376,33 +75983,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "do_objectID": "9578BCCE-56FF-4CD0-A6C2-0A67738FF257", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "do_objectID": "9140AD60-AC75-4423-BD05-4120E3C53D2A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38424,53 +76032,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 7, "location": 0, }, ], - "string": "15", + "string": "NO. ONE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "do_objectID": "2FEE7291-7D60-47B5-AF0C-9794FC70479A", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "do_objectID": "1C8BB07D-4549-4474-85DE-AAC36D4ED7FE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38479,13 +76088,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", - "height": 14, - "width": 14, - "x": 264, - "y": 84, + "do_objectID": "D08C8D43-D4F0-426D-BBE7-5BA4CA030851", + "height": 16, + "width": 120, + "x": 0, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38494,7 +76103,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "15", + "name": "NO. ONE", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38502,33 +76111,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "do_objectID": "E1B0E40B-4579-4740-A63F-6C4231A7DCF8", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "do_objectID": "07FC4EB1-FE4E-4EFB-8BD3-1562B7D69B89", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38541,188 +76151,277 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "11", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", + "background-color": "rgba(255,255,140,1.00)", + "box-shadow": "0px 1px 1.5px 0px rgba(0,0,0,0.12),0px 1px 1px 0px rgba(0,0,0,0.24)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", + "height": "2px", + "left": "0px", "position": "absolute", - "top": "84px", + "top": "46px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0CD5019F-4477-41F0-B7F4-1437084D2FAD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "do_objectID": "9B2FA7EA-E5FC-4F3F-A38A-91AB190DD24E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", - "height": 14, - "width": 14, - "x": 88, - "y": 84, + "height": 2, + "width": 120, + "x": 0, + "y": 46, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "11", - "nameIsFixed": false, + "name": "indicator", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "A14002AC-97A3-482B-A0C5-D44A77B354E6", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 0, + "isEnabled": false, + "position": 1, + "thickness": 1, + }, + ], + "do_objectID": "87D45A0F-6AC3-4D68-8521-AF6E8F85FD82", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5490196078431373, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 1.5, + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 0.12, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "isEnabled": false, + "offsetX": 0, + "offsetY": 1, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 1, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 1, + "spread": 0, }, - "verticalAlignment": 0, - }, + ], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"indicator\\"", + ], }, }, + ], + "name": "tabs", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56450478-45EE-4020-829D-3D7106A99B8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"tabs\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "16px", + "position": "absolute", + "top": "40px", + "visibility": "visible", + "width": "328px", + }, + }, + "do_objectID": "54F2B126-EBC8-42E4-9CCC-6025866EA532", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E919A5D5-7F14-43AB-937D-4AC73AD038A8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1244F84B-12C1-420C-A2BD-58EBC9D323FF", + "height": 24, + "width": 328, + "x": 16, + "y": 40, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "7", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", + "height": "24px", + "left": "316px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "12px", }, }, - "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", - "dontSynchroniseWithSymbol": false, + "do_objectID": "2EAB1189-97C4-4EC1-8CBF-1E24214B7177", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "do_objectID": "B5AE9619-0144-403F-B016-9A1F7F494DC5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38731,317 +76430,686 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", - "height": 14, - "width": 14, - "x": 220, - "y": 44, + "do_objectID": "13FAD583-AC89-4F3A-A6B6-A0CF3DBA26AC", + "height": 24, + "width": 12, + "x": 316, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, - "isFlippedVertical": false, + "isFlippedVertical": true, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "7", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "layers": Array [ + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "4px", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, + }, + "do_objectID": "044E322D-A4FA-476E-8BFB-CB5BD971A007", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "29F06F1B-0927-4D93-BDE8-5828E3184007", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "09DF51C0-DFDA-497B-9205-AB1963FD1154", + "height": 16, + "width": 4, + "x": 3, + "y": 4, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "3B936567-EF75-4459-8908-92C1DA27C1FE", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1F98697-0674-4D9C-A0F6-B7D2C30462F5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0EAD72B-E995-4B23-A15E-81E3ACD60B80", + "height": 4, + "width": 4, + "x": 0, + "y": 12, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77499999999999991}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000009}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 2, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000009}", + "curveMode": 2, + "curveTo": "{0, 0.77499999999999991}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "6px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "5F4D6AE3-A563-4C5E-86C0-66332A65E9B1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0BEF50BC-CCDF-4CDB-BEEE-4CB4FB2CE90D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2CF02168-028C-4296-82F3-C32431ED0BEA", + "height": 4, + "width": 4, + "x": 0, + "y": 6, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000009}", + "curveMode": 2, + "curveTo": "{0, 0.77499999999999991}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77499999999999991}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000009}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "4px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E4AC1434-7A30-45CD-8976-A852E84BBF9A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "313C2770-48E7-45CF-AD51-6CE335D14FEE", + "height": 4, + "width": 4, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22499999999999964}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000036}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000036}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999964}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "length": 1, - "location": 0, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "string": "2", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, }, - }, - "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", - "height": 14, - "width": 14, - "x": 0, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "12px", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + }, + "do_objectID": "E4792B29-BF0E-42DB-95C8-4DDBCAC7798F", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8B85D384-7961-4B39-87B7-A05B22F94D02", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 12, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "946562AE-3059-44F0-8DC3-54BE98B4ACFC", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M12 0,L 0 0,L 0 24,L 12 24,z\\"", + ], + "type": "path", }, - }, - "length": 1, - "location": 0, + ], + }, + "web": Object { + "attributes": Array [], }, - ], - "string": "3", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", }, - }, - "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", - "height": 14, - "width": 14, - "x": 44, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "3", - "nameIsFixed": false, + ], + "name": "more", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "do_objectID": "06EE712E-EDFF-4466-B1D7-A63C20D4C50F", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"more\\"", + ], }, }, Object { @@ -39054,53 +77122,52 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 20, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 1, + "length": 10, "location": 0, }, ], - "string": "5", + "string": "Page Title", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "20px", + "height": "26px", + "left": "56px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "91px", }, }, - "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "do_objectID": "90E271D7-D279-45F2-95DC-47441AC6F11F", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "do_objectID": "BBB1B522-64CF-4563-B8E9-F138ED2B426C", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39109,13 +77176,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", - "height": 14, - "width": 14, - "x": 132, - "y": 44, + "height": 26, + "width": 91, + "x": 56, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {90, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -39124,40 +77190,40 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "5", + "name": "Page Title", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "FD154772-5D9F-4899-88F9-5124F223C73E", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "do_objectID": "E2DF08D7-CE0B-4A04-A46E-02C8D9DC19DD", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "do_objectID": "E92BA203-2A38-4841-BE87-23D9A757DC8A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 20, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -39165,68 +77231,30 @@ Object { }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "6", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A7B39194-67E6-4391-84D0-3590B6A9C8C6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "do_objectID": "C4FDFF6F-90CA-42E5-B4EA-02196E788C67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39235,13 +77263,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", - "height": 14, - "width": 14, - "x": 176, - "y": 44, + "do_objectID": "C1D0BFE2-05CA-4895-8105-DEBC39E206B0", + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -39249,384 +77277,893 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "6", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "798D3C77-B6E0-4D8D-9EF6-ABDC9A4C8B2D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1D1A9FCF-0DAD-4917-B2EA-6CC0D24671C4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "31EF773D-8AEB-4113-BED9-1CB4C1CC4417", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "12px", + "left": "3px", + "position": "absolute", + "top": "6px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "894DE14D-3249-43A6-A9E5-13D74A715EAF", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E9A3EF6-B3AB-4018-A46A-4C09A1B6E2EC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A14A0CC3-5811-4C0B-AB5D-66BABB31C092", + "height": 12, + "width": 18, + "x": 3, + "y": 6, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "02902742-F6CF-47B2-A5EC-DD22510DA7DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A8D67E3B-9CAB-4149-B260-2B85A40190E9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "59305F95-A91C-43CD-BBC5-08B12D2CFEBD", + "height": 2, + "width": 18, + "x": 0, + "y": 10, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 2,L 18 2,L 18 0,L 0 0,L 0 2,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "D6BB75D0-AB30-43EC-B104-7BF224DA30B9", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3E227245-30B1-4F5B-B4D2-B2EC3199D671", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2178831E-0EA9-4B03-B0B6-05303ABBB4B7", + "height": 2, + "width": 18, + "x": 0, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 2,L 18 2,L 18 0,L 0 0,L 0 2,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "18px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "do_objectID": "C6B5B3A2-5CA0-4787-A6F1-47DAFF9CCAB9", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "574554BD-6E97-4715-BD86-7A3FEC2A86BF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4B258FC6-50FA-406A-AFD3-A641D2D0E332", + "height": 2, + "width": 18, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 0,L 0 2,L 18 2,L 18 0,L 0 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "length": 1, - "location": 0, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "string": "8", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, }, - }, - "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", - "height": 14, - "width": 14, - "x": 264, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "8", - "nameIsFixed": false, + ], + "name": "menu", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "do_objectID": "0E6232B9-D813-4EF6-86CD-A008760CB052", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"menu\\"", + ], }, }, + ], + "name": "app bar contents", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CEB14821-8174-404A-B9B3-70B0D89FF07A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"app bar contents\\"", + ], + }, + }, + ], + "name": "app bar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6D2C6775-C00E-459D-BF35-6BF75842EAB0", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"app bar\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "FA4CA9F5-471E-4E2A-9466-D3AE5C74D5E9", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CAF63BAA-809D-4491-BA10-6E6BE6B675F4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "096F6677-3466-4D31-8976-C5099741CC33", + "height": 24, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,166,1.00)", + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "C27B6B4D-AE72-45DB-A433-BCF83BD5FA33", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF88E2C-E6A4-45D7-A3B0-7D665AB5D111", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "status bar bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "4", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", - "height": 14, - "width": 14, - "x": 88, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "4", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "dates", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "do_objectID": "5C253197-535A-49C9-85CC-3D1E6ECC5E36", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.6509803921568628, + "green": 0.5882352941176472, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dates\\"", + "role=\\"rectangle\\"", + "aria-label=\\"status bar bg\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, - }, - ], - "string": "March 2014", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "symbolInstance", "booleanOperation": 0, "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "101.5px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "76px", - }, - }, - "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", - "dontSynchroniseWithSymbol": false, + "do_objectID": "2897CFF8-D7D1-4C1F-B13C-E4DAE67067FA", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "do_objectID": "1E5FD2ED-1738-4855-A83E-3E2986B601A2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39635,69 +78172,41 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", - "height": 16, - "width": 76, - "x": 101.5, + "do_objectID": "139BCC43-36EB-444E-A4E6-44A1B5DA3103", + "height": 24, + "width": 118, + "x": 242, "y": 0, }, - "glyphBounds": "{{0, 0}, {76, 16}}", "hasClippingMask": false, + "horizontalSpacing": 0, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": false, + "isLocked": true, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "March 2014", + "name": "status bar contents", "nameIsFixed": false, - "resizingConstraint": 47, + "overrideValues": Array [], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "scale": 1, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "do_objectID": "4FFF4E6F-61BA-4E30-B769-FC2F51E39F2F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + "symbolID": "080C0EF9-47BD-4900-BB91-42C80173D424", + "verticalSpacing": 0, }, ], - "name": "calendar", + "name": "status bar", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -39705,7 +78214,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "do_objectID": "1804FEE3-D722-4D5E-BD63-2DF8F2DB5FD5", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -39714,12 +78223,12 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"calendar\\"", + "aria-label=\\"status bar\\"", ], }, }, ], - "name": "dialog", + "name": "app bar + status bar", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -39727,7 +78236,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "do_objectID": "807C67B1-1EBA-45A7-AAA4-BF807BDF4729", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -39736,273 +78245,35 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"dialog\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, - }, - "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`VueCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 52 on vue 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, + "aria-label=\\"app bar + status bar\\"", ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "name": "Material/Light/Body 1", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", - "_ref_class": "MSImmutablePage", + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", - "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 105, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "artboards": Object {}, - "name": "Page 1", + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], }, }, - "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", - ], - "variant": "NONAPPSTORE", - "version": 112, - }, - "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "do_objectID": "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -40029,830 +78300,163 @@ Object { "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9941860465116279, 1}", - "curveMode": 4, - "curveTo": "{0.99738372093023264, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9941860465116279, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0026162790697673759, 1}", - "curveMode": 4, - "curveTo": "{0.0058139534883720929, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0058139534883720929, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.98687500000000006}", - "curveMode": 4, - "curveTo": "{0, 0.99437500000000001}", - "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.98750000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.0056250000000000354}", - "curveMode": 4, - "curveTo": "{0, 0.013125000000000008}", - "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058139534883720929, 0}", - "curveMode": 4, - "curveTo": "{0.0026162790697673759, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.0058139534883720929, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99709302325581395, 0}", - "curveMode": 4, - "curveTo": "{0.9938953488372092, 0}", - "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9941860465116279, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99970930232558131, 0.013125000000000008}", - "curveMode": 4, - "curveTo": "{0.99970930232558131, 0.0056250000000000354}", - "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.99437500000000012}", - "curveMode": 1, - "curveTo": "{0.99970930232558131, 0.98687500000000006}", - "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.98750000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", - "position": 0.9864078443877551, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.2000000029802322, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.1, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.0490476332782268, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - ], - "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", - "isEnabled": true, - "offsetX": 0, - "offsetY": 8, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", - "isEnabled": false, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", - "isEnabled": false, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "symbolMaster", + "backgroundColor": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "booleanOperation": 0, + "changeIdentifier": 6, + "clippingMaskMode": 0, + "do_objectID": "85FE2CA3-7BC8-4647-8950-9AB676A1C91A", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 118, + "x": 0, + "y": 0, + }, + "hasBackgroundColor": false, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeBackgroundColorInExport": true, + "includeBackgroundColorInInstance": false, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isFlowHome": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "shapePath", + "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { "display": "block", - "height": "3px", - "left": "88px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "94px", + "top": "0px", "visibility": "visible", - "width": "256px", + "width": "118px", }, }, - "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", - "edited": true, + "do_objectID": "61B8B31F-4531-4223-B67B-9F81955A0731", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", - "height": 3, - "width": 256, - "x": 88, - "y": 94, + "height": 24, + "width": 118, + "x": 0, + "y": 0, }, "hasClippingMask": false, - "isClosed": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "divider", + "name": "bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveFrom": "{0, 0}", "curveMode": 1, - "curveTo": "{0.001953125, 0.48611111111111105}", - "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "curveTo": "{0, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{0, 0.5}", + "point": "{0, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveFrom": "{0, 1}", "curveMode": 1, - "curveTo": "{-0.087891101837158522, 0.6041666666666663}", - "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "curveTo": "{0, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 0.5}", + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 13, - "location": 0, - }, - ], - "string": "Incoming call", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "88px", - "position": "absolute", - "top": "19px", - "visibility": "visible", - "width": "85px", - }, - }, - "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 85, - "x": 88, - "y": 19, - }, - "glyphBounds": "{{0, 0}, {84, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Incoming call", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 15, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "Scott Masterson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "88px", - "position": "absolute", - "top": "42px", - "visibility": "visible", - "width": "180px", - }, - }, - "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 180, - "x": 88, - "y": 42, - }, - "glyphBounds": "{{0, 0}, {177, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Scott Masterson", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, }, Object { @@ -40862,129 +78466,58 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "88px", + "height": "12px", + "left": "8px", "position": "absolute", - "top": "116px", + "top": "6px", "visibility": "visible", - "width": "81px", - }, - }, - "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", - "height": 24, - "width": 81, - "x": 88, - "y": 116, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "IGNORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "width": "16px", + }, + }, + "do_objectID": "0F7636EC-3486-4CC5-99A9-684896927622", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 16, + "x": 8, + "y": 6, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "12px", + "left": "1.70530256582424e-13px", "position": "absolute", - "top": "4px", + "top": "0px", "visibility": "visible", - "width": "50px", + "width": "16px", }, }, - "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", - "dontSynchroniseWithSymbol": false, + "do_objectID": "48C609B3-F9AE-422F-8D11-F6812E58FE3A", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -40993,87 +78526,99 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 16, - "width": 50, - "x": 32, - "y": 4, + "height": 12, + "width": 16, + "x": 1.70530256582424e-13, + "y": 0, }, - "glyphBounds": "{{0, 0}, {49, 16}}", - "hasClippingMask": false, + "hasClippingMask": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Ignore", - "nameIsFixed": false, - "resizingConstraint": 47, + "name": "wifi mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.49999999999999828, 1}", + "curveMode": 1, + "curveTo": "{0.49999999999999828, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.49999999999999828, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 8 12,L 16 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "shapeGroup", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", "height": "24px", - "left": "0px", + "left": "-4.000000000000114px", "position": "absolute", "top": "0px", "visibility": "visible", "width": "24px", }, }, - "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "do_objectID": "287233C0-7413-448D-82F6-AC1AD74EDE8C", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41082,10 +78627,9 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", "height": 24, "width": 24, - "x": 0, + "x": -4.000000000000114, "y": 0, }, "hasClickThrough": false, @@ -41098,44 +78642,398 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "CC5B3585-0E1B-45E9-BF72-0B8BCB2EA440", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22499999999999906, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.7749999999999998}", + "curveMode": 2, + "curveTo": "{0, 0.22500000000000023}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000091, 1}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22500000000000023}", + "curveMode": 2, + "curveTo": "{1, 0.7749999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77500000000000091, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.30)\\"", + "d=\\"M12 0,S 0 5.4, 0 12,S 5.4 24, 12 24,S 24 18.6, 24 12,S 18.6 0, 12 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "3px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "CD540E6A-760E-4F36-8DB5-F793A9F1A479", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": 3, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22222222222222221, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22222222222222221}", + "curveMode": 2, + "curveTo": "{0, 0.77777777777777779}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77777777777777779, 0}", + "curveMode": 2, + "curveTo": "{0.22222222222222221, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77777777777777779}", + "curveMode": 2, + "curveTo": "{1, 0.22222222222222221}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77777777777777779, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.30)\\"", + "d=\\"M9 18,S 0 14, 0 9,S 4 0, 9 0,S 18 4, 18 9,S 14 18, 9 18,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "-1.000000000000114px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "99CA80EA-99CB-4F9D-AE59-61E715C9D579", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": -1.000000000000114, + "y": 3, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { "rules": Object { "display": "block", - "height": "24px", + "height": "18px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "18px", }, }, - "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", - "edited": false, + "do_objectID": "3B0F2CD9-E800-48D8-8695-71CEE8180B3C", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, + "constrainProportions": false, + "height": 18, + "width": 18, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -41143,49 +79041,59 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0.22222222222222221, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "curveFrom": "{0, 0.77777777777777779}", + "curveMode": 2, + "curveTo": "{0, 0.22222222222222221}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "curveFrom": "{0.77777777777777779, 1}", + "curveMode": 2, + "curveTo": "{0.22222222222222221, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", + "curveFrom": "{1, 0.22222222222222221}", + "curveMode": 2, + "curveTo": "{1, 0.77777777777777779}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77777777777777779, 0}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "hasCurveTo": true, + "point": "{0.5, 0}", }, ], "resizingConstraint": 63, @@ -41194,18 +79102,44 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M9 0,S 0 4, 0 9,S 4 18, 9 18,S 18 14, 18 9,S 14 0, 9 0,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "shapePath", @@ -41214,19 +79148,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "14px", - "left": "5px", + "height": "12px", + "left": "3px", "position": "absolute", - "top": "5px", + "top": "3px", "visibility": "visible", - "width": "13.999px", + "width": "12px", }, }, - "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "do_objectID": "B479B32B-CF71-44A5-AF7E-EEA917A2D816", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41235,10 +79168,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 14, - "width": 13.999, - "x": 5, - "y": 5, + "height": 12, + "width": 12, + "x": 3, + "y": 3, }, "hasClippingMask": false, "isClosed": true, @@ -41248,155 +79181,77 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "shape", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.39900000000000002}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.39900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.39900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 0}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{0, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.39895706836202588, 0.5}", - "curveMode": 1, - "curveTo": "{0.39895706836202588, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.39895706836202588, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{0, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 1}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.60099999999999998}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.60099999999999998}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.60099999999999998}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 1}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 1}", - "hasCurveFrom": false, + "curveFrom": "{0.22499999999999906, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0.89906421887277665, 1}", + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{1, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.89900000000000002}", + "curveFrom": "{0, 0.22499999999999906}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000091}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.60104293163797429, 0.5}", - "curveMode": 1, - "curveTo": "{0.60104293163797429, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.60104293163797429, 0.5}", + "curveFrom": "{0.77499999999999625, 0}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{1, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.10099999999999985}", + "curveFrom": "{1, 0.77500000000000091}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999906}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 0}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 0}", + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000568, 1}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 0}", + "hasCurveTo": true, + "point": "{0.5, 1}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", - "opacity": 0.5399999618530273, - }, - "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, "fillType": 0, "isEnabled": true, @@ -41415,8 +79270,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M6 12,S 0 9.3, 0 6,S 2.7 0, 6 0,S 12 2.7, 12 6,S 9.3 12, 6 12,z\\"", ], "type": "path", }, @@ -41427,269 +79282,63 @@ Object { }, }, ], - "name": "ignore icon", - "nameIsFixed": true, + "name": "Shape", + "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore icon\\"", - ], - }, - }, - ], - "name": "ignore", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "215px", - "position": "absolute", - "top": "116px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", - "height": 24, - "width": 88, - "x": 215, - "y": 116, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, + "fills": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "ANSWER", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", - "position": "absolute", - "top": "4px", - "visibility": "visible", - "width": "56px", - }, - }, - "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", - "height": 16, - "width": 56, - "x": 32, - "y": 4, - }, - "glyphBounds": "{{0, 0}, {56, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "ANSWER", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], }, + "windingRule": 1, }, Object { - "_class": "group", + "_class": "shapeGroup", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "0px", + "height": "12px", + "left": "1.999999999999886px", "position": "absolute", - "top": "0px", + "top": "6px", "visibility": "visible", - "width": "24px", + "width": "12px", }, }, - "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "do_objectID": "17E4F2B4-96B0-411A-88F6-61FDC86B6DDE", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41698,11 +79347,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "height": 12, + "width": 12, + "x": 1.999999999999886, + "y": 6, }, "hasClickThrough": false, "hasClippingMask": false, @@ -41714,44 +79362,38 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { "display": "block", - "height": "24px", + "height": "12px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "12px", }, }, - "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", - "edited": false, + "do_objectID": "EE70DE52-A724-4E3D-A42F-CE005CC6DEE5", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, + "constrainProportions": false, + "height": 12, + "width": 12, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -41759,49 +79401,59 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0.22499999999999906, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "curveFrom": "{0, 0.77500000000000091}", + "curveMode": 2, + "curveTo": "{0, 0.22499999999999906}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "curveFrom": "{0.77499999999999625, 1}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", + "curveFrom": "{1, 0.22499999999999906}", + "curveMode": 2, + "curveTo": "{1, 0.77500000000000091}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77500000000000568, 0}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "hasCurveTo": true, + "point": "{0.5, 0}", }, ], "resizingConstraint": 63, @@ -41810,18 +79462,44 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M6 0,S 0 2.7, 0 6,S 2.7 12, 6 12,S 12 9.3, 12 6,S 9.3 0, 6 0,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "shapePath", @@ -41830,19 +79508,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "18px", + "height": "6px", "left": "3px", "position": "absolute", "top": "3px", "visibility": "visible", - "width": "18px", + "width": "6px", }, }, - "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "do_objectID": "BD7374FA-0B5C-49B4-9D33-6515AAA9219E", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41851,8 +79528,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 18, - "width": 18, + "height": 6, + "width": 6, "x": 3, "y": 3, }, @@ -41864,185 +79541,77 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "Imported Layers", + "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.024833333333333336, 0}", - "curveMode": 4, - "curveTo": "{0.055555555555555552, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.055555555555555552, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.57711111111111113}", - "curveMode": 3, - "curveTo": "{0, 0.024833333333333287}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97516666666666674, 1}", - "curveMode": 3, - "curveTo": "{0.42288888888888887, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{1, 0.97516666666666674}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.71933333333333338}", + "curveFrom": "{0.21666666666666856, 1}", "curveMode": 4, - "curveTo": "{1, 0.75}", + "curveTo": "{0.5, 1}", "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0.75}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.87511111111111106, 0.69450000000000001}", - "curveMode": 3, - "curveTo": "{0.97516666666666674, 0.69450000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 0.69450000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74044444444444446, 0.66111111111111109}", - "curveMode": 3, - "curveTo": "{0.80844444444444441, 0.68333333333333324}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.746, 0.66288888888888886}", + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveFrom": "{0, 0.21666666666666856}", "curveMode": 2, - "curveTo": "{0.7346111111111111, 0.66022222222222227}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.72883333333333333, 0.66022222222222227}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.68961111111111117, 0.67649999999999999}", - "curveMode": 4, - "curveTo": "{0.70044444444444443, 0.66566666666666663}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.68961111111111117, 0.67649999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.41000000000000003, 0.71888888888888891}", - "curveMode": 4, - "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "curveTo": "{0, 0.78333333333333144}", "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.56733333333333336, 0.79888888888888887}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.20127777777777778, 0.43300000000000005}", - "curveMode": 4, - "curveTo": "{0.28138888888888886, 0.59027777777777779}", - "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.20127777777777778, 0.43300000000000005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33877777777777784, 0.29516666666666658}", - "curveMode": 4, - "curveTo": "{0.32350000000000001, 0.31038888888888888}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32350000000000001, 0.31038888888888888}", + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.31666666666666671, 0.19149999999999995}", - "curveMode": 3, - "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "curveFrom": "{0.78333333333334088, 0}", + "curveMode": 2, + "curveTo": "{0.21666666666666856, 0}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.33711111111111108, 0.25399999999999995}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.30550000000000005, 0.024833333333333287}", - "curveMode": 3, - "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "curveFrom": "{1, 0.78333333333333144}", + "curveMode": 2, + "curveTo": "{1, 0.21666666666666856}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.30550000000000005, 0.055555555555555552}", + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.25, 0}", + "curveFrom": "{0.5, 1}", "curveMode": 4, - "curveTo": "{0.28066666666666662, 0}", + "curveTo": "{0.78333333333334088, 1}", "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.25, 0}", + "point": "{0.5, 1}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", - "opacity": 0.5399999618530273, - }, - "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, "fillType": 0, "isEnabled": true, @@ -42061,8 +79630,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M3 6,S 0 4.7, 0 3,S 1.3 0, 3 0,S 6 1.3, 6 3,S 4.7 6, 3 6,z\\"", ], "type": "path", }, @@ -42073,604 +79642,229 @@ Object { }, }, ], - "name": "call icon", - "nameIsFixed": true, + "name": "Shape", + "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"call icon\\"", + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", ], }, - }, - ], - "name": "answer", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"answer\\"", - ], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "56px", - "left": "15px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "56px", - }, - }, - "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 56, - "x": 15, - "y": 16, - }, - "hasClippingMask": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "windingRule": 1, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "border-radius": "50%", + "display": "block", + "height": "6px", + "left": "5px", + "position": "absolute", + "top": "9px", + "visibility": "visible", + "width": "6px", + }, + }, + "do_objectID": "D27B5981-CCA7-4D15-BDB6-1307F55D4185", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 6, + "width": 6, + "x": 5, + "y": 9, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Oval", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"Oval\\"", + ], + }, }, ], + "name": "wifi", + "nameIsFixed": true, + "originalObjectID": "0F7636EC-3486-4CC5-99A9-684896927622", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, + "alpha": 1, "blue": 0, "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "heads-up notification", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"heads-up notification\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`VueCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 53 on vue 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "name": "Material/Light/Body 1", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"wifi\\"", + ], + }, + }, Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "160px", - "left": "0px", + "height": "12px", + "left": "34px", "position": "absolute", - "top": "0px", + "top": "6px", "visibility": "visible", - "width": "344px", + "width": "12px", }, }, - "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", - "edited": true, + "do_objectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -42679,756 +79873,668 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 160, - "width": 344, - "x": 0, - "y": 0, + "height": 12, + "width": 12, + "x": 34, + "y": 6, }, + "hasClickThrough": false, "hasClippingMask": false, - "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9941860465116279, 1}", - "curveMode": 4, - "curveTo": "{0.99738372093023264, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9941860465116279, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0026162790697673759, 1}", - "curveMode": 4, - "curveTo": "{0.0058139534883720929, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0058139534883720929, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.98687500000000006}", - "curveMode": 4, - "curveTo": "{0, 0.99437500000000001}", - "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.98750000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.0056250000000000354}", - "curveMode": 4, - "curveTo": "{0, 0.013125000000000008}", - "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058139534883720929, 0}", - "curveMode": 4, - "curveTo": "{0.0026162790697673759, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.0058139534883720929, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99709302325581395, 0}", - "curveMode": 4, - "curveTo": "{0.9938953488372092, 0}", - "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9941860465116279, 0}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99970930232558131, 0.013125000000000008}", - "curveMode": 4, - "curveTo": "{0.99970930232558131, 0.0056250000000000354}", - "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.012500000000000001}", + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "12px", + "left": "-1.13686837721616e-13px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "12px", + }, + }, + "do_objectID": "40BA2EEC-83D4-453D-8478-4F0193497A23", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 12, + "x": -1.13686837721616e-13, + "y": 0, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "reception mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M12 12,L 12 0,L 0 12,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.99437500000000012}", - "curveMode": 1, - "curveTo": "{0.99970930232558131, 0.98687500000000006}", - "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.98750000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", - "position": 0.9864078443877551, - }, - ], - "to": "{0.5, 1}", + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "12px", + "left": "9px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "isEnabled": true, - "position": 1, - "thickness": 1, }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "do_objectID": "D0C86B5E-4173-4729-A3AF-88C232B22652", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 9, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.2000000029802322, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.1, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.0490476332782268, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - ], - "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "12px", + "left": "6px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", - "isEnabled": true, - "offsetX": 0, - "offsetY": 8, - "spread": 0, }, - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "EF62075C-CD4D-4710-991E-3FCE6FB02448", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 6, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "3px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", - "isEnabled": false, - "offsetX": 0, - "offsetY": 2, - "spread": 0, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "8639EA38-59EA-4C41-AC59-E235A01C9985", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 3, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", - "isEnabled": false, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { + "web": Object { "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], - "type": "path", }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "94px", - "visibility": "visible", - "width": "256px", - }, - }, - "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", - "height": 3, - "width": 256, - "x": 88, - "y": 94, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.48611111111111105}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.48611111111111105}", - "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", - "curveMode": 1, - "curveTo": "{-0.087891101837158522, 0.6041666666666663}", - "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", + }, + }, + "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, }, ], + "name": "reception", + "nameIsFixed": true, + "originalObjectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, "fillType": 0, "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 13, - "location": 0, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "string": "Incoming call", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "88px", - "position": "absolute", - "top": "19px", - "visibility": "visible", - "width": "85px", - }, - }, - "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 85, - "x": 88, - "y": 19, - }, - "glyphBounds": "{{0, 0}, {84, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Incoming call", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", - "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 15, - "location": 0, - }, + "role=\\"group\\"", + "aria-label=\\"reception\\"", ], - "string": "Scott Masterson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "88px", - "position": "absolute", - "top": "42px", - "visibility": "visible", - "width": "180px", - }, - }, - "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 180, - "x": 88, - "y": 42, - }, - "glyphBounds": "{{0, 0}, {177, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Scott Masterson", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, }, Object { @@ -43438,18 +80544,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "88px", + "height": "13px", + "left": "60px", "position": "absolute", - "top": "116px", + "top": "5px", "visibility": "visible", - "width": "81px", + "width": "8px", }, }, - "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "do_objectID": "394BBD24-BE18-4203-8A03-D37C48937738", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -43458,14 +80563,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", - "height": 24, - "width": 81, - "x": 88, - "y": 116, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 13, + "width": 8, + "x": 60, + "y": 5, }, "hasClickThrough": false, "hasClippingMask": false, @@ -43477,1222 +80578,871 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "IGNORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "13px", + "left": "-1.13686837721616e-13px", "position": "absolute", - "top": "4px", + "top": "0px", "visibility": "visible", - "width": "50px", + "width": "8px", + }, + }, + "do_objectID": "36B2AC85-DF12-4169-8718-5F3D3C549F84", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 13, + "width": 8, + "x": -1.13686837721616e-13, + "y": 0, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "battery mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.875, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.875, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.875, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.75, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.75, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0}", + "curveMode": 1, + "curveTo": "{0.75, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.75, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 1, + "curveTo": "{0.25, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.25, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.25, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.25, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.049999999999997158, 0.076923076923076927}", + "curveMode": 4, + "curveTo": "{0.125, 0.076923076923076927}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.125, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.15384615384615385}", + "curveMode": 4, + "curveTo": "{0, 0.10769230769230813}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.15384615384615385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.96923076923076878}", + "curveMode": 4, + "curveTo": "{0, 0.92307692307692313}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.92307692307692313}", }, - }, - "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 16, - "width": 50, - "x": 32, - "y": 4, - }, - "glyphBounds": "{{0, 0}, {49, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Ignore", - "nameIsFixed": false, - "resizingConstraint": 47, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.125, 1}", + "curveMode": 4, + "curveTo": "{0.049999999999997158, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.125, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.95000000000000284, 1}", + "curveMode": 4, + "curveTo": "{0.875, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.875, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.92307692307692313}", + "curveMode": 4, + "curveTo": "{1, 0.96923076923076878}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.92307692307692313}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10769230769230813}", + "curveMode": 4, + "curveTo": "{1, 0.15384615384615385}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.15384615384615385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.875, 0.076923076923076927}", + "curveMode": 4, + "curveTo": "{0.95000000000000284, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.875, 0.076923076923076927}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M7 1,L 6 1,L 6 0,L 2 0,L 2 1,S 1 1, 1 1,S 0 1.4, 0 2,S 0 12, 0 12,S 0.4 13, 1 13,S 7 13, 7 13,S 8 12.6, 8 12,S 8 2, 8 2,S 7.6 1, 7 1,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(255,255,255,0.90)", "display": "block", - "height": "24px", + "height": "3px", "left": "0px", "position": "absolute", - "top": "0px", + "top": "10px", "visibility": "visible", - "width": "24px", + "width": "8px", }, }, - "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "do_objectID": "50A264EB-01E5-4A89-91A4-6BC7B6F43B82", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", - "height": 24, - "width": 24, + "height": 3, + "width": 8, "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 10, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "13.999px", - }, - }, - "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 14, - "width": 13.999, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "shape", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.39900000000000002}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.39900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.39900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 0}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{0, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.39895706836202588, 0.5}", - "curveMode": 1, - "curveTo": "{0.39895706836202588, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.39895706836202588, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{0, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 1}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.60099999999999998}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.60099999999999998}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.60099999999999998}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 1}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{1, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.60104293163797429, 0.5}", - "curveMode": 1, - "curveTo": "{0.60104293163797429, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.60104293163797429, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{1, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 0}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", - "opacity": 0.5399999618530273, - }, - "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "ignore icon", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore icon\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], }, }, - ], - "name": "ignore", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "215px", - "position": "absolute", - "top": "116px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", - "height": 24, - "width": 88, - "x": 215, - "y": 116, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "8px", + }, + }, + "do_objectID": "104A5BDF-320D-45A2-9EFB-DA0F9A056E07", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 8, + "x": 0, + "y": 7, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, - "length": 1, - "location": 5, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "string": "ANSWER", + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", + "background-color": "rgba(255,255,255,0.30)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "3px", + "left": "0px", "position": "absolute", "top": "4px", "visibility": "visible", - "width": "56px", + "width": "8px", }, }, - "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "4162C6FB-40B4-4940-AF52-911CB4C18D05", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", - "height": 16, - "width": 56, - "x": 32, + "height": 3, + "width": 8, + "x": 0, "y": 4, }, - "glyphBounds": "{{0, 0}, {56, 16}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "ANSWER", + "name": "Rectangle-path", "nameIsFixed": false, - "resizingConstraint": 47, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "1px", + "visibility": "visible", + "width": "8px", + }, + }, + "do_objectID": "7EEACE8D-CEA3-4118-BA2B-20DA6BB9C643", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 8, + "x": 0, + "y": 1, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(255,255,255,0.30)", "display": "block", - "height": "24px", - "left": "0px", + "height": "1px", + "left": "2px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "4px", }, }, - "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "do_objectID": "B5950202-1A67-4112-84B9-936E5A627174", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", - "height": 24, - "width": 24, - "x": 0, + "height": 1, + "width": 4, + "x": 2, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "18px", - "left": "3px", - "position": "absolute", - "top": "3px", - "visibility": "visible", - "width": "18px", - }, - }, - "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 18, - "width": 18, - "x": 3, - "y": 3, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Imported Layers", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.024833333333333336, 0}", - "curveMode": 4, - "curveTo": "{0.055555555555555552, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.055555555555555552, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.57711111111111113}", - "curveMode": 3, - "curveTo": "{0, 0.024833333333333287}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97516666666666674, 1}", - "curveMode": 3, - "curveTo": "{0.42288888888888887, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{1, 0.97516666666666674}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.71933333333333338}", - "curveMode": 4, - "curveTo": "{1, 0.75}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.75}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.87511111111111106, 0.69450000000000001}", - "curveMode": 3, - "curveTo": "{0.97516666666666674, 0.69450000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 0.69450000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74044444444444446, 0.66111111111111109}", - "curveMode": 3, - "curveTo": "{0.80844444444444441, 0.68333333333333324}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.746, 0.66288888888888886}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.71466666666666667, 0.66022222222222227}", - "curveMode": 2, - "curveTo": "{0.7346111111111111, 0.66022222222222227}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.72883333333333333, 0.66022222222222227}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.68961111111111117, 0.67649999999999999}", - "curveMode": 4, - "curveTo": "{0.70044444444444443, 0.66566666666666663}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.68961111111111117, 0.67649999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.41000000000000003, 0.71888888888888891}", - "curveMode": 4, - "curveTo": "{0.56733333333333336, 0.79888888888888887}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.56733333333333336, 0.79888888888888887}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.20127777777777778, 0.43300000000000005}", - "curveMode": 4, - "curveTo": "{0.28138888888888886, 0.59027777777777779}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.20127777777777778, 0.43300000000000005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33877777777777784, 0.29516666666666658}", - "curveMode": 4, - "curveTo": "{0.32350000000000001, 0.31038888888888888}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32350000000000001, 0.31038888888888888}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.31666666666666671, 0.19149999999999995}", - "curveMode": 3, - "curveTo": "{0.34327777777777779, 0.2732222222222222}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.33711111111111108, 0.25399999999999995}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.30550000000000005, 0.024833333333333287}", - "curveMode": 3, - "curveTo": "{0.30550000000000005, 0.12483333333333332}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.30550000000000005, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.25, 0}", - "curveMode": 4, - "curveTo": "{0.28066666666666662, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.25, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", - "opacity": 0.5399999618530273, - }, - "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "call icon", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"call icon\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], }, - }, - ], - "name": "answer", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", - "endMarkerType": 0, + }, + ], + "name": "battery", + "nameIsFixed": true, + "originalObjectID": "394BBD24-BE18-4203-8A03-D37C48937738", + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -44700,35 +81450,28 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"answer\\"", + "aria-label=\\"battery\\"", ], }, }, Object { - "_class": "oval", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", "display": "block", - "height": "56px", - "left": "15px", + "height": "15px", + "left": "77px", "position": "absolute", - "top": "16px", + "top": "5px", "visibility": "visible", - "width": "56px", + "width": "33px", }, }, - "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", - "edited": false, + "do_objectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -44737,78 +81480,166 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 56, - "width": 56, - "x": 15, - "y": 16, + "height": 15, + "width": 33, + "x": 77, + "y": 5, }, - "hasClippingMask": true, - "isClosed": true, + "hasClickThrough": false, + "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 13, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + ], + "string": "12:30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "black", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "15px", + "left": "2.273736754432321e-13px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "33px", + }, + }, + "do_objectID": "180DADB8-0C0B-40BD-A964-08340D4A7861", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 15, + "width": 33, + "x": 2.273736754432321e-13, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {33, 15}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12:30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 13, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, }, ], + "name": "time", + "nameIsFixed": true, + "originalObjectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.9, + }, "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.26, + "alpha": 1, "blue": 0, "green": 0, "red": 0, @@ -44823,85 +81654,45 @@ Object { ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", + "role=\\"group\\"", + "aria-label=\\"time\\"", ], }, }, ], - "name": "heads-up notification", - "nameIsFixed": true, + "name": "Material/Android/Status bar content", + "nameIsFixed": false, + "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "shouldBreakMaskChain": false, + "shouldBreakMaskChain": true, "style": Object { "_class": "style", - "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, + "symbolID": "080C0EF9-47BD-4900-BB91-42C80173D424", + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"heads-up notification\\"", + "role=\\"symbolMaster\\"", + "aria-label=\\"Material/Android/Status bar content\\"", ], }, }, ], - "name": "Page 1", + "name": "Symbols", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -44923,13 +81714,17 @@ Object { ], "previews": Array [], "user": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "scrollOrigin": "{160, 160}", + "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485": Object { + "scrollOrigin": "{-60, 40}", "zoomValue": 1, }, - "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "5B57D242-95C3-47E3-BC5E-22376F9F834B": Object { "pageListHeight": 110, }, + "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, "document": Object { "pageListCollapsed": 1, "pageListHeight": -1, @@ -44938,13 +81733,15 @@ Object { } `; -exports[`VueCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 52 on vue 1`] = ` +exports[`VueCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 53 on vue 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -45054,19 +81851,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ "Roboto-Regular", @@ -45087,14 +81884,10 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { @@ -45117,6 +81910,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -45165,6 +81961,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -45207,6 +82006,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -45425,6 +82227,9 @@ Object { "x": 0, "y": 80, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46208,6 +83013,9 @@ Object { "x": 16, "y": 40, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46250,6 +83058,9 @@ Object { "x": 316, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46292,6 +83103,9 @@ Object { "x": 3, "y": 4, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47083,6 +83897,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47235,6 +84052,9 @@ Object { "x": 3, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47832,6 +84652,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "isFixedToViewport": false, @@ -48103,6 +84926,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -48146,6 +84972,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasBackgroundColor": false, "hasClickThrough": true, "hasClippingMask": false, @@ -48304,6 +85133,9 @@ Object { "x": 8, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -48446,6 +85278,9 @@ Object { "x": -4.000000000000114, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -48806,6 +85641,9 @@ Object { "x": -1.000000000000114, "y": 3, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -49166,6 +86004,9 @@ Object { "x": 1.999999999999886, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -49692,6 +86533,9 @@ Object { "x": 34, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -50382,6 +87226,9 @@ Object { "x": 60, "y": 5, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -51299,6 +88146,9 @@ Object { "x": 77, "y": 5, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -51480,6 +88330,13 @@ Object { ], "name": "Material/Android/Status bar content", "nameIsFixed": false, + "overrideProperties": Array [ + Object { + "_class": "MSImmutableOverrideProperty", + "canOverride": true, + "overrideName": "180DADB8-0C0B-40BD-A964-08340D4A7861_stringValue", + }, + ], "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, @@ -51536,7 +88393,7 @@ Object { "pageListHeight": 110, }, "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { - "scrollOrigin": "{134, 134}", + "scrollOrigin": "{160, 160}", "zoomValue": 1, }, "document": Object { @@ -51547,7 +88404,7 @@ Object { } `; -exports[`VueCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 53 on vue 1`] = ` +exports[`VueCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 59 on vue 1`] = ` Object { "document": Object { "_class": "document", @@ -51555,6 +88412,8 @@ Object { "_class": "assetCollection", "colorAssets": Array [], "colors": Array [], + "do_objectID": "0FB6DBC2-8E69-447B-B801-1645BB3CCD50", + "exportPresets": Array [], "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { @@ -51565,7 +88424,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "5B57D242-95C3-47E3-BC5E-22376F9F834B", + "do_objectID": "E77B5BBC-BBCC-49BD-AE26-62F8394AB8E2", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -51578,6 +88437,37 @@ Object { "name": "Material/Icon white", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "27C70A2F-DEF7-41B2-963C-C5CAE0286B89", "endMarkerType": 0, "fills": Array [ Object { @@ -51589,7 +88479,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51597,7 +88523,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -51617,8 +88545,42 @@ Object { "name": "Material/Dark/Title", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "990371CA-39D1-4236-8DF5-27DA6896FEFD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -51665,19 +88627,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "59.1", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 121, }, "fonts": Array [ "Roboto-Regular", @@ -51698,10 +88660,10 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 121, }, "pages": Array [ Object { @@ -51760,7 +88722,6 @@ Object { "do_objectID": "2145D356-40E2-4569-95CF-84F00DD9818F", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "BB51E5D5-5BA5-419F-9D6A-49A171E7ED21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51769,7 +88730,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7D8CA104-45E8-4835-B4DA-CCAF17E60C45", "height": 128, "width": 360, "x": 0, @@ -51805,7 +88765,6 @@ Object { "do_objectID": "A94FA51A-099C-4CC1-B1AE-4F3CBFE4B381", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "DC89A630-0EF2-4276-944C-D7254BED2EF4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51814,7 +88773,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "8C36F8CD-481B-455B-B132-E7E7E477D5D0", "height": 128, "width": 360, "x": 0, @@ -51851,7 +88809,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9B79BB7B-176C-4CA3-99DC-D5866EA83AB4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51873,6 +88830,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "app bar bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -51924,6 +88882,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "ACEE65BC-1CF2-45E4-9889-621210096AED", "endMarkerType": 0, "fills": Array [ @@ -51936,7 +88924,43 @@ Object { "green": 0.7333333333333334, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51944,6 +88968,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -51961,7 +88986,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "7E855B0A-CD99-4BC0-9320-25BCD81DE1B0", "isEnabled": true, "offsetX": 0, "offsetY": 4, @@ -51982,7 +89006,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "464524C7-C0E7-414E-8B14-DC85D1E28DCE", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -52026,7 +89049,6 @@ Object { "do_objectID": "DD13F059-6DD2-4413-9C59-5A3ABD7D44D7", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C9CE81BD-C917-48C0-9755-A60CAB214BD0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52035,7 +89057,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D025D61C-6D8C-4DEF-9770-3BF04763FB53", "height": 48, "width": 360, "x": 0, @@ -52059,14 +89080,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 180px rgba(255,255,255,0.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "98px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "410px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.00)", "box-shadow": "0 0 0 1px rgba(151,151,151,1.00) inset", "display": "block", "height": "48px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -52077,7 +89112,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9DD7A316-362F-4C9A-BFF3-5AB347DF1433", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52101,8 +89135,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -52152,6 +89188,22 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -52162,12 +89214,61 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": false, "position": 1, "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "451D43C8-1885-40BE-9887-80738B61DBAA", "endMarkerType": 0, "fills": Array [ @@ -52180,7 +89281,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -52188,7 +89325,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -52256,7 +89395,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "440F05BA-2072-4C6B-B78F-6CDF2E0DA718", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52265,7 +89403,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "65C64BBE-7EA8-4BAA-B6F4-933EB86CA11D", "height": 16, "width": 120, "x": 240, @@ -52280,6 +89417,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "THE THIRD", "nameIsFixed": false, "resizingConstraint": 63, @@ -52288,13 +89426,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "33A4A266-8DB2-45A7-A7E1-2E46C90421B9", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "4B3B58A2-ADCE-4A57-B0A9-E9F4263044C5", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52384,7 +89554,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "14290AE1-FA35-44A1-B010-6330DB239370", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52393,7 +89562,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "91542702-E1CB-49DE-AE0B-9145054DB80C", "height": 16, "width": 120, "x": 120, @@ -52408,6 +89576,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "ITEM TWO", "nameIsFixed": false, "resizingConstraint": 63, @@ -52416,13 +89585,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "9578BCCE-56FF-4CD0-A6C2-0A67738FF257", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9140AD60-AC75-4423-BD05-4120E3C53D2A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52512,7 +89713,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1C8BB07D-4549-4474-85DE-AAC36D4ED7FE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52521,7 +89721,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D08C8D43-D4F0-426D-BBE7-5BA4CA030851", "height": 16, "width": 120, "x": 0, @@ -52536,6 +89735,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "NO. ONE", "nameIsFixed": false, "resizingConstraint": 63, @@ -52544,13 +89744,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "E1B0E40B-4579-4740-A63F-6C4231A7DCF8", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "07FC4EB1-FE4E-4EFB-8BD3-1562B7D69B89", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52589,14 +89821,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 60px rgba(255,255,140,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "52px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "170px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,140,1.00)", "box-shadow": "0px 1px 1.5px 0px rgba(0,0,0,0.12),0px 1px 1px 0px rgba(0,0,0,0.24)", "display": "block", "height": "2px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "46px", "visibility": "visible", @@ -52607,7 +89853,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9B2FA7EA-E5FC-4F3F-A38A-91AB190DD24E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52631,8 +89876,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "indicator", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -52683,6 +89930,22 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -52693,12 +89956,61 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": false, "position": 1, "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "87D45A0F-6AC3-4D68-8521-AF6E8F85FD82", "endMarkerType": 0, "fills": Array [ @@ -52711,7 +90023,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -52719,6 +90067,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -52773,6 +90122,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "tabs", "nameIsFixed": true, "resizingConstraint": 63, @@ -52781,9 +90131,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "56450478-45EE-4020-829D-3D7106A99B8C", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -52812,7 +90195,6 @@ Object { "do_objectID": "54F2B126-EBC8-42E4-9CCC-6025866EA532", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E919A5D5-7F14-43AB-937D-4AC73AD038A8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52821,7 +90203,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1244F84B-12C1-420C-A2BD-58EBC9D323FF", "height": 24, "width": 328, "x": 16, @@ -52857,7 +90238,6 @@ Object { "do_objectID": "2EAB1189-97C4-4EC1-8CBF-1E24214B7177", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B5AE9619-0144-403F-B016-9A1F7F494DC5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52866,7 +90246,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "13FAD583-AC89-4F3A-A6B6-A0CF3DBA26AC", "height": 24, "width": 12, "x": 316, @@ -52902,7 +90281,6 @@ Object { "do_objectID": "044E322D-A4FA-476E-8BFB-CB5BD971A007", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "29F06F1B-0927-4D93-BDE8-5828E3184007", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52911,7 +90289,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "09DF51C0-DFDA-497B-9205-AB1963FD1154", "height": 16, "width": 4, "x": 3, @@ -52948,7 +90325,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1F98697-0674-4D9C-A0F6-B7D2C30462F5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52957,7 +90333,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0EAD72B-E995-4B23-A15E-81E3ACD60B80", "height": 4, "width": 4, "x": 0, @@ -52971,6 +90346,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53032,6 +90408,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53044,7 +90450,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53052,7 +90494,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53091,7 +90535,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0BEF50BC-CCDF-4CDB-BEEE-4CB4FB2CE90D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53100,7 +90543,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2CF02168-028C-4296-82F3-C32431ED0BEA", "height": 4, "width": 4, "x": 0, @@ -53114,6 +90556,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53175,149 +90618,246 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "4px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "4px", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 4, + "width": 4, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22499999999999964}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000036}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000036}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999964}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - }, - "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E4AC1434-7A30-45CD-8976-A852E84BBF9A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "313C2770-48E7-45CF-AD51-6CE335D14FEE", - "height": 4, - "width": 4, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000009, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22499999999999964}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000036}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77499999999999991, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000009, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000036}", - "curveMode": 2, - "curveTo": "{1, 0.22499999999999964}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77499999999999991, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53330,7 +90870,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53338,7 +90914,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53359,6 +90937,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -53368,6 +90947,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53380,7 +90989,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53388,7 +91033,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53419,7 +91066,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8B85D384-7961-4B39-87B7-A05B22F94D02", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53441,6 +91087,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53492,9 +91139,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "946562AE-3059-44F0-8DC3-54BE98B4ACFC", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53515,6 +91195,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "more", "nameIsFixed": true, "resizingConstraint": 63, @@ -53523,6 +91204,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "06EE712E-EDFF-4466-B1D7-A63C20D4C50F", "endMarkerType": 0, "fills": Array [ @@ -53535,7 +91246,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53543,7 +91290,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53609,7 +91358,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "BBB1B522-64CF-4563-B8E9-F138ED2B426C", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53632,6 +91380,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "Page Title", "nameIsFixed": false, "resizingConstraint": 47, @@ -53641,13 +91390,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "E2DF08D7-CE0B-4A04-A46E-02C8D9DC19DD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "E92BA203-2A38-4841-BE87-23D9A757DC8A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -53696,7 +91477,6 @@ Object { "do_objectID": "A7B39194-67E6-4391-84D0-3590B6A9C8C6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C4FDFF6F-90CA-42E5-B4EA-02196E788C67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53705,7 +91485,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C1D0BFE2-05CA-4895-8105-DEBC39E206B0", "height": 24, "width": 24, "x": 0, @@ -53745,7 +91524,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1D1A9FCF-0DAD-4917-B2EA-6CC0D24671C4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53769,8 +91547,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -53820,9 +91600,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "31EF773D-8AEB-4113-BED9-1CB4C1CC4417", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53851,7 +91664,6 @@ Object { "do_objectID": "894DE14D-3249-43A6-A9E5-13D74A715EAF", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5E9A3EF6-B3AB-4018-A46A-4C09A1B6E2EC", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53860,7 +91672,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A14A0CC3-5811-4C0B-AB5D-66BABB31C092", "height": 12, "width": 18, "x": 3, @@ -53897,7 +91708,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "A8D67E3B-9CAB-4149-B260-2B85A40190E9", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53906,7 +91716,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "59305F95-A91C-43CD-BBC5-08B12D2CFEBD", "height": 2, "width": 18, "x": 0, @@ -53920,6 +91729,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53981,6 +91791,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -53993,7 +91833,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54001,7 +91877,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54040,7 +91918,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3E227245-30B1-4F5B-B4D2-B2EC3199D671", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54049,7 +91926,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2178831E-0EA9-4B03-B0B6-05303ABBB4B7", "height": 2, "width": 18, "x": 0, @@ -54063,6 +91939,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -54124,6 +92001,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54136,7 +92043,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54144,7 +92087,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54183,7 +92128,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "574554BD-6E97-4715-BD86-7A3FEC2A86BF", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54192,7 +92136,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "4B258FC6-50FA-406A-AFD3-A641D2D0E332", "height": 2, "width": 18, "x": 0, @@ -54206,6 +92149,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -54267,6 +92211,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54279,7 +92253,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54287,7 +92297,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54308,6 +92320,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -54317,6 +92330,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54329,7 +92372,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54337,7 +92416,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54350,6 +92431,7 @@ Object { "windingRule": 1, }, ], + "maintainScrollPosition": false, "name": "menu", "nameIsFixed": true, "resizingConstraint": 63, @@ -54358,6 +92440,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "0E6232B9-D813-4EF6-86CD-A008760CB052", "endMarkerType": 0, "fills": Array [ @@ -54370,7 +92482,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54378,7 +92526,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54390,6 +92540,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar contents", "nameIsFixed": true, "resizingConstraint": 63, @@ -54398,9 +92549,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "CEB14821-8174-404A-B9B3-70B0D89FF07A", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54412,6 +92596,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54420,9 +92605,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "6D2C6775-C00E-459D-BF35-6BF75842EAB0", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54451,7 +92669,6 @@ Object { "do_objectID": "FA4CA9F5-471E-4E2A-9466-D3AE5C74D5E9", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CAF63BAA-809D-4491-BA10-6E6BE6B675F4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54460,7 +92677,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "096F6677-3466-4D31-8976-C5099741CC33", "height": 24, "width": 360, "x": 0, @@ -54484,13 +92700,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 180px rgba(0,150,166,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "74px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "410px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(0,150,166,1.00)", "display": "block", "height": "24px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -54501,7 +92731,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7FF88E2C-E6A4-45D7-A3B0-7D665AB5D111", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54525,8 +92754,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "status bar bg", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -54576,6 +92807,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "5C253197-535A-49C9-85CC-3D1E6ECC5E36", "endMarkerType": 0, "fills": Array [ @@ -54588,7 +92849,43 @@ Object { "green": 0.5882352941176472, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54596,7 +92893,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54614,7 +92913,6 @@ Object { "do_objectID": "2897CFF8-D7D1-4C1F-B13C-E4DAE67067FA", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1E5FD2ED-1738-4855-A83E-3E2986B601A2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54623,7 +92921,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "139BCC43-36EB-444E-A4E6-44A1B5DA3103", "height": 24, "width": 118, "x": 242, @@ -54637,6 +92934,7 @@ Object { "isLocked": true, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "status bar contents", "nameIsFixed": false, "overrideValues": Array [], @@ -54647,9 +92945,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "4FFF4E6F-61BA-4E30-B769-FC2F51E39F2F", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54657,6 +92988,7 @@ Object { "verticalSpacing": 0, }, ], + "maintainScrollPosition": false, "name": "status bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54665,9 +92997,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "1804FEE3-D722-4D5E-BD63-2DF8F2DB5FD5", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54679,6 +93044,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar + status bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54687,9 +93053,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "807C67B1-1EBA-45A7-AAA4-BF807BDF4729", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54701,6 +93100,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -54709,8 +93109,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "425882D9-8A7F-4789-BDC1-5B95332270BD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54760,6 +93194,7 @@ Object { "layers": Array [ Object { "_class": "symbolMaster", + "allowsOverrides": true, "backgroundColor": Object { "_class": "color", "alpha": 1, @@ -54853,8 +93288,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -54904,8 +93341,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "16D5846F-E801-40A5-A66C-9856E8991587", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54999,6 +93470,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "wifi mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -55040,8 +93512,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9EA07FE4-7266-4D17-9AB1-4D9A85003E24", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55144,6 +93650,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55205,6 +93712,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "207F3F7C-A186-4692-B6F7-2F22ADB65331", "endMarkerType": 0, "fills": Array [ Object { @@ -55216,7 +93754,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55224,7 +93798,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55284,6 +93860,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55345,6 +93922,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ED8C40E5-7B97-467B-9FBA-E384B5A1EF08", "endMarkerType": 0, "fills": Array [ Object { @@ -55356,7 +93964,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55364,7 +94008,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55385,6 +94031,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -55393,6 +94040,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "633BB062-4F01-4615-BCEB-FD9F241E3F9D", "endMarkerType": 0, "fills": Array [ Object { @@ -55404,7 +94082,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55412,7 +94126,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55507,6 +94223,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55568,6 +94285,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "01493057-AA98-4FFB-B444-C91DA4A72D69", "endMarkerType": 0, "fills": Array [ Object { @@ -55579,7 +94327,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55587,7 +94371,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55647,6 +94433,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55708,6 +94495,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "747BF648-4668-4BBC-9B4E-6F1BFA0FCAD8", "endMarkerType": 0, "fills": Array [ Object { @@ -55719,7 +94537,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55727,7 +94581,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55748,6 +94604,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -55756,6 +94613,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D46A94B6-197C-4FB0-9568-F6533089E7D3", "endMarkerType": 0, "fills": Array [ Object { @@ -55767,7 +94655,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55775,7 +94699,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55870,6 +94796,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55931,6 +94858,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "07F598E6-F6BC-462F-B7B1-066CB2DD4FD1", "endMarkerType": 0, "fills": Array [ Object { @@ -55942,7 +94900,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55950,7 +94944,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56010,6 +95006,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -56071,6 +95068,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C2D8F30B-8A91-4590-B744-F52909B3B514", "endMarkerType": 0, "fills": Array [ Object { @@ -56082,7 +95110,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56090,7 +95154,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56111,6 +95177,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -56119,6 +95186,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DAFEC00D-06AE-41BB-8B9A-809963A5EAB6", "endMarkerType": 0, "fills": Array [ Object { @@ -56130,7 +95228,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56138,7 +95272,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56156,14 +95292,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 3px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "56px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "56px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "border-radius": "50%", "display": "block", "height": "6px", "left": "5px", + "overflow": "hidden", "position": "absolute", "top": "9px", "visibility": "visible", @@ -56195,6 +95345,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Oval", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -56246,6 +95397,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "78FF238D-9541-41A3-8F84-47EE681F7DBA", "endMarkerType": 0, "fills": Array [ Object { @@ -56257,7 +95439,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56265,7 +95483,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56277,6 +95497,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "wifi", "nameIsFixed": true, "originalObjectID": "0F7636EC-3486-4CC5-99A9-684896927622", @@ -56286,6 +95507,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2AB52446-9354-4AC2-81A0-ECBBD0F78459", "endMarkerType": 0, "fills": Array [ Object { @@ -56297,7 +95549,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56305,7 +95593,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56399,6 +95689,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "reception mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -56440,8 +95731,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C18AFE15-E9B9-4E3E-9A97-B7DC1987FB3D", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56467,13 +95792,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "12px", "left": "9px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56507,8 +95846,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56558,6 +95899,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "84E1F9EE-314E-46F5-A41B-09F70C022501", "endMarkerType": 0, "fills": Array [ Object { @@ -56569,7 +95941,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56577,7 +95985,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56594,13 +96004,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "12px", "left": "6px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56634,8 +96058,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56685,6 +96111,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DC2F89AB-5291-412D-88F1-403422F66E22", "endMarkerType": 0, "fills": Array [ Object { @@ -56696,7 +96153,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56704,7 +96197,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56721,13 +96216,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "12px", "left": "3px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56761,8 +96270,222 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Rectangle-path", + "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D1FD5EC3-72EE-4F72-B970-B7AF1B6E2F6F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", + }, + }, + "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56812,133 +96535,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.9, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"Rectangle-path\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(255,255,255,0.90)", - "display": "block", - "height": "12px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "3px", - }, - }, - "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 12, - "width": 3, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Rectangle-path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", + "do_objectID": "136EE959-007D-41D3-B0C1-8938386FADCD", "endMarkerType": 0, "fills": Array [ Object { @@ -56950,7 +96577,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56958,7 +96621,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56970,6 +96635,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "reception", "nameIsFixed": true, "originalObjectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", @@ -56979,6 +96645,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3F0D2CAD-8A47-471C-9154-23FB2F68AFB8", "endMarkerType": 0, "fills": Array [ Object { @@ -56990,7 +96687,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56998,7 +96731,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57092,6 +96827,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "battery mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -57233,8 +96969,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C9A935A7-ADA0-4B4D-92F2-4938BEAA5E2D", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57260,13 +97030,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "10px", "visibility": "visible", @@ -57300,8 +97084,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57351,6 +97137,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7C76E4ED-F9CB-455D-AD9C-2816AAF3E6DE", "endMarkerType": 0, "fills": Array [ Object { @@ -57362,7 +97179,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57370,7 +97223,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57387,13 +97242,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "7px", "visibility": "visible", @@ -57427,8 +97296,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57478,6 +97349,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "88E9FB48-6A96-444E-A384-497859BAF1D3", "endMarkerType": 0, "fills": Array [ Object { @@ -57489,7 +97391,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57497,7 +97435,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57514,13 +97454,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "4px", "visibility": "visible", @@ -57554,8 +97508,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57605,6 +97561,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AA9666DD-FA8E-4B02-88AF-DA777F73169F", "endMarkerType": 0, "fills": Array [ Object { @@ -57616,7 +97603,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57624,7 +97647,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57641,13 +97666,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "1px", "visibility": "visible", @@ -57681,8 +97720,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57732,6 +97773,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F2A609A7-8117-42F0-A587-21510D054997", "endMarkerType": 0, "fills": Array [ Object { @@ -57743,7 +97815,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57751,7 +97859,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57768,13 +97878,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 2px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "51px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "54px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "1px", "left": "2px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -57808,8 +97932,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57859,6 +97985,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F731A3DE-3FB6-47A2-9EAD-3D557D62F212", "endMarkerType": 0, "fills": Array [ Object { @@ -57870,7 +98027,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57878,7 +98071,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57890,6 +98085,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "battery", "nameIsFixed": true, "originalObjectID": "394BBD24-BE18-4203-8A03-D37C48937738", @@ -57899,6 +98095,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "953ABBE9-32A5-4B5B-82B6-1CDCCAEA218E", "endMarkerType": 0, "fills": Array [ Object { @@ -57910,7 +98137,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57918,7 +98181,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58042,6 +98307,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "12:30", "nameIsFixed": false, "resizingConstraint": 63, @@ -58050,6 +98316,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7EB19CE4-A958-42FA-BE57-CBC6CEEB413A", "endMarkerType": 0, "fills": Array [ Object { @@ -58061,7 +98358,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -58069,7 +98402,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -58097,6 +98432,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "time", "nameIsFixed": true, "originalObjectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", @@ -58106,11 +98442,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 0.9, }, + "do_objectID": "C0CD5027-0BD9-4D15-85D7-E49DDC42A675", "endMarkerType": 0, "fills": Array [ Object { @@ -58122,7 +98484,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -58130,7 +98528,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58142,6 +98542,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Material/Android/Status bar content", "nameIsFixed": false, "overrideProperties": Array [ @@ -58151,6 +98552,7 @@ Object { "overrideName": "180DADB8-0C0B-40BD-A964-08340D4A7861_stringValue", }, ], + "presetDictionary": Object {}, "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, @@ -58158,8 +98560,42 @@ Object { "shouldBreakMaskChain": true, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3D897CB1-1358-4576-831E-CB624B39BC23", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58177,6 +98613,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Symbols", "nameIsFixed": false, "resizingConstraint": 63, @@ -58185,8 +98622,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "580F243F-C85F-4ADD-82C3-92BA90AD8437", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58207,7 +98678,7 @@ Object { "pageListHeight": 110, }, "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, "document": Object { diff --git a/projects/web-codegen/src/lib/__snapshots__/web-codegen.service.spec.ts.snap b/projects/web-codegen/src/lib/__snapshots__/web-codegen.service.spec.ts.snap index 5d3e6acca..f173be4b5 100644 --- a/projects/web-codegen/src/lib/__snapshots__/web-codegen.service.spec.ts.snap +++ b/projects/web-codegen/src/lib/__snapshots__/web-codegen.service.spec.ts.snap @@ -2007,13 +2007,17 @@ Object { } `; -exports[`WebCodeGenService should match md-components-buttons-lights.sketch snapshot for 52 on web 1`] = ` +exports[`WebCodeGenService should match md-components-buttons-fabs-light.sketch snapshot for 59 on web 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "do_objectID": "3C9A0FC2-9C25-44D7-B6E9-2A68271FEAE3", + "exportPresets": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -2023,13 +2027,113 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D", + "do_objectID": "07940257-BA95-49BD-B375-6EE1414E8D4D", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], "layerStyles": Object { "_class": "sharedStyleContainer", - "objects": Array [], + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2DEC6056-D4A8-4EE3-93E6-B46AD450B6BC", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "82E576EC-8FF4-47FD-BBF8-276D3E80CC8E", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], }, "layerSymbols": Object { "_class": "symbolContainer", @@ -2042,52 +2146,46 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "_ref": "pages/06732C75-3171-4248-9998-E4DCDB514056", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 121, }, - "fonts": Array [ - "Roboto-Medium", - ], + "fonts": Array [], "pagesAndArtboards": Object { - "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "06732C75-3171-4248-9998-E4DCDB514056": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "do_objectID": "06732C75-3171-4248-9998-E4DCDB514056", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -2103,6 +2201,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -2125,18 +2226,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "36px", + "height": "56px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "94px", + "width": "56px", }, }, - "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", + "do_objectID": "9F8AC6A1-F4A4-422B-A677-30C517A1A9ED", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2817D758-4D6F-44B3-A3B2-5D58193F7253", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -2145,12 +2245,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "35D18917-4257-43AD-BC71-DD8B0CFD9910", - "height": 36, - "width": 94, + "height": 56, + "width": 56, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -2161,46 +2263,58 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "oval", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 28px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "106px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "106px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(0,150,136,1.00)", - "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "border-radius": "50%", + "box-shadow": "0px 14px 14px 0px rgba(0,0,0,0.24),0px 0px 14px 0px rgba(0,0,0,0.12),0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "36px", + "height": "56px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "94px", + "width": "56px", }, }, - "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", + "do_objectID": "2B0A10B9-981F-4000-8E2E-2BDD9F30C8E6", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F95DBC43-E22E-48EE-84C3-BFF761BF5FF0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 2, "frame": Object { "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 94, + "constrainProportions": true, + "height": 56, + "width": 56, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -2208,49 +2322,50 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "button bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, ], "resizingConstraint": 63, @@ -2259,37 +2374,38 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", - "endMarkerType": 0, - "fills": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "blue": 0, + "green": 0, "red": 0, }, - "do_objectID": "518A65E4-7447-46E4-8E6D-2500863E0FEE", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "do_objectID": "441BA153-38D1-4932-89DB-A7E0FA4BF10E", - "fillType": 0, + "fillType": 1, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -2300,10 +2416,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.2, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, "position": 0, }, @@ -2311,7 +2427,18 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, "blue": 0, "green": 0, "red": 0, @@ -2319,24 +2446,27 @@ Object { "position": 1, }, ], - "to": "{0.5, 1}", + "to": "{0.5, 0.99021444515306123}", }, - "isEnabled": false, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 0.2000000029802322, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - "fillType": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -2347,7 +2477,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 0.12, "blue": 1, "green": 1, "red": 1, @@ -2358,30 +2488,61 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.06, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, "position": 1, }, ], "to": "{0.5, 1}", }, - "isEnabled": false, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "94F9F8A1-AEFC-4EAB-BC5F-96090A7EFAAF", + "endMarkerType": 0, + "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.1, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, "fillType": 0, "gradient": Object { @@ -2394,7 +2555,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 1, "blue": 1, "green": 1, "red": 1, @@ -2405,7 +2566,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 1, "blue": 0, "green": 0, "red": 0, @@ -2415,18 +2576,19 @@ Object { ], "to": "{0.5, 1}", }, - "isEnabled": false, + "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, "patternFillType": 0, "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { "_class": "shadow", - "blurRadius": 8, + "blurRadius": 14, "color": Object { "_class": "color", "alpha": 0.2376019021739131, @@ -2441,12 +2603,12 @@ Object { }, "isEnabled": false, "offsetX": 0, - "offsetY": 8, + "offsetY": 14, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 8, + "blurRadius": 14, "color": Object { "_class": "color", "alpha": 0.12, @@ -2466,7 +2628,7 @@ Object { }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.24, @@ -2481,12 +2643,12 @@ Object { }, "isEnabled": true, "offsetX": 0, - "offsetY": 2, + "offsetY": 8, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.12, @@ -2510,97 +2672,29 @@ Object { }, "web": Object { "attributes": Array [ - "role=\\"rectangle\\"", + "role=\\"oval\\"", "aria-label=\\"button bg\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "NORMAL", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "16.5px", + "height": "24px", + "left": "16px", "position": "absolute", - "top": "10px", + "top": "16px", "visibility": "visible", - "width": "61px", + "width": "24px", }, }, - "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", - "dontSynchroniseWithSymbol": false, + "do_objectID": "31DE405C-40EA-4542-9157-77FDF05E4CF7", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "81E4C18A-C5B1-4FCD-A4EC-F507E67A763E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -2609,13 +2703,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C77760CF-EB51-4E10-B303-70D70714C011", - "height": 16, - "width": 61, - "x": 16.5, - "y": 10, + "height": 24, + "width": 24, + "x": 16, + "y": 16, }, - "glyphBounds": "{{0, 0}, {61, 16}}", + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -2623,77 +2719,612 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NORMAL", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CFA250F8-ABC2-487A-9323-8BBD10C0BFAD", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, + "do_objectID": "4B044FF4-ABB5-4B8D-947B-F6DA47EEA22F", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ECC1178A-3EEF-42C8-827B-B6C79CE429AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "95323268-06B8-47A3-9C1E-841E1D3AD72B", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{1, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 1}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 1}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{1, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{1, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.42857142857142855}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2DEC6056-D4A8-4EE3-93E6-B46AD450B6BC", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E402A47E-CCFA-4061-96E5-361F20410BD4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M14 6,L 8 6,L 8 0,L 6 0,L 6 6,L 0 6,L 0 8,L 6 8,L 6 14,L 8 14,L 8 8,L 14 8,L 14 6,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "add", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7E088BE-F829-42B5-99DB-5E12CD9E02A6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"add\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "fab", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "016AD96A-E9C8-4EC3-A372-D87BDA49078B", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"button\\"", + "aria-label=\\"fab\\"", ], }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -2702,8 +3333,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "278171CB-6472-4F87-A815-3E3C593D515A", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -2716,11 +3381,11 @@ Object { ], "previews": Array [], "user": Object { - "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { - "scrollOrigin": "{134, 134}", + "06732C75-3171-4248-9998-E4DCDB514056": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, - "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { + "E516E877-5092-41C7-92B9-C9E0EDE398FA": Object { "pageListHeight": 110, }, "document": Object { @@ -2731,15 +3396,13 @@ Object { } `; -exports[`WebCodeGenService should match md-components-buttons-lights.sketch snapshot for 53 on web 1`] = ` +exports[`WebCodeGenService should match md-components-buttons-lights.sketch snapshot for 52 on web 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", - "colorAssets": Array [], "colors": Array [], - "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -2775,19 +3438,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 105, }, "fonts": Array [ "Roboto-Medium", @@ -2799,10 +3462,14 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { @@ -2825,9 +3492,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -2876,9 +3540,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -3445,7 +4106,7 @@ Object { "previews": Array [], "user": Object { "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{134, 134}", "zoomValue": 1, }, "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { @@ -3459,13 +4120,15 @@ Object { } `; -exports[`WebCodeGenService should match md-components-cards-homes.sketch snapshot for 52 on web 1`] = ` +exports[`WebCodeGenService should match md-components-buttons-lights.sketch snapshot for 53 on web 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -3475,257 +4138,13 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", + "do_objectID": "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], "layerStyles": Object { "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "layerSymbols": Object { "_class": "symbolContainer", @@ -3738,52 +4157,48 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", + "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ - "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", + "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -3799,6 +4214,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -3821,18 +4239,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "224px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "344px", + "width": "94px", }, }, - "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", + "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "98074A6E-84B2-4F16-B665-C835B1F1F186", + "do_objectID": "2817D758-4D6F-44B3-A3B2-5D58193F7253", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -3841,12 +4259,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E63A53AF-E7EE-46D8-BFE8-0AAB73C9D3DE", - "height": 224, - "width": 344, + "do_objectID": "35D18917-4257-43AD-BC71-DD8B0CFD9910", + "height": 36, + "width": 94, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -3865,22 +4286,22 @@ Object { "before": Object {}, }, "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "background-color": "rgba(0,150,136,1.00)", + "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "224px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "344px", + "width": "94px", }, }, - "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", + "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0713C981-1FBB-49DE-8AF4-82CEF028725A", + "do_objectID": "F95DBC43-E22E-48EE-84C3-BFF761BF5FF0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -3890,12 +4311,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 224, - "width": 344, + "height": 36, + "width": 94, "x": 0, "y": 0, }, - "hasClippingMask": true, + "hasClippingMask": false, "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, @@ -3904,7 +4325,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "button bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -3914,7 +4335,6 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", - "do_objectID": "9EF2F25A-8C0B-490A-8B6B-CB89A9CA3FE0", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -3925,7 +4345,6 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", - "do_objectID": "76222E59-B93C-48FF-9FC5-055A32CBC1D2", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -3936,7 +4355,6 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", - "do_objectID": "598CF3D5-4C1A-4AD1-B2B7-1D97BE8C6704", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -3947,7 +4365,6 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", - "do_objectID": "DD1184C0-136D-418C-8EA0-1ED3D172E028", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -3956,21 +4373,40 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, - "fillType": 1, + "do_objectID": "518A65E4-7447-46E4-8E6D-2500863E0FEE", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "do_objectID": "441BA153-38D1-4932-89DB-A7E0FA4BF10E", + "fillType": 0, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -3981,10 +4417,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.2, + "blue": 0.6, + "green": 0.6, + "red": 0.6, }, "position": 0, }, @@ -3992,52 +4428,32 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, }, "position": 1, }, ], "to": "{0.5, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.2000000029802322, + "blue": 0.6, + "green": 0.6, + "red": 0.6, }, - "fillType": 1, + "fillType": 0, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -4048,10 +4464,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, }, "position": 0, }, @@ -4059,29 +4475,54 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, + "alpha": 0.5, "blue": 0, "green": 0, "red": 0, }, - "position": 0.8, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, }, - "position": 0.950255322222858, + "position": 0, }, Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.04, + "alpha": 0.5, "blue": 0, "green": 0, "red": 0, @@ -4091,25 +4532,7 @@ Object { ], "to": "{0.5, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, + "isEnabled": false, "noiseIndex": 0, "noiseIntensity": 0, "patternFillType": 0, @@ -4120,10 +4543,10 @@ Object { "shadows": Array [ Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", - "alpha": 0.24, + "alpha": 0.2376019021739131, "blue": 0, "green": 0, "red": 0, @@ -4133,14 +4556,14 @@ Object { "blendMode": 0, "opacity": 1, }, - "isEnabled": true, + "isEnabled": false, "offsetX": 0, - "offsetY": 2, + "offsetY": 8, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.12, @@ -4153,149 +4576,59 @@ Object { "blendMode": 0, "opacity": 1, }, - "isEnabled": true, + "isEnabled": false, "offsetX": 0, "offsetY": 0, "spread": 0, }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,187,211,1.00)", - "display": "block", - "height": "176px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B245FB2F-7F3C-4D6A-AAF3-18FE3B124490", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 176, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", - "endMarkerType": 0, - "fills": Array [ Object { - "_class": "fill", + "_class": "shadow", + "blurRadius": 2, "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.8274509803921568, - "green": 0.7333333333333333, + "alpha": 0.24, + "blue": 0, + "green": 0, "red": 0, }, - "do_objectID": "462C738B-C65E-434C-9FF9-916E784F8EB1", - "fillType": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, ], - "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", + "aria-label=\\"button bg\\"", ], }, }, @@ -4317,24 +4650,51 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, - "kerning": 0, + "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 13, + "length": 5, "location": 0, }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, ], - "string": "Pre-fab Homes", + "string": "NORMAL", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -4343,21 +4703,21 @@ Object { "rules": Object { "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "24px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "16.5px", "position": "absolute", - "top": "137px", + "top": "10px", "visibility": "visible", - "width": "161px", + "width": "61px", }, }, - "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", + "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "386665A7-C098-49E9-AB71-126A8B4ED607", + "do_objectID": "81E4C18A-C5B1-4FCD-A4EC-F507E67A763E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -4366,13 +4726,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D0438ADA-75E5-48E5-A3AB-A55AF5E84029", - "height": 24, - "width": 161, - "x": 19, - "y": 137, + "do_objectID": "C77760CF-EB51-4E10-B303-70D70714C011", + "height": 16, + "width": 61, + "x": 16.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {161, 24}}", + "glyphBounds": "{{0, 0}, {61, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -4381,7 +4741,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Pre-fab Homes 2", + "name": "NORMAL", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -4389,13 +4749,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", + "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "45243A28-E9FB-4A4A-8DB1-A8B2F38B9657", + "do_objectID": "CFA250F8-ABC2-487A-9323-8BBD10C0BFAD", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -4407,17 +4767,16 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, - "kerning": 0, + "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -4429,1282 +4788,863 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "209px", - "position": "absolute", - "top": "188px", - "visibility": "visible", - "width": "119px", - }, - }, - "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2A26EE59-59EE-4608-8D68-FC2A4BB1CE74", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E30F338C-0755-4F54-AED4-4CA9BDE48A46", - "height": 24, - "width": 119, - "x": 209, - "y": 188, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "95px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B6AF0990-0F41-4695-BD54-00197F4BEAE8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "307E9C13-BD4D-44C3-8559-96F0E46B186E", - "height": 24, - "width": 24, - "x": 95, - "y": 0, + ], + "name": "button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"button\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebCodeGenService should match md-components-buttons-lights.sketch snapshot for 59 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "6C6C25B1-9B38-4ECB-9E0C-76B5AA0FB022", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "516247EF-188D-4E72-AC55-64B03A15D2AD", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "94px", + }, + }, + "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 94, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 47px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "86px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "144px", }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8C0747D3-9212-4C92-8FE5-0707A83F6760", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "36px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "94px", + }, + }, + "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 94, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bg", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "3px", - "position": "absolute", - "top": "1.999899999999798px", - "visibility": "visible", - "width": "18px", - }, - }, - "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E1DB8B35-B319-4E78-9E45-9CA53344E3C5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CBDA8CB3-7920-4DDC-BAC9-B6B509B94BE1", - "height": 20, - "width": 18, - "x": 3, - "y": 1.999899999999798, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.79111111111111099, 0.70682730923694814}", - "curveMode": 4, - "curveTo": "{0.83333333333333337, 0.70682730923694814}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.83333333333333337, 0.70682730923694814}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.72444444444444445, 0.74548192771084365}", - "curveMode": 4, - "curveTo": "{0.7533333333333333, 0.72188755020080353}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.72444444444444445, 0.74548192771084365}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33111111111111119, 0.52560240963855442}", - "curveMode": 4, - "curveTo": "{0.32833333333333337, 0.53714859437751028}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32833333333333337, 0.53714859437751028}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33333333333333337, 0.48995983935743004}", - "curveMode": 2, - "curveTo": "{0.33333333333333337, 0.51405622489959857}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.33333333333333337, 0.5020080321285143}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.32833333333333337, 0.46686746987951833}", - "curveMode": 4, - "curveTo": "{0.33111111111111119, 0.47841365461847413}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.32833333333333337, 0.46686746987951833}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.75, 0.28564257028112472}", - "curveMode": 4, - "curveTo": "{0.72000000000000008, 0.26054216867469898}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.72000000000000008, 0.26054216867469898}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.92555555555555558, 0.30120481927710863}", - "curveMode": 3, - "curveTo": "{0.7894444444444445, 0.30120481927710863}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 0.30120481927710863}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.067269076305220984}", - "curveMode": 2, - "curveTo": "{1, 0.23393574297188771}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.15060240963855434}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", - "curveMode": 2, - "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 8.8817841970012528e-17}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.66666666666666663, 0.16265060240963869}", - "curveMode": 3, - "curveTo": "{0.66666666666666663, 0.067269076305220984}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.66666666666666663, 0.15060240963855434}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.67166666666666663, 0.18574297188755035}", - "curveMode": 4, - "curveTo": "{0.66888888888888887, 0.17419678714859449}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.67166666666666663, 0.18574297188755035}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.25, 0.36696787148594401}", - "curveMode": 4, - "curveTo": "{0.28000000000000003, 0.39206827309236975}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.28000000000000003, 0.39206827309236975}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.074444444444444438, 0.35140562248996005}", - "curveMode": 3, - "curveTo": "{0.21055555555555555, 0.35140562248996005}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.16666666666666666, 0.35140562248996005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.58534136546184767}", - "curveMode": 2, - "curveTo": "{0, 0.41867469879518093}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5020080321285143}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.21055555555555555, 0.65261044176706862}", - "curveMode": 3, - "curveTo": "{0.074444444444444438, 0.65261044176706862}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.16666666666666666, 0.65261044176706862}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.28000000000000003, 0.61194779116465892}", - "curveMode": 4, - "curveTo": "{0.25, 0.6370481927710846}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.28000000000000003, 0.61194779116465892}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.6727777777777777, 0.83132530120481973}", - "curveMode": 4, - "curveTo": "{0.67555555555555558, 0.82078313253012092}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.67555555555555558, 0.82078313253012092}", - }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.67111111111111121, 0.93423694779116495}", - "curveMode": 3, - "curveTo": "{0.67111111111111121, 0.84236947791164696}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.67111111111111121, 0.85341365461847429}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9227777777777777, 1}", - "curveMode": 2, - "curveTo": "{0.74388888888888893, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99555555555555564, 0.77259036144578308}", - "curveMode": 2, - "curveTo": "{0.99555555555555564, 0.93423694779116495}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.99555555555555564, 0.85341365461847385}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.83333333333333337, 0.7068273092369477}", - "curveMode": 4, - "curveTo": "{0.92277777777777792, 0.7068273092369477}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.83333333333333337, 0.7068273092369477}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "395F98C8-7A7D-448B-9431-77AE198CD2AA", - "opacity": 0.5399999618530273, - }, - "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - ], - "name": "share", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"share\\"", - ], + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.2376019021739131, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 8, + "spread": 0, }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "47px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A01478AF-F442-48D4-876B-7B242558A1C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1CD9EA03-E457-4DE2-AB87-E53E4CA3F6CE", - "height": 24, - "width": 24, - "x": 47, - "y": 0, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "18px", - "left": "5px", - "position": "absolute", - "top": "3px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0792DFC7-13AE-4023-BC28-6EAE2F525D94", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 18, - "width": 14, - "x": 5, - "y": 3, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"button bg\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.8571428571428571, 1}", - "curveMode": 1, - "curveTo": "{0.8571428571428571, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.8571428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.064285714285714307, 1}", - "curveMode": 4, - "curveTo": "{0.14285714285714285, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.14285714285714285, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.88888888888888884}", - "curveMode": 4, - "curveTo": "{0, 0.95000000000000007}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.88888888888888884}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.16666666666666666}", - "curveMode": 1, - "curveTo": "{0.5, 0.16666666666666666}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.16666666666666666}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.95000000000000007}", - "curveMode": 4, - "curveTo": "{1, 0.88888888888888884}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.88888888888888884}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.8571428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.93571428571428583, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.8571428571428571, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "1BB40B22-9947-481D-BDFD-D499709536C5", - "opacity": 0.5399999618530273, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", - ], - "type": "path", - }, - ], }, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "78FE6195-3CDF-434D-90A3-E224F31C3763", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", - }, - ], }, - "web": Object { - "attributes": Array [], + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - ], - "name": "bookmark", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"bookmark\\"", - ], + "length": 1, + "location": 5, }, + ], + "string": "NORMAL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "16.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "61px", }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "25px", + }, + "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 61, + "x": 16.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {61, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "NORMAL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - }, - "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0E3F3B31-21D5-4AB9-9C91-1DD6589D73BC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9B35355B-154A-4833-84D9-5218A91A7536", - "height": 24, - "width": 25, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "16px", - "left": "3.125px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "18.75px", - }, - }, - "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ABBE7457-D1CB-4143-BB68-1D95867C1CA6", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 16, - "width": 18.75, - "x": 3.125, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.63888888888888884, 1}", - "curveMode": 4, - "curveTo": "{0.75, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.75, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.46111111111111114, 0.91874999999999996}", - "curveMode": 4, - "curveTo": "{0.53888888888888886, 0.91874999999999996}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0.8125}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1111111111111111, 1}", - "curveMode": 3, - "curveTo": "{0.3611111111111111, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.25, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.5}", - "curveMode": 3, - "curveTo": "{0, 0.88124999999999998}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.71875}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.80555555555555558, 0.3125}", - "curveMode": 4, - "curveTo": "{0.19444444444444445, 0.3125}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.88124999999999998}", - "curveMode": 3, - "curveTo": "{1, 0.5}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.71875}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.75, 1}", - "curveMode": 4, - "curveTo": "{0.88888888888888884, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.75, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "746B6BFB-EEFE-454B-A634-4D361594E58D", - "opacity": 0.5399999618530273, - }, - "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "25px", - }, - }, - "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C5CE84E-EE96-4490-92D4-0DBB46A90FAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 25, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - ], - "name": "favorite", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"favorite\\"", - ], }, + "verticalAlignment": 0, }, - ], - "name": "Buttons", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Buttons\\"", - ], + "attributes": Array [], }, }, ], - "name": "homes", + "maintainScrollPosition": false, + "name": "button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -5712,20 +5652,54 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"homes\\"", + "aria-label=\\"button\\"", ], }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -5734,8 +5708,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "EF515898-537B-469C-9036-E6B725CF8307", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -5748,11 +5756,11 @@ Object { ], "previews": Array [], "user": Object { - "401CB139-CDA3-476B-A400-674DCF860FB6": Object { - "scrollOrigin": "{134, 134}", + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, - "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { "pageListHeight": 110, }, "document": Object { @@ -5763,15 +5771,13 @@ Object { } `; -exports[`WebCodeGenService should match md-components-cards-homes.sketch snapshot for 53 on web 1`] = ` +exports[`WebCodeGenService should match md-components-cards-homes.sketch snapshot for 52 on web 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", - "colorAssets": Array [], "colors": Array [], - "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -6051,19 +6057,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 105, }, "fonts": Array [ "Roboto-Regular", @@ -6075,10 +6081,14 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { @@ -6101,9 +6111,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -6152,9 +6159,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -6770,9 +6774,6 @@ Object { "x": 209, "y": 188, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -6815,9 +6816,6 @@ Object { "x": 95, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -7324,9 +7322,6 @@ Object { "x": 47, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -7684,9 +7679,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -8069,7 +8061,7 @@ Object { "previews": Array [], "user": Object { "401CB139-CDA3-476B-A400-674DCF860FB6": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{134, 134}", "zoomValue": 1, }, "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { @@ -8083,13 +8075,15 @@ Object { } `; -exports[`WebCodeGenService should match md-components-cards-pooch.sketch snapshot for 52 on web 1`] = ` +exports[`WebCodeGenService should match md-components-cards-homes.sketch snapshot for 53 on web 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -8099,7 +8093,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -8108,7 +8102,7 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", "name": "Material/Light/Card", "value": Object { "_class": "style", @@ -8316,27 +8310,34 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "name": "Material/Light/Divider", + "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", + "name": "Material/Icon dark", "value": Object { "_class": "style", - "borders": Array [ + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, "fillType": 0, "isEnabled": true, - "position": 0, - "thickness": 1, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -8350,137 +8351,53 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", + "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ "Roboto-Regular", - "Roboto-Medium", ], "pagesAndArtboards": Object { - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", + "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -8496,6 +8413,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -8518,7 +8438,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "136px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -8526,21 +8446,11 @@ Object { "width": "344px", }, }, - "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", + "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], + "do_objectID": "98074A6E-84B2-4F16-B665-C835B1F1F186", + "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -8548,12 +8458,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", - "height": 136, + "do_objectID": "E63A53AF-E7EE-46D8-BFE8-0AAB73C9D3DE", + "height": 224, "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -8575,7 +8488,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "136px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -8583,21 +8496,21 @@ Object { "width": "344px", }, }, - "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", + "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", + "do_objectID": "0713C981-1FBB-49DE-8AF4-82CEF028725A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 3, + "fixedRadius": 2, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 136, + "height": 224, "width": 344, "x": 0, "y": 0, @@ -8611,46 +8524,50 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card 2", + "name": "card", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", + "do_objectID": "9EF2F25A-8C0B-490A-8B6B-CB89A9CA3FE0", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", + "do_objectID": "76222E59-B93C-48FF-9FC5-055A32CBC1D2", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", + "do_objectID": "598CF3D5-4C1A-4AD1-B2B7-1D97BE8C6704", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", + "do_objectID": "DD1184C0-136D-418C-8EA0-1ED3D172E028", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -8659,7 +8576,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -8799,7 +8716,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", + "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", "endMarkerType": 0, "fills": Array [ Object { @@ -8868,7 +8785,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card 2\\"", + "aria-label=\\"card\\"", ], }, }, @@ -8881,21 +8798,21 @@ Object { "before": Object {}, }, "rules": Object { - "background-color": "rgba(0,0,0,0.25)", + "background-color": "rgba(0,187,211,1.00)", "display": "block", - "height": "136px", + "height": "176px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "88px", + "width": "344px", }, }, - "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", + "do_objectID": "B245FB2F-7F3C-4D6A-AAF3-18FE3B124490", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -8905,8 +8822,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 136, - "width": 88, + "height": 176, + "width": 344, "x": 0, "y": 0, }, @@ -8970,19 +8887,19 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.25, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.8274509803921568, + "green": 0.7333333333333333, "red": 0, }, - "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "do_objectID": "462C738B-C65E-434C-9FF9-916E784F8EB1", "fillType": 0, "isEnabled": true, "noiseIndex": 0, @@ -8993,34 +8910,6 @@ Object { ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { @@ -9030,122 +8919,6 @@ Object { ], }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "82px", - "visibility": "visible", - "width": "256px", - }, - }, - "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", - "height": 3, - "width": 256, - "x": 88, - "y": 82, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.51388888888888884}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.51388888888888884}", - "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", - "curveMode": 1, - "curveTo": "{0.0058593749999999445, 0.54166666666666663}", - "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, Object { "_class": "text", "attributedString": Object { @@ -9157,52 +8930,54 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "name": "Roboto-Regular", + "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - "length": 6, + "length": 13, "location": 0, }, ], - "string": "REVIEW", + "string": "Pre-fab Homes", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "223.5px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "19px", "position": "absolute", - "top": "100px", + "top": "137px", "visibility": "visible", - "width": "51px", + "width": "161px", }, }, - "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", + "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", + "do_objectID": "386665A7-C098-49E9-AB71-126A8B4ED607", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -9211,12 +8986,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 51, - "x": 223.5, - "y": 100, + "do_objectID": "D0438ADA-75E5-48E5-A3AB-A55AF5E84029", + "height": 24, + "width": 161, + "x": 19, + "y": 137, }, - "glyphBounds": "{{0, 0}, {50, 16}}", + "glyphBounds": "{{0, 0}, {161, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -9225,7 +9001,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "REVIEW", + "name": "Pre-fab Homes 2", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -9233,33 +9009,35 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", + "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", + "do_objectID": "45243A28-E9FB-4A4A-8DB1-A8B2F38B9657", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "name": "Roboto-Regular", + "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -9272,62 +9050,24 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 11, - "location": 0, - }, - ], - "string": "FREE SAMPLE", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "108.5px", + "height": "24px", + "left": "209px", "position": "absolute", - "top": "100px", + "top": "188px", "visibility": "visible", - "width": "92px", + "width": "119px", }, }, - "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", - "dontSynchroniseWithSymbol": false, + "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", + "do_objectID": "2A26EE59-59EE-4608-8D68-FC2A4BB1CE74", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -9336,2199 +9076,1590 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 92, - "x": 108.5, - "y": 100, + "do_objectID": "E30F338C-0755-4F54-AED4-4CA9BDE48A46", + "height": 24, + "width": 119, + "x": 209, + "y": 188, }, - "glyphBounds": "{{0, 0}, {91, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "FREE SAMPLE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B6AF0990-0F41-4695-BD54-00197F4BEAE8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "307E9C13-BD4D-44C3-8559-96F0E46B186E", + "height": 24, + "width": 24, + "x": 95, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8C0747D3-9212-4C92-8FE5-0707A83F6760", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", + ], + "type": "path", + }, + ], }, - }, - "length": 14, - "location": 0, - }, - ], - "string": "By Alex Nelson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "107px", - "position": "absolute", - "top": "43px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 95, - "x": 107, - "y": 43, - }, - "glyphBounds": "{{0, 0}, {93, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "By Alex Nelson 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "3px", + "position": "absolute", + "top": "1.999899999999798px", + "visibility": "visible", + "width": "18px", }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, + "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E1DB8B35-B319-4E78-9E45-9CA53344E3C5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - }, - "length": 8, - "location": 0, - }, - ], - "string": "El Pooch", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "106px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 95, - "x": 106, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {94, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "El Pooch 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "CBDA8CB3-7920-4DDC-BAC9-B6B509B94BE1", + "height": 20, + "width": 18, + "x": 3, + "y": 1.999899999999798, }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "pooch", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"pooch\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { - "pageListHeight": 110, - }, - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebCodeGenService should match md-components-cards-pooch.sketch snapshot for 53 on web 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.79111111111111099, 0.70682730923694814}", + "curveMode": 4, + "curveTo": "{0.83333333333333337, 0.70682730923694814}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.83333333333333337, 0.70682730923694814}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.72444444444444445, 0.74548192771084365}", + "curveMode": 4, + "curveTo": "{0.7533333333333333, 0.72188755020080353}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.72444444444444445, 0.74548192771084365}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33111111111111119, 0.52560240963855442}", + "curveMode": 4, + "curveTo": "{0.32833333333333337, 0.53714859437751028}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32833333333333337, 0.53714859437751028}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33333333333333337, 0.48995983935743004}", + "curveMode": 2, + "curveTo": "{0.33333333333333337, 0.51405622489959857}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33333333333333337, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.32833333333333337, 0.46686746987951833}", + "curveMode": 4, + "curveTo": "{0.33111111111111119, 0.47841365461847413}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.32833333333333337, 0.46686746987951833}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.28564257028112472}", + "curveMode": 4, + "curveTo": "{0.72000000000000008, 0.26054216867469898}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.72000000000000008, 0.26054216867469898}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.92555555555555558, 0.30120481927710863}", + "curveMode": 3, + "curveTo": "{0.7894444444444445, 0.30120481927710863}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.30120481927710863}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.067269076305220984}", + "curveMode": 2, + "curveTo": "{1, 0.23393574297188771}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", + "curveMode": 2, + "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 8.8817841970012528e-17}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.66666666666666663, 0.16265060240963869}", + "curveMode": 3, + "curveTo": "{0.66666666666666663, 0.067269076305220984}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.66666666666666663, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67166666666666663, 0.18574297188755035}", + "curveMode": 4, + "curveTo": "{0.66888888888888887, 0.17419678714859449}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.67166666666666663, 0.18574297188755035}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.36696787148594401}", + "curveMode": 4, + "curveTo": "{0.28000000000000003, 0.39206827309236975}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.28000000000000003, 0.39206827309236975}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.074444444444444438, 0.35140562248996005}", + "curveMode": 3, + "curveTo": "{0.21055555555555555, 0.35140562248996005}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.35140562248996005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.58534136546184767}", + "curveMode": 2, + "curveTo": "{0, 0.41867469879518093}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.21055555555555555, 0.65261044176706862}", + "curveMode": 3, + "curveTo": "{0.074444444444444438, 0.65261044176706862}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.65261044176706862}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.28000000000000003, 0.61194779116465892}", + "curveMode": 4, + "curveTo": "{0.25, 0.6370481927710846}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.28000000000000003, 0.61194779116465892}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.6727777777777777, 0.83132530120481973}", + "curveMode": 4, + "curveTo": "{0.67555555555555558, 0.82078313253012092}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.67555555555555558, 0.82078313253012092}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67111111111111121, 0.93423694779116495}", + "curveMode": 3, + "curveTo": "{0.67111111111111121, 0.84236947791164696}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.67111111111111121, 0.85341365461847429}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9227777777777777, 1}", + "curveMode": 2, + "curveTo": "{0.74388888888888893, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99555555555555564, 0.77259036144578308}", + "curveMode": 2, + "curveTo": "{0.99555555555555564, 0.93423694779116495}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.99555555555555564, 0.85341365461847385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.83333333333333337, 0.7068273092369477}", + "curveMode": 4, + "curveTo": "{0.92277777777777792, 0.7068273092369477}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.7068273092369477}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "395F98C8-7A7D-448B-9431-77AE198CD2AA", + "opacity": 0.5399999618530273, + }, + "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", + ], + "type": "path", + }, + ], }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "web": Object { + "attributes": Array [], }, - "position": 1, }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "name": "share", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "position": 0.8, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"share\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "47px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A01478AF-F442-48D4-876B-7B242558A1C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1CD9EA03-E457-4DE2-AB87-E53E4CA3F6CE", + "height": 24, + "width": 24, + "x": 47, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "5px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0792DFC7-13AE-4023-BC28-6EAE2F525D94", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 14, + "x": 5, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 1, + "curveTo": "{0.8571428571428571, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.8571428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.064285714285714307, 1}", + "curveMode": 4, + "curveTo": "{0.14285714285714285, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.14285714285714285, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.88888888888888884}", + "curveMode": 4, + "curveTo": "{0, 0.95000000000000007}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.16666666666666666}", + "curveMode": 1, + "curveTo": "{0.5, 0.16666666666666666}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.16666666666666666}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.95000000000000007}", + "curveMode": 4, + "curveTo": "{1, 0.88888888888888884}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.93571428571428583, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.8571428571428571, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "1BB40B22-9947-481D-BDFD-D499709536C5", + "opacity": 0.5399999618530273, + }, + "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - "position": 0.950255322222858, }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "78FE6195-3CDF-434D-90A3-E224F31C3763", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - "position": 1, }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "name": "bookmark", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"bookmark\\"", + ], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", - "height": 136, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 3, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 136, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": true, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card 2", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, + }, + "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E3F3B31-21D5-4AB9-9C91-1DD6589D73BC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9B35355B-154A-4833-84D9-5218A91A7536", + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3.125px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18.75px", }, + }, + "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ABBE7457-D1CB-4143-BB68-1D95867C1CA6", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 18.75, + "x": 3.125, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.63888888888888884, 1}", + "curveMode": 4, + "curveTo": "{0.75, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.75, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.46111111111111114, 0.91874999999999996}", + "curveMode": 4, + "curveTo": "{0.53888888888888886, 0.91874999999999996}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0.8125}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1111111111111111, 1}", + "curveMode": 3, + "curveTo": "{0.3611111111111111, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.25, 1}", }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5}", + "curveMode": 3, + "curveTo": "{0, 0.88124999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.71875}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.80555555555555558, 0.3125}", + "curveMode": 4, + "curveTo": "{0.19444444444444445, 0.3125}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.88124999999999998}", + "curveMode": 3, + "curveTo": "{1, 0.5}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.71875}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 1}", + "curveMode": 4, + "curveTo": "{0.88888888888888884, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.75, 1}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "746B6BFB-EEFE-454B-A634-4D361594E58D", + "opacity": 0.5399999618530273, + }, + "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", + }, + }, + "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C5CE84E-EE96-4490-92D4-0DBB46A90FAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, + ], + "name": "favorite", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"favorite\\"", + ], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card 2\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.25)", - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 136, - "width": 88, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", }, ], + "name": "Buttons", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.25, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", + "role=\\"group\\"", + "aria-label=\\"Buttons\\"", ], }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "82px", - "visibility": "visible", - "width": "256px", + ], + "name": "homes", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"homes\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebCodeGenService should match md-components-cards-homes.sketch snapshot for 59 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "501349E4-2CFB-4642-95FE-E18C5840D5E0", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "52BD125A-8DAF-4D9A-9745-66C9DD33B546", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", - "height": 3, - "width": 256, - "x": 88, - "y": 82, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.51388888888888884}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.51388888888888884}", - "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", - "curveMode": 1, - "curveTo": "{0.0058593749999999445, 0.54166666666666663}", - "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, - "length": 6, - "location": 0, - }, - ], - "string": "REVIEW", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "223.5px", - "position": "absolute", - "top": "100px", - "visibility": "visible", - "width": "51px", - }, - }, - "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 51, - "x": 223.5, - "y": 100, - }, - "glyphBounds": "{{0, 0}, {50, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "REVIEW", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.2, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0, + "blue": 0, + "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 0, }, - "length": 11, - "location": 0, - }, - ], - "string": "FREE SAMPLE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "108.5px", - "position": "absolute", - "top": "100px", - "visibility": "visible", - "width": "92px", - }, - }, - "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 92, - "x": 108.5, - "y": 100, - }, - "glyphBounds": "{{0, 0}, {91, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "FREE SAMPLE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6C7A151B-8B7A-4669-AEB0-325A3E85F7DD", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.5438462409, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "position": 1, }, - "length": 14, - "location": 0, - }, - ], - "string": "By Alex Nelson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "107px", - "position": "absolute", - "top": "43px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 95, - "x": 107, - "y": 43, - }, - "glyphBounds": "{{0, 0}, {93, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "By Alex Nelson 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 8, - "location": 0, - }, - ], - "string": "El Pooch", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "106px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 95, - "x": 106, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {94, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "El Pooch 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "pooch", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"pooch\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { - "pageListHeight": 110, - }, - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebCodeGenService should match md-components-cards-safari.sketch snapshot for 52 on web 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -11578,28 +10709,99 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "name": "Material/Light/Divider", + "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", + "name": "Material/Icon dark", "value": Object { "_class": "style", - "borders": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "EC7B3116-BA69-4AB8-A43A-ACF2B1514F3B", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, - "position": 0, - "thickness": 1, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "endMarkerType": 0, + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -11617,52 +10819,48 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "49.3", - "build": 51167, - "commit": "2b45d75f77b3d86c8cfab3e1090bcc520c37ea74", - "compatibilityVersion": 93, + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 101, + "version": 121, }, "fonts": Array [ "Roboto-Regular", - "Roboto-Medium", ], "pagesAndArtboards": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -11678,6 +10876,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -11700,7 +10901,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "304px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -11708,21 +10909,10 @@ Object { "width": "344px", }, }, - "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], + "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -11730,12 +10920,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", - "height": 304, + "height": 224, "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -11751,25 +10943,38 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "274px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "304px", + "height": "224px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", "width": "344px", }, }, - "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -11779,7 +10984,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 304, + "height": 224, "width": 344, "x": 0, "y": 0, @@ -11793,8 +10998,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "card", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -11803,7 +11010,6 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", - "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -11814,7 +11020,6 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", - "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -11825,7 +11030,6 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", - "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -11836,7 +11040,6 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", - "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -11845,10 +11048,26 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -11859,7 +11078,11 @@ Object { "green": 0.592, "red": 0.592, }, - "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -11876,7 +11099,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -11888,7 +11110,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -11900,7 +11121,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -11912,7 +11132,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -11931,7 +11150,11 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -11948,7 +11171,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -11960,7 +11182,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -11972,7 +11193,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -11984,7 +11204,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -11995,7 +11214,20 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", "endMarkerType": 0, "fills": Array [ Object { @@ -12007,7 +11239,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -12015,6 +11283,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -12032,7 +11301,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -12053,7 +11321,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -12076,24 +11343,37 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(0,187,211,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "226px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { - "background-color": "rgba(0,150,136,1.00)", + "background": "inherit", + "background-color": "rgba(0,187,211,1.00)", "display": "block", "height": "176px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", "width": "344px", }, }, - "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12117,8 +11397,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "image placeholder", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -12168,7 +11450,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", "endMarkerType": 0, "fills": Array [ Object { @@ -12176,11 +11488,47 @@ Object { "color": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "blue": 0.8274509803921568, + "green": 0.7333333333333333, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -12188,7 +11536,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -12221,6 +11571,7 @@ Object { "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", @@ -12229,11 +11580,11 @@ Object { "minimumLineHeight": 24, }, }, - "length": 22, + "length": 13, "location": 0, }, ], - "string": "Kangaroo Valley Safari", + "string": "Pre-fab Homes", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -12245,18 +11596,17 @@ Object { "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", "font-size": "24px", "height": "24px", - "left": "18px", + "left": "19px", "position": "absolute", "top": "137px", "visibility": "visible", - "width": "245px", + "width": "161px", }, }, - "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12266,11 +11616,11 @@ Object { "_class": "rect", "constrainProportions": false, "height": 24, - "width": 245, - "x": 18, + "width": 161, + "x": 19, "y": 137, }, - "glyphBounds": "{{0, 0}, {241, 24}}", + "glyphBounds": "{{0, 0}, {161, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -12279,7 +11629,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Kangaroo Valley Safari", + "maintainScrollPosition": false, + "name": "Pre-fab Homes 2", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -12287,13 +11638,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -12309,6 +11692,7 @@ Object { "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", @@ -12326,134 +11710,6 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 83, - "location": 0, - }, - ], - "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "48px", - "left": "18px", - "position": "absolute", - "top": "183px", - "visibility": "visible", - "width": "311px", - }, - }, - "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", - "height": 48, - "width": 311, - "x": 18, - "y": 183, - }, - "glyphBounds": "{{0, 0}, {311, 48}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Located two hours so 2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, Object { "_class": "group", "booleanOperation": 0, @@ -12461,18 +11717,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "36px", - "left": "76px", + "height": "24px", + "left": "209px", "position": "absolute", - "top": "260px", + "top": "188px", "visibility": "visible", - "width": "112px", + "width": "119px", }, }, - "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12481,11 +11736,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", - "height": 36, - "width": 112, - "x": 76, - "y": 260, + "height": 24, + "width": 119, + "x": 209, + "y": 188, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -12497,25 +11754,23 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "36px", - "left": "0px", + "height": "24px", + "left": "95px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "112px", + "width": "24px", }, }, - "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", - "edited": true, + "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12524,555 +11779,668 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 36, - "width": 112, - "x": 0, + "height": 24, + "width": 24, + "x": 95, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, - "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", - "opacity": 0.5, - }, - "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, - "length": 10, - "location": 0, }, - ], - "string": "LEARN MORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "12.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "87px", - }, - }, - "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 87, - "x": 12.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {86, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "LEARN MORE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "8px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", - "height": 36, - "width": 68, - "x": 8, - "y": 260, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", - "opacity": 0.5, - }, - "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", + ], + "type": "path", + }, ], - "type": "path", }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, + "web": Object { + "attributes": Array [], }, - ], - "string": "SHARE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "11.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "46px", }, - }, - "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", - "dontSynchroniseWithSymbol": false, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "3px", + "position": "absolute", + "top": "1.999899999999798px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 18, + "x": 3, + "y": 1.999899999999798, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.79111111111111099, 0.70682730923694814}", + "curveMode": 4, + "curveTo": "{0.83333333333333337, 0.70682730923694814}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.83333333333333337, 0.70682730923694814}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.72444444444444445, 0.74548192771084365}", + "curveMode": 4, + "curveTo": "{0.7533333333333333, 0.72188755020080353}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.72444444444444445, 0.74548192771084365}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33111111111111119, 0.52560240963855442}", + "curveMode": 4, + "curveTo": "{0.32833333333333337, 0.53714859437751028}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32833333333333337, 0.53714859437751028}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33333333333333337, 0.48995983935743004}", + "curveMode": 2, + "curveTo": "{0.33333333333333337, 0.51405622489959857}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33333333333333337, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.32833333333333337, 0.46686746987951833}", + "curveMode": 4, + "curveTo": "{0.33111111111111119, 0.47841365461847413}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.32833333333333337, 0.46686746987951833}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.28564257028112472}", + "curveMode": 4, + "curveTo": "{0.72000000000000008, 0.26054216867469898}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.72000000000000008, 0.26054216867469898}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.92555555555555558, 0.30120481927710863}", + "curveMode": 3, + "curveTo": "{0.7894444444444445, 0.30120481927710863}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.30120481927710863}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.067269076305220984}", + "curveMode": 2, + "curveTo": "{1, 0.23393574297188771}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", + "curveMode": 2, + "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 8.8817841970012528e-17}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.66666666666666663, 0.16265060240963869}", + "curveMode": 3, + "curveTo": "{0.66666666666666663, 0.067269076305220984}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.66666666666666663, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67166666666666663, 0.18574297188755035}", + "curveMode": 4, + "curveTo": "{0.66888888888888887, 0.17419678714859449}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.67166666666666663, 0.18574297188755035}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.36696787148594401}", + "curveMode": 4, + "curveTo": "{0.28000000000000003, 0.39206827309236975}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.28000000000000003, 0.39206827309236975}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.074444444444444438, 0.35140562248996005}", + "curveMode": 3, + "curveTo": "{0.21055555555555555, 0.35140562248996005}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.35140562248996005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.58534136546184767}", + "curveMode": 2, + "curveTo": "{0, 0.41867469879518093}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.21055555555555555, 0.65261044176706862}", + "curveMode": 3, + "curveTo": "{0.074444444444444438, 0.65261044176706862}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.65261044176706862}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.28000000000000003, 0.61194779116465892}", + "curveMode": 4, + "curveTo": "{0.25, 0.6370481927710846}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.28000000000000003, 0.61194779116465892}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.6727777777777777, 0.83132530120481973}", + "curveMode": 4, + "curveTo": "{0.67555555555555558, 0.82078313253012092}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.67555555555555558, 0.82078313253012092}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67111111111111121, 0.93423694779116495}", + "curveMode": 3, + "curveTo": "{0.67111111111111121, 0.84236947791164696}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.67111111111111121, 0.85341365461847429}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9227777777777777, 1}", + "curveMode": 2, + "curveTo": "{0.74388888888888893, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99555555555555564, 0.77259036144578308}", + "curveMode": 2, + "curveTo": "{0.99555555555555564, 0.93423694779116495}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.99555555555555564, 0.85341365461847385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.83333333333333337, 0.7068273092369477}", + "curveMode": 4, + "curveTo": "{0.92277777777777792, 0.7068273092369477}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.7068273092369477}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "share", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"share\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "47px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -13081,12 +12449,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 46, - "x": 11.5, - "y": 10, + "height": 24, + "width": 24, + "x": 47, + "y": 0, }, - "glyphBounds": "{{0, 0}, {45, 16}}", + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -13094,2528 +12465,1424 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "SHARE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "5px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "14px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "250px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", - "height": 3, - "width": 344, - "x": 0, - "y": 250, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.50694444444444431}", - "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.52083333333333326}", - "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "safari", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"safari\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebCodeGenService should match md-components-cards-safari.sketch snapshot for 53 on web 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 14, + "x": 5, + "y": 3, }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 1, + "curveTo": "{0.8571428571428571, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.8571428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.064285714285714307, 1}", + "curveMode": 4, + "curveTo": "{0.14285714285714285, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.14285714285714285, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.88888888888888884}", + "curveMode": 4, + "curveTo": "{0, 0.95000000000000007}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.16666666666666666}", + "curveMode": 1, + "curveTo": "{0.5, 0.16666666666666666}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.16666666666666666}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.95000000000000007}", + "curveMode": 4, + "curveTo": "{1, 0.88888888888888884}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.93571428571428583, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.8571428571428571, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", + ], + "type": "path", + }, + ], }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "web": Object { + "attributes": Array [], }, - "position": 0, }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "304px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", - "height": 304, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", - "display": "block", - "height": "304px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 2, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 304, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": true, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", - "position": 0.05, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", - "position": 0, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", - "position": 0.950255322222858, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", }, - "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", - "position": 1, - }, - ], - "to": "{0.5, 1}", + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + ], + "maintainScrollPosition": false, + "name": "bookmark", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 1, }, - "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, + "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"bookmark\\"", + ], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "display": "block", - "height": "176px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 176, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 22, - "location": 0, + "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - ], - "string": "Kangaroo Valley Safari", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "24px", - "left": "18px", - "position": "absolute", - "top": "137px", - "visibility": "visible", - "width": "245px", - }, - }, - "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 245, - "x": 18, - "y": 137, - }, - "glyphBounds": "{{0, 0}, {241, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Kangaroo Valley Safari", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3.125px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18.75px", }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - }, - "length": 83, - "location": 0, - }, - ], - "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "48px", - "left": "18px", - "position": "absolute", - "top": "183px", - "visibility": "visible", - "width": "311px", - }, - }, - "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", - "height": 48, - "width": 311, - "x": 18, - "y": 183, - }, - "glyphBounds": "{{0, 0}, {311, 48}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Located two hours so 2", - "nameIsFixed": false, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 18.75, + "x": 3.125, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.63888888888888884, 1}", + "curveMode": 4, + "curveTo": "{0.75, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.75, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.46111111111111114, 0.91874999999999996}", + "curveMode": 4, + "curveTo": "{0.53888888888888886, 0.91874999999999996}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0.8125}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1111111111111111, 1}", + "curveMode": 3, + "curveTo": "{0.3611111111111111, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.25, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5}", + "curveMode": 3, + "curveTo": "{0, 0.88124999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.80555555555555558, 0.3125}", + "curveMode": 4, + "curveTo": "{0.19444444444444445, 0.3125}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.88124999999999998}", + "curveMode": 3, + "curveTo": "{1, 0.5}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 1}", + "curveMode": 4, + "curveTo": "{0.88888888888888884, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.75, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", + }, + }, + "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "favorite", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"favorite\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Buttons", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Buttons\\"", + ], }, }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "76px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "112px", + ], + "maintainScrollPosition": false, + "name": "homes", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"homes\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2D01F6AA-EF00-425B-A17B-ED2C957D63AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebCodeGenService should match md-components-cards-pooch.sketch snapshot for 52 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", - "height": 36, - "width": 112, - "x": 76, - "y": 260, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "112px", - }, - }, - "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 112, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", - "opacity": 0.5, - }, - "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "LEARN MORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "12.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "87px", + "position": 0.950255322222858, }, - }, - "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 87, - "x": 12.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {86, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "LEARN MORE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "8px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "68px", + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", - "height": 36, - "width": 68, - "x": 8, - "y": 260, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", - "opacity": 0.5, - }, - "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - ], - "string": "SHARE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "11.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "46px", - }, - }, - "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 46, - "x": 11.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {45, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "SHARE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "250px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", - "height": 3, - "width": 344, - "x": 0, - "y": 250, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.50694444444444431}", - "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.52083333333333326}", - "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - }, - ], - "name": "safari", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + ], "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"safari\\"", - ], - }, }, ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, }, - "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { - "pageListHeight": 110, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 52 on web 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", - "name": "Material/Light/Card", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.12, + "alpha": 0.5438462409, "blue": 0, "green": 0, "red": 0, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, + "verticalAlignment": 0, + }, "windingRule": 1, }, }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", - "name": "Material/Light/Subhead", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", "value": Object { "_class": "style", "endMarkerType": 0, @@ -15635,15 +13902,15 @@ Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 24, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, "verticalAlignment": 0, @@ -15656,7 +13923,7 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], @@ -15682,7 +13949,7 @@ Object { "Roboto-Medium", ], "pagesAndArtboards": Object { - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, @@ -15702,7 +13969,7 @@ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -15740,7 +14007,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -15748,10 +14015,10 @@ Object { "width": "344px", }, }, - "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -15770,8 +14037,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", - "height": 208, + "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", + "height": 136, "width": 344, "x": 0, "y": 0, @@ -15797,7 +14064,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -15805,11 +14072,11 @@ Object { "width": "344px", }, }, - "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -15819,7 +14086,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 208, + "height": 136, "width": 344, "x": 0, "y": 0, @@ -15833,7 +14100,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "card 2", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -15881,7 +14148,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -16021,7 +14288,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -16090,191 +14357,341 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card\\"", + "aria-label=\\"card 2\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 13, - "location": 0, - }, - ], - "string": "Welcome Back!", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,150,136,1.00)", + "background-color": "rgba(0,0,0,0.25)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "18px", + "height": "136px", + "left": "0px", "position": "absolute", - "top": "22px", + "top": "0px", "visibility": "visible", - "width": "166px", + "width": "88px", }, }, - "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", - "dontSynchroniseWithSymbol": false, + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 32, - "width": 166, - "x": 18, - "y": 22, + "height": 136, + "width": 88, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {165, 28}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Welcome Back!", - "nameIsFixed": false, - "resizingConstraint": 47, + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.8703294837, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 24, + "size": 16, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 54, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, "location": 0, }, ], - "string": "It’s been a while, have you read any new books lately?", + "string": "REVIEW", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "48px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "61px", + "top": "100px", "visibility": "visible", - "width": "204px", + "width": "51px", }, }, - "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16283,13 +14700,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", - "height": 48, - "width": 204, - "x": 19, - "y": 61, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {204, 48}}", + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16298,73 +14714,109 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "It’s been a while, h", + "name": "REVIEW", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 11, + "location": 0, + }, + ], + "string": "FREE SAMPLE", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "36px", - "left": "77px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "165px", + "top": "100px", "visibility": "visible", - "width": "54px", + "width": "92px", }, }, - "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16373,13 +14825,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", - "height": 36, - "width": 54, - "x": 77, - "y": 165, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16387,343 +14838,239 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "54px", - }, - }, - "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 54, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", + "lineSpacingBehaviour": 0, + "name": "FREE SAMPLE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", - "opacity": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 14, }, - "length": 3, - "location": 0, }, - ], - "string": "YES", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "14.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "26px", - }, - }, - "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 26, - "x": 14.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {25, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "YES", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "length": 14, + "location": 0, }, + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", + "position": "absolute", + "top": "43px", + "visibility": "visible", + "width": "95px", }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, + }, + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 95, + "x": 107, + "y": 43, + }, + "glyphBounds": "{{0, 0}, {93, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "36px", - "left": "8px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", "position": "absolute", - "top": "165px", + "top": "10px", "visibility": "visible", - "width": "68px", + "width": "95px", }, }, - "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16732,13 +15079,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", - "height": 36, - "width": 68, - "x": 8, - "y": 165, + "height": 32, + "width": 95, + "x": 106, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {94, 32}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16746,581 +15092,195 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", + "lineSpacingBehaviour": 0, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, - "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "pooch", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"pooch\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { + "pageListHeight": 110, + }, + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebCodeGenService should match md-components-cards-pooch.sketch snapshot for 53 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", - "opacity": 0.5, - }, - "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "NO", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "24.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", - "height": 16, - "width": 20, - "x": 24.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {20, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NO", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "154px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", - "height": 3, - "width": 344, - "x": 0, - "y": 154, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Line", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.52777777777777746}", - "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.58333333333333326}", - "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Welcome back", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Welcome back\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { - "pageListHeight": 110, - }, - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 53 on web 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { "_class": "gradientStop", @@ -17476,7 +15436,7 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", "name": "Material/Light/Divider", "value": Object { "_class": "style", @@ -17513,8 +15473,8 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", - "name": "Material/Light/Subhead", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", "endMarkerType": 0, @@ -17525,7 +15485,7 @@ Object { "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, + "alpha": 0.5438462409, "blue": 0, "green": 0, "red": 0, @@ -17534,15 +15494,15 @@ Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -17550,12 +15510,51 @@ Object { "windingRule": 1, }, }, - ], - }, + Object { + "_class": "sharedStyle", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], @@ -17581,7 +15580,7 @@ Object { "Roboto-Medium", ], "pagesAndArtboards": Object { - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, @@ -17597,7 +15596,7 @@ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -17638,7 +15637,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -17646,10 +15645,10 @@ Object { "width": "344px", }, }, - "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -17668,8 +15667,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", - "height": 208, + "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", + "height": 136, "width": 344, "x": 0, "y": 0, @@ -17698,7 +15697,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -17706,11 +15705,11 @@ Object { "width": "344px", }, }, - "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -17720,7 +15719,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 208, + "height": 136, "width": 344, "x": 0, "y": 0, @@ -17734,7 +15733,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "card 2", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -17782,7 +15781,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -17922,7 +15921,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -17991,9 +15990,283 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card\\"", + "aria-label=\\"card 2\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.25)", + "display": "block", + "height": "136px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 136, + "width": 88, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "text", @@ -18013,21 +16286,22 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 13, + "length": 6, "location": 0, }, ], - "string": "Welcome Back!", + "string": "REVIEW", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -18036,21 +16310,21 @@ Object { "rules": Object { "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "18px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "22px", + "top": "100px", "visibility": "visible", - "width": "166px", + "width": "51px", }, }, - "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18059,12 +16333,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 32, - "width": 166, - "x": 18, - "y": 22, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {165, 28}}", + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18073,7 +16347,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Welcome Back!", + "name": "REVIEW", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -18081,13 +16355,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -18099,13 +16373,14 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -18128,54 +16403,53 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 54, + "length": 11, "location": 0, }, ], - "string": "It’s been a while, have you read any new books lately?", + "string": "FREE SAMPLE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "48px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "61px", + "top": "100px", "visibility": "visible", - "width": "204px", + "width": "92px", }, }, - "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18184,13 +16458,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", - "height": 48, - "width": 204, - "x": 19, - "y": 61, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {204, 48}}", + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18199,73 +16472,110 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "It’s been a while, h", + "name": "FREE SAMPLE", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 14, + "location": 0, + }, + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.54)", "display": "block", - "height": "36px", - "left": "77px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", "position": "absolute", - "top": "165px", + "top": "43px", "visibility": "visible", - "width": "54px", + "width": "95px", }, }, - "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18274,16 +16584,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", - "height": 36, - "width": 54, - "x": 77, - "y": 165, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 20, + "width": 95, + "x": 107, + "y": 43, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {93, 20}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18291,343 +16597,113 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "54px", - }, - }, - "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 54, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", - "opacity": 0.5, - }, - "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 3, - "location": 0, - }, - ], - "string": "YES", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "14.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "26px", - }, - }, - "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 26, - "x": 14.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {25, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "YES", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "36px", - "left": "8px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", "position": "absolute", - "top": "165px", + "top": "10px", "visibility": "visible", - "width": "68px", + "width": "95px", }, }, - "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18636,16 +16712,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", - "height": 36, - "width": 68, - "x": 8, - "y": 165, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 32, + "width": 95, + "x": 106, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {94, 32}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18653,443 +16725,57 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", + "lineSpacingBehaviour": 0, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - }, - "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", - "opacity": 0.5, - }, - "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "NO", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "24.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", - "height": 16, - "width": 20, - "x": 24.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {20, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NO", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, + "verticalAlignment": 0, }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "154px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", - "height": 3, - "width": 344, - "x": 0, - "y": 154, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Line", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.52777777777777746}", - "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.58333333333333326}", - "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, ], - "name": "Welcome back", + "name": "pooch", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -19097,7 +16783,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -19106,7 +16792,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"Welcome back\\"", + "aria-label=\\"pooch\\"", ], }, }, @@ -19133,10 +16819,10 @@ Object { ], "previews": Array [], "user": Object { - "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { "pageListHeight": 110, }, - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "scrollOrigin": "{160, 160}", "zoomValue": 1, }, @@ -19148,13 +16834,17 @@ Object { } `; -exports[`WebCodeGenService should match md-components-chips-open-chip.sketch snapshot for 52 on web 1`] = ` +exports[`WebCodeGenService should match md-components-cards-pooch.sketch snapshot for 59 on web 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "do_objectID": "4B1A9331-4617-4A21-B711-BE5F8924794F", + "exportPresets": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -19164,7 +16854,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "do_objectID": "69B317A2-7627-4FC2-A275-B06F3229E81E", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -19173,10 +16863,26 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "name": "Material/Light/Card", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -19187,6 +16893,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19254,6 +16965,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19313,6 +17029,20 @@ Object { "thickness": 0.5, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0E4EE3DD-559D-4D15-B962-74EBE5A82DB0", "endMarkerType": 0, "fills": Array [ Object { @@ -19324,7 +17054,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -19332,6 +17098,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -19381,30 +17148,97 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "name": "Material/Icon white", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "name": "Material/Light/Divider", "value": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "position": 0, + "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D1660E01-8DB4-448C-9F7D-D0A333CE5A83", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -19420,12 +17254,46 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A1F549B8-1061-4ED6-BA84-122DBECF75E7", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -19459,75 +17327,70 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "name": "Material/Dark/Body 1 secondary", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", "value": Object { "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "name": "Material/Dark/Subhead", - "value": Object { - "_class": "style", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1450729C-392E-421D-8ACB-CAB7C2715807", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 24, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, "verticalAlignment": 0, @@ -19540,52 +17403,49 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 121, }, "fonts": Array [ "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -19601,6 +17461,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -19623,19 +17486,28 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "184px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", - "exportFormats": Array [], + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -19643,12 +17515,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", - "height": 184, - "width": 296, + "height": 136, + "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -19664,36 +17538,49 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "186px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "184px", + "height": "136px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 2, + "fixedRadius": 3, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 184, - "width": 296, + "height": 136, + "width": 344, "x": 0, "y": 0, }, @@ -19706,13 +17593,15 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "chip bg", + "maintainScrollPosition": false, + "name": "card 2", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", @@ -19722,7 +17611,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", @@ -19732,7 +17621,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", @@ -19742,7 +17631,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", @@ -19754,10 +17643,26 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -19768,6 +17673,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19835,6 +17745,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19894,7 +17809,20 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -19906,7 +17834,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -19914,6 +17878,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -19963,487 +17928,486 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"chip bg\\"", + "aria-label=\\"card 2\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 44px rgba(0,0,0,0.25)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "186px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "138px", + }, + }, "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.25)", "display": "block", - "height": "56px", + "height": "136px", "left": "0px", + "overflow": "hidden", "position": "absolute", - "top": "128px", + "top": "0px", "visibility": "visible", - "width": "296px", + "width": "88px", }, }, - "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", - "height": 56, - "width": 296, + "height": 136, + "width": 88, "x": 0, - "y": 128, + "y": 0, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "maintainScrollPosition": false, + "name": "image placeholder", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", - }, - }, - "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.5438462409, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "position": 1, }, - "length": 16, - "location": 0, - }, - ], - "string": "email3@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "14px", - "visibility": "visible", - "width": "121px", + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 14, - }, - "glyphBounds": "{{0, 0}, {120, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "email3@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", }, ], - "name": "email 3", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 3\\"", + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "REVIEW", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "56px", - "left": "0px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "72px", + "top": "100px", "visibility": "visible", - "width": "296px", + "width": "51px", }, }, - "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -20452,13 +18416,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", - "height": 56, - "width": 296, - "x": 0, - "y": 72, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -20466,442 +18429,142 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "REVIEW", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 16, - "location": 0, - }, - ], - "string": "email2@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "15px", - "visibility": "visible", - "width": "121px", - }, - }, - "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 15, - }, - "glyphBounds": "{{0, 0}, {120, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "email2@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], + "length": 11, + "location": 0, }, - }, - ], - "name": "email 2", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 2\\"", ], + "string": "FREE SAMPLE", }, - }, - Object { - "_class": "group", + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "72px", - "left": "0px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "0px", + "top": "100px", "visibility": "visible", - "width": "296px", + "width": "92px", }, }, - "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -20910,13 +18573,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", - "height": 72, - "width": 296, - "x": 0, - "y": 0, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -20924,1507 +18586,730 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "72px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "FREE SAMPLE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 72, - "width": 296, - "x": 0, - "y": 0, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 14, + "location": 0, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 1, - "curveTo": "{0.9932432432432432, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.9932432432432432, 0}", + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", + "position": "absolute", + "top": "43px", + "visibility": "visible", + "width": "95px", + }, + }, + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 95, + "x": 107, + "y": 43, + }, + "glyphBounds": "{{0, 0}, {93, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0030405405405404635, 0}", - "curveMode": 4, - "curveTo": "{0.0067567567567567571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0067567567567567571, 0}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.027777777777777776}", - "curveMode": 4, - "curveTo": "{0, 0.012499999999999685}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.027777777777777776}", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "95px", + }, + }, + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 95, + "x": 106, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {94, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "pooch", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"pooch\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CF3835DE-4882-4452-A2CD-B75697A2E4CF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { + "pageListHeight": 110, + }, + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebCodeGenService should match md-components-cards-safari.sketch snapshot for 52 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.012499999999999685}", - "curveMode": 4, - "curveTo": "{1, 0.027777777777777776}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 4, - "curveTo": "{0.99695945945945952, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9932432432432432, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "260px", - "position": "absolute", - "top": "24px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", - "height": 24, - "width": 24, - "x": 260, - "y": 24, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, Object { - "_class": "shapeGroup", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "2px", - "position": "absolute", - "top": "2px", - "visibility": "visible", - "width": "20px", - }, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", - "height": 20, - "width": 20, - "x": 2, - "y": 2, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", - "height": 20, - "width": 20, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000001, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22500000000000001}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000002}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77500000000000002, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000001, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000002}", - "curveMode": 2, - "curveTo": "{1, 0.22500000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77500000000000002, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "10px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "10px", - }, - }, - "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", - "height": 10, - "width": 10, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 0}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.35999999999999999}", - "curveMode": 1, - "curveTo": "{0.5, 0.35999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.35999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 0}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{0, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.35999999999999999, 0.5}", - "curveMode": 1, - "curveTo": "{0.35999999999999999, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.35999999999999999, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{0, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 1}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.64000000000000001}", - "curveMode": 1, - "curveTo": "{0.5, 0.64000000000000001}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.64000000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 1}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{1, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.64000000000000001, 0.5}", - "curveMode": 1, - "curveTo": "{0.64000000000000001, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.64000000000000001, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Shape", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"shapeGroup\\"", - "aria-label=\\"Shape\\"", - ], - }, - "windingRule": 1, + "position": 1, }, ], - "name": "cancel", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"cancel\\"", - ], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 22, - "location": 0, - }, - ], - "string": "primaryemail@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,0.70)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "35px", - "visibility": "visible", - "width": "161px", - }, - }, - "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 161, - "x": 72, - "y": 35, - }, - "glyphBounds": "{{0, 0}, {160, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "primaryemail@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 12, - "location": 0, - }, - ], - "string": "Contact Name", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "24px", - "left": "72px", - "position": "absolute", - "top": "12px", - "visibility": "visible", - "width": "104px", - }, - }, - "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 104, - "x": 72, - "y": 12, - }, - "glyphBounds": "{{0, 0}, {103, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Contact Name", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 16, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", - ], - }, - }, - ], - "name": "open chip", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"open chip\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { - "scrollOrigin": "{161, 161}", - "zoomValue": 1, - }, - "C3625949-D986-454A-9835-E894A1794432": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebCodeGenService should match md-components-chips-open-chip.sketch snapshot for 53 on web 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "C3625949-D986-454A-9835-E894A1794432", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, "contextSettings": Object { "_class": "graphicsContextSettings", @@ -22463,29 +19348,27 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "name": "Material/Icon white", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", "value": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, "fillType": 0, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "position": 0, + "thickness": 1, }, ], + "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -22499,171 +19382,57 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "name": "Material/Dark/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "name": "Material/Dark/Subhead", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, + "appVersion": "49.3", + "build": 51167, + "commit": "2b45d75f77b3d86c8cfab3e1090bcc520c37ea74", + "compatibilityVersion": 93, "variant": "NONAPPSTORE", - "version": 116, + "version": 101, }, "fonts": Array [ "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -22679,9 +19448,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -22704,19 +19470,29 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "184px", + "height": "304px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", - "exportFormats": Array [], + "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -22724,15 +19500,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", - "height": 184, - "width": 296, + "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", + "height": 304, + "width": 344, "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -22754,19 +19527,19 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "184px", + "height": "304px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -22776,8 +19549,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 184, - "width": 296, + "height": 304, + "width": 344, "x": 0, "y": 0, }, @@ -22790,7 +19563,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "chip bg", + "name": "card", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -22800,6 +19573,7 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", + "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -22810,6 +19584,7 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", + "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -22820,6 +19595,7 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", + "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -22830,6 +19606,7 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", + "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -22838,7 +19615,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -22852,6 +19629,7 @@ Object { "green": 0.592, "red": 0.592, }, + "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -22868,6 +19646,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -22879,6 +19658,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -22890,6 +19670,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -22901,6 +19682,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -22919,6 +19701,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -22935,6 +19718,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -22946,6 +19730,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -22957,6 +19742,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -22968,6 +19754,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -22978,7 +19765,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", "endMarkerType": 0, "fills": Array [ Object { @@ -23015,6 +19802,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -23035,6 +19823,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -23047,223 +19836,654 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"chip bg\\"", + "aria-label=\\"card\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(0,150,136,1.00)", "display": "block", - "height": "56px", + "height": "176px", "left": "0px", "position": "absolute", - "top": "128px", + "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", - "height": 56, - "width": 296, + "height": 176, + "width": 344, "x": 0, - "y": 128, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 0, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "length": 22, + "location": 0, + }, + ], + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "76px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 10, "location": 0, }, ], - "string": "email3@email.com", + "string": "LEARN MORE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "20px", - "left": "72px", + "height": "38px", + "left": "12.5px", "position": "absolute", - "top": "14px", + "top": "10px", "visibility": "visible", - "width": "121px", + "width": "87px", }, }, - "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23272,12 +20492,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 14, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {86, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -23286,43 +20506,41 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email3@email.com", + "name": "LEARN MORE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -23334,31 +20552,90 @@ Object { "attributes": Array [], }, }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "oval", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", "display": "block", - "height": "40px", - "left": "12px", + "height": "36px", + "left": "0px", "position": "absolute", - "top": "8px", + "top": "0px", "visibility": "visible", - "width": "40px", + "width": "68px", }, }, - "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", - "edited": false, + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23367,10 +20644,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, + "height": 36, + "width": 68, + "x": 0, + "y": 0, }, "hasClippingMask": false, "isClosed": true, @@ -23380,272 +20657,99 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "mask", + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, "hasCurveTo": true, - "point": "{1, 0.5}", + "point": "{0.97058823529411764, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "email 3", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 3\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "72px", - "visibility": "visible", - "width": "296px", - }, - }, - "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", - "height": 56, - "width": 296, - "x": 0, - "y": 72, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", }, - }, - "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{0.97058823529411764, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", + "curveFrom": "{1, 0.94444444444444442}", "curveMode": 1, - "curveTo": "{1, 0}", + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -23654,18 +20758,33 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "text", @@ -23677,54 +20796,53 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 5, "location": 0, }, ], - "string": "email2@email.com", + "string": "SHARE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "20px", - "left": "72px", + "height": "38px", + "left": "11.5px", "position": "absolute", - "top": "15px", + "top": "10px", "visibility": "visible", - "width": "121px", + "width": "46px", }, }, - "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23733,12 +20851,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 15, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {45, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -23747,43 +20865,41 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email2@email.com", + "name": "SHARE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -23795,164 +20911,8 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, ], - "name": "email 2", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -23960,7 +20920,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -23969,29 +20929,30 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"email 2\\"", + "aria-label=\\"Button\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "72px", + "height": "3px", "left": "0px", "position": "absolute", - "top": "0px", + "top": "250px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -24000,1998 +20961,1264 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", - "height": 72, - "width": 296, + "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", + "height": 3, + "width": 344, "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 250, }, - "hasClickThrough": false, "hasClippingMask": false, + "isClosed": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "72px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 72, - "width": 296, - "x": 0, - "y": 0, + ], + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebCodeGenService should match md-components-cards-safari.sketch snapshot for 53 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 1, - "curveTo": "{0.9932432432432432, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.9932432432432432, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0030405405405404635, 0}", - "curveMode": 4, - "curveTo": "{0.0067567567567567571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0067567567567567571, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.027777777777777776}", - "curveMode": 4, - "curveTo": "{0, 0.012499999999999685}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.012499999999999685}", - "curveMode": 4, - "curveTo": "{1, 0.027777777777777776}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 4, - "curveTo": "{0.99695945945945952, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9932432432432432, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", - ], - "type": "path", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "260px", - "position": "absolute", - "top": "24px", - "visibility": "visible", - "width": "24px", + "position": 0.950255322222858, }, - }, - "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", - "height": 24, - "width": 24, - "x": 260, - "y": 24, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", + "position": 0.2, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "shapeGroup", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "2px", - "position": "absolute", - "top": "2px", - "visibility": "visible", - "width": "20px", + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", + "position": 0, }, - }, - "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", - "height": 20, - "width": 20, - "x": 2, - "y": 2, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", - "height": 20, - "width": 20, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000001, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22500000000000001}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000002}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77500000000000002, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000001, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000002}", - "curveMode": 2, - "curveTo": "{1, 0.22500000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77500000000000002, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", + "position": 0.8, }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "10px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "10px", - }, - }, - "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", - "height": 10, - "width": 10, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 0}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.35999999999999999}", - "curveMode": 1, - "curveTo": "{0.5, 0.35999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.35999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 0}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{0, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.35999999999999999, 0.5}", - "curveMode": 1, - "curveTo": "{0.35999999999999999, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.35999999999999999, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{0, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 1}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.64000000000000001}", - "curveMode": 1, - "curveTo": "{0.5, 0.64000000000000001}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.64000000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 1}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{1, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.64000000000000001, 0.5}", - "curveMode": 1, - "curveTo": "{0.64000000000000001, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.64000000000000001, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", - ], - "type": "path", - }, - ], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "web": Object { - "attributes": Array [], + "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", + "position": 1, }, ], - "name": "Shape", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"shapeGroup\\"", - "aria-label=\\"Shape\\"", - ], - }, - "windingRule": 1, + "to": "{0.5, 1}", }, - ], - "name": "cancel", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"cancel\\"", - ], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 22, - "location": 0, - }, - ], - "string": "primaryemail@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,0.70)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "35px", - "visibility": "visible", - "width": "161px", - }, - }, - "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 161, - "x": 72, - "y": 35, - }, - "glyphBounds": "{{0, 0}, {160, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "primaryemail@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 12, - "location": 0, - }, - ], - "string": "Contact Name", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "24px", - "left": "72px", - "position": "absolute", - "top": "12px", - "visibility": "visible", - "width": "104px", - }, - }, - "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 104, - "x": 72, - "y": 12, - }, - "glyphBounds": "{{0, 0}, {103, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Contact Name", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, + ], + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "40px", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 16, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], + "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", - "endMarkerType": 0, - "miterLimit": 10, + ], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", ], }, }, - ], - "name": "open chip", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"open chip\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { - "scrollOrigin": "{187, 187}", - "zoomValue": 1, - }, - "C3625949-D986-454A-9835-E894A1794432": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebCodeGenService should match md-components-date-picker.sketch snapshot for 52 on web 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", - "name": "Material/Light/Dialog", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", - "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 105, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", - ], - "variant": "NONAPPSTORE", - "version": 112, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "556px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", - }, - }, - "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", - "height": 556, - "width": 320, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 2, - "layers": Array [ Object { - "_class": "shapePath", + "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(0,150,136,1.00)", "display": "block", - "height": "555.999999998099px", - "left": "-0.00000201463535631774px", + "height": "176px", + "left": "0px", "position": "absolute", - "top": "-3.019895302713849e-7px", + "top": "0px", "visibility": "visible", - "width": "320.0000020097797px", + "width": "344px", }, }, - "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", - "edited": true, + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", - "height": 555.999999998099, - "width": 320.0000020097797, - "x": -0.00000201463535631774, - "y": -3.019895302713849e-7, + "height": 176, + "width": 344, + "x": 0, + "y": 0, }, - "hasClippingMask": true, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": true, + "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "dialog bg", + "name": "image placeholder", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "cornerRadius": 0, + "curveFrom": "{0, 0}", "curveMode": 1, - "curveTo": "{1.2468725677856276, 0.75157476876403528}", - "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "curveTo": "{0, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{0.99999999579623011, 1}", + "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "cornerRadius": 0, + "curveFrom": "{0, 1}", "curveMode": 1, - "curveTo": "{0.24954874040058797, 1.2495487419762428}", - "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "curveTo": "{0, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{-7.4954264546158371e-12, 1}", + "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "cornerRadius": 0, + "curveFrom": "{1, 1}", "curveMode": 1, - "curveTo": "{-0.25090333211297938, 0.25000080577825212}", - "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "curveTo": "{1, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "cornerRadius": 0, + "curveFrom": "{1, 0}", "curveMode": 1, - "curveTo": "{0.75044518048476361, -0.25022102273838404}", - "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "curveTo": "{1, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1.0000000000151725, 5.4314714836243111e-10}", + "point": "{1, 0}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, + "fillType": 0, "isEnabled": true, - "position": 1, - "thickness": 0.5, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - ], - "to": "{0.5, 1}", + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "length": 22, + "location": 0, }, ], - "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + "blue": 1, + "green": 1, + "red": 1, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.22, + "alpha": 0.8700000048, "blue": 0, "green": 0, "red": 0, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, }, - ], - "startMarkerType": 0, + "verticalAlignment": 0, + }, "windingRule": 1, }, - "svg": Object { - "offset": 0.5, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"0.5\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", - ], - "type": "path", - }, - ], - }, + "textBehaviour": 1, "web": Object { "attributes": Array [], }, @@ -26003,18 +22230,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "16px", - "left": "172px", + "height": "36px", + "left": "76px", "position": "absolute", - "top": "519px", + "top": "260px", "visibility": "visible", - "width": "114px", + "width": "112px", }, }, - "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26023,11 +22250,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", - "height": 16, - "width": 114, - "x": 172, - "y": 519, + "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -26039,89 +22269,25 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 1, - }, - ], - "string": "OK", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "19px", - "left": "95px", + "height": "36px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "20px", + "width": "112px", }, }, - "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", - "dontSynchroniseWithSymbol": false, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26130,72 +22296,135 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 19, - "width": 20, - "x": 95, + "height": 36, + "width": 112, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {19, 16}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "OK", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", }, - "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", - "endMarkerType": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, @@ -26222,45 +22451,18 @@ Object { "size": 14, }, }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 5, + "length": 10, "location": 0, }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, - }, ], - "string": "CANCEL", + "string": "LEARN MORE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -26271,19 +22473,19 @@ Object { "display": "block", "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "16px", - "left": "0px", + "height": "38px", + "left": "12.5px", "position": "absolute", - "top": "0px", + "top": "10px", "visibility": "visible", - "width": "56px", + "width": "87px", }, }, - "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26292,13 +22494,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", - "height": 16, - "width": 56, - "x": 0, - "y": 0, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {56, 16}}", + "glyphBounds": "{{0, 0}, {86, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -26307,7 +22508,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "CANCEL", + "name": "LEARN MORE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -26315,23 +22516,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -26347,10 +22538,10 @@ Object { "size": 14, }, }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -26364,7 +22555,7 @@ Object { }, }, ], - "name": "ok + cancel", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -26372,7 +22563,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -26381,7 +22572,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"ok + cancel\\"", + "aria-label=\\"Button\\"", ], }, }, @@ -26392,18 +22583,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "199px", - "left": "0px", + "height": "36px", + "left": "8px", "position": "absolute", - "top": "0px", + "top": "260px", "visibility": "visible", - "width": "320px", + "width": "68px", }, }, - "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26412,11 +22603,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", - "height": 199, - "width": 320, - "x": 0, - "y": 0, + "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -26434,19 +22628,19 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "199px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "320px", + "width": "68px", }, }, - "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26455,8 +22649,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 199, - "width": 320, + "height": 36, + "width": 68, "x": 0, "y": 0, }, @@ -26468,191 +22662,99 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "header bg", + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", - "hasCurveFrom": false, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{1, 0.94444444444444442}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24746906759014342, -0.24902547682027013}", - "curveMode": 1, - "curveTo": "{-0.24746906759014342, 0.24902547682027015}", - "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", - "curveMode": 1, - "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", - "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", - "hasCurveFrom": false, + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{0.029411764705882353, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "31.99999999997413px", - "left": "1.060561771737412e-7px", - "position": "absolute", - "top": "2.546585164964199e-11px", - "visibility": "visible", - "width": "319.9999998939438px", + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", }, - }, - "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", - "height": 31.99999999997413, - "width": 319.9999998939438, - "x": 1.060561771737412e-7, - "y": 2.546585164964199e-11, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bar", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", - "curveMode": 1, - "curveTo": "{0.25000000504962155, 1.2500000000002023}", - "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", - "hasCurveFrom": false, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{4.9667651341541571e-09, 1.0000000000000002}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24687257374643226, -0.24842523169513558}", - "curveMode": 1, - "curveTo": "{-0.24687257440928329, 0.24842523169351868}", - "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + "point": "{0.97058823529411764, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2507861404771796, 0.2507861405226906}", - "curveMode": 1, - "curveTo": "{0.74921385952282049, -0.2507861402658404}", - "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.2842510388477008e-10}", + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveFrom": "{1, 0.94444444444444442}", "curveMode": 1, - "curveTo": "{1.2580645141857014, 0.75806451674907216}", - "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 1.0000000000000002}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -26661,27 +22763,14 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.4823529411764705, - "green": 0.5372549019607843, - "red": 0, - }, - "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -26691,8 +22780,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,137,123,1.00)\\"", - "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], "type": "path", }, @@ -26713,15 +22802,15 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 80, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, @@ -26731,34 +22820,34 @@ Object { "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 2, + "length": 5, "location": 0, }, ], - "string": "13", + "string": "SHARE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(255,255,255,1.00)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "80px", - "height": "212px", - "left": "114.5px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "11.5px", "position": "absolute", - "top": "70px", + "top": "10px", "visibility": "visible", - "width": "91px", + "width": "46px", }, }, - "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26767,12 +22856,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 212, - "width": 91, - "x": 114.5, - "y": 70, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {90, 94}}", + "glyphBounds": "{{0, 0}, {45, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -26781,132 +22870,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 6, - "location": 0, - }, - ], - "string": "Friday", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "140.5px", - "position": "absolute", - "top": "7px", - "visibility": "visible", - "width": "39px", - }, - }, - "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 39, - "x": 140.5, - "y": 7, - }, - "glyphBounds": "{{0, 0}, {38, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Friday", + "name": "SHARE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -26914,25 +22878,25 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, @@ -26952,264 +22916,8 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 3, - "location": 0, - }, - ], - "string": "MAR", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "133.5px", - "position": "absolute", - "top": "46px", - "visibility": "visible", - "width": "53px", - }, - }, - "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 53, - "x": 133.5, - "y": 46, - }, - "glyphBounds": "{{0, 0}, {52, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "MAR", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 4, - "location": 0, - }, - ], - "string": "2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "132.5px", - "position": "absolute", - "top": "162px", - "visibility": "visible", - "width": "55px", - }, - }, - "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 55, - "x": 132.5, - "y": 162, - }, - "glyphBounds": "{{0, 0}, {54, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", - "opacity": 0.5423274253731343, - }, - "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, ], - "name": "header", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -27217,7 +22925,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -27226,29 +22934,30 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"header\\"", + "aria-label=\\"Button\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "288px", - "left": "21px", + "height": "3px", + "left": "0px", "position": "absolute", - "top": "211px", + "top": "250px", "visibility": "visible", - "width": "278px", + "width": "344px", }, }, - "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -27257,5673 +22966,44465 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", - "height": 288, - "width": 278, - "x": 21, - "y": 211, + "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", + "height": 3, + "width": 344, + "x": 0, + "y": 250, }, - "hasClickThrough": true, "hasClippingMask": false, + "isClosed": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "34px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", - "height": 14, - "width": 278, - "x": 0, - "y": 34, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + ], + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebCodeGenService should match md-components-cards-safari.sketch snapshot for 59 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "B942A9A6-E496-4B25-A9A9-81AC2108F6C9", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BED55B92-66FF-4E8F-A709-745BAD777E1B", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "M", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", - "height": 14, - "width": 14, - "x": 44, - "y": 0, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "M", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "911371BB-173C-4187-A744-2C860A116095", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "S", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4FBD87AE-A8B3-430F-9AEE-F509FBF7B62E", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", - "height": 14, - "width": 14, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "W", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", - "height": 14, - "width": 14, - "x": 132, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "W", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "T", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", - "height": 14, - "width": 14, - "x": 176, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "F", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", - "height": 14, - "width": 14, - "x": 220, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "F", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FF1343AD-DDEE-42ED-8A8E-5EEB85CA53DC", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "354px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "304px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0.05, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "T", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", - "height": 14, - "width": 14, - "x": 88, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "weekdays", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"weekdays\\"", - ], + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "border-radius": "50%", - "display": "block", - "height": "44px", - "left": "161px", - "position": "absolute", - "top": "143px", - "visibility": "visible", - "width": "44px", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 44, - "width": 44, - "x": 161, - "y": 143, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "selection", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"selection\\"", - ], + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "226px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", }, }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "display": "block", + "height": "176px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 176, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "image placeholder", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "214px", - "left": "0px", - "position": "absolute", - "top": "74px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, - }, - "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", - "height": 214, - "width": 278, - "x": 0, - "y": 74, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "30", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", - "height": 14, - "width": 14, - "x": 0, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "30", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "31", + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", - "height": 14, - "width": 14, - "x": 44, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "31", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "length": 22, + "location": 0, + }, + ], + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "1", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, - "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "76px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", ], - "string": "16", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", - "height": 14, - "width": 14, - "x": 0, - "y": 124, + "type": "path", }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "16", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, }, - "verticalAlignment": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 10, + "location": 0, }, + ], + "string": "LEARN MORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "12.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "87px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "17", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + }, + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {86, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "LEARN MORE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", - "height": 14, - "width": 14, - "x": 44, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "17", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], - "string": "19", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, + "type": "path", }, - "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", - "height": 14, - "width": 14, - "x": 132, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "19", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "20", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", - "height": 14, - "width": 14, - "x": 176, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "20", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, + ], + "string": "SHARE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "11.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "46px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "21", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + }, + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {45, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "SHARE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", - "height": 14, - "width": 14, - "x": 220, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "21", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "22", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", - "height": 14, - "width": 14, - "x": 264, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "22", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "250px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 344, + "x": 0, + "y": 250, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C43A3796-415D-48DC-B7DC-F4DAB0E3D04F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 52 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.05, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "18", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", - "height": 14, - "width": 14, - "x": 88, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "18", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "23", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", - "height": 14, - "width": 14, - "x": 0, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "23", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "24", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", - "height": 14, - "width": 14, - "x": 44, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "24", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "26", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", - "height": 14, - "width": 14, - "x": 132, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "26", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "27", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", - "height": 14, - "width": 14, - "x": 176, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "27", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "28", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0.05, }, - }, - "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", - "height": 14, - "width": 14, - "x": 220, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "28", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "29", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0.2, }, - }, - "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", - "height": 14, - "width": 14, - "x": 264, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "29", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "25", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", - "height": 14, - "width": 14, - "x": 88, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "25", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "13", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + "position": 0.950255322222858, }, - }, - "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", - "height": 14, - "width": 14, - "x": 176, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "9", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", - "height": 14, - "width": 14, - "x": 0, - "y": 84, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "9", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "10", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", - "height": 14, - "width": 14, - "x": 44, - "y": 84, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "10", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "12", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", - "height": 14, - "width": 14, - "x": 132, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "12", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "14", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "length": 3, + "location": 0, }, - "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", - "height": 14, - "width": 14, - "x": 220, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "14", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], - "string": "15", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", - "height": 14, - "width": 14, - "x": 264, - "y": 84, + "type": "path", }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "15", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "11", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", - "height": 14, - "width": 14, - "x": 88, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "11", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 53 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "7", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", - "height": 14, - "width": 14, - "x": 220, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "7", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "2", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", - "height": 14, - "width": 14, - "x": 0, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "3", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", - "height": 14, - "width": 14, - "x": 44, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "3", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "5", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", - "height": 14, - "width": 14, - "x": 132, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "5", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "6", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", - "height": 14, - "width": 14, - "x": 176, - "y": 44, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "6", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "8", + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", - "height": 14, - "width": 14, - "x": 264, - "y": 44, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "8", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 59 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "1FACE5CD-4C60-4C14-BEB5-1AABD8469E9F", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "3380750C-0BB8-4F98-8363-20B02C5282DC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD5B068-1942-4F90-9DAF-E3C2ADD11B60", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5A0185BB-EA56-4FBB-8C2F-A846AE43C2F6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FF036CE5-F1BB-4440-B775-36E64E65026F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "258px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "54D44EEB-920F-4B41-AF72-8DC08E9F4211", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebCodeGenService should match md-components-chips-open-chip.sketch snapshot for 52 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "chip bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{161, 161}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebCodeGenService should match md-components-chips-open-chip.sketch snapshot for 53 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "chip bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{187, 187}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebCodeGenService should match md-components-chips-open-chip.sketch snapshot for 59 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "4A03D0FC-C955-4776-B3BC-49D10D2EC1F8", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "49BFDC6A-22E2-466E-8E43-BDF2E5AAACAC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "51B03871-5B61-4062-857D-E49186F9AC46", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E277DCE4-ADAA-446B-A298-363DE0FA8604", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AD75B14C-A64A-42AD-B14E-D1A5E6A05962", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "18396A61-DA04-41CB-9E7C-D48127DB4EC8", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FAE2BEC9-E60B-4591-A988-BEA3B5B508AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 148px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "234px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "346px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "chip bg", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "maintainScrollPosition": false, + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "07067FE7-93D6-434B-AC60-5A67C2AC90BC", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{213, 213}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebCodeGenService should match md-components-date-picker.sketch snapshot for 52 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebCodeGenService should match md-components-date-picker.sketch snapshot for 53 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebCodeGenService should match md-components-date-picker.sketch snapshot for 59 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "12502ADD-A7A9-4768-B787-016A2A6F9576", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "7B8C8B1E-63AB-49EC-ADA6-091B4FAB2F94", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C9D81A22-4232-4094-83AB-4269D7CF672C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 22px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "94px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "94px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "overflow": "hidden", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3B3CEF08-C0D6-4980-9B05-59D2869A0405", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 52 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "4", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", - "height": 14, - "width": 14, - "x": 88, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "4", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "dates", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dates\\"", - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.8725656703, + "alpha": 0.02, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", + "position": 0.9864078443877551, }, - "length": 10, - "location": 0, - }, - ], - "string": "March 2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "101.5px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "76px", + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", - "height": 16, - "width": 76, - "x": 101.5, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {76, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "March 2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.0490476332782268, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, - }, - "verticalAlignment": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + ], + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", }, ], - "name": "calendar", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"calendar\\"", + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, - ], - "name": "dialog", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dialog\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebCodeGenService should match md-components-date-picker.sketch snapshot for 53 on web 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", - "name": "Material/Light/Dialog", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.04, + "alpha": 0.87, "blue": 0, "green": 0, "red": 0, }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "position": 1, }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "length": 13, + "location": 0, + }, + ], + "string": "Incoming call", }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "556px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", }, - }, - "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", - "height": 556, - "width": 320, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 2, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 15, + "location": 0, + }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "555.999999998099px", - "left": "-0.00000201463535631774px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", "position": "absolute", - "top": "-3.019895302713849e-7px", + "top": "42px", "visibility": "visible", - "width": "320.0000020097797px", + "width": "180px", }, }, - "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", - "edited": true, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -32932,288 +67433,681 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", - "height": 555.999999998099, - "width": 320.0000020097797, - "x": -0.00000201463535631774, - "y": -3.019895302713849e-7, + "height": 32, + "width": 180, + "x": 88, + "y": 42, }, - "hasClippingMask": true, - "isClosed": true, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": true, + "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "dialog bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.75312742380683251, 1.2484252312359647}", - "curveMode": 1, - "curveTo": "{1.2468725677856276, 0.75157476876403528}", - "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.99999999579623011, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", - "curveMode": 1, - "curveTo": "{0.24954874040058797, 1.2495487419762428}", - "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{-7.4954264546158371e-12, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.25090333626656247, -0.25000080578509032}", - "curveMode": 1, - "curveTo": "{-0.25090333211297938, 0.25000080577825212}", - "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2495548195455812, 0.25022102382467826}", - "curveMode": 1, - "curveTo": "{0.75044518048476361, -0.25022102273838404}", - "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1.0000000000151725, 5.4314714836243111e-10}", - }, - ], - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "88px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "81px", + }, + }, + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", + "height": 24, + "width": 81, + "x": 88, + "y": 116, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", + }, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "13.999px", + }, + }, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 13.999, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", }, ], - "to": "{0.5, 1}", + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + ], + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], }, - ], + }, + ], + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, - }, - ], "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 0.5, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"0.5\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", - ], - "type": "path", - }, - ], - }, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], }, }, Object { @@ -33223,18 +68117,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "16px", - "left": "172px", + "height": "24px", + "left": "215px", "position": "absolute", - "top": "519px", + "top": "116px", "visibility": "visible", - "width": "114px", + "width": "88px", }, }, - "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33243,14 +68137,11 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", - "height": 16, - "width": 114, - "x": 172, - "y": 519, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", + "height": 24, + "width": 88, + "x": 215, + "y": 116, }, "hasClickThrough": false, "hasClippingMask": false, @@ -33271,16 +68162,16 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0.5, @@ -33288,9 +68179,11 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 1, + "length": 5, "location": 0, }, Object { @@ -33298,16 +68191,16 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0, @@ -33315,36 +68208,38 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "length": 1, - "location": 1, + "location": 5, }, ], - "string": "OK", + "string": "ANSWER", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", + "color": "rgba(0,0,0,0.54)", "display": "block", "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "19px", - "left": "95px", + "font-size": "13px", + "height": "16px", + "left": "32px", "position": "absolute", - "top": "0px", + "top": "4px", "visibility": "visible", - "width": "20px", + "width": "56px", }, }, - "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33353,12 +68248,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 19, - "width": 20, - "x": 95, - "y": 0, + "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", + "height": 16, + "width": 56, + "x": 32, + "y": 4, }, - "glyphBounds": "{{0, 0}, {19, 16}}", + "glyphBounds": "{{0, 0}, {56, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -33367,7 +68263,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "OK", + "name": "ANSWER", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -33375,36 +68271,26 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0.5, @@ -33412,6 +68298,8 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -33424,170 +68312,430 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, - "length": 5, - "location": 0, }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "3px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": 3, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Imported Layers", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - ], - "string": "CANCEL", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "56px", }, - }, - "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", - "height": 16, - "width": 56, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {56, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "CANCEL", - "nameIsFixed": false, - "resizingConstraint": 47, + ], + "name": "call icon", + "nameIsFixed": true, + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"call icon\\"", + ], }, }, ], - "name": "ok + cancel", + "name": "answer", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -33595,7 +68743,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -33604,29 +68752,565 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"ok + cancel\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", ], }, }, + ], + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 53 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "199px", + "height": "160px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "320px", + "width": "344px", }, }, - "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33635,825 +69319,756 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", - "height": 199, - "width": 320, + "height": 160, + "width": 344, "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "199px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", - }, - }, - "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 199, - "width": 320, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24746906759014342, -0.24902547682027013}", - "curveMode": 1, - "curveTo": "{-0.24746906759014342, 0.24902547682027015}", - "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", - "curveMode": 1, - "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", - "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "31.99999999997413px", - "left": "1.060561771737412e-7px", - "position": "absolute", - "top": "2.546585164964199e-11px", - "visibility": "visible", - "width": "319.9999998939438px", - }, - }, - "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", - "height": 31.99999999997413, - "width": 319.9999998939438, - "x": 1.060561771737412e-7, - "y": 2.546585164964199e-11, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bar", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", - "curveMode": 1, - "curveTo": "{0.25000000504962155, 1.2500000000002023}", - "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{4.9667651341541571e-09, 1.0000000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24687257374643226, -0.24842523169513558}", - "curveMode": 1, - "curveTo": "{-0.24687257440928329, 0.24842523169351868}", - "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2507861404771796, 0.2507861405226906}", - "curveMode": 1, - "curveTo": "{0.74921385952282049, -0.2507861402658404}", - "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.2842510388477008e-10}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74193548581429836, 1.2419354832509284}", - "curveMode": 1, - "curveTo": "{1.2580645141857014, 0.75806451674907216}", - "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.0000000000000002}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.4823529411764705, - "green": 0.5372549019607843, - "red": 0, - }, - "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,137,123,1.00)\\"", - "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, - "length": 2, - "location": 0, - }, - ], - "string": "13", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "80px", - "height": "212px", - "left": "114.5px", - "position": "absolute", - "top": "70px", - "visibility": "visible", - "width": "91px", - }, - }, - "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 212, - "width": 91, - "x": 114.5, - "y": 70, - }, - "glyphBounds": "{{0, 0}, {90, 94}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.95, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", + "position": 0.9864078443877551, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 1, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, + "alpha": 0.2000000029802322, "blue": 1, "green": 1, "red": 1, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "position": 0.0490476332782268, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.2, }, - "length": 6, - "location": 0, - }, - ], - "string": "Friday", + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "140.5px", - "position": "absolute", - "top": "7px", - "visibility": "visible", - "width": "39px", + ], + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, + "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 39, - "x": 140.5, - "y": 7, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "glyphBounds": "{{0, 0}, {38, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Friday", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - "windingRule": 1, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 14, }, - "length": 3, - "location": 0, }, - ], - "string": "MAR", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "133.5px", - "position": "absolute", - "top": "46px", - "visibility": "visible", - "width": "53px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, }, + "length": 13, + "location": 0, }, - "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 53, - "x": 133.5, - "y": 46, - }, - "glyphBounds": "{{0, 0}, {52, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "MAR", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "Incoming call", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", + }, + }, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 24, }, - "length": 4, - "location": 0, }, - ], - "string": "2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "132.5px", - "position": "absolute", - "top": "162px", - "visibility": "visible", - "width": "55px", - }, - }, - "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 55, - "x": 132.5, - "y": 162, - }, - "glyphBounds": "{{0, 0}, {54, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", - "opacity": 0.5423274253731343, - }, - "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "length": 15, + "location": 0, }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", + "position": "absolute", + "top": "42px", + "visibility": "visible", + "width": "180px", }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, + }, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 180, + "x": 88, + "y": 42, + }, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", - ], + "attributes": Array [], }, }, Object { @@ -34463,18 +70078,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "288px", - "left": "21px", + "height": "24px", + "left": "88px", "position": "absolute", - "top": "211px", + "top": "116px", "visibility": "visible", - "width": "278px", + "width": "81px", }, }, - "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -34483,16 +70098,16 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", - "height": 288, - "width": 278, - "x": 21, - "y": 211, + "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", + "height": 24, + "width": 81, + "x": 88, + "y": 116, }, "groupLayout": Object { "_class": "MSImmutableFreeformGroupLayout", }, - "hasClickThrough": true, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -34502,611 +70117,338 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "34px", - "visibility": "visible", - "width": "278px", - }, - }, - "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", - "height": 14, - "width": 278, - "x": 0, - "y": 34, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "M", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", - "height": 14, - "width": 14, - "x": 44, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "M", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "911371BB-173C-4187-A744-2C860A116095", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", - "height": 14, - "width": 14, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "W", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", - "height": 14, - "width": 14, - "x": 132, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "W", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 1, + "location": 5, }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - ], - "string": "T", + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", + "height": "24px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", - "height": 14, - "width": 14, - "x": 176, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "F", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", "height": "14px", - "left": "220px", + "left": "5px", "position": "absolute", - "top": "0px", + "top": "5px", "visibility": "visible", - "width": "14px", + "width": "13.999px", }, }, - "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -35115,250 +70457,620 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", "height": 14, - "width": 14, - "x": 220, - "y": 0, + "width": 13.999, + "x": 5, + "y": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "F", - "nameIsFixed": false, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.5433367301, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + ], + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], + }, + }, + ], + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "215px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", + "height": 24, + "width": 88, + "x": 215, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "S", + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 5, + "location": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "ANSWER", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", + "height": 16, + "width": 56, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "ANSWER", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "height": "24px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", - "dontSynchroniseWithSymbol": false, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", - "height": 14, - "width": 14, - "x": 264, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "T", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", + "height": "18px", + "left": "3px", "position": "absolute", - "top": "0px", + "top": "3px", "visibility": "visible", - "width": "14px", + "width": "18px", }, }, - "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -35367,69 +71079,229 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", - "height": 14, - "width": 14, - "x": 88, - "y": 0, + "height": 18, + "width": 18, + "x": 3, + "y": 3, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", + "name": "Imported Layers", "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.5433367301, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, ], - "name": "weekdays", + "name": "call icon", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -35437,26 +71309,8 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -35464,1375 +71318,2176 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"weekdays\\"", + "aria-label=\\"call icon\\"", ], }, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "border-radius": "50%", - "display": "block", - "height": "44px", - "left": "161px", - "position": "absolute", - "top": "143px", - "visibility": "visible", - "width": "44px", - }, - }, - "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 44, - "width": 44, - "x": 161, - "y": 143, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "selection", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + ], + "name": "answer", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 59 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "D68BDF6C-B753-479E-95BC-A139BDC457D9", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "B31581C1-0A5F-4F6E-8CA6-4AE64984C599", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4DDF8DAE-BAA8-49BD-931C-4977FA79B4DE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "B1396A0F-1D1C-4ECF-BCB7-FEAC24A4A1CA", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F391C9D8-9C3C-451F-8B54-55C386CDEB21", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"selection\\"", - ], + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "501DFA3F-FAB0-4A19-8A58-1E1D8DA547D6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", + }, Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "214px", - "left": "0px", - "position": "absolute", - "top": "74px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", - "height": 214, - "width": 278, - "x": 0, - "y": 74, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "30", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", - "height": 14, - "width": 14, - "x": 0, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "30", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "31", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0.95, }, - }, - "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", - "height": 14, - "width": 14, - "x": 44, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "31", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.9864078443877551, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "1", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0.0490476332782268, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "16", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", - "height": 14, - "width": 14, - "x": 0, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "16", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "17", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", - "height": 14, - "width": 14, - "x": 44, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "17", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "19", + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, - "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", - "height": 14, - "width": 14, - "x": 132, - "y": 124, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Incoming call", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", + }, + }, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "19", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 15, + "location": 0, + }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", + "position": "absolute", + "top": "42px", + "visibility": "visible", + "width": "180px", + }, + }, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 180, + "x": 88, + "y": 42, + }, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "88px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "81px", + }, + }, + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 81, + "x": 88, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "20", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", - "height": 14, - "width": 14, - "x": 176, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "20", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "21", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "length": 1, + "location": 5, }, - "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", - "height": 14, - "width": 14, - "x": 220, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "21", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", + }, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "22", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "124px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", - "height": 14, - "width": 14, - "x": 264, - "y": 124, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "22", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "18", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", "height": "14px", - "left": "88px", + "left": "5px", "position": "absolute", - "top": "124px", + "top": "5px", "visibility": "visible", - "width": "14px", + "width": "13.999px", }, }, - "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -36841,376 +73496,811 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", "height": 14, - "width": 14, - "x": 88, - "y": 124, + "width": 13.999, + "x": 5, + "y": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "18", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "215px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 88, + "x": 215, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, }, - "verticalAlignment": 0, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "23", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "length": 1, + "location": 5, }, - "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", - "height": 14, - "width": 14, - "x": 0, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "23", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "ANSWER", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 56, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "ANSWER", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "24", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "164px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", - "dontSynchroniseWithSymbol": false, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", - "height": 14, - "width": 14, - "x": 44, - "y": 164, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "24", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "26", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "height": "18px", + "left": "3px", "position": "absolute", - "top": "164px", + "top": "3px", "visibility": "visible", - "width": "14px", + "width": "18px", }, }, - "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -37219,947 +74309,1461 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", - "height": 14, - "width": 14, - "x": 132, - "y": 164, + "height": 18, + "width": 18, + "x": 3, + "y": 3, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "26", + "maintainScrollPosition": false, + "name": "Imported Layers", "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + ], + "maintainScrollPosition": false, + "name": "call icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"call icon\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "answer", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 28px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "106px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "106px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "overflow": "hidden", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "27", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", - "height": 14, - "width": 14, - "x": 176, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "27", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2C7E3706-6E18-408D-85F6-CE90C5F8EE44", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": 289, + }, + }, +} +`; + +exports[`WebCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 52 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "5B57D242-95C3-47E3-BC5E-22376F9F834B", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "FD154772-5D9F-4899-88F9-5124F223C73E", + "name": "Material/Dark/Title", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 20, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/F88D7516-E1DF-48A7-BA35-A0F4EF393BBE", + "_ref_class": "MSImmutablePage", + }, + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/267D6DEC-0F7B-4667-BA1A-1FA1BCA04485", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485": Object { + "artboards": Object { + "85FE2CA3-7BC8-4647-8950-9AB676A1C91A": Object { + "name": "Material/Android/Status bar content", + }, + }, + "name": "Symbols", + }, + "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "2145D356-40E2-4569-95CF-84F00DD9818F", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "BB51E5D5-5BA5-419F-9D6A-49A171E7ED21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7D8CA104-45E8-4835-B4DA-CCAF17E60C45", + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "A94FA51A-099C-4CC1-B1AE-4F3CBFE4B381", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC89A630-0EF2-4276-944C-D7254BED2EF4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8C36F8CD-481B-455B-B132-E7E7E477D5D0", + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", }, + }, + "do_objectID": "D6E225E7-E0FF-41C3-BF62-95BB15DA2258", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9B79BB7B-176C-4CA3-99DC-D5866EA83AB4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "app bar bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "28", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", - "height": 14, - "width": 14, - "x": 220, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "28", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "29", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", - "height": 14, - "width": 14, - "x": 264, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "29", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "25", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", - "height": 14, - "width": 14, - "x": 88, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "25", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "ACEE65BC-1CF2-45E4-9889-621210096AED", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.8274509803921568, + "green": 0.7333333333333334, + "red": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "13", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 4, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - }, - "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", - "height": 14, - "width": 14, - "x": 176, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "windingRule": 1, + "do_objectID": "7E855B0A-CD99-4BC0-9320-25BCD81DE1B0", + "isEnabled": true, + "offsetX": 0, + "offsetY": 4, + "spread": 0, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + Object { + "_class": "shadow", + "blurRadius": 4, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "464524C7-C0E7-414E-8B14-DC85D1E28DCE", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "fill=\\"rgba(0,187,211,1.00)\\"", + "d=\\"M360 0,L 0 0,L 0 128,L 360 128,z\\"", ], - "string": "9", + "type": "path", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "48px", + "left": "0px", + "position": "absolute", + "top": "80px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "DD13F059-6DD2-4413-9C59-5A3ABD7D44D7", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C9CE81BD-C917-48C0-9755-A60CAB214BD0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D025D61C-6D8C-4DEF-9770-3BF04763FB53", + "height": 48, + "width": 360, + "x": 0, + "y": 80, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", + "background-color": "rgba(255,255,255,0.00)", + "box-shadow": "0 0 0 1px rgba(151,151,151,1.00) inset", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", + "height": "48px", "left": "0px", "position": "absolute", - "top": "84px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "360px", }, }, - "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", - "dontSynchroniseWithSymbol": false, + "do_objectID": "B272B09E-BAB6-4010-AE2E-B09CA0800607", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "do_objectID": "9DD7A316-362F-4C9A-BFF3-5AB347DF1433", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", - "height": 14, - "width": 14, + "height": 48, + "width": 360, "x": 0, - "y": 84, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "9", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "10", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - }, - "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", - "height": 14, - "width": 14, - "x": 44, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "10", - "nameIsFixed": false, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "borders": Array [ + Object { + "_class": "border", + "color": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, + "fillType": 0, + "isEnabled": false, + "position": 1, + "thickness": 1, }, - "verticalAlignment": 0, - }, + ], + "do_objectID": "451D43C8-1885-40BE-9887-80738B61DBAA", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], }, }, Object { @@ -38172,53 +75776,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 9, "location": 0, }, ], - "string": "12", + "string": "THE THIRD", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,0.70)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "240px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "do_objectID": "EA8BF223-8245-42D6-AF64-B4A4A529DEBA", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "do_objectID": "440F05BA-2072-4C6B-B78F-6CDF2E0DA718", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38227,13 +75832,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", - "height": 14, - "width": 14, - "x": 132, - "y": 84, + "do_objectID": "65C64BBE-7EA8-4BAA-B6F4-933EB86CA11D", + "height": 16, + "width": 120, + "x": 240, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38242,7 +75847,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "12", + "name": "THE THIRD", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38250,33 +75855,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "do_objectID": "33A4A266-8DB2-45A7-A7E1-2E46C90421B9", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "do_objectID": "4B3B58A2-ADCE-4A57-B0A9-E9F4263044C5", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38298,53 +75904,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 8, "location": 0, }, ], - "string": "14", + "string": "ITEM TWO", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,0.70)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "120px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "do_objectID": "33A046AA-2704-40B5-9DE7-A5F7C8AD52BA", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "do_objectID": "14290AE1-FA35-44A1-B010-6330DB239370", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38353,13 +75960,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", - "height": 14, - "width": 14, - "x": 220, - "y": 84, + "do_objectID": "91542702-E1CB-49DE-AE0B-9145054DB80C", + "height": 16, + "width": 120, + "x": 120, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38368,7 +75975,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "14", + "name": "ITEM TWO", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38376,33 +75983,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "do_objectID": "9578BCCE-56FF-4CD0-A6C2-0A67738FF257", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "do_objectID": "9140AD60-AC75-4423-BD05-4120E3C53D2A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38424,53 +76032,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 7, "location": 0, }, ], - "string": "15", + "string": "NO. ONE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "do_objectID": "2FEE7291-7D60-47B5-AF0C-9794FC70479A", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "do_objectID": "1C8BB07D-4549-4474-85DE-AAC36D4ED7FE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38479,13 +76088,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", - "height": 14, - "width": 14, - "x": 264, - "y": 84, + "do_objectID": "D08C8D43-D4F0-426D-BBE7-5BA4CA030851", + "height": 16, + "width": 120, + "x": 0, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38494,7 +76103,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "15", + "name": "NO. ONE", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38502,33 +76111,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "do_objectID": "E1B0E40B-4579-4740-A63F-6C4231A7DCF8", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "do_objectID": "07FC4EB1-FE4E-4EFB-8BD3-1562B7D69B89", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38541,188 +76151,277 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "11", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", + "background-color": "rgba(255,255,140,1.00)", + "box-shadow": "0px 1px 1.5px 0px rgba(0,0,0,0.12),0px 1px 1px 0px rgba(0,0,0,0.24)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", + "height": "2px", + "left": "0px", "position": "absolute", - "top": "84px", + "top": "46px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0CD5019F-4477-41F0-B7F4-1437084D2FAD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "do_objectID": "9B2FA7EA-E5FC-4F3F-A38A-91AB190DD24E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", - "height": 14, - "width": 14, - "x": 88, - "y": 84, + "height": 2, + "width": 120, + "x": 0, + "y": 46, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "11", - "nameIsFixed": false, + "name": "indicator", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "A14002AC-97A3-482B-A0C5-D44A77B354E6", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 0, + "isEnabled": false, + "position": 1, + "thickness": 1, + }, + ], + "do_objectID": "87D45A0F-6AC3-4D68-8521-AF6E8F85FD82", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5490196078431373, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 1.5, + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 0.12, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "isEnabled": false, + "offsetX": 0, + "offsetY": 1, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 1, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 1, + "spread": 0, }, - "verticalAlignment": 0, - }, + ], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"indicator\\"", + ], }, }, + ], + "name": "tabs", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56450478-45EE-4020-829D-3D7106A99B8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"tabs\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "16px", + "position": "absolute", + "top": "40px", + "visibility": "visible", + "width": "328px", + }, + }, + "do_objectID": "54F2B126-EBC8-42E4-9CCC-6025866EA532", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E919A5D5-7F14-43AB-937D-4AC73AD038A8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1244F84B-12C1-420C-A2BD-58EBC9D323FF", + "height": 24, + "width": 328, + "x": 16, + "y": 40, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "7", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", + "height": "24px", + "left": "316px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "12px", }, }, - "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", - "dontSynchroniseWithSymbol": false, + "do_objectID": "2EAB1189-97C4-4EC1-8CBF-1E24214B7177", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "do_objectID": "B5AE9619-0144-403F-B016-9A1F7F494DC5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38731,317 +76430,686 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", - "height": 14, - "width": 14, - "x": 220, - "y": 44, + "do_objectID": "13FAD583-AC89-4F3A-A6B6-A0CF3DBA26AC", + "height": 24, + "width": 12, + "x": 316, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, - "isFlippedVertical": false, + "isFlippedVertical": true, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "7", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "layers": Array [ + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "4px", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, + }, + "do_objectID": "044E322D-A4FA-476E-8BFB-CB5BD971A007", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "29F06F1B-0927-4D93-BDE8-5828E3184007", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "09DF51C0-DFDA-497B-9205-AB1963FD1154", + "height": 16, + "width": 4, + "x": 3, + "y": 4, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "3B936567-EF75-4459-8908-92C1DA27C1FE", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1F98697-0674-4D9C-A0F6-B7D2C30462F5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0EAD72B-E995-4B23-A15E-81E3ACD60B80", + "height": 4, + "width": 4, + "x": 0, + "y": 12, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77499999999999991}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000009}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 2, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000009}", + "curveMode": 2, + "curveTo": "{0, 0.77499999999999991}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "6px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "5F4D6AE3-A563-4C5E-86C0-66332A65E9B1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0BEF50BC-CCDF-4CDB-BEEE-4CB4FB2CE90D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2CF02168-028C-4296-82F3-C32431ED0BEA", + "height": 4, + "width": 4, + "x": 0, + "y": 6, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000009}", + "curveMode": 2, + "curveTo": "{0, 0.77499999999999991}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77499999999999991}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000009}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "4px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E4AC1434-7A30-45CD-8976-A852E84BBF9A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "313C2770-48E7-45CF-AD51-6CE335D14FEE", + "height": 4, + "width": 4, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22499999999999964}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000036}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000036}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999964}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "length": 1, - "location": 0, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "string": "2", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, }, - }, - "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", - "height": 14, - "width": 14, - "x": 0, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "12px", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + }, + "do_objectID": "E4792B29-BF0E-42DB-95C8-4DDBCAC7798F", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8B85D384-7961-4B39-87B7-A05B22F94D02", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 12, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "946562AE-3059-44F0-8DC3-54BE98B4ACFC", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M12 0,L 0 0,L 0 24,L 12 24,z\\"", + ], + "type": "path", }, - }, - "length": 1, - "location": 0, + ], + }, + "web": Object { + "attributes": Array [], }, - ], - "string": "3", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", }, - }, - "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", - "height": 14, - "width": 14, - "x": 44, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "3", - "nameIsFixed": false, + ], + "name": "more", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "do_objectID": "06EE712E-EDFF-4466-B1D7-A63C20D4C50F", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"more\\"", + ], }, }, Object { @@ -39054,53 +77122,52 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 20, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 1, + "length": 10, "location": 0, }, ], - "string": "5", + "string": "Page Title", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "20px", + "height": "26px", + "left": "56px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "91px", }, }, - "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "do_objectID": "90E271D7-D279-45F2-95DC-47441AC6F11F", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "do_objectID": "BBB1B522-64CF-4563-B8E9-F138ED2B426C", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39109,13 +77176,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", - "height": 14, - "width": 14, - "x": 132, - "y": 44, + "height": 26, + "width": 91, + "x": 56, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {90, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -39124,40 +77190,40 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "5", + "name": "Page Title", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "FD154772-5D9F-4899-88F9-5124F223C73E", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "do_objectID": "E2DF08D7-CE0B-4A04-A46E-02C8D9DC19DD", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "do_objectID": "E92BA203-2A38-4841-BE87-23D9A757DC8A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 20, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -39165,68 +77231,30 @@ Object { }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "6", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A7B39194-67E6-4391-84D0-3590B6A9C8C6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "do_objectID": "C4FDFF6F-90CA-42E5-B4EA-02196E788C67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39235,13 +77263,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", - "height": 14, - "width": 14, - "x": 176, - "y": 44, + "do_objectID": "C1D0BFE2-05CA-4895-8105-DEBC39E206B0", + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -39249,384 +77277,893 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "6", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "798D3C77-B6E0-4D8D-9EF6-ABDC9A4C8B2D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1D1A9FCF-0DAD-4917-B2EA-6CC0D24671C4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "31EF773D-8AEB-4113-BED9-1CB4C1CC4417", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "12px", + "left": "3px", + "position": "absolute", + "top": "6px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "894DE14D-3249-43A6-A9E5-13D74A715EAF", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E9A3EF6-B3AB-4018-A46A-4C09A1B6E2EC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A14A0CC3-5811-4C0B-AB5D-66BABB31C092", + "height": 12, + "width": 18, + "x": 3, + "y": 6, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "02902742-F6CF-47B2-A5EC-DD22510DA7DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A8D67E3B-9CAB-4149-B260-2B85A40190E9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "59305F95-A91C-43CD-BBC5-08B12D2CFEBD", + "height": 2, + "width": 18, + "x": 0, + "y": 10, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 2,L 18 2,L 18 0,L 0 0,L 0 2,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "D6BB75D0-AB30-43EC-B104-7BF224DA30B9", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3E227245-30B1-4F5B-B4D2-B2EC3199D671", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2178831E-0EA9-4B03-B0B6-05303ABBB4B7", + "height": 2, + "width": 18, + "x": 0, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 2,L 18 2,L 18 0,L 0 0,L 0 2,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "18px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "do_objectID": "C6B5B3A2-5CA0-4787-A6F1-47DAFF9CCAB9", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "574554BD-6E97-4715-BD86-7A3FEC2A86BF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4B258FC6-50FA-406A-AFD3-A641D2D0E332", + "height": 2, + "width": 18, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 0,L 0 2,L 18 2,L 18 0,L 0 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "length": 1, - "location": 0, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "string": "8", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, }, - }, - "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", - "height": 14, - "width": 14, - "x": 264, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "8", - "nameIsFixed": false, + ], + "name": "menu", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "do_objectID": "0E6232B9-D813-4EF6-86CD-A008760CB052", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"menu\\"", + ], }, }, + ], + "name": "app bar contents", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CEB14821-8174-404A-B9B3-70B0D89FF07A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"app bar contents\\"", + ], + }, + }, + ], + "name": "app bar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6D2C6775-C00E-459D-BF35-6BF75842EAB0", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"app bar\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "FA4CA9F5-471E-4E2A-9466-D3AE5C74D5E9", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CAF63BAA-809D-4491-BA10-6E6BE6B675F4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "096F6677-3466-4D31-8976-C5099741CC33", + "height": 24, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,166,1.00)", + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "C27B6B4D-AE72-45DB-A433-BCF83BD5FA33", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF88E2C-E6A4-45D7-A3B0-7D665AB5D111", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "status bar bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "4", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", - "height": 14, - "width": 14, - "x": 88, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "4", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "dates", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "do_objectID": "5C253197-535A-49C9-85CC-3D1E6ECC5E36", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.6509803921568628, + "green": 0.5882352941176472, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dates\\"", + "role=\\"rectangle\\"", + "aria-label=\\"status bar bg\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, - }, - ], - "string": "March 2014", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "symbolInstance", "booleanOperation": 0, "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "101.5px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "76px", - }, - }, - "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", - "dontSynchroniseWithSymbol": false, + "do_objectID": "2897CFF8-D7D1-4C1F-B13C-E4DAE67067FA", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "do_objectID": "1E5FD2ED-1738-4855-A83E-3E2986B601A2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39635,69 +78172,41 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", - "height": 16, - "width": 76, - "x": 101.5, + "do_objectID": "139BCC43-36EB-444E-A4E6-44A1B5DA3103", + "height": 24, + "width": 118, + "x": 242, "y": 0, }, - "glyphBounds": "{{0, 0}, {76, 16}}", "hasClippingMask": false, + "horizontalSpacing": 0, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": false, + "isLocked": true, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "March 2014", + "name": "status bar contents", "nameIsFixed": false, - "resizingConstraint": 47, + "overrideValues": Array [], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "scale": 1, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "do_objectID": "4FFF4E6F-61BA-4E30-B769-FC2F51E39F2F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + "symbolID": "080C0EF9-47BD-4900-BB91-42C80173D424", + "verticalSpacing": 0, }, ], - "name": "calendar", + "name": "status bar", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -39705,7 +78214,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "do_objectID": "1804FEE3-D722-4D5E-BD63-2DF8F2DB5FD5", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -39714,12 +78223,12 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"calendar\\"", + "aria-label=\\"status bar\\"", ], }, }, ], - "name": "dialog", + "name": "app bar + status bar", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -39727,7 +78236,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "do_objectID": "807C67B1-1EBA-45A7-AAA4-BF807BDF4729", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -39736,273 +78245,35 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"dialog\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, - }, - "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 52 on web 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, + "aria-label=\\"app bar + status bar\\"", ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "name": "Material/Light/Body 1", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", - "_ref_class": "MSImmutablePage", + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", - "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 105, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "artboards": Object {}, - "name": "Page 1", + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], }, }, - "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", - ], - "variant": "NONAPPSTORE", - "version": 112, - }, - "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "do_objectID": "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -40029,830 +78300,163 @@ Object { "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9941860465116279, 1}", - "curveMode": 4, - "curveTo": "{0.99738372093023264, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9941860465116279, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0026162790697673759, 1}", - "curveMode": 4, - "curveTo": "{0.0058139534883720929, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0058139534883720929, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.98687500000000006}", - "curveMode": 4, - "curveTo": "{0, 0.99437500000000001}", - "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.98750000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.0056250000000000354}", - "curveMode": 4, - "curveTo": "{0, 0.013125000000000008}", - "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058139534883720929, 0}", - "curveMode": 4, - "curveTo": "{0.0026162790697673759, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.0058139534883720929, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99709302325581395, 0}", - "curveMode": 4, - "curveTo": "{0.9938953488372092, 0}", - "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9941860465116279, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99970930232558131, 0.013125000000000008}", - "curveMode": 4, - "curveTo": "{0.99970930232558131, 0.0056250000000000354}", - "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.99437500000000012}", - "curveMode": 1, - "curveTo": "{0.99970930232558131, 0.98687500000000006}", - "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.98750000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", - "position": 0.9864078443877551, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.2000000029802322, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.1, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.0490476332782268, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - ], - "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", - "isEnabled": true, - "offsetX": 0, - "offsetY": 8, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", - "isEnabled": false, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", - "isEnabled": false, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "symbolMaster", + "backgroundColor": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "booleanOperation": 0, + "changeIdentifier": 6, + "clippingMaskMode": 0, + "do_objectID": "85FE2CA3-7BC8-4647-8950-9AB676A1C91A", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 118, + "x": 0, + "y": 0, + }, + "hasBackgroundColor": false, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeBackgroundColorInExport": true, + "includeBackgroundColorInInstance": false, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isFlowHome": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "shapePath", + "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { "display": "block", - "height": "3px", - "left": "88px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "94px", + "top": "0px", "visibility": "visible", - "width": "256px", + "width": "118px", }, }, - "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", - "edited": true, + "do_objectID": "61B8B31F-4531-4223-B67B-9F81955A0731", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", - "height": 3, - "width": 256, - "x": 88, - "y": 94, + "height": 24, + "width": 118, + "x": 0, + "y": 0, }, "hasClippingMask": false, - "isClosed": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "divider", + "name": "bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveFrom": "{0, 0}", "curveMode": 1, - "curveTo": "{0.001953125, 0.48611111111111105}", - "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "curveTo": "{0, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{0, 0.5}", + "point": "{0, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveFrom": "{0, 1}", "curveMode": 1, - "curveTo": "{-0.087891101837158522, 0.6041666666666663}", - "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "curveTo": "{0, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 0.5}", + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 13, - "location": 0, - }, - ], - "string": "Incoming call", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "88px", - "position": "absolute", - "top": "19px", - "visibility": "visible", - "width": "85px", - }, - }, - "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 85, - "x": 88, - "y": 19, - }, - "glyphBounds": "{{0, 0}, {84, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Incoming call", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 15, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "Scott Masterson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "88px", - "position": "absolute", - "top": "42px", - "visibility": "visible", - "width": "180px", - }, - }, - "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 180, - "x": 88, - "y": 42, - }, - "glyphBounds": "{{0, 0}, {177, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Scott Masterson", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, }, Object { @@ -40862,129 +78466,58 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "88px", + "height": "12px", + "left": "8px", "position": "absolute", - "top": "116px", + "top": "6px", "visibility": "visible", - "width": "81px", - }, - }, - "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", - "height": 24, - "width": 81, - "x": 88, - "y": 116, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "IGNORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "width": "16px", + }, + }, + "do_objectID": "0F7636EC-3486-4CC5-99A9-684896927622", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 16, + "x": 8, + "y": 6, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "12px", + "left": "1.70530256582424e-13px", "position": "absolute", - "top": "4px", + "top": "0px", "visibility": "visible", - "width": "50px", + "width": "16px", }, }, - "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", - "dontSynchroniseWithSymbol": false, + "do_objectID": "48C609B3-F9AE-422F-8D11-F6812E58FE3A", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -40993,87 +78526,99 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 16, - "width": 50, - "x": 32, - "y": 4, + "height": 12, + "width": 16, + "x": 1.70530256582424e-13, + "y": 0, }, - "glyphBounds": "{{0, 0}, {49, 16}}", - "hasClippingMask": false, + "hasClippingMask": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Ignore", - "nameIsFixed": false, - "resizingConstraint": 47, + "name": "wifi mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.49999999999999828, 1}", + "curveMode": 1, + "curveTo": "{0.49999999999999828, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.49999999999999828, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 8 12,L 16 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "shapeGroup", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", "height": "24px", - "left": "0px", + "left": "-4.000000000000114px", "position": "absolute", "top": "0px", "visibility": "visible", "width": "24px", }, }, - "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "do_objectID": "287233C0-7413-448D-82F6-AC1AD74EDE8C", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41082,10 +78627,9 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", "height": 24, "width": 24, - "x": 0, + "x": -4.000000000000114, "y": 0, }, "hasClickThrough": false, @@ -41098,44 +78642,398 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "CC5B3585-0E1B-45E9-BF72-0B8BCB2EA440", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22499999999999906, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.7749999999999998}", + "curveMode": 2, + "curveTo": "{0, 0.22500000000000023}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000091, 1}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22500000000000023}", + "curveMode": 2, + "curveTo": "{1, 0.7749999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77500000000000091, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.30)\\"", + "d=\\"M12 0,S 0 5.4, 0 12,S 5.4 24, 12 24,S 24 18.6, 24 12,S 18.6 0, 12 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "3px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "CD540E6A-760E-4F36-8DB5-F793A9F1A479", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": 3, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22222222222222221, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22222222222222221}", + "curveMode": 2, + "curveTo": "{0, 0.77777777777777779}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77777777777777779, 0}", + "curveMode": 2, + "curveTo": "{0.22222222222222221, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77777777777777779}", + "curveMode": 2, + "curveTo": "{1, 0.22222222222222221}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77777777777777779, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.30)\\"", + "d=\\"M9 18,S 0 14, 0 9,S 4 0, 9 0,S 18 4, 18 9,S 14 18, 9 18,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "-1.000000000000114px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "99CA80EA-99CB-4F9D-AE59-61E715C9D579", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": -1.000000000000114, + "y": 3, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { "rules": Object { "display": "block", - "height": "24px", + "height": "18px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "18px", }, }, - "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", - "edited": false, + "do_objectID": "3B0F2CD9-E800-48D8-8695-71CEE8180B3C", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, + "constrainProportions": false, + "height": 18, + "width": 18, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -41143,49 +79041,59 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0.22222222222222221, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "curveFrom": "{0, 0.77777777777777779}", + "curveMode": 2, + "curveTo": "{0, 0.22222222222222221}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "curveFrom": "{0.77777777777777779, 1}", + "curveMode": 2, + "curveTo": "{0.22222222222222221, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", + "curveFrom": "{1, 0.22222222222222221}", + "curveMode": 2, + "curveTo": "{1, 0.77777777777777779}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77777777777777779, 0}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "hasCurveTo": true, + "point": "{0.5, 0}", }, ], "resizingConstraint": 63, @@ -41194,18 +79102,44 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M9 0,S 0 4, 0 9,S 4 18, 9 18,S 18 14, 18 9,S 14 0, 9 0,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "shapePath", @@ -41214,19 +79148,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "14px", - "left": "5px", + "height": "12px", + "left": "3px", "position": "absolute", - "top": "5px", + "top": "3px", "visibility": "visible", - "width": "13.999px", + "width": "12px", }, }, - "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "do_objectID": "B479B32B-CF71-44A5-AF7E-EEA917A2D816", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41235,10 +79168,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 14, - "width": 13.999, - "x": 5, - "y": 5, + "height": 12, + "width": 12, + "x": 3, + "y": 3, }, "hasClippingMask": false, "isClosed": true, @@ -41248,155 +79181,77 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "shape", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.39900000000000002}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.39900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.39900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 0}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{0, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.39895706836202588, 0.5}", - "curveMode": 1, - "curveTo": "{0.39895706836202588, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.39895706836202588, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{0, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 1}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.60099999999999998}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.60099999999999998}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.60099999999999998}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 1}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 1}", - "hasCurveFrom": false, + "curveFrom": "{0.22499999999999906, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0.89906421887277665, 1}", + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{1, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.89900000000000002}", + "curveFrom": "{0, 0.22499999999999906}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000091}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.60104293163797429, 0.5}", - "curveMode": 1, - "curveTo": "{0.60104293163797429, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.60104293163797429, 0.5}", + "curveFrom": "{0.77499999999999625, 0}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{1, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.10099999999999985}", + "curveFrom": "{1, 0.77500000000000091}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999906}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 0}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 0}", + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000568, 1}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 0}", + "hasCurveTo": true, + "point": "{0.5, 1}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", - "opacity": 0.5399999618530273, - }, - "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, "fillType": 0, "isEnabled": true, @@ -41415,8 +79270,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M6 12,S 0 9.3, 0 6,S 2.7 0, 6 0,S 12 2.7, 12 6,S 9.3 12, 6 12,z\\"", ], "type": "path", }, @@ -41427,269 +79282,63 @@ Object { }, }, ], - "name": "ignore icon", - "nameIsFixed": true, + "name": "Shape", + "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore icon\\"", - ], - }, - }, - ], - "name": "ignore", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "215px", - "position": "absolute", - "top": "116px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", - "height": 24, - "width": 88, - "x": 215, - "y": 116, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, + "fills": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "ANSWER", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", - "position": "absolute", - "top": "4px", - "visibility": "visible", - "width": "56px", - }, - }, - "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", - "height": 16, - "width": 56, - "x": 32, - "y": 4, - }, - "glyphBounds": "{{0, 0}, {56, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "ANSWER", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], }, + "windingRule": 1, }, Object { - "_class": "group", + "_class": "shapeGroup", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "0px", + "height": "12px", + "left": "1.999999999999886px", "position": "absolute", - "top": "0px", + "top": "6px", "visibility": "visible", - "width": "24px", + "width": "12px", }, }, - "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "do_objectID": "17E4F2B4-96B0-411A-88F6-61FDC86B6DDE", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41698,11 +79347,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "height": 12, + "width": 12, + "x": 1.999999999999886, + "y": 6, }, "hasClickThrough": false, "hasClippingMask": false, @@ -41714,44 +79362,38 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { "display": "block", - "height": "24px", + "height": "12px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "12px", }, }, - "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", - "edited": false, + "do_objectID": "EE70DE52-A724-4E3D-A42F-CE005CC6DEE5", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, + "constrainProportions": false, + "height": 12, + "width": 12, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -41759,49 +79401,59 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0.22499999999999906, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "curveFrom": "{0, 0.77500000000000091}", + "curveMode": 2, + "curveTo": "{0, 0.22499999999999906}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "curveFrom": "{0.77499999999999625, 1}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", + "curveFrom": "{1, 0.22499999999999906}", + "curveMode": 2, + "curveTo": "{1, 0.77500000000000091}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77500000000000568, 0}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "hasCurveTo": true, + "point": "{0.5, 0}", }, ], "resizingConstraint": 63, @@ -41810,18 +79462,44 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M6 0,S 0 2.7, 0 6,S 2.7 12, 6 12,S 12 9.3, 12 6,S 9.3 0, 6 0,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "shapePath", @@ -41830,19 +79508,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "18px", + "height": "6px", "left": "3px", "position": "absolute", "top": "3px", "visibility": "visible", - "width": "18px", + "width": "6px", }, }, - "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "do_objectID": "BD7374FA-0B5C-49B4-9D33-6515AAA9219E", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41851,8 +79528,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 18, - "width": 18, + "height": 6, + "width": 6, "x": 3, "y": 3, }, @@ -41864,185 +79541,77 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "Imported Layers", + "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.024833333333333336, 0}", - "curveMode": 4, - "curveTo": "{0.055555555555555552, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.055555555555555552, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.57711111111111113}", - "curveMode": 3, - "curveTo": "{0, 0.024833333333333287}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97516666666666674, 1}", - "curveMode": 3, - "curveTo": "{0.42288888888888887, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{1, 0.97516666666666674}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.71933333333333338}", + "curveFrom": "{0.21666666666666856, 1}", "curveMode": 4, - "curveTo": "{1, 0.75}", + "curveTo": "{0.5, 1}", "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0.75}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.87511111111111106, 0.69450000000000001}", - "curveMode": 3, - "curveTo": "{0.97516666666666674, 0.69450000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 0.69450000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74044444444444446, 0.66111111111111109}", - "curveMode": 3, - "curveTo": "{0.80844444444444441, 0.68333333333333324}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.746, 0.66288888888888886}", + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveFrom": "{0, 0.21666666666666856}", "curveMode": 2, - "curveTo": "{0.7346111111111111, 0.66022222222222227}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.72883333333333333, 0.66022222222222227}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.68961111111111117, 0.67649999999999999}", - "curveMode": 4, - "curveTo": "{0.70044444444444443, 0.66566666666666663}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.68961111111111117, 0.67649999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.41000000000000003, 0.71888888888888891}", - "curveMode": 4, - "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "curveTo": "{0, 0.78333333333333144}", "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.56733333333333336, 0.79888888888888887}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.20127777777777778, 0.43300000000000005}", - "curveMode": 4, - "curveTo": "{0.28138888888888886, 0.59027777777777779}", - "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.20127777777777778, 0.43300000000000005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33877777777777784, 0.29516666666666658}", - "curveMode": 4, - "curveTo": "{0.32350000000000001, 0.31038888888888888}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32350000000000001, 0.31038888888888888}", + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.31666666666666671, 0.19149999999999995}", - "curveMode": 3, - "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "curveFrom": "{0.78333333333334088, 0}", + "curveMode": 2, + "curveTo": "{0.21666666666666856, 0}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.33711111111111108, 0.25399999999999995}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.30550000000000005, 0.024833333333333287}", - "curveMode": 3, - "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "curveFrom": "{1, 0.78333333333333144}", + "curveMode": 2, + "curveTo": "{1, 0.21666666666666856}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.30550000000000005, 0.055555555555555552}", + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.25, 0}", + "curveFrom": "{0.5, 1}", "curveMode": 4, - "curveTo": "{0.28066666666666662, 0}", + "curveTo": "{0.78333333333334088, 1}", "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.25, 0}", + "point": "{0.5, 1}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", - "opacity": 0.5399999618530273, - }, - "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, "fillType": 0, "isEnabled": true, @@ -42061,8 +79630,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M3 6,S 0 4.7, 0 3,S 1.3 0, 3 0,S 6 1.3, 6 3,S 4.7 6, 3 6,z\\"", ], "type": "path", }, @@ -42073,604 +79642,229 @@ Object { }, }, ], - "name": "call icon", - "nameIsFixed": true, + "name": "Shape", + "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"call icon\\"", + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", ], }, - }, - ], - "name": "answer", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"answer\\"", - ], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "56px", - "left": "15px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "56px", - }, - }, - "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 56, - "x": 15, - "y": 16, - }, - "hasClippingMask": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "windingRule": 1, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "border-radius": "50%", + "display": "block", + "height": "6px", + "left": "5px", + "position": "absolute", + "top": "9px", + "visibility": "visible", + "width": "6px", + }, + }, + "do_objectID": "D27B5981-CCA7-4D15-BDB6-1307F55D4185", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 6, + "width": 6, + "x": 5, + "y": 9, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Oval", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"Oval\\"", + ], + }, }, ], + "name": "wifi", + "nameIsFixed": true, + "originalObjectID": "0F7636EC-3486-4CC5-99A9-684896927622", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, + "alpha": 1, "blue": 0, "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "heads-up notification", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"heads-up notification\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 53 on web 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "name": "Material/Light/Body 1", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"wifi\\"", + ], + }, + }, Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "160px", - "left": "0px", + "height": "12px", + "left": "34px", "position": "absolute", - "top": "0px", + "top": "6px", "visibility": "visible", - "width": "344px", + "width": "12px", }, }, - "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", - "edited": true, + "do_objectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -42679,756 +79873,668 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 160, - "width": 344, - "x": 0, - "y": 0, + "height": 12, + "width": 12, + "x": 34, + "y": 6, }, + "hasClickThrough": false, "hasClippingMask": false, - "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9941860465116279, 1}", - "curveMode": 4, - "curveTo": "{0.99738372093023264, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9941860465116279, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0026162790697673759, 1}", - "curveMode": 4, - "curveTo": "{0.0058139534883720929, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0058139534883720929, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.98687500000000006}", - "curveMode": 4, - "curveTo": "{0, 0.99437500000000001}", - "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.98750000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.0056250000000000354}", - "curveMode": 4, - "curveTo": "{0, 0.013125000000000008}", - "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058139534883720929, 0}", - "curveMode": 4, - "curveTo": "{0.0026162790697673759, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.0058139534883720929, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99709302325581395, 0}", - "curveMode": 4, - "curveTo": "{0.9938953488372092, 0}", - "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9941860465116279, 0}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99970930232558131, 0.013125000000000008}", - "curveMode": 4, - "curveTo": "{0.99970930232558131, 0.0056250000000000354}", - "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.012500000000000001}", + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "12px", + "left": "-1.13686837721616e-13px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "12px", + }, + }, + "do_objectID": "40BA2EEC-83D4-453D-8478-4F0193497A23", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 12, + "x": -1.13686837721616e-13, + "y": 0, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "reception mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M12 12,L 12 0,L 0 12,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.99437500000000012}", - "curveMode": 1, - "curveTo": "{0.99970930232558131, 0.98687500000000006}", - "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.98750000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", - "position": 0.9864078443877551, - }, - ], - "to": "{0.5, 1}", + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "12px", + "left": "9px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "isEnabled": true, - "position": 1, - "thickness": 1, }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "do_objectID": "D0C86B5E-4173-4729-A3AF-88C232B22652", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 9, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.2000000029802322, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.1, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.0490476332782268, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - ], - "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "12px", + "left": "6px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", - "isEnabled": true, - "offsetX": 0, - "offsetY": 8, - "spread": 0, }, - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "EF62075C-CD4D-4710-991E-3FCE6FB02448", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 6, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "3px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", - "isEnabled": false, - "offsetX": 0, - "offsetY": 2, - "spread": 0, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "8639EA38-59EA-4C41-AC59-E235A01C9985", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 3, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", - "isEnabled": false, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { + "web": Object { "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], - "type": "path", }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "94px", - "visibility": "visible", - "width": "256px", - }, - }, - "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", - "height": 3, - "width": 256, - "x": 88, - "y": 94, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.48611111111111105}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.48611111111111105}", - "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", - "curveMode": 1, - "curveTo": "{-0.087891101837158522, 0.6041666666666663}", - "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", + }, + }, + "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, }, ], + "name": "reception", + "nameIsFixed": true, + "originalObjectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, "fillType": 0, "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 13, - "location": 0, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "string": "Incoming call", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "88px", - "position": "absolute", - "top": "19px", - "visibility": "visible", - "width": "85px", - }, - }, - "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 85, - "x": 88, - "y": 19, - }, - "glyphBounds": "{{0, 0}, {84, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Incoming call", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", - "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 15, - "location": 0, - }, + "role=\\"group\\"", + "aria-label=\\"reception\\"", ], - "string": "Scott Masterson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "88px", - "position": "absolute", - "top": "42px", - "visibility": "visible", - "width": "180px", - }, - }, - "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 180, - "x": 88, - "y": 42, - }, - "glyphBounds": "{{0, 0}, {177, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Scott Masterson", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, }, Object { @@ -43438,18 +80544,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "88px", + "height": "13px", + "left": "60px", "position": "absolute", - "top": "116px", + "top": "5px", "visibility": "visible", - "width": "81px", + "width": "8px", }, }, - "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "do_objectID": "394BBD24-BE18-4203-8A03-D37C48937738", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -43458,14 +80563,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", - "height": 24, - "width": 81, - "x": 88, - "y": 116, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 13, + "width": 8, + "x": 60, + "y": 5, }, "hasClickThrough": false, "hasClippingMask": false, @@ -43477,1222 +80578,871 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "IGNORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "13px", + "left": "-1.13686837721616e-13px", "position": "absolute", - "top": "4px", + "top": "0px", "visibility": "visible", - "width": "50px", + "width": "8px", + }, + }, + "do_objectID": "36B2AC85-DF12-4169-8718-5F3D3C549F84", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 13, + "width": 8, + "x": -1.13686837721616e-13, + "y": 0, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "battery mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.875, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.875, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.875, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.75, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.75, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0}", + "curveMode": 1, + "curveTo": "{0.75, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.75, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 1, + "curveTo": "{0.25, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.25, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.25, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.25, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.049999999999997158, 0.076923076923076927}", + "curveMode": 4, + "curveTo": "{0.125, 0.076923076923076927}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.125, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.15384615384615385}", + "curveMode": 4, + "curveTo": "{0, 0.10769230769230813}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.15384615384615385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.96923076923076878}", + "curveMode": 4, + "curveTo": "{0, 0.92307692307692313}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.92307692307692313}", }, - }, - "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 16, - "width": 50, - "x": 32, - "y": 4, - }, - "glyphBounds": "{{0, 0}, {49, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Ignore", - "nameIsFixed": false, - "resizingConstraint": 47, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.125, 1}", + "curveMode": 4, + "curveTo": "{0.049999999999997158, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.125, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.95000000000000284, 1}", + "curveMode": 4, + "curveTo": "{0.875, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.875, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.92307692307692313}", + "curveMode": 4, + "curveTo": "{1, 0.96923076923076878}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.92307692307692313}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10769230769230813}", + "curveMode": 4, + "curveTo": "{1, 0.15384615384615385}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.15384615384615385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.875, 0.076923076923076927}", + "curveMode": 4, + "curveTo": "{0.95000000000000284, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.875, 0.076923076923076927}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M7 1,L 6 1,L 6 0,L 2 0,L 2 1,S 1 1, 1 1,S 0 1.4, 0 2,S 0 12, 0 12,S 0.4 13, 1 13,S 7 13, 7 13,S 8 12.6, 8 12,S 8 2, 8 2,S 7.6 1, 7 1,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(255,255,255,0.90)", "display": "block", - "height": "24px", + "height": "3px", "left": "0px", "position": "absolute", - "top": "0px", + "top": "10px", "visibility": "visible", - "width": "24px", + "width": "8px", }, }, - "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "do_objectID": "50A264EB-01E5-4A89-91A4-6BC7B6F43B82", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", - "height": 24, - "width": 24, + "height": 3, + "width": 8, "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 10, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "13.999px", - }, - }, - "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 14, - "width": 13.999, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "shape", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.39900000000000002}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.39900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.39900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 0}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{0, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.39895706836202588, 0.5}", - "curveMode": 1, - "curveTo": "{0.39895706836202588, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.39895706836202588, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{0, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 1}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.60099999999999998}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.60099999999999998}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.60099999999999998}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 1}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{1, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.60104293163797429, 0.5}", - "curveMode": 1, - "curveTo": "{0.60104293163797429, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.60104293163797429, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{1, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 0}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", - "opacity": 0.5399999618530273, - }, - "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "ignore icon", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore icon\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], }, }, - ], - "name": "ignore", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "215px", - "position": "absolute", - "top": "116px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", - "height": 24, - "width": 88, - "x": 215, - "y": 116, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "8px", + }, + }, + "do_objectID": "104A5BDF-320D-45A2-9EFB-DA0F9A056E07", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 8, + "x": 0, + "y": 7, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, - "length": 1, - "location": 5, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "string": "ANSWER", + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", + "background-color": "rgba(255,255,255,0.30)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "3px", + "left": "0px", "position": "absolute", "top": "4px", "visibility": "visible", - "width": "56px", + "width": "8px", }, }, - "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "4162C6FB-40B4-4940-AF52-911CB4C18D05", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", - "height": 16, - "width": 56, - "x": 32, + "height": 3, + "width": 8, + "x": 0, "y": 4, }, - "glyphBounds": "{{0, 0}, {56, 16}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "ANSWER", + "name": "Rectangle-path", "nameIsFixed": false, - "resizingConstraint": 47, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "1px", + "visibility": "visible", + "width": "8px", + }, + }, + "do_objectID": "7EEACE8D-CEA3-4118-BA2B-20DA6BB9C643", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 8, + "x": 0, + "y": 1, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(255,255,255,0.30)", "display": "block", - "height": "24px", - "left": "0px", + "height": "1px", + "left": "2px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "4px", }, }, - "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "do_objectID": "B5950202-1A67-4112-84B9-936E5A627174", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", - "height": 24, - "width": 24, - "x": 0, + "height": 1, + "width": 4, + "x": 2, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "18px", - "left": "3px", - "position": "absolute", - "top": "3px", - "visibility": "visible", - "width": "18px", - }, - }, - "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 18, - "width": 18, - "x": 3, - "y": 3, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Imported Layers", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.024833333333333336, 0}", - "curveMode": 4, - "curveTo": "{0.055555555555555552, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.055555555555555552, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.57711111111111113}", - "curveMode": 3, - "curveTo": "{0, 0.024833333333333287}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97516666666666674, 1}", - "curveMode": 3, - "curveTo": "{0.42288888888888887, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{1, 0.97516666666666674}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.71933333333333338}", - "curveMode": 4, - "curveTo": "{1, 0.75}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.75}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.87511111111111106, 0.69450000000000001}", - "curveMode": 3, - "curveTo": "{0.97516666666666674, 0.69450000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 0.69450000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74044444444444446, 0.66111111111111109}", - "curveMode": 3, - "curveTo": "{0.80844444444444441, 0.68333333333333324}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.746, 0.66288888888888886}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.71466666666666667, 0.66022222222222227}", - "curveMode": 2, - "curveTo": "{0.7346111111111111, 0.66022222222222227}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.72883333333333333, 0.66022222222222227}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.68961111111111117, 0.67649999999999999}", - "curveMode": 4, - "curveTo": "{0.70044444444444443, 0.66566666666666663}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.68961111111111117, 0.67649999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.41000000000000003, 0.71888888888888891}", - "curveMode": 4, - "curveTo": "{0.56733333333333336, 0.79888888888888887}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.56733333333333336, 0.79888888888888887}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.20127777777777778, 0.43300000000000005}", - "curveMode": 4, - "curveTo": "{0.28138888888888886, 0.59027777777777779}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.20127777777777778, 0.43300000000000005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33877777777777784, 0.29516666666666658}", - "curveMode": 4, - "curveTo": "{0.32350000000000001, 0.31038888888888888}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32350000000000001, 0.31038888888888888}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.31666666666666671, 0.19149999999999995}", - "curveMode": 3, - "curveTo": "{0.34327777777777779, 0.2732222222222222}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.33711111111111108, 0.25399999999999995}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.30550000000000005, 0.024833333333333287}", - "curveMode": 3, - "curveTo": "{0.30550000000000005, 0.12483333333333332}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.30550000000000005, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.25, 0}", - "curveMode": 4, - "curveTo": "{0.28066666666666662, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.25, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", - "opacity": 0.5399999618530273, - }, - "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "call icon", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"call icon\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], }, - }, - ], - "name": "answer", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", - "endMarkerType": 0, + }, + ], + "name": "battery", + "nameIsFixed": true, + "originalObjectID": "394BBD24-BE18-4203-8A03-D37C48937738", + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -44700,35 +81450,28 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"answer\\"", + "aria-label=\\"battery\\"", ], }, }, Object { - "_class": "oval", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", "display": "block", - "height": "56px", - "left": "15px", + "height": "15px", + "left": "77px", "position": "absolute", - "top": "16px", + "top": "5px", "visibility": "visible", - "width": "56px", + "width": "33px", }, }, - "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", - "edited": false, + "do_objectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -44737,78 +81480,166 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 56, - "width": 56, - "x": 15, - "y": 16, + "height": 15, + "width": 33, + "x": 77, + "y": 5, }, - "hasClippingMask": true, - "isClosed": true, + "hasClickThrough": false, + "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 13, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + ], + "string": "12:30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "black", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "15px", + "left": "2.273736754432321e-13px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "33px", + }, + }, + "do_objectID": "180DADB8-0C0B-40BD-A964-08340D4A7861", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 15, + "width": 33, + "x": 2.273736754432321e-13, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {33, 15}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12:30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 13, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, }, ], + "name": "time", + "nameIsFixed": true, + "originalObjectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.9, + }, "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.26, + "alpha": 1, "blue": 0, "green": 0, "red": 0, @@ -44823,85 +81654,45 @@ Object { ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", + "role=\\"group\\"", + "aria-label=\\"time\\"", ], }, }, ], - "name": "heads-up notification", - "nameIsFixed": true, + "name": "Material/Android/Status bar content", + "nameIsFixed": false, + "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "shouldBreakMaskChain": false, + "shouldBreakMaskChain": true, "style": Object { "_class": "style", - "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, + "symbolID": "080C0EF9-47BD-4900-BB91-42C80173D424", + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"heads-up notification\\"", + "role=\\"symbolMaster\\"", + "aria-label=\\"Material/Android/Status bar content\\"", ], }, }, ], - "name": "Page 1", + "name": "Symbols", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -44923,13 +81714,17 @@ Object { ], "previews": Array [], "user": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "scrollOrigin": "{160, 160}", + "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485": Object { + "scrollOrigin": "{-60, 40}", "zoomValue": 1, }, - "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "5B57D242-95C3-47E3-BC5E-22376F9F834B": Object { "pageListHeight": 110, }, + "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, "document": Object { "pageListCollapsed": 1, "pageListHeight": -1, @@ -44938,13 +81733,15 @@ Object { } `; -exports[`WebCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 52 on web 1`] = ` +exports[`WebCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 53 on web 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -45054,19 +81851,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ "Roboto-Regular", @@ -45087,14 +81884,10 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { @@ -45117,6 +81910,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -45165,6 +81961,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -45207,6 +82006,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -45425,6 +82227,9 @@ Object { "x": 0, "y": 80, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46208,6 +83013,9 @@ Object { "x": 16, "y": 40, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46250,6 +83058,9 @@ Object { "x": 316, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46292,6 +83103,9 @@ Object { "x": 3, "y": 4, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47083,6 +83897,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47235,6 +84052,9 @@ Object { "x": 3, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47832,6 +84652,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "isFixedToViewport": false, @@ -48103,6 +84926,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -48146,6 +84972,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasBackgroundColor": false, "hasClickThrough": true, "hasClippingMask": false, @@ -48304,6 +85133,9 @@ Object { "x": 8, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -48446,6 +85278,9 @@ Object { "x": -4.000000000000114, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -48806,6 +85641,9 @@ Object { "x": -1.000000000000114, "y": 3, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -49166,6 +86004,9 @@ Object { "x": 1.999999999999886, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -49692,6 +86533,9 @@ Object { "x": 34, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -50382,6 +87226,9 @@ Object { "x": 60, "y": 5, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -51299,6 +88146,9 @@ Object { "x": 77, "y": 5, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -51480,6 +88330,13 @@ Object { ], "name": "Material/Android/Status bar content", "nameIsFixed": false, + "overrideProperties": Array [ + Object { + "_class": "MSImmutableOverrideProperty", + "canOverride": true, + "overrideName": "180DADB8-0C0B-40BD-A964-08340D4A7861_stringValue", + }, + ], "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, @@ -51536,7 +88393,7 @@ Object { "pageListHeight": 110, }, "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { - "scrollOrigin": "{134, 134}", + "scrollOrigin": "{160, 160}", "zoomValue": 1, }, "document": Object { @@ -51547,7 +88404,7 @@ Object { } `; -exports[`WebCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 53 on web 1`] = ` +exports[`WebCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 59 on web 1`] = ` Object { "document": Object { "_class": "document", @@ -51555,6 +88412,8 @@ Object { "_class": "assetCollection", "colorAssets": Array [], "colors": Array [], + "do_objectID": "0FB6DBC2-8E69-447B-B801-1645BB3CCD50", + "exportPresets": Array [], "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { @@ -51565,7 +88424,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "5B57D242-95C3-47E3-BC5E-22376F9F834B", + "do_objectID": "E77B5BBC-BBCC-49BD-AE26-62F8394AB8E2", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -51578,6 +88437,37 @@ Object { "name": "Material/Icon white", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "27C70A2F-DEF7-41B2-963C-C5CAE0286B89", "endMarkerType": 0, "fills": Array [ Object { @@ -51589,7 +88479,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51597,7 +88523,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -51617,8 +88545,42 @@ Object { "name": "Material/Dark/Title", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "990371CA-39D1-4236-8DF5-27DA6896FEFD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -51665,19 +88627,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "59.1", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 121, }, "fonts": Array [ "Roboto-Regular", @@ -51698,10 +88660,10 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 121, }, "pages": Array [ Object { @@ -51760,7 +88722,6 @@ Object { "do_objectID": "2145D356-40E2-4569-95CF-84F00DD9818F", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "BB51E5D5-5BA5-419F-9D6A-49A171E7ED21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51769,7 +88730,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7D8CA104-45E8-4835-B4DA-CCAF17E60C45", "height": 128, "width": 360, "x": 0, @@ -51805,7 +88765,6 @@ Object { "do_objectID": "A94FA51A-099C-4CC1-B1AE-4F3CBFE4B381", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "DC89A630-0EF2-4276-944C-D7254BED2EF4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51814,7 +88773,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "8C36F8CD-481B-455B-B132-E7E7E477D5D0", "height": 128, "width": 360, "x": 0, @@ -51851,7 +88809,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9B79BB7B-176C-4CA3-99DC-D5866EA83AB4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51873,6 +88830,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "app bar bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -51924,6 +88882,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "ACEE65BC-1CF2-45E4-9889-621210096AED", "endMarkerType": 0, "fills": Array [ @@ -51936,7 +88924,43 @@ Object { "green": 0.7333333333333334, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51944,6 +88968,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -51961,7 +88986,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "7E855B0A-CD99-4BC0-9320-25BCD81DE1B0", "isEnabled": true, "offsetX": 0, "offsetY": 4, @@ -51982,7 +89006,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "464524C7-C0E7-414E-8B14-DC85D1E28DCE", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -52026,7 +89049,6 @@ Object { "do_objectID": "DD13F059-6DD2-4413-9C59-5A3ABD7D44D7", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C9CE81BD-C917-48C0-9755-A60CAB214BD0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52035,7 +89057,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D025D61C-6D8C-4DEF-9770-3BF04763FB53", "height": 48, "width": 360, "x": 0, @@ -52059,14 +89080,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 180px rgba(255,255,255,0.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "98px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "410px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.00)", "box-shadow": "0 0 0 1px rgba(151,151,151,1.00) inset", "display": "block", "height": "48px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -52077,7 +89112,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9DD7A316-362F-4C9A-BFF3-5AB347DF1433", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52101,8 +89135,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -52152,6 +89188,22 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -52162,12 +89214,61 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": false, "position": 1, "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "451D43C8-1885-40BE-9887-80738B61DBAA", "endMarkerType": 0, "fills": Array [ @@ -52180,7 +89281,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -52188,7 +89325,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -52256,7 +89395,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "440F05BA-2072-4C6B-B78F-6CDF2E0DA718", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52265,7 +89403,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "65C64BBE-7EA8-4BAA-B6F4-933EB86CA11D", "height": 16, "width": 120, "x": 240, @@ -52280,6 +89417,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "THE THIRD", "nameIsFixed": false, "resizingConstraint": 63, @@ -52288,13 +89426,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "33A4A266-8DB2-45A7-A7E1-2E46C90421B9", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "4B3B58A2-ADCE-4A57-B0A9-E9F4263044C5", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52384,7 +89554,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "14290AE1-FA35-44A1-B010-6330DB239370", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52393,7 +89562,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "91542702-E1CB-49DE-AE0B-9145054DB80C", "height": 16, "width": 120, "x": 120, @@ -52408,6 +89576,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "ITEM TWO", "nameIsFixed": false, "resizingConstraint": 63, @@ -52416,13 +89585,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "9578BCCE-56FF-4CD0-A6C2-0A67738FF257", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9140AD60-AC75-4423-BD05-4120E3C53D2A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52512,7 +89713,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1C8BB07D-4549-4474-85DE-AAC36D4ED7FE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52521,7 +89721,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D08C8D43-D4F0-426D-BBE7-5BA4CA030851", "height": 16, "width": 120, "x": 0, @@ -52536,6 +89735,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "NO. ONE", "nameIsFixed": false, "resizingConstraint": 63, @@ -52544,13 +89744,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "E1B0E40B-4579-4740-A63F-6C4231A7DCF8", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "07FC4EB1-FE4E-4EFB-8BD3-1562B7D69B89", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52589,14 +89821,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 60px rgba(255,255,140,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "52px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "170px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,140,1.00)", "box-shadow": "0px 1px 1.5px 0px rgba(0,0,0,0.12),0px 1px 1px 0px rgba(0,0,0,0.24)", "display": "block", "height": "2px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "46px", "visibility": "visible", @@ -52607,7 +89853,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9B2FA7EA-E5FC-4F3F-A38A-91AB190DD24E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52631,8 +89876,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "indicator", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -52683,6 +89930,22 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -52693,12 +89956,61 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": false, "position": 1, "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "87D45A0F-6AC3-4D68-8521-AF6E8F85FD82", "endMarkerType": 0, "fills": Array [ @@ -52711,7 +90023,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -52719,6 +90067,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -52773,6 +90122,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "tabs", "nameIsFixed": true, "resizingConstraint": 63, @@ -52781,9 +90131,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "56450478-45EE-4020-829D-3D7106A99B8C", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -52812,7 +90195,6 @@ Object { "do_objectID": "54F2B126-EBC8-42E4-9CCC-6025866EA532", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E919A5D5-7F14-43AB-937D-4AC73AD038A8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52821,7 +90203,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1244F84B-12C1-420C-A2BD-58EBC9D323FF", "height": 24, "width": 328, "x": 16, @@ -52857,7 +90238,6 @@ Object { "do_objectID": "2EAB1189-97C4-4EC1-8CBF-1E24214B7177", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B5AE9619-0144-403F-B016-9A1F7F494DC5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52866,7 +90246,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "13FAD583-AC89-4F3A-A6B6-A0CF3DBA26AC", "height": 24, "width": 12, "x": 316, @@ -52902,7 +90281,6 @@ Object { "do_objectID": "044E322D-A4FA-476E-8BFB-CB5BD971A007", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "29F06F1B-0927-4D93-BDE8-5828E3184007", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52911,7 +90289,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "09DF51C0-DFDA-497B-9205-AB1963FD1154", "height": 16, "width": 4, "x": 3, @@ -52948,7 +90325,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1F98697-0674-4D9C-A0F6-B7D2C30462F5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52957,7 +90333,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0EAD72B-E995-4B23-A15E-81E3ACD60B80", "height": 4, "width": 4, "x": 0, @@ -52971,6 +90346,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53032,6 +90408,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53044,7 +90450,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53052,7 +90494,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53091,7 +90535,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0BEF50BC-CCDF-4CDB-BEEE-4CB4FB2CE90D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53100,7 +90543,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2CF02168-028C-4296-82F3-C32431ED0BEA", "height": 4, "width": 4, "x": 0, @@ -53114,6 +90556,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53175,149 +90618,246 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "4px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "4px", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 4, + "width": 4, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22499999999999964}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000036}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000036}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999964}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - }, - "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E4AC1434-7A30-45CD-8976-A852E84BBF9A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "313C2770-48E7-45CF-AD51-6CE335D14FEE", - "height": 4, - "width": 4, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000009, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22499999999999964}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000036}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77499999999999991, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000009, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000036}", - "curveMode": 2, - "curveTo": "{1, 0.22499999999999964}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77499999999999991, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53330,7 +90870,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53338,7 +90914,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53359,6 +90937,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -53368,6 +90947,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53380,7 +90989,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53388,7 +91033,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53419,7 +91066,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8B85D384-7961-4B39-87B7-A05B22F94D02", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53441,6 +91087,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53492,9 +91139,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "946562AE-3059-44F0-8DC3-54BE98B4ACFC", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53515,6 +91195,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "more", "nameIsFixed": true, "resizingConstraint": 63, @@ -53523,6 +91204,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "06EE712E-EDFF-4466-B1D7-A63C20D4C50F", "endMarkerType": 0, "fills": Array [ @@ -53535,7 +91246,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53543,7 +91290,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53609,7 +91358,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "BBB1B522-64CF-4563-B8E9-F138ED2B426C", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53632,6 +91380,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "Page Title", "nameIsFixed": false, "resizingConstraint": 47, @@ -53641,13 +91390,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "E2DF08D7-CE0B-4A04-A46E-02C8D9DC19DD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "E92BA203-2A38-4841-BE87-23D9A757DC8A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -53696,7 +91477,6 @@ Object { "do_objectID": "A7B39194-67E6-4391-84D0-3590B6A9C8C6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C4FDFF6F-90CA-42E5-B4EA-02196E788C67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53705,7 +91485,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C1D0BFE2-05CA-4895-8105-DEBC39E206B0", "height": 24, "width": 24, "x": 0, @@ -53745,7 +91524,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1D1A9FCF-0DAD-4917-B2EA-6CC0D24671C4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53769,8 +91547,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -53820,9 +91600,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "31EF773D-8AEB-4113-BED9-1CB4C1CC4417", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53851,7 +91664,6 @@ Object { "do_objectID": "894DE14D-3249-43A6-A9E5-13D74A715EAF", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5E9A3EF6-B3AB-4018-A46A-4C09A1B6E2EC", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53860,7 +91672,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A14A0CC3-5811-4C0B-AB5D-66BABB31C092", "height": 12, "width": 18, "x": 3, @@ -53897,7 +91708,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "A8D67E3B-9CAB-4149-B260-2B85A40190E9", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53906,7 +91716,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "59305F95-A91C-43CD-BBC5-08B12D2CFEBD", "height": 2, "width": 18, "x": 0, @@ -53920,6 +91729,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53981,6 +91791,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -53993,7 +91833,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54001,7 +91877,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54040,7 +91918,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3E227245-30B1-4F5B-B4D2-B2EC3199D671", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54049,7 +91926,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2178831E-0EA9-4B03-B0B6-05303ABBB4B7", "height": 2, "width": 18, "x": 0, @@ -54063,6 +91939,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -54124,6 +92001,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54136,7 +92043,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54144,7 +92087,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54183,7 +92128,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "574554BD-6E97-4715-BD86-7A3FEC2A86BF", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54192,7 +92136,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "4B258FC6-50FA-406A-AFD3-A641D2D0E332", "height": 2, "width": 18, "x": 0, @@ -54206,6 +92149,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -54267,6 +92211,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54279,7 +92253,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54287,7 +92297,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54308,6 +92320,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -54317,6 +92330,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54329,7 +92372,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54337,7 +92416,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54350,6 +92431,7 @@ Object { "windingRule": 1, }, ], + "maintainScrollPosition": false, "name": "menu", "nameIsFixed": true, "resizingConstraint": 63, @@ -54358,6 +92440,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "0E6232B9-D813-4EF6-86CD-A008760CB052", "endMarkerType": 0, "fills": Array [ @@ -54370,7 +92482,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54378,7 +92526,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54390,6 +92540,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar contents", "nameIsFixed": true, "resizingConstraint": 63, @@ -54398,9 +92549,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "CEB14821-8174-404A-B9B3-70B0D89FF07A", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54412,6 +92596,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54420,9 +92605,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "6D2C6775-C00E-459D-BF35-6BF75842EAB0", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54451,7 +92669,6 @@ Object { "do_objectID": "FA4CA9F5-471E-4E2A-9466-D3AE5C74D5E9", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CAF63BAA-809D-4491-BA10-6E6BE6B675F4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54460,7 +92677,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "096F6677-3466-4D31-8976-C5099741CC33", "height": 24, "width": 360, "x": 0, @@ -54484,13 +92700,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 180px rgba(0,150,166,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "74px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "410px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(0,150,166,1.00)", "display": "block", "height": "24px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -54501,7 +92731,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7FF88E2C-E6A4-45D7-A3B0-7D665AB5D111", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54525,8 +92754,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "status bar bg", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -54576,6 +92807,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "5C253197-535A-49C9-85CC-3D1E6ECC5E36", "endMarkerType": 0, "fills": Array [ @@ -54588,7 +92849,43 @@ Object { "green": 0.5882352941176472, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54596,7 +92893,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54614,7 +92913,6 @@ Object { "do_objectID": "2897CFF8-D7D1-4C1F-B13C-E4DAE67067FA", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1E5FD2ED-1738-4855-A83E-3E2986B601A2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54623,7 +92921,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "139BCC43-36EB-444E-A4E6-44A1B5DA3103", "height": 24, "width": 118, "x": 242, @@ -54637,6 +92934,7 @@ Object { "isLocked": true, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "status bar contents", "nameIsFixed": false, "overrideValues": Array [], @@ -54647,9 +92945,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "4FFF4E6F-61BA-4E30-B769-FC2F51E39F2F", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54657,6 +92988,7 @@ Object { "verticalSpacing": 0, }, ], + "maintainScrollPosition": false, "name": "status bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54665,9 +92997,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "1804FEE3-D722-4D5E-BD63-2DF8F2DB5FD5", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54679,6 +93044,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar + status bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54687,9 +93053,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "807C67B1-1EBA-45A7-AAA4-BF807BDF4729", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54701,6 +93100,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -54709,8 +93109,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "425882D9-8A7F-4789-BDC1-5B95332270BD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54760,6 +93194,7 @@ Object { "layers": Array [ Object { "_class": "symbolMaster", + "allowsOverrides": true, "backgroundColor": Object { "_class": "color", "alpha": 1, @@ -54853,8 +93288,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -54904,8 +93341,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "16D5846F-E801-40A5-A66C-9856E8991587", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54999,6 +93470,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "wifi mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -55040,8 +93512,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9EA07FE4-7266-4D17-9AB1-4D9A85003E24", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55144,6 +93650,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55205,6 +93712,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "207F3F7C-A186-4692-B6F7-2F22ADB65331", "endMarkerType": 0, "fills": Array [ Object { @@ -55216,7 +93754,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55224,7 +93798,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55284,6 +93860,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55345,6 +93922,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ED8C40E5-7B97-467B-9FBA-E384B5A1EF08", "endMarkerType": 0, "fills": Array [ Object { @@ -55356,7 +93964,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55364,7 +94008,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55385,6 +94031,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -55393,6 +94040,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "633BB062-4F01-4615-BCEB-FD9F241E3F9D", "endMarkerType": 0, "fills": Array [ Object { @@ -55404,7 +94082,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55412,7 +94126,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55507,6 +94223,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55568,6 +94285,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "01493057-AA98-4FFB-B444-C91DA4A72D69", "endMarkerType": 0, "fills": Array [ Object { @@ -55579,7 +94327,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55587,7 +94371,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55647,6 +94433,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55708,6 +94495,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "747BF648-4668-4BBC-9B4E-6F1BFA0FCAD8", "endMarkerType": 0, "fills": Array [ Object { @@ -55719,7 +94537,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55727,7 +94581,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55748,6 +94604,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -55756,6 +94613,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D46A94B6-197C-4FB0-9568-F6533089E7D3", "endMarkerType": 0, "fills": Array [ Object { @@ -55767,7 +94655,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55775,7 +94699,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55870,6 +94796,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55931,6 +94858,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "07F598E6-F6BC-462F-B7B1-066CB2DD4FD1", "endMarkerType": 0, "fills": Array [ Object { @@ -55942,7 +94900,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55950,7 +94944,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56010,6 +95006,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -56071,6 +95068,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C2D8F30B-8A91-4590-B744-F52909B3B514", "endMarkerType": 0, "fills": Array [ Object { @@ -56082,7 +95110,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56090,7 +95154,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56111,6 +95177,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -56119,6 +95186,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DAFEC00D-06AE-41BB-8B9A-809963A5EAB6", "endMarkerType": 0, "fills": Array [ Object { @@ -56130,7 +95228,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56138,7 +95272,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56156,14 +95292,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 3px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "56px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "56px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "border-radius": "50%", "display": "block", "height": "6px", "left": "5px", + "overflow": "hidden", "position": "absolute", "top": "9px", "visibility": "visible", @@ -56195,6 +95345,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Oval", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -56246,6 +95397,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "78FF238D-9541-41A3-8F84-47EE681F7DBA", "endMarkerType": 0, "fills": Array [ Object { @@ -56257,7 +95439,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56265,7 +95483,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56277,6 +95497,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "wifi", "nameIsFixed": true, "originalObjectID": "0F7636EC-3486-4CC5-99A9-684896927622", @@ -56286,6 +95507,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2AB52446-9354-4AC2-81A0-ECBBD0F78459", "endMarkerType": 0, "fills": Array [ Object { @@ -56297,7 +95549,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56305,7 +95593,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56399,6 +95689,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "reception mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -56440,8 +95731,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C18AFE15-E9B9-4E3E-9A97-B7DC1987FB3D", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56467,13 +95792,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "12px", "left": "9px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56507,8 +95846,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56558,6 +95899,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "84E1F9EE-314E-46F5-A41B-09F70C022501", "endMarkerType": 0, "fills": Array [ Object { @@ -56569,7 +95941,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56577,7 +95985,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56594,13 +96004,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "12px", "left": "6px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56634,8 +96058,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56685,6 +96111,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DC2F89AB-5291-412D-88F1-403422F66E22", "endMarkerType": 0, "fills": Array [ Object { @@ -56696,7 +96153,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56704,7 +96197,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56721,13 +96216,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "12px", "left": "3px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56761,8 +96270,222 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Rectangle-path", + "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D1FD5EC3-72EE-4F72-B970-B7AF1B6E2F6F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", + }, + }, + "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56812,133 +96535,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.9, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"Rectangle-path\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(255,255,255,0.90)", - "display": "block", - "height": "12px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "3px", - }, - }, - "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 12, - "width": 3, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Rectangle-path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", + "do_objectID": "136EE959-007D-41D3-B0C1-8938386FADCD", "endMarkerType": 0, "fills": Array [ Object { @@ -56950,7 +96577,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56958,7 +96621,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56970,6 +96635,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "reception", "nameIsFixed": true, "originalObjectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", @@ -56979,6 +96645,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3F0D2CAD-8A47-471C-9154-23FB2F68AFB8", "endMarkerType": 0, "fills": Array [ Object { @@ -56990,7 +96687,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56998,7 +96731,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57092,6 +96827,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "battery mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -57233,8 +96969,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C9A935A7-ADA0-4B4D-92F2-4938BEAA5E2D", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57260,13 +97030,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "10px", "visibility": "visible", @@ -57300,8 +97084,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57351,6 +97137,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7C76E4ED-F9CB-455D-AD9C-2816AAF3E6DE", "endMarkerType": 0, "fills": Array [ Object { @@ -57362,7 +97179,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57370,7 +97223,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57387,13 +97242,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "7px", "visibility": "visible", @@ -57427,8 +97296,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57478,6 +97349,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "88E9FB48-6A96-444E-A384-497859BAF1D3", "endMarkerType": 0, "fills": Array [ Object { @@ -57489,7 +97391,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57497,7 +97435,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57514,13 +97454,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "4px", "visibility": "visible", @@ -57554,8 +97508,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57605,6 +97561,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AA9666DD-FA8E-4B02-88AF-DA777F73169F", "endMarkerType": 0, "fills": Array [ Object { @@ -57616,7 +97603,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57624,7 +97647,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57641,13 +97666,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "1px", "visibility": "visible", @@ -57681,8 +97720,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57732,6 +97773,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F2A609A7-8117-42F0-A587-21510D054997", "endMarkerType": 0, "fills": Array [ Object { @@ -57743,7 +97815,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57751,7 +97859,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57768,13 +97878,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 2px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "51px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "54px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "1px", "left": "2px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -57808,8 +97932,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57859,6 +97985,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F731A3DE-3FB6-47A2-9EAD-3D557D62F212", "endMarkerType": 0, "fills": Array [ Object { @@ -57870,7 +98027,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57878,7 +98071,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57890,6 +98085,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "battery", "nameIsFixed": true, "originalObjectID": "394BBD24-BE18-4203-8A03-D37C48937738", @@ -57899,6 +98095,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "953ABBE9-32A5-4B5B-82B6-1CDCCAEA218E", "endMarkerType": 0, "fills": Array [ Object { @@ -57910,7 +98137,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57918,7 +98181,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58042,6 +98307,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "12:30", "nameIsFixed": false, "resizingConstraint": 63, @@ -58050,6 +98316,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7EB19CE4-A958-42FA-BE57-CBC6CEEB413A", "endMarkerType": 0, "fills": Array [ Object { @@ -58061,7 +98358,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -58069,7 +98402,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -58097,6 +98432,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "time", "nameIsFixed": true, "originalObjectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", @@ -58106,11 +98442,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 0.9, }, + "do_objectID": "C0CD5027-0BD9-4D15-85D7-E49DDC42A675", "endMarkerType": 0, "fills": Array [ Object { @@ -58122,7 +98484,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -58130,7 +98528,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58142,6 +98542,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Material/Android/Status bar content", "nameIsFixed": false, "overrideProperties": Array [ @@ -58151,6 +98552,7 @@ Object { "overrideName": "180DADB8-0C0B-40BD-A964-08340D4A7861_stringValue", }, ], + "presetDictionary": Object {}, "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, @@ -58158,8 +98560,42 @@ Object { "shouldBreakMaskChain": true, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3D897CB1-1358-4576-831E-CB624B39BC23", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58177,6 +98613,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Symbols", "nameIsFixed": false, "resizingConstraint": 63, @@ -58185,8 +98622,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "580F243F-C85F-4ADD-82C3-92BA90AD8437", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58207,7 +98678,7 @@ Object { "pageListHeight": 110, }, "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, "document": Object { diff --git a/projects/web-codegen/src/lib/__snapshots__/web-parser.service.spec.ts.snap b/projects/web-codegen/src/lib/__snapshots__/web-parser.service.spec.ts.snap index 233f5b195..2914b138b 100644 --- a/projects/web-codegen/src/lib/__snapshots__/web-parser.service.spec.ts.snap +++ b/projects/web-codegen/src/lib/__snapshots__/web-parser.service.spec.ts.snap @@ -2007,13 +2007,17 @@ Object { } `; -exports[`WebParserService should match md-components-buttons-lights.sketch snapshot for 52 on web 1`] = ` +exports[`WebParserService should match md-components-buttons-fabs-light.sketch snapshot for 59 on web 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "do_objectID": "3C9A0FC2-9C25-44D7-B6E9-2A68271FEAE3", + "exportPresets": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -2023,13 +2027,113 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D", + "do_objectID": "07940257-BA95-49BD-B375-6EE1414E8D4D", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], "layerStyles": Object { "_class": "sharedStyleContainer", - "objects": Array [], + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2DEC6056-D4A8-4EE3-93E6-B46AD450B6BC", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "82E576EC-8FF4-47FD-BBF8-276D3E80CC8E", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], }, "layerSymbols": Object { "_class": "symbolContainer", @@ -2042,52 +2146,46 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "_ref": "pages/06732C75-3171-4248-9998-E4DCDB514056", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 121, }, - "fonts": Array [ - "Roboto-Medium", - ], + "fonts": Array [], "pagesAndArtboards": Object { - "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "06732C75-3171-4248-9998-E4DCDB514056": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "do_objectID": "06732C75-3171-4248-9998-E4DCDB514056", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -2103,6 +2201,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -2125,18 +2226,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "36px", + "height": "56px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "94px", + "width": "56px", }, }, - "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", + "do_objectID": "9F8AC6A1-F4A4-422B-A677-30C517A1A9ED", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2817D758-4D6F-44B3-A3B2-5D58193F7253", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -2145,12 +2245,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "35D18917-4257-43AD-BC71-DD8B0CFD9910", - "height": 36, - "width": 94, + "height": 56, + "width": 56, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -2161,46 +2263,58 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "oval", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 28px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "106px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "106px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(0,150,136,1.00)", - "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "border-radius": "50%", + "box-shadow": "0px 14px 14px 0px rgba(0,0,0,0.24),0px 0px 14px 0px rgba(0,0,0,0.12),0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "36px", + "height": "56px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "94px", + "width": "56px", }, }, - "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", + "do_objectID": "2B0A10B9-981F-4000-8E2E-2BDD9F30C8E6", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F95DBC43-E22E-48EE-84C3-BFF761BF5FF0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 2, "frame": Object { "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 94, + "constrainProportions": true, + "height": 56, + "width": 56, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -2208,49 +2322,50 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "button bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, ], "resizingConstraint": 63, @@ -2259,37 +2374,38 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", - "endMarkerType": 0, - "fills": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "blue": 0, + "green": 0, "red": 0, }, - "do_objectID": "518A65E4-7447-46E4-8E6D-2500863E0FEE", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "do_objectID": "441BA153-38D1-4932-89DB-A7E0FA4BF10E", - "fillType": 0, + "fillType": 1, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -2300,10 +2416,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.2, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, "position": 0, }, @@ -2311,7 +2427,18 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, "blue": 0, "green": 0, "red": 0, @@ -2319,24 +2446,27 @@ Object { "position": 1, }, ], - "to": "{0.5, 1}", + "to": "{0.5, 0.99021444515306123}", }, - "isEnabled": false, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 0.2000000029802322, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - "fillType": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -2347,7 +2477,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 0.12, "blue": 1, "green": 1, "red": 1, @@ -2358,30 +2488,61 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.06, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, "position": 1, }, ], "to": "{0.5, 1}", }, - "isEnabled": false, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "94F9F8A1-AEFC-4EAB-BC5F-96090A7EFAAF", + "endMarkerType": 0, + "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.1, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, "fillType": 0, "gradient": Object { @@ -2394,7 +2555,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 1, "blue": 1, "green": 1, "red": 1, @@ -2405,7 +2566,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 1, "blue": 0, "green": 0, "red": 0, @@ -2415,18 +2576,19 @@ Object { ], "to": "{0.5, 1}", }, - "isEnabled": false, + "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, "patternFillType": 0, "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { "_class": "shadow", - "blurRadius": 8, + "blurRadius": 14, "color": Object { "_class": "color", "alpha": 0.2376019021739131, @@ -2441,12 +2603,12 @@ Object { }, "isEnabled": false, "offsetX": 0, - "offsetY": 8, + "offsetY": 14, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 8, + "blurRadius": 14, "color": Object { "_class": "color", "alpha": 0.12, @@ -2466,7 +2628,7 @@ Object { }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.24, @@ -2481,12 +2643,12 @@ Object { }, "isEnabled": true, "offsetX": 0, - "offsetY": 2, + "offsetY": 8, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.12, @@ -2510,97 +2672,29 @@ Object { }, "web": Object { "attributes": Array [ - "role=\\"rectangle\\"", + "role=\\"oval\\"", "aria-label=\\"button bg\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "NORMAL", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "16.5px", + "height": "24px", + "left": "16px", "position": "absolute", - "top": "10px", + "top": "16px", "visibility": "visible", - "width": "61px", + "width": "24px", }, }, - "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", - "dontSynchroniseWithSymbol": false, + "do_objectID": "31DE405C-40EA-4542-9157-77FDF05E4CF7", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "81E4C18A-C5B1-4FCD-A4EC-F507E67A763E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -2609,13 +2703,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C77760CF-EB51-4E10-B303-70D70714C011", - "height": 16, - "width": 61, - "x": 16.5, - "y": 10, + "height": 24, + "width": 24, + "x": 16, + "y": 16, }, - "glyphBounds": "{{0, 0}, {61, 16}}", + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -2623,77 +2719,612 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NORMAL", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CFA250F8-ABC2-487A-9323-8BBD10C0BFAD", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, + "do_objectID": "4B044FF4-ABB5-4B8D-947B-F6DA47EEA22F", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ECC1178A-3EEF-42C8-827B-B6C79CE429AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "95323268-06B8-47A3-9C1E-841E1D3AD72B", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{1, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 1}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 1}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{1, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{1, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.42857142857142855}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2DEC6056-D4A8-4EE3-93E6-B46AD450B6BC", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E402A47E-CCFA-4061-96E5-361F20410BD4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M14 6,L 8 6,L 8 0,L 6 0,L 6 6,L 0 6,L 0 8,L 6 8,L 6 14,L 8 14,L 8 8,L 14 8,L 14 6,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "add", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7E088BE-F829-42B5-99DB-5E12CD9E02A6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"add\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "fab", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "016AD96A-E9C8-4EC3-A372-D87BDA49078B", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"button\\"", + "aria-label=\\"fab\\"", ], }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -2702,8 +3333,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "278171CB-6472-4F87-A815-3E3C593D515A", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -2716,11 +3381,11 @@ Object { ], "previews": Array [], "user": Object { - "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { - "scrollOrigin": "{134, 134}", + "06732C75-3171-4248-9998-E4DCDB514056": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, - "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { + "E516E877-5092-41C7-92B9-C9E0EDE398FA": Object { "pageListHeight": 110, }, "document": Object { @@ -2731,15 +3396,13 @@ Object { } `; -exports[`WebParserService should match md-components-buttons-lights.sketch snapshot for 53 on web 1`] = ` +exports[`WebParserService should match md-components-buttons-lights.sketch snapshot for 52 on web 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", - "colorAssets": Array [], "colors": Array [], - "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -2775,19 +3438,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 105, }, "fonts": Array [ "Roboto-Medium", @@ -2799,10 +3462,14 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { @@ -2825,9 +3492,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -2876,9 +3540,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -3445,7 +4106,7 @@ Object { "previews": Array [], "user": Object { "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{134, 134}", "zoomValue": 1, }, "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { @@ -3459,13 +4120,15 @@ Object { } `; -exports[`WebParserService should match md-components-cards-homes.sketch snapshot for 52 on web 1`] = ` +exports[`WebParserService should match md-components-buttons-lights.sketch snapshot for 53 on web 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -3475,257 +4138,13 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", + "do_objectID": "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], "layerStyles": Object { "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "layerSymbols": Object { "_class": "symbolContainer", @@ -3738,52 +4157,48 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", + "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ - "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", + "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -3799,6 +4214,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -3821,18 +4239,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "224px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "344px", + "width": "94px", }, }, - "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", + "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "98074A6E-84B2-4F16-B665-C835B1F1F186", + "do_objectID": "2817D758-4D6F-44B3-A3B2-5D58193F7253", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -3841,12 +4259,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E63A53AF-E7EE-46D8-BFE8-0AAB73C9D3DE", - "height": 224, - "width": 344, + "do_objectID": "35D18917-4257-43AD-BC71-DD8B0CFD9910", + "height": 36, + "width": 94, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -3865,22 +4286,22 @@ Object { "before": Object {}, }, "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "background-color": "rgba(0,150,136,1.00)", + "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "224px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "344px", + "width": "94px", }, }, - "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", + "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0713C981-1FBB-49DE-8AF4-82CEF028725A", + "do_objectID": "F95DBC43-E22E-48EE-84C3-BFF761BF5FF0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -3890,12 +4311,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 224, - "width": 344, + "height": 36, + "width": 94, "x": 0, "y": 0, }, - "hasClippingMask": true, + "hasClippingMask": false, "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, @@ -3904,7 +4325,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "button bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -3914,7 +4335,6 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", - "do_objectID": "9EF2F25A-8C0B-490A-8B6B-CB89A9CA3FE0", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -3925,7 +4345,6 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", - "do_objectID": "76222E59-B93C-48FF-9FC5-055A32CBC1D2", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -3936,7 +4355,6 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", - "do_objectID": "598CF3D5-4C1A-4AD1-B2B7-1D97BE8C6704", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -3947,7 +4365,6 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", - "do_objectID": "DD1184C0-136D-418C-8EA0-1ED3D172E028", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -3956,21 +4373,40 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, - "fillType": 1, + "do_objectID": "518A65E4-7447-46E4-8E6D-2500863E0FEE", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "do_objectID": "441BA153-38D1-4932-89DB-A7E0FA4BF10E", + "fillType": 0, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -3981,10 +4417,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.2, + "blue": 0.6, + "green": 0.6, + "red": 0.6, }, "position": 0, }, @@ -3992,52 +4428,32 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, }, "position": 1, }, ], "to": "{0.5, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.2000000029802322, + "blue": 0.6, + "green": 0.6, + "red": 0.6, }, - "fillType": 1, + "fillType": 0, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -4048,10 +4464,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, }, "position": 0, }, @@ -4059,29 +4475,54 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, + "alpha": 0.5, "blue": 0, "green": 0, "red": 0, }, - "position": 0.8, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, }, - "position": 0.950255322222858, + "position": 0, }, Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.04, + "alpha": 0.5, "blue": 0, "green": 0, "red": 0, @@ -4091,25 +4532,7 @@ Object { ], "to": "{0.5, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, + "isEnabled": false, "noiseIndex": 0, "noiseIntensity": 0, "patternFillType": 0, @@ -4120,10 +4543,10 @@ Object { "shadows": Array [ Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", - "alpha": 0.24, + "alpha": 0.2376019021739131, "blue": 0, "green": 0, "red": 0, @@ -4133,14 +4556,14 @@ Object { "blendMode": 0, "opacity": 1, }, - "isEnabled": true, + "isEnabled": false, "offsetX": 0, - "offsetY": 2, + "offsetY": 8, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.12, @@ -4153,149 +4576,59 @@ Object { "blendMode": 0, "opacity": 1, }, - "isEnabled": true, + "isEnabled": false, "offsetX": 0, "offsetY": 0, "spread": 0, }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,187,211,1.00)", - "display": "block", - "height": "176px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B245FB2F-7F3C-4D6A-AAF3-18FE3B124490", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 176, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", - "endMarkerType": 0, - "fills": Array [ Object { - "_class": "fill", + "_class": "shadow", + "blurRadius": 2, "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.8274509803921568, - "green": 0.7333333333333333, + "alpha": 0.24, + "blue": 0, + "green": 0, "red": 0, }, - "do_objectID": "462C738B-C65E-434C-9FF9-916E784F8EB1", - "fillType": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, ], - "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", + "aria-label=\\"button bg\\"", ], }, }, @@ -4317,24 +4650,51 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, - "kerning": 0, + "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 13, + "length": 5, "location": 0, }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, ], - "string": "Pre-fab Homes", + "string": "NORMAL", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -4343,21 +4703,21 @@ Object { "rules": Object { "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "24px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "16.5px", "position": "absolute", - "top": "137px", + "top": "10px", "visibility": "visible", - "width": "161px", + "width": "61px", }, }, - "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", + "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "386665A7-C098-49E9-AB71-126A8B4ED607", + "do_objectID": "81E4C18A-C5B1-4FCD-A4EC-F507E67A763E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -4366,13 +4726,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D0438ADA-75E5-48E5-A3AB-A55AF5E84029", - "height": 24, - "width": 161, - "x": 19, - "y": 137, + "do_objectID": "C77760CF-EB51-4E10-B303-70D70714C011", + "height": 16, + "width": 61, + "x": 16.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {161, 24}}", + "glyphBounds": "{{0, 0}, {61, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -4381,7 +4741,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Pre-fab Homes 2", + "name": "NORMAL", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -4389,13 +4749,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", + "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "45243A28-E9FB-4A4A-8DB1-A8B2F38B9657", + "do_objectID": "CFA250F8-ABC2-487A-9323-8BBD10C0BFAD", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -4407,17 +4767,16 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, - "kerning": 0, + "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -4429,1282 +4788,863 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "209px", - "position": "absolute", - "top": "188px", - "visibility": "visible", - "width": "119px", - }, - }, - "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2A26EE59-59EE-4608-8D68-FC2A4BB1CE74", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E30F338C-0755-4F54-AED4-4CA9BDE48A46", - "height": 24, - "width": 119, - "x": 209, - "y": 188, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "95px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B6AF0990-0F41-4695-BD54-00197F4BEAE8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "307E9C13-BD4D-44C3-8559-96F0E46B186E", - "height": 24, - "width": 24, - "x": 95, - "y": 0, + ], + "name": "button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"button\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebParserService should match md-components-buttons-lights.sketch snapshot for 59 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "6C6C25B1-9B38-4ECB-9E0C-76B5AA0FB022", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "516247EF-188D-4E72-AC55-64B03A15D2AD", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "94px", + }, + }, + "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 94, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 47px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "86px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "144px", }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8C0747D3-9212-4C92-8FE5-0707A83F6760", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "36px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "94px", + }, + }, + "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 94, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bg", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "3px", - "position": "absolute", - "top": "1.999899999999798px", - "visibility": "visible", - "width": "18px", - }, - }, - "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E1DB8B35-B319-4E78-9E45-9CA53344E3C5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CBDA8CB3-7920-4DDC-BAC9-B6B509B94BE1", - "height": 20, - "width": 18, - "x": 3, - "y": 1.999899999999798, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.79111111111111099, 0.70682730923694814}", - "curveMode": 4, - "curveTo": "{0.83333333333333337, 0.70682730923694814}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.83333333333333337, 0.70682730923694814}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.72444444444444445, 0.74548192771084365}", - "curveMode": 4, - "curveTo": "{0.7533333333333333, 0.72188755020080353}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.72444444444444445, 0.74548192771084365}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33111111111111119, 0.52560240963855442}", - "curveMode": 4, - "curveTo": "{0.32833333333333337, 0.53714859437751028}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32833333333333337, 0.53714859437751028}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33333333333333337, 0.48995983935743004}", - "curveMode": 2, - "curveTo": "{0.33333333333333337, 0.51405622489959857}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.33333333333333337, 0.5020080321285143}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.32833333333333337, 0.46686746987951833}", - "curveMode": 4, - "curveTo": "{0.33111111111111119, 0.47841365461847413}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.32833333333333337, 0.46686746987951833}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.75, 0.28564257028112472}", - "curveMode": 4, - "curveTo": "{0.72000000000000008, 0.26054216867469898}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.72000000000000008, 0.26054216867469898}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.92555555555555558, 0.30120481927710863}", - "curveMode": 3, - "curveTo": "{0.7894444444444445, 0.30120481927710863}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 0.30120481927710863}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.067269076305220984}", - "curveMode": 2, - "curveTo": "{1, 0.23393574297188771}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.15060240963855434}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", - "curveMode": 2, - "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 8.8817841970012528e-17}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.66666666666666663, 0.16265060240963869}", - "curveMode": 3, - "curveTo": "{0.66666666666666663, 0.067269076305220984}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.66666666666666663, 0.15060240963855434}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.67166666666666663, 0.18574297188755035}", - "curveMode": 4, - "curveTo": "{0.66888888888888887, 0.17419678714859449}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.67166666666666663, 0.18574297188755035}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.25, 0.36696787148594401}", - "curveMode": 4, - "curveTo": "{0.28000000000000003, 0.39206827309236975}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.28000000000000003, 0.39206827309236975}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.074444444444444438, 0.35140562248996005}", - "curveMode": 3, - "curveTo": "{0.21055555555555555, 0.35140562248996005}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.16666666666666666, 0.35140562248996005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.58534136546184767}", - "curveMode": 2, - "curveTo": "{0, 0.41867469879518093}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5020080321285143}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.21055555555555555, 0.65261044176706862}", - "curveMode": 3, - "curveTo": "{0.074444444444444438, 0.65261044176706862}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.16666666666666666, 0.65261044176706862}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.28000000000000003, 0.61194779116465892}", - "curveMode": 4, - "curveTo": "{0.25, 0.6370481927710846}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.28000000000000003, 0.61194779116465892}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.6727777777777777, 0.83132530120481973}", - "curveMode": 4, - "curveTo": "{0.67555555555555558, 0.82078313253012092}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.67555555555555558, 0.82078313253012092}", - }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.67111111111111121, 0.93423694779116495}", - "curveMode": 3, - "curveTo": "{0.67111111111111121, 0.84236947791164696}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.67111111111111121, 0.85341365461847429}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9227777777777777, 1}", - "curveMode": 2, - "curveTo": "{0.74388888888888893, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99555555555555564, 0.77259036144578308}", - "curveMode": 2, - "curveTo": "{0.99555555555555564, 0.93423694779116495}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.99555555555555564, 0.85341365461847385}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.83333333333333337, 0.7068273092369477}", - "curveMode": 4, - "curveTo": "{0.92277777777777792, 0.7068273092369477}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.83333333333333337, 0.7068273092369477}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "395F98C8-7A7D-448B-9431-77AE198CD2AA", - "opacity": 0.5399999618530273, - }, - "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - ], - "name": "share", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"share\\"", - ], + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.2376019021739131, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 8, + "spread": 0, }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "47px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A01478AF-F442-48D4-876B-7B242558A1C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1CD9EA03-E457-4DE2-AB87-E53E4CA3F6CE", - "height": 24, - "width": 24, - "x": 47, - "y": 0, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "18px", - "left": "5px", - "position": "absolute", - "top": "3px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0792DFC7-13AE-4023-BC28-6EAE2F525D94", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 18, - "width": 14, - "x": 5, - "y": 3, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"button bg\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.8571428571428571, 1}", - "curveMode": 1, - "curveTo": "{0.8571428571428571, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.8571428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.064285714285714307, 1}", - "curveMode": 4, - "curveTo": "{0.14285714285714285, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.14285714285714285, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.88888888888888884}", - "curveMode": 4, - "curveTo": "{0, 0.95000000000000007}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.88888888888888884}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.16666666666666666}", - "curveMode": 1, - "curveTo": "{0.5, 0.16666666666666666}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.16666666666666666}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.95000000000000007}", - "curveMode": 4, - "curveTo": "{1, 0.88888888888888884}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.88888888888888884}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.8571428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.93571428571428583, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.8571428571428571, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "1BB40B22-9947-481D-BDFD-D499709536C5", - "opacity": 0.5399999618530273, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", - ], - "type": "path", - }, - ], }, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "78FE6195-3CDF-434D-90A3-E224F31C3763", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", - }, - ], }, - "web": Object { - "attributes": Array [], + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - ], - "name": "bookmark", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"bookmark\\"", - ], + "length": 1, + "location": 5, }, + ], + "string": "NORMAL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "16.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "61px", }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "25px", + }, + "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 61, + "x": 16.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {61, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "NORMAL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - }, - "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0E3F3B31-21D5-4AB9-9C91-1DD6589D73BC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9B35355B-154A-4833-84D9-5218A91A7536", - "height": 24, - "width": 25, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "16px", - "left": "3.125px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "18.75px", - }, - }, - "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ABBE7457-D1CB-4143-BB68-1D95867C1CA6", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 16, - "width": 18.75, - "x": 3.125, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.63888888888888884, 1}", - "curveMode": 4, - "curveTo": "{0.75, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.75, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.46111111111111114, 0.91874999999999996}", - "curveMode": 4, - "curveTo": "{0.53888888888888886, 0.91874999999999996}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0.8125}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1111111111111111, 1}", - "curveMode": 3, - "curveTo": "{0.3611111111111111, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.25, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.5}", - "curveMode": 3, - "curveTo": "{0, 0.88124999999999998}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.71875}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.80555555555555558, 0.3125}", - "curveMode": 4, - "curveTo": "{0.19444444444444445, 0.3125}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.88124999999999998}", - "curveMode": 3, - "curveTo": "{1, 0.5}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.71875}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.75, 1}", - "curveMode": 4, - "curveTo": "{0.88888888888888884, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.75, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "746B6BFB-EEFE-454B-A634-4D361594E58D", - "opacity": 0.5399999618530273, - }, - "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "25px", - }, - }, - "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C5CE84E-EE96-4490-92D4-0DBB46A90FAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 25, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - ], - "name": "favorite", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"favorite\\"", - ], }, + "verticalAlignment": 0, }, - ], - "name": "Buttons", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Buttons\\"", - ], + "attributes": Array [], }, }, ], - "name": "homes", + "maintainScrollPosition": false, + "name": "button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -5712,20 +5652,54 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"homes\\"", + "aria-label=\\"button\\"", ], }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -5734,8 +5708,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "EF515898-537B-469C-9036-E6B725CF8307", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -5748,11 +5756,11 @@ Object { ], "previews": Array [], "user": Object { - "401CB139-CDA3-476B-A400-674DCF860FB6": Object { - "scrollOrigin": "{134, 134}", + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, - "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { "pageListHeight": 110, }, "document": Object { @@ -5763,15 +5771,13 @@ Object { } `; -exports[`WebParserService should match md-components-cards-homes.sketch snapshot for 53 on web 1`] = ` +exports[`WebParserService should match md-components-cards-homes.sketch snapshot for 52 on web 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", - "colorAssets": Array [], "colors": Array [], - "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -6051,19 +6057,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 105, }, "fonts": Array [ "Roboto-Regular", @@ -6075,10 +6081,14 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { @@ -6101,9 +6111,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -6152,9 +6159,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -6770,9 +6774,6 @@ Object { "x": 209, "y": 188, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -6815,9 +6816,6 @@ Object { "x": 95, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -7324,9 +7322,6 @@ Object { "x": 47, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -7684,9 +7679,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -8069,7 +8061,7 @@ Object { "previews": Array [], "user": Object { "401CB139-CDA3-476B-A400-674DCF860FB6": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{134, 134}", "zoomValue": 1, }, "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { @@ -8083,13 +8075,15 @@ Object { } `; -exports[`WebParserService should match md-components-cards-pooch.sketch snapshot for 52 on web 1`] = ` +exports[`WebParserService should match md-components-cards-homes.sketch snapshot for 53 on web 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -8099,7 +8093,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -8108,7 +8102,7 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", "name": "Material/Light/Card", "value": Object { "_class": "style", @@ -8316,27 +8310,34 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "name": "Material/Light/Divider", + "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", + "name": "Material/Icon dark", "value": Object { "_class": "style", - "borders": Array [ + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, "fillType": 0, "isEnabled": true, - "position": 0, - "thickness": 1, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -8350,137 +8351,53 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", + "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ "Roboto-Regular", - "Roboto-Medium", ], "pagesAndArtboards": Object { - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", + "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -8496,6 +8413,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -8518,7 +8438,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "136px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -8526,21 +8446,11 @@ Object { "width": "344px", }, }, - "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", + "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], + "do_objectID": "98074A6E-84B2-4F16-B665-C835B1F1F186", + "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -8548,12 +8458,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", - "height": 136, + "do_objectID": "E63A53AF-E7EE-46D8-BFE8-0AAB73C9D3DE", + "height": 224, "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -8575,7 +8488,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "136px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -8583,21 +8496,21 @@ Object { "width": "344px", }, }, - "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", + "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", + "do_objectID": "0713C981-1FBB-49DE-8AF4-82CEF028725A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 3, + "fixedRadius": 2, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 136, + "height": 224, "width": 344, "x": 0, "y": 0, @@ -8611,46 +8524,50 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card 2", + "name": "card", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", + "do_objectID": "9EF2F25A-8C0B-490A-8B6B-CB89A9CA3FE0", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", + "do_objectID": "76222E59-B93C-48FF-9FC5-055A32CBC1D2", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", + "do_objectID": "598CF3D5-4C1A-4AD1-B2B7-1D97BE8C6704", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", + "do_objectID": "DD1184C0-136D-418C-8EA0-1ED3D172E028", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -8659,7 +8576,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -8799,7 +8716,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", + "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", "endMarkerType": 0, "fills": Array [ Object { @@ -8868,7 +8785,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card 2\\"", + "aria-label=\\"card\\"", ], }, }, @@ -8881,21 +8798,21 @@ Object { "before": Object {}, }, "rules": Object { - "background-color": "rgba(0,0,0,0.25)", + "background-color": "rgba(0,187,211,1.00)", "display": "block", - "height": "136px", + "height": "176px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "88px", + "width": "344px", }, }, - "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", + "do_objectID": "B245FB2F-7F3C-4D6A-AAF3-18FE3B124490", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -8905,8 +8822,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 136, - "width": 88, + "height": 176, + "width": 344, "x": 0, "y": 0, }, @@ -8970,19 +8887,19 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.25, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.8274509803921568, + "green": 0.7333333333333333, "red": 0, }, - "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "do_objectID": "462C738B-C65E-434C-9FF9-916E784F8EB1", "fillType": 0, "isEnabled": true, "noiseIndex": 0, @@ -8993,34 +8910,6 @@ Object { ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { @@ -9030,122 +8919,6 @@ Object { ], }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "82px", - "visibility": "visible", - "width": "256px", - }, - }, - "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", - "height": 3, - "width": 256, - "x": 88, - "y": 82, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.51388888888888884}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.51388888888888884}", - "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", - "curveMode": 1, - "curveTo": "{0.0058593749999999445, 0.54166666666666663}", - "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, Object { "_class": "text", "attributedString": Object { @@ -9157,52 +8930,54 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "name": "Roboto-Regular", + "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - "length": 6, + "length": 13, "location": 0, }, ], - "string": "REVIEW", + "string": "Pre-fab Homes", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "223.5px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "19px", "position": "absolute", - "top": "100px", + "top": "137px", "visibility": "visible", - "width": "51px", + "width": "161px", }, }, - "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", + "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", + "do_objectID": "386665A7-C098-49E9-AB71-126A8B4ED607", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -9211,12 +8986,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 51, - "x": 223.5, - "y": 100, + "do_objectID": "D0438ADA-75E5-48E5-A3AB-A55AF5E84029", + "height": 24, + "width": 161, + "x": 19, + "y": 137, }, - "glyphBounds": "{{0, 0}, {50, 16}}", + "glyphBounds": "{{0, 0}, {161, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -9225,7 +9001,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "REVIEW", + "name": "Pre-fab Homes 2", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -9233,33 +9009,35 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", + "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", + "do_objectID": "45243A28-E9FB-4A4A-8DB1-A8B2F38B9657", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "name": "Roboto-Regular", + "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -9272,62 +9050,24 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 11, - "location": 0, - }, - ], - "string": "FREE SAMPLE", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "108.5px", + "height": "24px", + "left": "209px", "position": "absolute", - "top": "100px", + "top": "188px", "visibility": "visible", - "width": "92px", + "width": "119px", }, }, - "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", - "dontSynchroniseWithSymbol": false, + "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", + "do_objectID": "2A26EE59-59EE-4608-8D68-FC2A4BB1CE74", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -9336,2199 +9076,1590 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 92, - "x": 108.5, - "y": 100, + "do_objectID": "E30F338C-0755-4F54-AED4-4CA9BDE48A46", + "height": 24, + "width": 119, + "x": 209, + "y": 188, }, - "glyphBounds": "{{0, 0}, {91, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "FREE SAMPLE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B6AF0990-0F41-4695-BD54-00197F4BEAE8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "307E9C13-BD4D-44C3-8559-96F0E46B186E", + "height": 24, + "width": 24, + "x": 95, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8C0747D3-9212-4C92-8FE5-0707A83F6760", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", + ], + "type": "path", + }, + ], }, - }, - "length": 14, - "location": 0, - }, - ], - "string": "By Alex Nelson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "107px", - "position": "absolute", - "top": "43px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 95, - "x": 107, - "y": 43, - }, - "glyphBounds": "{{0, 0}, {93, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "By Alex Nelson 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "3px", + "position": "absolute", + "top": "1.999899999999798px", + "visibility": "visible", + "width": "18px", }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, + "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E1DB8B35-B319-4E78-9E45-9CA53344E3C5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - }, - "length": 8, - "location": 0, - }, - ], - "string": "El Pooch", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "106px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 95, - "x": 106, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {94, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "El Pooch 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "CBDA8CB3-7920-4DDC-BAC9-B6B509B94BE1", + "height": 20, + "width": 18, + "x": 3, + "y": 1.999899999999798, }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "pooch", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"pooch\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { - "pageListHeight": 110, - }, - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebParserService should match md-components-cards-pooch.sketch snapshot for 53 on web 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.79111111111111099, 0.70682730923694814}", + "curveMode": 4, + "curveTo": "{0.83333333333333337, 0.70682730923694814}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.83333333333333337, 0.70682730923694814}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.72444444444444445, 0.74548192771084365}", + "curveMode": 4, + "curveTo": "{0.7533333333333333, 0.72188755020080353}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.72444444444444445, 0.74548192771084365}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33111111111111119, 0.52560240963855442}", + "curveMode": 4, + "curveTo": "{0.32833333333333337, 0.53714859437751028}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32833333333333337, 0.53714859437751028}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33333333333333337, 0.48995983935743004}", + "curveMode": 2, + "curveTo": "{0.33333333333333337, 0.51405622489959857}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33333333333333337, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.32833333333333337, 0.46686746987951833}", + "curveMode": 4, + "curveTo": "{0.33111111111111119, 0.47841365461847413}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.32833333333333337, 0.46686746987951833}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.28564257028112472}", + "curveMode": 4, + "curveTo": "{0.72000000000000008, 0.26054216867469898}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.72000000000000008, 0.26054216867469898}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.92555555555555558, 0.30120481927710863}", + "curveMode": 3, + "curveTo": "{0.7894444444444445, 0.30120481927710863}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.30120481927710863}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.067269076305220984}", + "curveMode": 2, + "curveTo": "{1, 0.23393574297188771}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", + "curveMode": 2, + "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 8.8817841970012528e-17}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.66666666666666663, 0.16265060240963869}", + "curveMode": 3, + "curveTo": "{0.66666666666666663, 0.067269076305220984}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.66666666666666663, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67166666666666663, 0.18574297188755035}", + "curveMode": 4, + "curveTo": "{0.66888888888888887, 0.17419678714859449}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.67166666666666663, 0.18574297188755035}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.36696787148594401}", + "curveMode": 4, + "curveTo": "{0.28000000000000003, 0.39206827309236975}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.28000000000000003, 0.39206827309236975}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.074444444444444438, 0.35140562248996005}", + "curveMode": 3, + "curveTo": "{0.21055555555555555, 0.35140562248996005}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.35140562248996005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.58534136546184767}", + "curveMode": 2, + "curveTo": "{0, 0.41867469879518093}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.21055555555555555, 0.65261044176706862}", + "curveMode": 3, + "curveTo": "{0.074444444444444438, 0.65261044176706862}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.65261044176706862}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.28000000000000003, 0.61194779116465892}", + "curveMode": 4, + "curveTo": "{0.25, 0.6370481927710846}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.28000000000000003, 0.61194779116465892}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.6727777777777777, 0.83132530120481973}", + "curveMode": 4, + "curveTo": "{0.67555555555555558, 0.82078313253012092}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.67555555555555558, 0.82078313253012092}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67111111111111121, 0.93423694779116495}", + "curveMode": 3, + "curveTo": "{0.67111111111111121, 0.84236947791164696}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.67111111111111121, 0.85341365461847429}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9227777777777777, 1}", + "curveMode": 2, + "curveTo": "{0.74388888888888893, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99555555555555564, 0.77259036144578308}", + "curveMode": 2, + "curveTo": "{0.99555555555555564, 0.93423694779116495}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.99555555555555564, 0.85341365461847385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.83333333333333337, 0.7068273092369477}", + "curveMode": 4, + "curveTo": "{0.92277777777777792, 0.7068273092369477}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.7068273092369477}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "395F98C8-7A7D-448B-9431-77AE198CD2AA", + "opacity": 0.5399999618530273, + }, + "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", + ], + "type": "path", + }, + ], }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "web": Object { + "attributes": Array [], }, - "position": 1, }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "name": "share", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "position": 0.8, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"share\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "47px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A01478AF-F442-48D4-876B-7B242558A1C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1CD9EA03-E457-4DE2-AB87-E53E4CA3F6CE", + "height": 24, + "width": 24, + "x": 47, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "5px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0792DFC7-13AE-4023-BC28-6EAE2F525D94", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 14, + "x": 5, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 1, + "curveTo": "{0.8571428571428571, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.8571428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.064285714285714307, 1}", + "curveMode": 4, + "curveTo": "{0.14285714285714285, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.14285714285714285, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.88888888888888884}", + "curveMode": 4, + "curveTo": "{0, 0.95000000000000007}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.16666666666666666}", + "curveMode": 1, + "curveTo": "{0.5, 0.16666666666666666}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.16666666666666666}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.95000000000000007}", + "curveMode": 4, + "curveTo": "{1, 0.88888888888888884}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.93571428571428583, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.8571428571428571, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "1BB40B22-9947-481D-BDFD-D499709536C5", + "opacity": 0.5399999618530273, + }, + "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - "position": 0.950255322222858, }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "78FE6195-3CDF-434D-90A3-E224F31C3763", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - "position": 1, }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "name": "bookmark", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"bookmark\\"", + ], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", - "height": 136, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 3, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 136, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": true, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card 2", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, + }, + "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E3F3B31-21D5-4AB9-9C91-1DD6589D73BC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9B35355B-154A-4833-84D9-5218A91A7536", + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3.125px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18.75px", }, + }, + "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ABBE7457-D1CB-4143-BB68-1D95867C1CA6", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 18.75, + "x": 3.125, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.63888888888888884, 1}", + "curveMode": 4, + "curveTo": "{0.75, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.75, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.46111111111111114, 0.91874999999999996}", + "curveMode": 4, + "curveTo": "{0.53888888888888886, 0.91874999999999996}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0.8125}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1111111111111111, 1}", + "curveMode": 3, + "curveTo": "{0.3611111111111111, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.25, 1}", }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5}", + "curveMode": 3, + "curveTo": "{0, 0.88124999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.71875}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.80555555555555558, 0.3125}", + "curveMode": 4, + "curveTo": "{0.19444444444444445, 0.3125}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.88124999999999998}", + "curveMode": 3, + "curveTo": "{1, 0.5}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.71875}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 1}", + "curveMode": 4, + "curveTo": "{0.88888888888888884, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.75, 1}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "746B6BFB-EEFE-454B-A634-4D361594E58D", + "opacity": 0.5399999618530273, + }, + "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", + }, + }, + "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C5CE84E-EE96-4490-92D4-0DBB46A90FAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, + ], + "name": "favorite", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"favorite\\"", + ], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card 2\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.25)", - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 136, - "width": 88, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", }, ], + "name": "Buttons", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.25, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", + "role=\\"group\\"", + "aria-label=\\"Buttons\\"", ], }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "82px", - "visibility": "visible", - "width": "256px", + ], + "name": "homes", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"homes\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebParserService should match md-components-cards-homes.sketch snapshot for 59 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "501349E4-2CFB-4642-95FE-E18C5840D5E0", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "52BD125A-8DAF-4D9A-9745-66C9DD33B546", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", - "height": 3, - "width": 256, - "x": 88, - "y": 82, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.51388888888888884}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.51388888888888884}", - "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", - "curveMode": 1, - "curveTo": "{0.0058593749999999445, 0.54166666666666663}", - "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, - "length": 6, - "location": 0, - }, - ], - "string": "REVIEW", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "223.5px", - "position": "absolute", - "top": "100px", - "visibility": "visible", - "width": "51px", - }, - }, - "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 51, - "x": 223.5, - "y": 100, - }, - "glyphBounds": "{{0, 0}, {50, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "REVIEW", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.2, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0, + "blue": 0, + "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 0, }, - "length": 11, - "location": 0, - }, - ], - "string": "FREE SAMPLE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "108.5px", - "position": "absolute", - "top": "100px", - "visibility": "visible", - "width": "92px", - }, - }, - "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 92, - "x": 108.5, - "y": 100, - }, - "glyphBounds": "{{0, 0}, {91, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "FREE SAMPLE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6C7A151B-8B7A-4669-AEB0-325A3E85F7DD", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.5438462409, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "position": 1, }, - "length": 14, - "location": 0, - }, - ], - "string": "By Alex Nelson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "107px", - "position": "absolute", - "top": "43px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 95, - "x": 107, - "y": 43, - }, - "glyphBounds": "{{0, 0}, {93, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "By Alex Nelson 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 8, - "location": 0, - }, - ], - "string": "El Pooch", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "106px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 95, - "x": 106, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {94, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "El Pooch 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "pooch", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"pooch\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { - "pageListHeight": 110, - }, - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebParserService should match md-components-cards-safari.sketch snapshot for 52 on web 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -11578,28 +10709,99 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "name": "Material/Light/Divider", + "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", + "name": "Material/Icon dark", "value": Object { "_class": "style", - "borders": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "EC7B3116-BA69-4AB8-A43A-ACF2B1514F3B", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, - "position": 0, - "thickness": 1, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "endMarkerType": 0, + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -11617,52 +10819,48 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "49.3", - "build": 51167, - "commit": "2b45d75f77b3d86c8cfab3e1090bcc520c37ea74", - "compatibilityVersion": 93, + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 101, + "version": 121, }, "fonts": Array [ "Roboto-Regular", - "Roboto-Medium", ], "pagesAndArtboards": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -11678,6 +10876,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -11700,7 +10901,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "304px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -11708,21 +10909,10 @@ Object { "width": "344px", }, }, - "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], + "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -11730,12 +10920,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", - "height": 304, + "height": 224, "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -11751,25 +10943,38 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "274px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "304px", + "height": "224px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", "width": "344px", }, }, - "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -11779,7 +10984,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 304, + "height": 224, "width": 344, "x": 0, "y": 0, @@ -11793,8 +10998,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "card", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -11803,7 +11010,6 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", - "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -11814,7 +11020,6 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", - "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -11825,7 +11030,6 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", - "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -11836,7 +11040,6 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", - "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -11845,10 +11048,26 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -11859,7 +11078,11 @@ Object { "green": 0.592, "red": 0.592, }, - "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -11876,7 +11099,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -11888,7 +11110,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -11900,7 +11121,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -11912,7 +11132,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -11931,7 +11150,11 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -11948,7 +11171,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -11960,7 +11182,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -11972,7 +11193,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -11984,7 +11204,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -11995,7 +11214,20 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", "endMarkerType": 0, "fills": Array [ Object { @@ -12007,7 +11239,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -12015,6 +11283,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -12032,7 +11301,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -12053,7 +11321,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -12076,24 +11343,37 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(0,187,211,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "226px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { - "background-color": "rgba(0,150,136,1.00)", + "background": "inherit", + "background-color": "rgba(0,187,211,1.00)", "display": "block", "height": "176px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", "width": "344px", }, }, - "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12117,8 +11397,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "image placeholder", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -12168,7 +11450,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", "endMarkerType": 0, "fills": Array [ Object { @@ -12176,11 +11488,47 @@ Object { "color": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "blue": 0.8274509803921568, + "green": 0.7333333333333333, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -12188,7 +11536,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -12221,6 +11571,7 @@ Object { "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", @@ -12229,11 +11580,11 @@ Object { "minimumLineHeight": 24, }, }, - "length": 22, + "length": 13, "location": 0, }, ], - "string": "Kangaroo Valley Safari", + "string": "Pre-fab Homes", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -12245,18 +11596,17 @@ Object { "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", "font-size": "24px", "height": "24px", - "left": "18px", + "left": "19px", "position": "absolute", "top": "137px", "visibility": "visible", - "width": "245px", + "width": "161px", }, }, - "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12266,11 +11616,11 @@ Object { "_class": "rect", "constrainProportions": false, "height": 24, - "width": 245, - "x": 18, + "width": 161, + "x": 19, "y": 137, }, - "glyphBounds": "{{0, 0}, {241, 24}}", + "glyphBounds": "{{0, 0}, {161, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -12279,7 +11629,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Kangaroo Valley Safari", + "maintainScrollPosition": false, + "name": "Pre-fab Homes 2", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -12287,13 +11638,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -12309,6 +11692,7 @@ Object { "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", @@ -12326,134 +11710,6 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 83, - "location": 0, - }, - ], - "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "48px", - "left": "18px", - "position": "absolute", - "top": "183px", - "visibility": "visible", - "width": "311px", - }, - }, - "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", - "height": 48, - "width": 311, - "x": 18, - "y": 183, - }, - "glyphBounds": "{{0, 0}, {311, 48}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Located two hours so 2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, Object { "_class": "group", "booleanOperation": 0, @@ -12461,18 +11717,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "36px", - "left": "76px", + "height": "24px", + "left": "209px", "position": "absolute", - "top": "260px", + "top": "188px", "visibility": "visible", - "width": "112px", + "width": "119px", }, }, - "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12481,11 +11736,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", - "height": 36, - "width": 112, - "x": 76, - "y": 260, + "height": 24, + "width": 119, + "x": 209, + "y": 188, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -12497,25 +11754,23 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "36px", - "left": "0px", + "height": "24px", + "left": "95px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "112px", + "width": "24px", }, }, - "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", - "edited": true, + "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12524,555 +11779,668 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 36, - "width": 112, - "x": 0, + "height": 24, + "width": 24, + "x": 95, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, - "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", - "opacity": 0.5, - }, - "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, - "length": 10, - "location": 0, }, - ], - "string": "LEARN MORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "12.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "87px", - }, - }, - "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 87, - "x": 12.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {86, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "LEARN MORE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "8px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", - "height": 36, - "width": 68, - "x": 8, - "y": 260, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", - "opacity": 0.5, - }, - "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", + ], + "type": "path", + }, ], - "type": "path", }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, + "web": Object { + "attributes": Array [], }, - ], - "string": "SHARE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "11.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "46px", }, - }, - "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", - "dontSynchroniseWithSymbol": false, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "3px", + "position": "absolute", + "top": "1.999899999999798px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 18, + "x": 3, + "y": 1.999899999999798, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.79111111111111099, 0.70682730923694814}", + "curveMode": 4, + "curveTo": "{0.83333333333333337, 0.70682730923694814}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.83333333333333337, 0.70682730923694814}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.72444444444444445, 0.74548192771084365}", + "curveMode": 4, + "curveTo": "{0.7533333333333333, 0.72188755020080353}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.72444444444444445, 0.74548192771084365}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33111111111111119, 0.52560240963855442}", + "curveMode": 4, + "curveTo": "{0.32833333333333337, 0.53714859437751028}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32833333333333337, 0.53714859437751028}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33333333333333337, 0.48995983935743004}", + "curveMode": 2, + "curveTo": "{0.33333333333333337, 0.51405622489959857}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33333333333333337, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.32833333333333337, 0.46686746987951833}", + "curveMode": 4, + "curveTo": "{0.33111111111111119, 0.47841365461847413}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.32833333333333337, 0.46686746987951833}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.28564257028112472}", + "curveMode": 4, + "curveTo": "{0.72000000000000008, 0.26054216867469898}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.72000000000000008, 0.26054216867469898}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.92555555555555558, 0.30120481927710863}", + "curveMode": 3, + "curveTo": "{0.7894444444444445, 0.30120481927710863}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.30120481927710863}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.067269076305220984}", + "curveMode": 2, + "curveTo": "{1, 0.23393574297188771}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", + "curveMode": 2, + "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 8.8817841970012528e-17}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.66666666666666663, 0.16265060240963869}", + "curveMode": 3, + "curveTo": "{0.66666666666666663, 0.067269076305220984}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.66666666666666663, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67166666666666663, 0.18574297188755035}", + "curveMode": 4, + "curveTo": "{0.66888888888888887, 0.17419678714859449}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.67166666666666663, 0.18574297188755035}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.36696787148594401}", + "curveMode": 4, + "curveTo": "{0.28000000000000003, 0.39206827309236975}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.28000000000000003, 0.39206827309236975}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.074444444444444438, 0.35140562248996005}", + "curveMode": 3, + "curveTo": "{0.21055555555555555, 0.35140562248996005}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.35140562248996005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.58534136546184767}", + "curveMode": 2, + "curveTo": "{0, 0.41867469879518093}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.21055555555555555, 0.65261044176706862}", + "curveMode": 3, + "curveTo": "{0.074444444444444438, 0.65261044176706862}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.65261044176706862}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.28000000000000003, 0.61194779116465892}", + "curveMode": 4, + "curveTo": "{0.25, 0.6370481927710846}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.28000000000000003, 0.61194779116465892}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.6727777777777777, 0.83132530120481973}", + "curveMode": 4, + "curveTo": "{0.67555555555555558, 0.82078313253012092}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.67555555555555558, 0.82078313253012092}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67111111111111121, 0.93423694779116495}", + "curveMode": 3, + "curveTo": "{0.67111111111111121, 0.84236947791164696}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.67111111111111121, 0.85341365461847429}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9227777777777777, 1}", + "curveMode": 2, + "curveTo": "{0.74388888888888893, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99555555555555564, 0.77259036144578308}", + "curveMode": 2, + "curveTo": "{0.99555555555555564, 0.93423694779116495}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.99555555555555564, 0.85341365461847385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.83333333333333337, 0.7068273092369477}", + "curveMode": 4, + "curveTo": "{0.92277777777777792, 0.7068273092369477}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.7068273092369477}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "share", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"share\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "47px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -13081,12 +12449,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 46, - "x": 11.5, - "y": 10, + "height": 24, + "width": 24, + "x": 47, + "y": 0, }, - "glyphBounds": "{{0, 0}, {45, 16}}", + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -13094,2528 +12465,1424 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "SHARE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "5px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "14px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "250px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", - "height": 3, - "width": 344, - "x": 0, - "y": 250, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.50694444444444431}", - "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.52083333333333326}", - "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "safari", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"safari\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebParserService should match md-components-cards-safari.sketch snapshot for 53 on web 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 14, + "x": 5, + "y": 3, }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 1, + "curveTo": "{0.8571428571428571, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.8571428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.064285714285714307, 1}", + "curveMode": 4, + "curveTo": "{0.14285714285714285, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.14285714285714285, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.88888888888888884}", + "curveMode": 4, + "curveTo": "{0, 0.95000000000000007}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.16666666666666666}", + "curveMode": 1, + "curveTo": "{0.5, 0.16666666666666666}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.16666666666666666}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.95000000000000007}", + "curveMode": 4, + "curveTo": "{1, 0.88888888888888884}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.93571428571428583, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.8571428571428571, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", + ], + "type": "path", + }, + ], }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "web": Object { + "attributes": Array [], }, - "position": 0, }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "304px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", - "height": 304, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", - "display": "block", - "height": "304px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 2, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 304, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": true, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", - "position": 0.05, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", - "position": 0, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", - "position": 0.950255322222858, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", }, - "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", - "position": 1, - }, - ], - "to": "{0.5, 1}", + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + ], + "maintainScrollPosition": false, + "name": "bookmark", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 1, }, - "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, + "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"bookmark\\"", + ], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "display": "block", - "height": "176px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 176, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 22, - "location": 0, + "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - ], - "string": "Kangaroo Valley Safari", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "24px", - "left": "18px", - "position": "absolute", - "top": "137px", - "visibility": "visible", - "width": "245px", - }, - }, - "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 245, - "x": 18, - "y": 137, - }, - "glyphBounds": "{{0, 0}, {241, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Kangaroo Valley Safari", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3.125px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18.75px", }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - }, - "length": 83, - "location": 0, - }, - ], - "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "48px", - "left": "18px", - "position": "absolute", - "top": "183px", - "visibility": "visible", - "width": "311px", - }, - }, - "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", - "height": 48, - "width": 311, - "x": 18, - "y": 183, - }, - "glyphBounds": "{{0, 0}, {311, 48}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Located two hours so 2", - "nameIsFixed": false, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 18.75, + "x": 3.125, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.63888888888888884, 1}", + "curveMode": 4, + "curveTo": "{0.75, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.75, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.46111111111111114, 0.91874999999999996}", + "curveMode": 4, + "curveTo": "{0.53888888888888886, 0.91874999999999996}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0.8125}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1111111111111111, 1}", + "curveMode": 3, + "curveTo": "{0.3611111111111111, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.25, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5}", + "curveMode": 3, + "curveTo": "{0, 0.88124999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.80555555555555558, 0.3125}", + "curveMode": 4, + "curveTo": "{0.19444444444444445, 0.3125}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.88124999999999998}", + "curveMode": 3, + "curveTo": "{1, 0.5}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 1}", + "curveMode": 4, + "curveTo": "{0.88888888888888884, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.75, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", + }, + }, + "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "favorite", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"favorite\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Buttons", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Buttons\\"", + ], }, }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "76px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "112px", + ], + "maintainScrollPosition": false, + "name": "homes", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"homes\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2D01F6AA-EF00-425B-A17B-ED2C957D63AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebParserService should match md-components-cards-pooch.sketch snapshot for 52 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", - "height": 36, - "width": 112, - "x": 76, - "y": 260, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "112px", - }, - }, - "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 112, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", - "opacity": 0.5, - }, - "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "LEARN MORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "12.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "87px", + "position": 0.950255322222858, }, - }, - "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 87, - "x": 12.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {86, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "LEARN MORE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "8px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "68px", + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", - "height": 36, - "width": 68, - "x": 8, - "y": 260, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", - "opacity": 0.5, - }, - "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - ], - "string": "SHARE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "11.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "46px", - }, - }, - "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 46, - "x": 11.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {45, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "SHARE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "250px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", - "height": 3, - "width": 344, - "x": 0, - "y": 250, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.50694444444444431}", - "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.52083333333333326}", - "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - }, - ], - "name": "safari", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + ], "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"safari\\"", - ], - }, }, ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, }, - "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { - "pageListHeight": 110, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebParserService should match md-components-cards-welcome-back.sketch snapshot for 52 on web 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", - "name": "Material/Light/Card", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.12, + "alpha": 0.5438462409, "blue": 0, "green": 0, "red": 0, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, + "verticalAlignment": 0, + }, "windingRule": 1, }, }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", - "name": "Material/Light/Subhead", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", "value": Object { "_class": "style", "endMarkerType": 0, @@ -15635,15 +13902,15 @@ Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 24, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, "verticalAlignment": 0, @@ -15656,7 +13923,7 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], @@ -15682,7 +13949,7 @@ Object { "Roboto-Medium", ], "pagesAndArtboards": Object { - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, @@ -15702,7 +13969,7 @@ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -15740,7 +14007,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -15748,10 +14015,10 @@ Object { "width": "344px", }, }, - "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -15770,8 +14037,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", - "height": 208, + "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", + "height": 136, "width": 344, "x": 0, "y": 0, @@ -15797,7 +14064,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -15805,11 +14072,11 @@ Object { "width": "344px", }, }, - "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -15819,7 +14086,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 208, + "height": 136, "width": 344, "x": 0, "y": 0, @@ -15833,7 +14100,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "card 2", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -15881,7 +14148,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -16021,7 +14288,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -16090,191 +14357,341 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card\\"", + "aria-label=\\"card 2\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 13, - "location": 0, - }, - ], - "string": "Welcome Back!", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,150,136,1.00)", + "background-color": "rgba(0,0,0,0.25)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "18px", + "height": "136px", + "left": "0px", "position": "absolute", - "top": "22px", + "top": "0px", "visibility": "visible", - "width": "166px", + "width": "88px", }, }, - "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", - "dontSynchroniseWithSymbol": false, + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 32, - "width": 166, - "x": 18, - "y": 22, + "height": 136, + "width": 88, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {165, 28}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Welcome Back!", - "nameIsFixed": false, - "resizingConstraint": 47, + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.8703294837, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 24, + "size": 16, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 54, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, "location": 0, }, ], - "string": "It’s been a while, have you read any new books lately?", + "string": "REVIEW", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "48px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "61px", + "top": "100px", "visibility": "visible", - "width": "204px", + "width": "51px", }, }, - "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16283,13 +14700,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", - "height": 48, - "width": 204, - "x": 19, - "y": 61, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {204, 48}}", + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16298,73 +14714,109 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "It’s been a while, h", + "name": "REVIEW", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 11, + "location": 0, + }, + ], + "string": "FREE SAMPLE", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "36px", - "left": "77px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "165px", + "top": "100px", "visibility": "visible", - "width": "54px", + "width": "92px", }, }, - "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16373,13 +14825,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", - "height": 36, - "width": 54, - "x": 77, - "y": 165, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16387,343 +14838,239 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "54px", - }, - }, - "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 54, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", + "lineSpacingBehaviour": 0, + "name": "FREE SAMPLE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", - "opacity": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 14, }, - "length": 3, - "location": 0, }, - ], - "string": "YES", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "14.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "26px", - }, - }, - "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 26, - "x": 14.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {25, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "YES", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "length": 14, + "location": 0, }, + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", + "position": "absolute", + "top": "43px", + "visibility": "visible", + "width": "95px", }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, + }, + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 95, + "x": 107, + "y": 43, + }, + "glyphBounds": "{{0, 0}, {93, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "36px", - "left": "8px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", "position": "absolute", - "top": "165px", + "top": "10px", "visibility": "visible", - "width": "68px", + "width": "95px", }, }, - "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16732,13 +15079,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", - "height": 36, - "width": 68, - "x": 8, - "y": 165, + "height": 32, + "width": 95, + "x": 106, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {94, 32}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16746,581 +15092,195 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", + "lineSpacingBehaviour": 0, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, - "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "pooch", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"pooch\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { + "pageListHeight": 110, + }, + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebParserService should match md-components-cards-pooch.sketch snapshot for 53 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", - "opacity": 0.5, - }, - "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "NO", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "24.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", - "height": 16, - "width": 20, - "x": 24.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {20, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NO", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "154px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", - "height": 3, - "width": 344, - "x": 0, - "y": 154, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Line", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.52777777777777746}", - "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.58333333333333326}", - "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Welcome back", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Welcome back\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { - "pageListHeight": 110, - }, - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebParserService should match md-components-cards-welcome-back.sketch snapshot for 53 on web 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { "_class": "gradientStop", @@ -17476,7 +15436,7 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", "name": "Material/Light/Divider", "value": Object { "_class": "style", @@ -17513,8 +15473,8 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", - "name": "Material/Light/Subhead", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", "endMarkerType": 0, @@ -17525,7 +15485,7 @@ Object { "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, + "alpha": 0.5438462409, "blue": 0, "green": 0, "red": 0, @@ -17534,15 +15494,15 @@ Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -17550,12 +15510,51 @@ Object { "windingRule": 1, }, }, - ], - }, + Object { + "_class": "sharedStyle", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], @@ -17581,7 +15580,7 @@ Object { "Roboto-Medium", ], "pagesAndArtboards": Object { - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, @@ -17597,7 +15596,7 @@ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -17638,7 +15637,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -17646,10 +15645,10 @@ Object { "width": "344px", }, }, - "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -17668,8 +15667,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", - "height": 208, + "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", + "height": 136, "width": 344, "x": 0, "y": 0, @@ -17698,7 +15697,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -17706,11 +15705,11 @@ Object { "width": "344px", }, }, - "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -17720,7 +15719,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 208, + "height": 136, "width": 344, "x": 0, "y": 0, @@ -17734,7 +15733,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "card 2", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -17782,7 +15781,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -17922,7 +15921,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -17991,9 +15990,283 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card\\"", + "aria-label=\\"card 2\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.25)", + "display": "block", + "height": "136px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 136, + "width": 88, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "text", @@ -18013,21 +16286,22 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 13, + "length": 6, "location": 0, }, ], - "string": "Welcome Back!", + "string": "REVIEW", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -18036,21 +16310,21 @@ Object { "rules": Object { "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "18px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "22px", + "top": "100px", "visibility": "visible", - "width": "166px", + "width": "51px", }, }, - "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18059,12 +16333,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 32, - "width": 166, - "x": 18, - "y": 22, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {165, 28}}", + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18073,7 +16347,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Welcome Back!", + "name": "REVIEW", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -18081,13 +16355,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -18099,13 +16373,14 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -18128,54 +16403,53 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 54, + "length": 11, "location": 0, }, ], - "string": "It’s been a while, have you read any new books lately?", + "string": "FREE SAMPLE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "48px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "61px", + "top": "100px", "visibility": "visible", - "width": "204px", + "width": "92px", }, }, - "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18184,13 +16458,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", - "height": 48, - "width": 204, - "x": 19, - "y": 61, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {204, 48}}", + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18199,73 +16472,110 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "It’s been a while, h", + "name": "FREE SAMPLE", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 14, + "location": 0, + }, + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.54)", "display": "block", - "height": "36px", - "left": "77px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", "position": "absolute", - "top": "165px", + "top": "43px", "visibility": "visible", - "width": "54px", + "width": "95px", }, }, - "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18274,16 +16584,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", - "height": 36, - "width": 54, - "x": 77, - "y": 165, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 20, + "width": 95, + "x": 107, + "y": 43, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {93, 20}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18291,343 +16597,113 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "54px", - }, - }, - "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 54, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", - "opacity": 0.5, - }, - "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 3, - "location": 0, - }, - ], - "string": "YES", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "14.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "26px", - }, - }, - "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 26, - "x": 14.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {25, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "YES", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "36px", - "left": "8px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", "position": "absolute", - "top": "165px", + "top": "10px", "visibility": "visible", - "width": "68px", + "width": "95px", }, }, - "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18636,16 +16712,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", - "height": 36, - "width": 68, - "x": 8, - "y": 165, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 32, + "width": 95, + "x": 106, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {94, 32}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18653,443 +16725,57 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", + "lineSpacingBehaviour": 0, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - }, - "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", - "opacity": 0.5, - }, - "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "NO", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "24.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", - "height": 16, - "width": 20, - "x": 24.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {20, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NO", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, + "verticalAlignment": 0, }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "154px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", - "height": 3, - "width": 344, - "x": 0, - "y": 154, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Line", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.52777777777777746}", - "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.58333333333333326}", - "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, ], - "name": "Welcome back", + "name": "pooch", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -19097,7 +16783,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -19106,7 +16792,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"Welcome back\\"", + "aria-label=\\"pooch\\"", ], }, }, @@ -19133,10 +16819,10 @@ Object { ], "previews": Array [], "user": Object { - "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { "pageListHeight": 110, }, - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "scrollOrigin": "{160, 160}", "zoomValue": 1, }, @@ -19148,13 +16834,17 @@ Object { } `; -exports[`WebParserService should match md-components-chips-open-chip.sketch snapshot for 52 on web 1`] = ` +exports[`WebParserService should match md-components-cards-pooch.sketch snapshot for 59 on web 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "do_objectID": "4B1A9331-4617-4A21-B711-BE5F8924794F", + "exportPresets": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -19164,7 +16854,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "do_objectID": "69B317A2-7627-4FC2-A275-B06F3229E81E", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -19173,10 +16863,26 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "name": "Material/Light/Card", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -19187,6 +16893,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19254,6 +16965,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19313,6 +17029,20 @@ Object { "thickness": 0.5, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0E4EE3DD-559D-4D15-B962-74EBE5A82DB0", "endMarkerType": 0, "fills": Array [ Object { @@ -19324,7 +17054,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -19332,6 +17098,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -19381,30 +17148,97 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "name": "Material/Icon white", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "name": "Material/Light/Divider", "value": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "position": 0, + "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D1660E01-8DB4-448C-9F7D-D0A333CE5A83", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -19420,12 +17254,46 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A1F549B8-1061-4ED6-BA84-122DBECF75E7", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -19459,75 +17327,70 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "name": "Material/Dark/Body 1 secondary", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", "value": Object { "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "name": "Material/Dark/Subhead", - "value": Object { - "_class": "style", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1450729C-392E-421D-8ACB-CAB7C2715807", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 24, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, "verticalAlignment": 0, @@ -19540,52 +17403,49 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 121, }, "fonts": Array [ "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -19601,6 +17461,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -19623,19 +17486,28 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "184px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", - "exportFormats": Array [], + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -19643,12 +17515,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", - "height": 184, - "width": 296, + "height": 136, + "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -19664,36 +17538,49 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "186px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "184px", + "height": "136px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 2, + "fixedRadius": 3, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 184, - "width": 296, + "height": 136, + "width": 344, "x": 0, "y": 0, }, @@ -19706,13 +17593,15 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "chip bg", + "maintainScrollPosition": false, + "name": "card 2", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", @@ -19722,7 +17611,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", @@ -19732,7 +17621,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", @@ -19742,7 +17631,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", @@ -19754,10 +17643,26 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -19768,6 +17673,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19835,6 +17745,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19894,7 +17809,20 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -19906,7 +17834,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -19914,6 +17878,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -19963,487 +17928,486 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"chip bg\\"", + "aria-label=\\"card 2\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 44px rgba(0,0,0,0.25)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "186px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "138px", + }, + }, "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.25)", "display": "block", - "height": "56px", + "height": "136px", "left": "0px", + "overflow": "hidden", "position": "absolute", - "top": "128px", + "top": "0px", "visibility": "visible", - "width": "296px", + "width": "88px", }, }, - "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", - "height": 56, - "width": 296, + "height": 136, + "width": 88, "x": 0, - "y": 128, + "y": 0, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "maintainScrollPosition": false, + "name": "image placeholder", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", - }, - }, - "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.5438462409, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "position": 1, }, - "length": 16, - "location": 0, - }, - ], - "string": "email3@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "14px", - "visibility": "visible", - "width": "121px", + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 14, - }, - "glyphBounds": "{{0, 0}, {120, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "email3@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", }, ], - "name": "email 3", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 3\\"", + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "REVIEW", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "56px", - "left": "0px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "72px", + "top": "100px", "visibility": "visible", - "width": "296px", + "width": "51px", }, }, - "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -20452,13 +18416,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", - "height": 56, - "width": 296, - "x": 0, - "y": 72, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -20466,442 +18429,142 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "REVIEW", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 16, - "location": 0, - }, - ], - "string": "email2@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "15px", - "visibility": "visible", - "width": "121px", - }, - }, - "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 15, - }, - "glyphBounds": "{{0, 0}, {120, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "email2@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], + "length": 11, + "location": 0, }, - }, - ], - "name": "email 2", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 2\\"", ], + "string": "FREE SAMPLE", }, - }, - Object { - "_class": "group", + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "72px", - "left": "0px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "0px", + "top": "100px", "visibility": "visible", - "width": "296px", + "width": "92px", }, }, - "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -20910,13 +18573,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", - "height": 72, - "width": 296, - "x": 0, - "y": 0, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -20924,1507 +18586,730 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "72px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "FREE SAMPLE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 72, - "width": 296, - "x": 0, - "y": 0, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 14, + "location": 0, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 1, - "curveTo": "{0.9932432432432432, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.9932432432432432, 0}", + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", + "position": "absolute", + "top": "43px", + "visibility": "visible", + "width": "95px", + }, + }, + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 95, + "x": 107, + "y": 43, + }, + "glyphBounds": "{{0, 0}, {93, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0030405405405404635, 0}", - "curveMode": 4, - "curveTo": "{0.0067567567567567571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0067567567567567571, 0}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.027777777777777776}", - "curveMode": 4, - "curveTo": "{0, 0.012499999999999685}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.027777777777777776}", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "95px", + }, + }, + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 95, + "x": 106, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {94, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "pooch", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"pooch\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CF3835DE-4882-4452-A2CD-B75697A2E4CF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { + "pageListHeight": 110, + }, + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebParserService should match md-components-cards-safari.sketch snapshot for 52 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.012499999999999685}", - "curveMode": 4, - "curveTo": "{1, 0.027777777777777776}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 4, - "curveTo": "{0.99695945945945952, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9932432432432432, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "260px", - "position": "absolute", - "top": "24px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", - "height": 24, - "width": 24, - "x": 260, - "y": 24, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, Object { - "_class": "shapeGroup", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "2px", - "position": "absolute", - "top": "2px", - "visibility": "visible", - "width": "20px", - }, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", - "height": 20, - "width": 20, - "x": 2, - "y": 2, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", - "height": 20, - "width": 20, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000001, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22500000000000001}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000002}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77500000000000002, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000001, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000002}", - "curveMode": 2, - "curveTo": "{1, 0.22500000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77500000000000002, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "10px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "10px", - }, - }, - "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", - "height": 10, - "width": 10, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 0}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.35999999999999999}", - "curveMode": 1, - "curveTo": "{0.5, 0.35999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.35999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 0}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{0, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.35999999999999999, 0.5}", - "curveMode": 1, - "curveTo": "{0.35999999999999999, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.35999999999999999, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{0, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 1}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.64000000000000001}", - "curveMode": 1, - "curveTo": "{0.5, 0.64000000000000001}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.64000000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 1}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{1, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.64000000000000001, 0.5}", - "curveMode": 1, - "curveTo": "{0.64000000000000001, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.64000000000000001, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Shape", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"shapeGroup\\"", - "aria-label=\\"Shape\\"", - ], - }, - "windingRule": 1, + "position": 1, }, ], - "name": "cancel", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"cancel\\"", - ], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 22, - "location": 0, - }, - ], - "string": "primaryemail@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,0.70)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "35px", - "visibility": "visible", - "width": "161px", - }, - }, - "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 161, - "x": 72, - "y": 35, - }, - "glyphBounds": "{{0, 0}, {160, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "primaryemail@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 12, - "location": 0, - }, - ], - "string": "Contact Name", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "24px", - "left": "72px", - "position": "absolute", - "top": "12px", - "visibility": "visible", - "width": "104px", - }, - }, - "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 104, - "x": 72, - "y": 12, - }, - "glyphBounds": "{{0, 0}, {103, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Contact Name", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 16, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", - ], - }, - }, - ], - "name": "open chip", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"open chip\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { - "scrollOrigin": "{161, 161}", - "zoomValue": 1, - }, - "C3625949-D986-454A-9835-E894A1794432": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebParserService should match md-components-chips-open-chip.sketch snapshot for 53 on web 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "C3625949-D986-454A-9835-E894A1794432", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, "contextSettings": Object { "_class": "graphicsContextSettings", @@ -22463,29 +19348,27 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "name": "Material/Icon white", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", "value": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, "fillType": 0, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "position": 0, + "thickness": 1, }, ], + "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -22499,171 +19382,57 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "name": "Material/Dark/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "name": "Material/Dark/Subhead", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, + "appVersion": "49.3", + "build": 51167, + "commit": "2b45d75f77b3d86c8cfab3e1090bcc520c37ea74", + "compatibilityVersion": 93, "variant": "NONAPPSTORE", - "version": 116, + "version": 101, }, "fonts": Array [ "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -22679,9 +19448,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -22704,19 +19470,29 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "184px", + "height": "304px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", - "exportFormats": Array [], + "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -22724,15 +19500,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", - "height": 184, - "width": 296, + "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", + "height": 304, + "width": 344, "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -22754,19 +19527,19 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "184px", + "height": "304px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -22776,8 +19549,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 184, - "width": 296, + "height": 304, + "width": 344, "x": 0, "y": 0, }, @@ -22790,7 +19563,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "chip bg", + "name": "card", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -22800,6 +19573,7 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", + "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -22810,6 +19584,7 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", + "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -22820,6 +19595,7 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", + "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -22830,6 +19606,7 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", + "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -22838,7 +19615,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -22852,6 +19629,7 @@ Object { "green": 0.592, "red": 0.592, }, + "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -22868,6 +19646,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -22879,6 +19658,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -22890,6 +19670,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -22901,6 +19682,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -22919,6 +19701,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -22935,6 +19718,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -22946,6 +19730,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -22957,6 +19742,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -22968,6 +19754,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -22978,7 +19765,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", "endMarkerType": 0, "fills": Array [ Object { @@ -23015,6 +19802,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -23035,6 +19823,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -23047,223 +19836,654 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"chip bg\\"", + "aria-label=\\"card\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(0,150,136,1.00)", "display": "block", - "height": "56px", + "height": "176px", "left": "0px", "position": "absolute", - "top": "128px", + "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", - "height": 56, - "width": 296, + "height": 176, + "width": 344, "x": 0, - "y": 128, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 0, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "length": 22, + "location": 0, + }, + ], + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "76px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 10, "location": 0, }, ], - "string": "email3@email.com", + "string": "LEARN MORE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "20px", - "left": "72px", + "height": "38px", + "left": "12.5px", "position": "absolute", - "top": "14px", + "top": "10px", "visibility": "visible", - "width": "121px", + "width": "87px", }, }, - "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23272,12 +20492,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 14, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {86, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -23286,43 +20506,41 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email3@email.com", + "name": "LEARN MORE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -23334,31 +20552,90 @@ Object { "attributes": Array [], }, }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "oval", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", "display": "block", - "height": "40px", - "left": "12px", + "height": "36px", + "left": "0px", "position": "absolute", - "top": "8px", + "top": "0px", "visibility": "visible", - "width": "40px", + "width": "68px", }, }, - "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", - "edited": false, + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23367,10 +20644,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, + "height": 36, + "width": 68, + "x": 0, + "y": 0, }, "hasClippingMask": false, "isClosed": true, @@ -23380,272 +20657,99 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "mask", + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, "hasCurveTo": true, - "point": "{1, 0.5}", + "point": "{0.97058823529411764, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "email 3", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 3\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "72px", - "visibility": "visible", - "width": "296px", - }, - }, - "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", - "height": 56, - "width": 296, - "x": 0, - "y": 72, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", }, - }, - "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{0.97058823529411764, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", + "curveFrom": "{1, 0.94444444444444442}", "curveMode": 1, - "curveTo": "{1, 0}", + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -23654,18 +20758,33 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "text", @@ -23677,54 +20796,53 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 5, "location": 0, }, ], - "string": "email2@email.com", + "string": "SHARE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "20px", - "left": "72px", + "height": "38px", + "left": "11.5px", "position": "absolute", - "top": "15px", + "top": "10px", "visibility": "visible", - "width": "121px", + "width": "46px", }, }, - "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23733,12 +20851,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 15, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {45, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -23747,43 +20865,41 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email2@email.com", + "name": "SHARE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -23795,164 +20911,8 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, ], - "name": "email 2", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -23960,7 +20920,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -23969,29 +20929,30 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"email 2\\"", + "aria-label=\\"Button\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "72px", + "height": "3px", "left": "0px", "position": "absolute", - "top": "0px", + "top": "250px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -24000,1998 +20961,1264 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", - "height": 72, - "width": 296, + "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", + "height": 3, + "width": 344, "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 250, }, - "hasClickThrough": false, "hasClippingMask": false, + "isClosed": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "72px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 72, - "width": 296, - "x": 0, - "y": 0, + ], + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebParserService should match md-components-cards-safari.sketch snapshot for 53 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 1, - "curveTo": "{0.9932432432432432, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.9932432432432432, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0030405405405404635, 0}", - "curveMode": 4, - "curveTo": "{0.0067567567567567571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0067567567567567571, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.027777777777777776}", - "curveMode": 4, - "curveTo": "{0, 0.012499999999999685}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.012499999999999685}", - "curveMode": 4, - "curveTo": "{1, 0.027777777777777776}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 4, - "curveTo": "{0.99695945945945952, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9932432432432432, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", - ], - "type": "path", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "260px", - "position": "absolute", - "top": "24px", - "visibility": "visible", - "width": "24px", + "position": 0.950255322222858, }, - }, - "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", - "height": 24, - "width": 24, - "x": 260, - "y": 24, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", + "position": 0.2, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "shapeGroup", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "2px", - "position": "absolute", - "top": "2px", - "visibility": "visible", - "width": "20px", + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", + "position": 0, }, - }, - "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", - "height": 20, - "width": 20, - "x": 2, - "y": 2, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", - "height": 20, - "width": 20, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000001, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22500000000000001}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000002}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77500000000000002, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000001, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000002}", - "curveMode": 2, - "curveTo": "{1, 0.22500000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77500000000000002, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", + "position": 0.8, }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "10px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "10px", - }, - }, - "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", - "height": 10, - "width": 10, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 0}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.35999999999999999}", - "curveMode": 1, - "curveTo": "{0.5, 0.35999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.35999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 0}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{0, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.35999999999999999, 0.5}", - "curveMode": 1, - "curveTo": "{0.35999999999999999, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.35999999999999999, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{0, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 1}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.64000000000000001}", - "curveMode": 1, - "curveTo": "{0.5, 0.64000000000000001}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.64000000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 1}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{1, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.64000000000000001, 0.5}", - "curveMode": 1, - "curveTo": "{0.64000000000000001, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.64000000000000001, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", - ], - "type": "path", - }, - ], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "web": Object { - "attributes": Array [], + "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", + "position": 1, }, ], - "name": "Shape", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"shapeGroup\\"", - "aria-label=\\"Shape\\"", - ], - }, - "windingRule": 1, + "to": "{0.5, 1}", }, - ], - "name": "cancel", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"cancel\\"", - ], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 22, - "location": 0, - }, - ], - "string": "primaryemail@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,0.70)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "35px", - "visibility": "visible", - "width": "161px", - }, - }, - "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 161, - "x": 72, - "y": 35, - }, - "glyphBounds": "{{0, 0}, {160, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "primaryemail@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 12, - "location": 0, - }, - ], - "string": "Contact Name", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "24px", - "left": "72px", - "position": "absolute", - "top": "12px", - "visibility": "visible", - "width": "104px", - }, - }, - "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 104, - "x": 72, - "y": 12, - }, - "glyphBounds": "{{0, 0}, {103, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Contact Name", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, + ], + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "40px", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 16, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], + "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", - "endMarkerType": 0, - "miterLimit": 10, + ], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", ], }, }, - ], - "name": "open chip", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"open chip\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { - "scrollOrigin": "{187, 187}", - "zoomValue": 1, - }, - "C3625949-D986-454A-9835-E894A1794432": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebParserService should match md-components-date-picker.sketch snapshot for 52 on web 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", - "name": "Material/Light/Dialog", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", - "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 105, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", - ], - "variant": "NONAPPSTORE", - "version": 112, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "556px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", - }, - }, - "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", - "height": 556, - "width": 320, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 2, - "layers": Array [ Object { - "_class": "shapePath", + "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(0,150,136,1.00)", "display": "block", - "height": "555.999999998099px", - "left": "-0.00000201463535631774px", + "height": "176px", + "left": "0px", "position": "absolute", - "top": "-3.019895302713849e-7px", + "top": "0px", "visibility": "visible", - "width": "320.0000020097797px", + "width": "344px", }, }, - "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", - "edited": true, + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", - "height": 555.999999998099, - "width": 320.0000020097797, - "x": -0.00000201463535631774, - "y": -3.019895302713849e-7, + "height": 176, + "width": 344, + "x": 0, + "y": 0, }, - "hasClippingMask": true, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": true, + "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "dialog bg", + "name": "image placeholder", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "cornerRadius": 0, + "curveFrom": "{0, 0}", "curveMode": 1, - "curveTo": "{1.2468725677856276, 0.75157476876403528}", - "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "curveTo": "{0, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{0.99999999579623011, 1}", + "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "cornerRadius": 0, + "curveFrom": "{0, 1}", "curveMode": 1, - "curveTo": "{0.24954874040058797, 1.2495487419762428}", - "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "curveTo": "{0, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{-7.4954264546158371e-12, 1}", + "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "cornerRadius": 0, + "curveFrom": "{1, 1}", "curveMode": 1, - "curveTo": "{-0.25090333211297938, 0.25000080577825212}", - "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "curveTo": "{1, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "cornerRadius": 0, + "curveFrom": "{1, 0}", "curveMode": 1, - "curveTo": "{0.75044518048476361, -0.25022102273838404}", - "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "curveTo": "{1, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1.0000000000151725, 5.4314714836243111e-10}", + "point": "{1, 0}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, + "fillType": 0, "isEnabled": true, - "position": 1, - "thickness": 0.5, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - ], - "to": "{0.5, 1}", + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "length": 22, + "location": 0, }, ], - "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + "blue": 1, + "green": 1, + "red": 1, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.22, + "alpha": 0.8700000048, "blue": 0, "green": 0, "red": 0, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, }, - ], - "startMarkerType": 0, + "verticalAlignment": 0, + }, "windingRule": 1, }, - "svg": Object { - "offset": 0.5, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"0.5\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", - ], - "type": "path", - }, - ], - }, + "textBehaviour": 1, "web": Object { "attributes": Array [], }, @@ -26003,18 +22230,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "16px", - "left": "172px", + "height": "36px", + "left": "76px", "position": "absolute", - "top": "519px", + "top": "260px", "visibility": "visible", - "width": "114px", + "width": "112px", }, }, - "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26023,11 +22250,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", - "height": 16, - "width": 114, - "x": 172, - "y": 519, + "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -26039,89 +22269,25 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 1, - }, - ], - "string": "OK", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "19px", - "left": "95px", + "height": "36px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "20px", + "width": "112px", }, }, - "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", - "dontSynchroniseWithSymbol": false, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26130,72 +22296,135 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 19, - "width": 20, - "x": 95, + "height": 36, + "width": 112, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {19, 16}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "OK", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", }, - "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", - "endMarkerType": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, @@ -26222,45 +22451,18 @@ Object { "size": 14, }, }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 5, + "length": 10, "location": 0, }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, - }, ], - "string": "CANCEL", + "string": "LEARN MORE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -26271,19 +22473,19 @@ Object { "display": "block", "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "16px", - "left": "0px", + "height": "38px", + "left": "12.5px", "position": "absolute", - "top": "0px", + "top": "10px", "visibility": "visible", - "width": "56px", + "width": "87px", }, }, - "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26292,13 +22494,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", - "height": 16, - "width": 56, - "x": 0, - "y": 0, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {56, 16}}", + "glyphBounds": "{{0, 0}, {86, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -26307,7 +22508,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "CANCEL", + "name": "LEARN MORE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -26315,23 +22516,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -26347,10 +22538,10 @@ Object { "size": 14, }, }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -26364,7 +22555,7 @@ Object { }, }, ], - "name": "ok + cancel", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -26372,7 +22563,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -26381,7 +22572,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"ok + cancel\\"", + "aria-label=\\"Button\\"", ], }, }, @@ -26392,18 +22583,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "199px", - "left": "0px", + "height": "36px", + "left": "8px", "position": "absolute", - "top": "0px", + "top": "260px", "visibility": "visible", - "width": "320px", + "width": "68px", }, }, - "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26412,11 +22603,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", - "height": 199, - "width": 320, - "x": 0, - "y": 0, + "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -26434,19 +22628,19 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "199px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "320px", + "width": "68px", }, }, - "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26455,8 +22649,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 199, - "width": 320, + "height": 36, + "width": 68, "x": 0, "y": 0, }, @@ -26468,191 +22662,99 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "header bg", + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", - "hasCurveFrom": false, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{1, 0.94444444444444442}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24746906759014342, -0.24902547682027013}", - "curveMode": 1, - "curveTo": "{-0.24746906759014342, 0.24902547682027015}", - "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", - "curveMode": 1, - "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", - "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", - "hasCurveFrom": false, + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{0.029411764705882353, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "31.99999999997413px", - "left": "1.060561771737412e-7px", - "position": "absolute", - "top": "2.546585164964199e-11px", - "visibility": "visible", - "width": "319.9999998939438px", + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", }, - }, - "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", - "height": 31.99999999997413, - "width": 319.9999998939438, - "x": 1.060561771737412e-7, - "y": 2.546585164964199e-11, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bar", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", - "curveMode": 1, - "curveTo": "{0.25000000504962155, 1.2500000000002023}", - "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", - "hasCurveFrom": false, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{4.9667651341541571e-09, 1.0000000000000002}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24687257374643226, -0.24842523169513558}", - "curveMode": 1, - "curveTo": "{-0.24687257440928329, 0.24842523169351868}", - "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + "point": "{0.97058823529411764, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2507861404771796, 0.2507861405226906}", - "curveMode": 1, - "curveTo": "{0.74921385952282049, -0.2507861402658404}", - "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.2842510388477008e-10}", + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveFrom": "{1, 0.94444444444444442}", "curveMode": 1, - "curveTo": "{1.2580645141857014, 0.75806451674907216}", - "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 1.0000000000000002}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -26661,27 +22763,14 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.4823529411764705, - "green": 0.5372549019607843, - "red": 0, - }, - "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -26691,8 +22780,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,137,123,1.00)\\"", - "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], "type": "path", }, @@ -26713,15 +22802,15 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 80, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, @@ -26731,34 +22820,34 @@ Object { "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 2, + "length": 5, "location": 0, }, ], - "string": "13", + "string": "SHARE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(255,255,255,1.00)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "80px", - "height": "212px", - "left": "114.5px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "11.5px", "position": "absolute", - "top": "70px", + "top": "10px", "visibility": "visible", - "width": "91px", + "width": "46px", }, }, - "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26767,12 +22856,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 212, - "width": 91, - "x": 114.5, - "y": 70, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {90, 94}}", + "glyphBounds": "{{0, 0}, {45, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -26781,132 +22870,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 6, - "location": 0, - }, - ], - "string": "Friday", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "140.5px", - "position": "absolute", - "top": "7px", - "visibility": "visible", - "width": "39px", - }, - }, - "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 39, - "x": 140.5, - "y": 7, - }, - "glyphBounds": "{{0, 0}, {38, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Friday", + "name": "SHARE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -26914,25 +22878,25 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, @@ -26952,264 +22916,8 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 3, - "location": 0, - }, - ], - "string": "MAR", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "133.5px", - "position": "absolute", - "top": "46px", - "visibility": "visible", - "width": "53px", - }, - }, - "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 53, - "x": 133.5, - "y": 46, - }, - "glyphBounds": "{{0, 0}, {52, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "MAR", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 4, - "location": 0, - }, - ], - "string": "2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "132.5px", - "position": "absolute", - "top": "162px", - "visibility": "visible", - "width": "55px", - }, - }, - "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 55, - "x": 132.5, - "y": 162, - }, - "glyphBounds": "{{0, 0}, {54, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", - "opacity": 0.5423274253731343, - }, - "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, ], - "name": "header", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -27217,7 +22925,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -27226,29 +22934,30 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"header\\"", + "aria-label=\\"Button\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "288px", - "left": "21px", + "height": "3px", + "left": "0px", "position": "absolute", - "top": "211px", + "top": "250px", "visibility": "visible", - "width": "278px", + "width": "344px", }, }, - "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -27257,5673 +22966,44465 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", - "height": 288, - "width": 278, - "x": 21, - "y": 211, + "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", + "height": 3, + "width": 344, + "x": 0, + "y": 250, }, - "hasClickThrough": true, "hasClippingMask": false, + "isClosed": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "34px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", - "height": 14, - "width": 278, - "x": 0, - "y": 34, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + ], + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebParserService should match md-components-cards-safari.sketch snapshot for 59 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "B942A9A6-E496-4B25-A9A9-81AC2108F6C9", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BED55B92-66FF-4E8F-A709-745BAD777E1B", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "M", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", - "height": 14, - "width": 14, - "x": 44, - "y": 0, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "M", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "911371BB-173C-4187-A744-2C860A116095", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "S", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4FBD87AE-A8B3-430F-9AEE-F509FBF7B62E", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", - "height": 14, - "width": 14, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "W", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", - "height": 14, - "width": 14, - "x": 132, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "W", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "T", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", - "height": 14, - "width": 14, - "x": 176, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "F", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", - "height": 14, - "width": 14, - "x": 220, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "F", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FF1343AD-DDEE-42ED-8A8E-5EEB85CA53DC", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "354px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "304px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0.05, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "T", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", - "height": 14, - "width": 14, - "x": 88, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "weekdays", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"weekdays\\"", - ], + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "border-radius": "50%", - "display": "block", - "height": "44px", - "left": "161px", - "position": "absolute", - "top": "143px", - "visibility": "visible", - "width": "44px", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 44, - "width": 44, - "x": 161, - "y": 143, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "selection", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"selection\\"", - ], + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "226px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", }, }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "display": "block", + "height": "176px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 176, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "image placeholder", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "214px", - "left": "0px", - "position": "absolute", - "top": "74px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, - }, - "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", - "height": 214, - "width": 278, - "x": 0, - "y": 74, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "30", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", - "height": 14, - "width": 14, - "x": 0, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "30", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "31", + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", - "height": 14, - "width": 14, - "x": 44, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "31", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "length": 22, + "location": 0, + }, + ], + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "1", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, - "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "76px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", ], - "string": "16", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", - "height": 14, - "width": 14, - "x": 0, - "y": 124, + "type": "path", }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "16", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, }, - "verticalAlignment": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 10, + "location": 0, }, + ], + "string": "LEARN MORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "12.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "87px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "17", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + }, + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {86, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "LEARN MORE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", - "height": 14, - "width": 14, - "x": 44, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "17", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], - "string": "19", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, + "type": "path", }, - "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", - "height": 14, - "width": 14, - "x": 132, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "19", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "20", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", - "height": 14, - "width": 14, - "x": 176, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "20", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, + ], + "string": "SHARE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "11.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "46px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "21", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + }, + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {45, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "SHARE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", - "height": 14, - "width": 14, - "x": 220, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "21", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "22", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", - "height": 14, - "width": 14, - "x": 264, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "22", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "250px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 344, + "x": 0, + "y": 250, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C43A3796-415D-48DC-B7DC-F4DAB0E3D04F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebParserService should match md-components-cards-welcome-back.sketch snapshot for 52 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.05, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "18", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", - "height": 14, - "width": 14, - "x": 88, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "18", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "23", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", - "height": 14, - "width": 14, - "x": 0, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "23", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "24", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", - "height": 14, - "width": 14, - "x": 44, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "24", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "26", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", - "height": 14, - "width": 14, - "x": 132, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "26", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "27", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", - "height": 14, - "width": 14, - "x": 176, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "27", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "28", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0.05, }, - }, - "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", - "height": 14, - "width": 14, - "x": 220, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "28", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "29", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0.2, }, - }, - "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", - "height": 14, - "width": 14, - "x": 264, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "29", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "25", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", - "height": 14, - "width": 14, - "x": 88, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "25", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "13", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + "position": 0.950255322222858, }, - }, - "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", - "height": 14, - "width": 14, - "x": 176, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "9", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", - "height": 14, - "width": 14, - "x": 0, - "y": 84, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "9", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "10", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", - "height": 14, - "width": 14, - "x": 44, - "y": 84, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "10", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "12", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", - "height": 14, - "width": 14, - "x": 132, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "12", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "14", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "length": 3, + "location": 0, }, - "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", - "height": 14, - "width": 14, - "x": 220, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "14", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], - "string": "15", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", - "height": 14, - "width": 14, - "x": 264, - "y": 84, + "type": "path", }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "15", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "11", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", - "height": 14, - "width": 14, - "x": 88, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "11", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebParserService should match md-components-cards-welcome-back.sketch snapshot for 53 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "7", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", - "height": 14, - "width": 14, - "x": 220, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "7", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "2", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", - "height": 14, - "width": 14, - "x": 0, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "3", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", - "height": 14, - "width": 14, - "x": 44, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "3", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "5", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", - "height": 14, - "width": 14, - "x": 132, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "5", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "6", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", - "height": 14, - "width": 14, - "x": 176, - "y": 44, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "6", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "8", + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", - "height": 14, - "width": 14, - "x": 264, - "y": 44, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "8", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebParserService should match md-components-cards-welcome-back.sketch snapshot for 59 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "1FACE5CD-4C60-4C14-BEB5-1AABD8469E9F", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "3380750C-0BB8-4F98-8363-20B02C5282DC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD5B068-1942-4F90-9DAF-E3C2ADD11B60", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5A0185BB-EA56-4FBB-8C2F-A846AE43C2F6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FF036CE5-F1BB-4440-B775-36E64E65026F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "258px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "54D44EEB-920F-4B41-AF72-8DC08E9F4211", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebParserService should match md-components-chips-open-chip.sketch snapshot for 52 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "chip bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{161, 161}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebParserService should match md-components-chips-open-chip.sketch snapshot for 53 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "chip bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{187, 187}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebParserService should match md-components-chips-open-chip.sketch snapshot for 59 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "4A03D0FC-C955-4776-B3BC-49D10D2EC1F8", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "49BFDC6A-22E2-466E-8E43-BDF2E5AAACAC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "51B03871-5B61-4062-857D-E49186F9AC46", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E277DCE4-ADAA-446B-A298-363DE0FA8604", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AD75B14C-A64A-42AD-B14E-D1A5E6A05962", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "18396A61-DA04-41CB-9E7C-D48127DB4EC8", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FAE2BEC9-E60B-4591-A988-BEA3B5B508AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 148px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "234px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "346px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "chip bg", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "maintainScrollPosition": false, + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "07067FE7-93D6-434B-AC60-5A67C2AC90BC", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{213, 213}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebParserService should match md-components-date-picker.sketch snapshot for 52 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebParserService should match md-components-date-picker.sketch snapshot for 53 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebParserService should match md-components-date-picker.sketch snapshot for 59 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "12502ADD-A7A9-4768-B787-016A2A6F9576", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "7B8C8B1E-63AB-49EC-ADA6-091B4FAB2F94", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C9D81A22-4232-4094-83AB-4269D7CF672C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 22px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "94px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "94px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "overflow": "hidden", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3B3CEF08-C0D6-4980-9B05-59D2869A0405", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebParserService should match md-components-notifications-heads-up.sketch snapshot for 52 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "4", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", - "height": 14, - "width": 14, - "x": 88, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "4", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "dates", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dates\\"", - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.8725656703, + "alpha": 0.02, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", + "position": 0.9864078443877551, }, - "length": 10, - "location": 0, - }, - ], - "string": "March 2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "101.5px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "76px", + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", - "height": 16, - "width": 76, - "x": 101.5, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {76, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "March 2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.0490476332782268, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, - }, - "verticalAlignment": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + ], + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", }, ], - "name": "calendar", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"calendar\\"", + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, - ], - "name": "dialog", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dialog\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebParserService should match md-components-date-picker.sketch snapshot for 53 on web 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", - "name": "Material/Light/Dialog", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.04, + "alpha": 0.87, "blue": 0, "green": 0, "red": 0, }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "position": 1, }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "length": 13, + "location": 0, + }, + ], + "string": "Incoming call", }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "556px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", }, - }, - "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", - "height": 556, - "width": 320, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 2, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 15, + "location": 0, + }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "555.999999998099px", - "left": "-0.00000201463535631774px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", "position": "absolute", - "top": "-3.019895302713849e-7px", + "top": "42px", "visibility": "visible", - "width": "320.0000020097797px", + "width": "180px", }, }, - "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", - "edited": true, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -32932,288 +67433,681 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", - "height": 555.999999998099, - "width": 320.0000020097797, - "x": -0.00000201463535631774, - "y": -3.019895302713849e-7, + "height": 32, + "width": 180, + "x": 88, + "y": 42, }, - "hasClippingMask": true, - "isClosed": true, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": true, + "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "dialog bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.75312742380683251, 1.2484252312359647}", - "curveMode": 1, - "curveTo": "{1.2468725677856276, 0.75157476876403528}", - "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.99999999579623011, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", - "curveMode": 1, - "curveTo": "{0.24954874040058797, 1.2495487419762428}", - "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{-7.4954264546158371e-12, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.25090333626656247, -0.25000080578509032}", - "curveMode": 1, - "curveTo": "{-0.25090333211297938, 0.25000080577825212}", - "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2495548195455812, 0.25022102382467826}", - "curveMode": 1, - "curveTo": "{0.75044518048476361, -0.25022102273838404}", - "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1.0000000000151725, 5.4314714836243111e-10}", - }, - ], - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "88px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "81px", + }, + }, + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", + "height": 24, + "width": 81, + "x": 88, + "y": 116, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", + }, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "13.999px", + }, + }, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 13.999, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", }, ], - "to": "{0.5, 1}", + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + ], + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], }, - ], + }, + ], + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, - }, - ], "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 0.5, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"0.5\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", - ], - "type": "path", - }, - ], - }, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], }, }, Object { @@ -33223,18 +68117,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "16px", - "left": "172px", + "height": "24px", + "left": "215px", "position": "absolute", - "top": "519px", + "top": "116px", "visibility": "visible", - "width": "114px", + "width": "88px", }, }, - "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33243,14 +68137,11 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", - "height": 16, - "width": 114, - "x": 172, - "y": 519, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", + "height": 24, + "width": 88, + "x": 215, + "y": 116, }, "hasClickThrough": false, "hasClippingMask": false, @@ -33271,16 +68162,16 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0.5, @@ -33288,9 +68179,11 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 1, + "length": 5, "location": 0, }, Object { @@ -33298,16 +68191,16 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0, @@ -33315,36 +68208,38 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "length": 1, - "location": 1, + "location": 5, }, ], - "string": "OK", + "string": "ANSWER", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", + "color": "rgba(0,0,0,0.54)", "display": "block", "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "19px", - "left": "95px", + "font-size": "13px", + "height": "16px", + "left": "32px", "position": "absolute", - "top": "0px", + "top": "4px", "visibility": "visible", - "width": "20px", + "width": "56px", }, }, - "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33353,12 +68248,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 19, - "width": 20, - "x": 95, - "y": 0, + "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", + "height": 16, + "width": 56, + "x": 32, + "y": 4, }, - "glyphBounds": "{{0, 0}, {19, 16}}", + "glyphBounds": "{{0, 0}, {56, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -33367,7 +68263,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "OK", + "name": "ANSWER", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -33375,36 +68271,26 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0.5, @@ -33412,6 +68298,8 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -33424,170 +68312,430 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, - "length": 5, - "location": 0, }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "3px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": 3, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Imported Layers", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - ], - "string": "CANCEL", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "56px", }, - }, - "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", - "height": 16, - "width": 56, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {56, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "CANCEL", - "nameIsFixed": false, - "resizingConstraint": 47, + ], + "name": "call icon", + "nameIsFixed": true, + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"call icon\\"", + ], }, }, ], - "name": "ok + cancel", + "name": "answer", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -33595,7 +68743,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -33604,29 +68752,565 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"ok + cancel\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", ], }, }, + ], + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebParserService should match md-components-notifications-heads-up.sketch snapshot for 53 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "199px", + "height": "160px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "320px", + "width": "344px", }, }, - "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33635,825 +69319,756 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", - "height": 199, - "width": 320, + "height": 160, + "width": 344, "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "199px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", - }, - }, - "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 199, - "width": 320, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24746906759014342, -0.24902547682027013}", - "curveMode": 1, - "curveTo": "{-0.24746906759014342, 0.24902547682027015}", - "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", - "curveMode": 1, - "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", - "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "31.99999999997413px", - "left": "1.060561771737412e-7px", - "position": "absolute", - "top": "2.546585164964199e-11px", - "visibility": "visible", - "width": "319.9999998939438px", - }, - }, - "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", - "height": 31.99999999997413, - "width": 319.9999998939438, - "x": 1.060561771737412e-7, - "y": 2.546585164964199e-11, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bar", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", - "curveMode": 1, - "curveTo": "{0.25000000504962155, 1.2500000000002023}", - "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{4.9667651341541571e-09, 1.0000000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24687257374643226, -0.24842523169513558}", - "curveMode": 1, - "curveTo": "{-0.24687257440928329, 0.24842523169351868}", - "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2507861404771796, 0.2507861405226906}", - "curveMode": 1, - "curveTo": "{0.74921385952282049, -0.2507861402658404}", - "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.2842510388477008e-10}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74193548581429836, 1.2419354832509284}", - "curveMode": 1, - "curveTo": "{1.2580645141857014, 0.75806451674907216}", - "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.0000000000000002}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.4823529411764705, - "green": 0.5372549019607843, - "red": 0, - }, - "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,137,123,1.00)\\"", - "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, - "length": 2, - "location": 0, - }, - ], - "string": "13", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "80px", - "height": "212px", - "left": "114.5px", - "position": "absolute", - "top": "70px", - "visibility": "visible", - "width": "91px", - }, - }, - "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 212, - "width": 91, - "x": 114.5, - "y": 70, - }, - "glyphBounds": "{{0, 0}, {90, 94}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.95, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", + "position": 0.9864078443877551, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 1, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, + "alpha": 0.2000000029802322, "blue": 1, "green": 1, "red": 1, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "position": 0.0490476332782268, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.2, }, - "length": 6, - "location": 0, - }, - ], - "string": "Friday", + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "140.5px", - "position": "absolute", - "top": "7px", - "visibility": "visible", - "width": "39px", + ], + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, + "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 39, - "x": 140.5, - "y": 7, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "glyphBounds": "{{0, 0}, {38, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Friday", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - "windingRule": 1, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 14, }, - "length": 3, - "location": 0, }, - ], - "string": "MAR", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "133.5px", - "position": "absolute", - "top": "46px", - "visibility": "visible", - "width": "53px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, }, + "length": 13, + "location": 0, }, - "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 53, - "x": 133.5, - "y": 46, - }, - "glyphBounds": "{{0, 0}, {52, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "MAR", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "Incoming call", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", + }, + }, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 24, }, - "length": 4, - "location": 0, }, - ], - "string": "2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "132.5px", - "position": "absolute", - "top": "162px", - "visibility": "visible", - "width": "55px", - }, - }, - "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 55, - "x": 132.5, - "y": 162, - }, - "glyphBounds": "{{0, 0}, {54, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", - "opacity": 0.5423274253731343, - }, - "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "length": 15, + "location": 0, }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", + "position": "absolute", + "top": "42px", + "visibility": "visible", + "width": "180px", }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, + }, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 180, + "x": 88, + "y": 42, + }, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", - ], + "attributes": Array [], }, }, Object { @@ -34463,18 +70078,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "288px", - "left": "21px", + "height": "24px", + "left": "88px", "position": "absolute", - "top": "211px", + "top": "116px", "visibility": "visible", - "width": "278px", + "width": "81px", }, }, - "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -34483,16 +70098,16 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", - "height": 288, - "width": 278, - "x": 21, - "y": 211, + "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", + "height": 24, + "width": 81, + "x": 88, + "y": 116, }, "groupLayout": Object { "_class": "MSImmutableFreeformGroupLayout", }, - "hasClickThrough": true, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -34502,611 +70117,338 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "34px", - "visibility": "visible", - "width": "278px", - }, - }, - "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", - "height": 14, - "width": 278, - "x": 0, - "y": 34, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "M", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", - "height": 14, - "width": 14, - "x": 44, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "M", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "911371BB-173C-4187-A744-2C860A116095", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", - "height": 14, - "width": 14, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "W", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", - "height": 14, - "width": 14, - "x": 132, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "W", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 1, + "location": 5, }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - ], - "string": "T", + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", + "height": "24px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", - "height": 14, - "width": 14, - "x": 176, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "F", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", "height": "14px", - "left": "220px", + "left": "5px", "position": "absolute", - "top": "0px", + "top": "5px", "visibility": "visible", - "width": "14px", + "width": "13.999px", }, }, - "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -35115,250 +70457,620 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", "height": 14, - "width": 14, - "x": 220, - "y": 0, + "width": 13.999, + "x": 5, + "y": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "F", - "nameIsFixed": false, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.5433367301, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + ], + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], + }, + }, + ], + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "215px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", + "height": 24, + "width": 88, + "x": 215, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "S", + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 5, + "location": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "ANSWER", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", + "height": 16, + "width": 56, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "ANSWER", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "height": "24px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", - "dontSynchroniseWithSymbol": false, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", - "height": 14, - "width": 14, - "x": 264, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "T", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", + "height": "18px", + "left": "3px", "position": "absolute", - "top": "0px", + "top": "3px", "visibility": "visible", - "width": "14px", + "width": "18px", }, }, - "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -35367,69 +71079,229 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", - "height": 14, - "width": 14, - "x": 88, - "y": 0, + "height": 18, + "width": 18, + "x": 3, + "y": 3, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", + "name": "Imported Layers", "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.5433367301, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, ], - "name": "weekdays", + "name": "call icon", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -35437,26 +71309,8 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -35464,1375 +71318,2176 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"weekdays\\"", + "aria-label=\\"call icon\\"", ], }, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "border-radius": "50%", - "display": "block", - "height": "44px", - "left": "161px", - "position": "absolute", - "top": "143px", - "visibility": "visible", - "width": "44px", - }, - }, - "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 44, - "width": 44, - "x": 161, - "y": 143, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "selection", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + ], + "name": "answer", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebParserService should match md-components-notifications-heads-up.sketch snapshot for 59 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "D68BDF6C-B753-479E-95BC-A139BDC457D9", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "B31581C1-0A5F-4F6E-8CA6-4AE64984C599", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4DDF8DAE-BAA8-49BD-931C-4977FA79B4DE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "B1396A0F-1D1C-4ECF-BCB7-FEAC24A4A1CA", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F391C9D8-9C3C-451F-8B54-55C386CDEB21", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"selection\\"", - ], + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "501DFA3F-FAB0-4A19-8A58-1E1D8DA547D6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", + }, Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "214px", - "left": "0px", - "position": "absolute", - "top": "74px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", - "height": 214, - "width": 278, - "x": 0, - "y": 74, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "30", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", - "height": 14, - "width": 14, - "x": 0, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "30", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "31", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0.95, }, - }, - "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", - "height": 14, - "width": 14, - "x": 44, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "31", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.9864078443877551, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "1", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0.0490476332782268, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "16", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", - "height": 14, - "width": 14, - "x": 0, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "16", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "17", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", - "height": 14, - "width": 14, - "x": 44, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "17", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "19", + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, - "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", - "height": 14, - "width": 14, - "x": 132, - "y": 124, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Incoming call", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", + }, + }, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "19", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 15, + "location": 0, + }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", + "position": "absolute", + "top": "42px", + "visibility": "visible", + "width": "180px", + }, + }, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 180, + "x": 88, + "y": 42, + }, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "88px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "81px", + }, + }, + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 81, + "x": 88, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "20", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", - "height": 14, - "width": 14, - "x": 176, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "20", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "21", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "length": 1, + "location": 5, }, - "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", - "height": 14, - "width": 14, - "x": 220, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "21", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", + }, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "22", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "124px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", - "height": 14, - "width": 14, - "x": 264, - "y": 124, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "22", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "18", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", "height": "14px", - "left": "88px", + "left": "5px", "position": "absolute", - "top": "124px", + "top": "5px", "visibility": "visible", - "width": "14px", + "width": "13.999px", }, }, - "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -36841,376 +73496,811 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", "height": 14, - "width": 14, - "x": 88, - "y": 124, + "width": 13.999, + "x": 5, + "y": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "18", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "215px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 88, + "x": 215, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, }, - "verticalAlignment": 0, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "23", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "length": 1, + "location": 5, }, - "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", - "height": 14, - "width": 14, - "x": 0, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "23", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "ANSWER", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 56, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "ANSWER", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "24", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "164px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", - "dontSynchroniseWithSymbol": false, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", - "height": 14, - "width": 14, - "x": 44, - "y": 164, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "24", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "26", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "height": "18px", + "left": "3px", "position": "absolute", - "top": "164px", + "top": "3px", "visibility": "visible", - "width": "14px", + "width": "18px", }, }, - "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -37219,947 +74309,1461 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", - "height": 14, - "width": 14, - "x": 132, - "y": 164, + "height": 18, + "width": 18, + "x": 3, + "y": 3, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "26", + "maintainScrollPosition": false, + "name": "Imported Layers", "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + ], + "maintainScrollPosition": false, + "name": "call icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"call icon\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "answer", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 28px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "106px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "106px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "overflow": "hidden", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "27", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", - "height": 14, - "width": 14, - "x": 176, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "27", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2C7E3706-6E18-408D-85F6-CE90C5F8EE44", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": 289, + }, + }, +} +`; + +exports[`WebParserService should match md-components-tabs-status-bar.sketch snapshot for 52 on web 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "5B57D242-95C3-47E3-BC5E-22376F9F834B", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "FD154772-5D9F-4899-88F9-5124F223C73E", + "name": "Material/Dark/Title", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 20, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/F88D7516-E1DF-48A7-BA35-A0F4EF393BBE", + "_ref_class": "MSImmutablePage", + }, + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/267D6DEC-0F7B-4667-BA1A-1FA1BCA04485", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485": Object { + "artboards": Object { + "85FE2CA3-7BC8-4647-8950-9AB676A1C91A": Object { + "name": "Material/Android/Status bar content", + }, + }, + "name": "Symbols", + }, + "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "2145D356-40E2-4569-95CF-84F00DD9818F", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "BB51E5D5-5BA5-419F-9D6A-49A171E7ED21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7D8CA104-45E8-4835-B4DA-CCAF17E60C45", + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "A94FA51A-099C-4CC1-B1AE-4F3CBFE4B381", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC89A630-0EF2-4276-944C-D7254BED2EF4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8C36F8CD-481B-455B-B132-E7E7E477D5D0", + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", }, + }, + "do_objectID": "D6E225E7-E0FF-41C3-BF62-95BB15DA2258", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9B79BB7B-176C-4CA3-99DC-D5866EA83AB4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "app bar bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "28", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", - "height": 14, - "width": 14, - "x": 220, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "28", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "29", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", - "height": 14, - "width": 14, - "x": 264, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "29", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "25", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", - "height": 14, - "width": 14, - "x": 88, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "25", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "ACEE65BC-1CF2-45E4-9889-621210096AED", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.8274509803921568, + "green": 0.7333333333333334, + "red": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "13", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 4, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - }, - "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", - "height": 14, - "width": 14, - "x": 176, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "windingRule": 1, + "do_objectID": "7E855B0A-CD99-4BC0-9320-25BCD81DE1B0", + "isEnabled": true, + "offsetX": 0, + "offsetY": 4, + "spread": 0, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + Object { + "_class": "shadow", + "blurRadius": 4, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "464524C7-C0E7-414E-8B14-DC85D1E28DCE", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "fill=\\"rgba(0,187,211,1.00)\\"", + "d=\\"M360 0,L 0 0,L 0 128,L 360 128,z\\"", ], - "string": "9", + "type": "path", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "48px", + "left": "0px", + "position": "absolute", + "top": "80px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "DD13F059-6DD2-4413-9C59-5A3ABD7D44D7", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C9CE81BD-C917-48C0-9755-A60CAB214BD0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D025D61C-6D8C-4DEF-9770-3BF04763FB53", + "height": 48, + "width": 360, + "x": 0, + "y": 80, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", + "background-color": "rgba(255,255,255,0.00)", + "box-shadow": "0 0 0 1px rgba(151,151,151,1.00) inset", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", + "height": "48px", "left": "0px", "position": "absolute", - "top": "84px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "360px", }, }, - "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", - "dontSynchroniseWithSymbol": false, + "do_objectID": "B272B09E-BAB6-4010-AE2E-B09CA0800607", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "do_objectID": "9DD7A316-362F-4C9A-BFF3-5AB347DF1433", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", - "height": 14, - "width": 14, + "height": 48, + "width": 360, "x": 0, - "y": 84, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "9", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "10", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - }, - "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", - "height": 14, - "width": 14, - "x": 44, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "10", - "nameIsFixed": false, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "borders": Array [ + Object { + "_class": "border", + "color": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, + "fillType": 0, + "isEnabled": false, + "position": 1, + "thickness": 1, }, - "verticalAlignment": 0, - }, + ], + "do_objectID": "451D43C8-1885-40BE-9887-80738B61DBAA", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], }, }, Object { @@ -38172,53 +75776,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 9, "location": 0, }, ], - "string": "12", + "string": "THE THIRD", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,0.70)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "240px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "do_objectID": "EA8BF223-8245-42D6-AF64-B4A4A529DEBA", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "do_objectID": "440F05BA-2072-4C6B-B78F-6CDF2E0DA718", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38227,13 +75832,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", - "height": 14, - "width": 14, - "x": 132, - "y": 84, + "do_objectID": "65C64BBE-7EA8-4BAA-B6F4-933EB86CA11D", + "height": 16, + "width": 120, + "x": 240, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38242,7 +75847,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "12", + "name": "THE THIRD", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38250,33 +75855,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "do_objectID": "33A4A266-8DB2-45A7-A7E1-2E46C90421B9", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "do_objectID": "4B3B58A2-ADCE-4A57-B0A9-E9F4263044C5", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38298,53 +75904,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 8, "location": 0, }, ], - "string": "14", + "string": "ITEM TWO", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,0.70)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "120px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "do_objectID": "33A046AA-2704-40B5-9DE7-A5F7C8AD52BA", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "do_objectID": "14290AE1-FA35-44A1-B010-6330DB239370", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38353,13 +75960,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", - "height": 14, - "width": 14, - "x": 220, - "y": 84, + "do_objectID": "91542702-E1CB-49DE-AE0B-9145054DB80C", + "height": 16, + "width": 120, + "x": 120, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38368,7 +75975,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "14", + "name": "ITEM TWO", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38376,33 +75983,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "do_objectID": "9578BCCE-56FF-4CD0-A6C2-0A67738FF257", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "do_objectID": "9140AD60-AC75-4423-BD05-4120E3C53D2A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38424,53 +76032,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 7, "location": 0, }, ], - "string": "15", + "string": "NO. ONE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "do_objectID": "2FEE7291-7D60-47B5-AF0C-9794FC70479A", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "do_objectID": "1C8BB07D-4549-4474-85DE-AAC36D4ED7FE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38479,13 +76088,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", - "height": 14, - "width": 14, - "x": 264, - "y": 84, + "do_objectID": "D08C8D43-D4F0-426D-BBE7-5BA4CA030851", + "height": 16, + "width": 120, + "x": 0, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38494,7 +76103,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "15", + "name": "NO. ONE", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38502,33 +76111,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "do_objectID": "E1B0E40B-4579-4740-A63F-6C4231A7DCF8", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "do_objectID": "07FC4EB1-FE4E-4EFB-8BD3-1562B7D69B89", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38541,188 +76151,277 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "11", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", + "background-color": "rgba(255,255,140,1.00)", + "box-shadow": "0px 1px 1.5px 0px rgba(0,0,0,0.12),0px 1px 1px 0px rgba(0,0,0,0.24)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", + "height": "2px", + "left": "0px", "position": "absolute", - "top": "84px", + "top": "46px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0CD5019F-4477-41F0-B7F4-1437084D2FAD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "do_objectID": "9B2FA7EA-E5FC-4F3F-A38A-91AB190DD24E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", - "height": 14, - "width": 14, - "x": 88, - "y": 84, + "height": 2, + "width": 120, + "x": 0, + "y": 46, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "11", - "nameIsFixed": false, + "name": "indicator", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "A14002AC-97A3-482B-A0C5-D44A77B354E6", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 0, + "isEnabled": false, + "position": 1, + "thickness": 1, + }, + ], + "do_objectID": "87D45A0F-6AC3-4D68-8521-AF6E8F85FD82", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5490196078431373, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 1.5, + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 0.12, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "isEnabled": false, + "offsetX": 0, + "offsetY": 1, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 1, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 1, + "spread": 0, }, - "verticalAlignment": 0, - }, + ], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"indicator\\"", + ], }, }, + ], + "name": "tabs", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56450478-45EE-4020-829D-3D7106A99B8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"tabs\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "16px", + "position": "absolute", + "top": "40px", + "visibility": "visible", + "width": "328px", + }, + }, + "do_objectID": "54F2B126-EBC8-42E4-9CCC-6025866EA532", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E919A5D5-7F14-43AB-937D-4AC73AD038A8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1244F84B-12C1-420C-A2BD-58EBC9D323FF", + "height": 24, + "width": 328, + "x": 16, + "y": 40, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "7", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", + "height": "24px", + "left": "316px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "12px", }, }, - "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", - "dontSynchroniseWithSymbol": false, + "do_objectID": "2EAB1189-97C4-4EC1-8CBF-1E24214B7177", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "do_objectID": "B5AE9619-0144-403F-B016-9A1F7F494DC5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38731,317 +76430,686 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", - "height": 14, - "width": 14, - "x": 220, - "y": 44, + "do_objectID": "13FAD583-AC89-4F3A-A6B6-A0CF3DBA26AC", + "height": 24, + "width": 12, + "x": 316, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, - "isFlippedVertical": false, + "isFlippedVertical": true, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "7", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "layers": Array [ + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "4px", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, + }, + "do_objectID": "044E322D-A4FA-476E-8BFB-CB5BD971A007", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "29F06F1B-0927-4D93-BDE8-5828E3184007", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "09DF51C0-DFDA-497B-9205-AB1963FD1154", + "height": 16, + "width": 4, + "x": 3, + "y": 4, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "3B936567-EF75-4459-8908-92C1DA27C1FE", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1F98697-0674-4D9C-A0F6-B7D2C30462F5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0EAD72B-E995-4B23-A15E-81E3ACD60B80", + "height": 4, + "width": 4, + "x": 0, + "y": 12, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77499999999999991}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000009}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 2, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000009}", + "curveMode": 2, + "curveTo": "{0, 0.77499999999999991}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "6px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "5F4D6AE3-A563-4C5E-86C0-66332A65E9B1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0BEF50BC-CCDF-4CDB-BEEE-4CB4FB2CE90D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2CF02168-028C-4296-82F3-C32431ED0BEA", + "height": 4, + "width": 4, + "x": 0, + "y": 6, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000009}", + "curveMode": 2, + "curveTo": "{0, 0.77499999999999991}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77499999999999991}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000009}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "4px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E4AC1434-7A30-45CD-8976-A852E84BBF9A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "313C2770-48E7-45CF-AD51-6CE335D14FEE", + "height": 4, + "width": 4, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22499999999999964}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000036}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000036}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999964}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "length": 1, - "location": 0, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "string": "2", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, }, - }, - "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", - "height": 14, - "width": 14, - "x": 0, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "12px", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + }, + "do_objectID": "E4792B29-BF0E-42DB-95C8-4DDBCAC7798F", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8B85D384-7961-4B39-87B7-A05B22F94D02", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 12, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "946562AE-3059-44F0-8DC3-54BE98B4ACFC", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M12 0,L 0 0,L 0 24,L 12 24,z\\"", + ], + "type": "path", }, - }, - "length": 1, - "location": 0, + ], + }, + "web": Object { + "attributes": Array [], }, - ], - "string": "3", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", }, - }, - "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", - "height": 14, - "width": 14, - "x": 44, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "3", - "nameIsFixed": false, + ], + "name": "more", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "do_objectID": "06EE712E-EDFF-4466-B1D7-A63C20D4C50F", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"more\\"", + ], }, }, Object { @@ -39054,53 +77122,52 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 20, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 1, + "length": 10, "location": 0, }, ], - "string": "5", + "string": "Page Title", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "20px", + "height": "26px", + "left": "56px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "91px", }, }, - "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "do_objectID": "90E271D7-D279-45F2-95DC-47441AC6F11F", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "do_objectID": "BBB1B522-64CF-4563-B8E9-F138ED2B426C", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39109,13 +77176,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", - "height": 14, - "width": 14, - "x": 132, - "y": 44, + "height": 26, + "width": 91, + "x": 56, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {90, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -39124,40 +77190,40 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "5", + "name": "Page Title", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "FD154772-5D9F-4899-88F9-5124F223C73E", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "do_objectID": "E2DF08D7-CE0B-4A04-A46E-02C8D9DC19DD", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "do_objectID": "E92BA203-2A38-4841-BE87-23D9A757DC8A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 20, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -39165,68 +77231,30 @@ Object { }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "6", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A7B39194-67E6-4391-84D0-3590B6A9C8C6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "do_objectID": "C4FDFF6F-90CA-42E5-B4EA-02196E788C67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39235,13 +77263,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", - "height": 14, - "width": 14, - "x": 176, - "y": 44, + "do_objectID": "C1D0BFE2-05CA-4895-8105-DEBC39E206B0", + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -39249,384 +77277,893 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "6", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "798D3C77-B6E0-4D8D-9EF6-ABDC9A4C8B2D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1D1A9FCF-0DAD-4917-B2EA-6CC0D24671C4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "31EF773D-8AEB-4113-BED9-1CB4C1CC4417", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "12px", + "left": "3px", + "position": "absolute", + "top": "6px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "894DE14D-3249-43A6-A9E5-13D74A715EAF", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E9A3EF6-B3AB-4018-A46A-4C09A1B6E2EC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A14A0CC3-5811-4C0B-AB5D-66BABB31C092", + "height": 12, + "width": 18, + "x": 3, + "y": 6, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "02902742-F6CF-47B2-A5EC-DD22510DA7DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A8D67E3B-9CAB-4149-B260-2B85A40190E9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "59305F95-A91C-43CD-BBC5-08B12D2CFEBD", + "height": 2, + "width": 18, + "x": 0, + "y": 10, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 2,L 18 2,L 18 0,L 0 0,L 0 2,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "D6BB75D0-AB30-43EC-B104-7BF224DA30B9", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3E227245-30B1-4F5B-B4D2-B2EC3199D671", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2178831E-0EA9-4B03-B0B6-05303ABBB4B7", + "height": 2, + "width": 18, + "x": 0, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 2,L 18 2,L 18 0,L 0 0,L 0 2,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "18px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "do_objectID": "C6B5B3A2-5CA0-4787-A6F1-47DAFF9CCAB9", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "574554BD-6E97-4715-BD86-7A3FEC2A86BF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4B258FC6-50FA-406A-AFD3-A641D2D0E332", + "height": 2, + "width": 18, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 0,L 0 2,L 18 2,L 18 0,L 0 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "length": 1, - "location": 0, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "string": "8", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, }, - }, - "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", - "height": 14, - "width": 14, - "x": 264, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "8", - "nameIsFixed": false, + ], + "name": "menu", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "do_objectID": "0E6232B9-D813-4EF6-86CD-A008760CB052", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"menu\\"", + ], }, }, + ], + "name": "app bar contents", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CEB14821-8174-404A-B9B3-70B0D89FF07A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"app bar contents\\"", + ], + }, + }, + ], + "name": "app bar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6D2C6775-C00E-459D-BF35-6BF75842EAB0", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"app bar\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "FA4CA9F5-471E-4E2A-9466-D3AE5C74D5E9", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CAF63BAA-809D-4491-BA10-6E6BE6B675F4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "096F6677-3466-4D31-8976-C5099741CC33", + "height": 24, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,166,1.00)", + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "C27B6B4D-AE72-45DB-A433-BCF83BD5FA33", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF88E2C-E6A4-45D7-A3B0-7D665AB5D111", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "status bar bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "4", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", - "height": 14, - "width": 14, - "x": 88, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "4", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "dates", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "do_objectID": "5C253197-535A-49C9-85CC-3D1E6ECC5E36", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.6509803921568628, + "green": 0.5882352941176472, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dates\\"", + "role=\\"rectangle\\"", + "aria-label=\\"status bar bg\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, - }, - ], - "string": "March 2014", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "symbolInstance", "booleanOperation": 0, "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "101.5px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "76px", - }, - }, - "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", - "dontSynchroniseWithSymbol": false, + "do_objectID": "2897CFF8-D7D1-4C1F-B13C-E4DAE67067FA", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "do_objectID": "1E5FD2ED-1738-4855-A83E-3E2986B601A2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39635,69 +78172,41 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", - "height": 16, - "width": 76, - "x": 101.5, + "do_objectID": "139BCC43-36EB-444E-A4E6-44A1B5DA3103", + "height": 24, + "width": 118, + "x": 242, "y": 0, }, - "glyphBounds": "{{0, 0}, {76, 16}}", "hasClippingMask": false, + "horizontalSpacing": 0, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": false, + "isLocked": true, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "March 2014", + "name": "status bar contents", "nameIsFixed": false, - "resizingConstraint": 47, + "overrideValues": Array [], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "scale": 1, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "do_objectID": "4FFF4E6F-61BA-4E30-B769-FC2F51E39F2F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + "symbolID": "080C0EF9-47BD-4900-BB91-42C80173D424", + "verticalSpacing": 0, }, ], - "name": "calendar", + "name": "status bar", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -39705,7 +78214,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "do_objectID": "1804FEE3-D722-4D5E-BD63-2DF8F2DB5FD5", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -39714,12 +78223,12 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"calendar\\"", + "aria-label=\\"status bar\\"", ], }, }, ], - "name": "dialog", + "name": "app bar + status bar", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -39727,7 +78236,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "do_objectID": "807C67B1-1EBA-45A7-AAA4-BF807BDF4729", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -39736,273 +78245,35 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"dialog\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, - }, - "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebParserService should match md-components-notifications-heads-up.sketch snapshot for 52 on web 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, + "aria-label=\\"app bar + status bar\\"", ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "name": "Material/Light/Body 1", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", - "_ref_class": "MSImmutablePage", + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", - "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 105, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "artboards": Object {}, - "name": "Page 1", + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], }, }, - "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", - ], - "variant": "NONAPPSTORE", - "version": 112, - }, - "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "do_objectID": "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -40029,830 +78300,163 @@ Object { "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9941860465116279, 1}", - "curveMode": 4, - "curveTo": "{0.99738372093023264, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9941860465116279, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0026162790697673759, 1}", - "curveMode": 4, - "curveTo": "{0.0058139534883720929, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0058139534883720929, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.98687500000000006}", - "curveMode": 4, - "curveTo": "{0, 0.99437500000000001}", - "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.98750000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.0056250000000000354}", - "curveMode": 4, - "curveTo": "{0, 0.013125000000000008}", - "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058139534883720929, 0}", - "curveMode": 4, - "curveTo": "{0.0026162790697673759, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.0058139534883720929, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99709302325581395, 0}", - "curveMode": 4, - "curveTo": "{0.9938953488372092, 0}", - "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9941860465116279, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99970930232558131, 0.013125000000000008}", - "curveMode": 4, - "curveTo": "{0.99970930232558131, 0.0056250000000000354}", - "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.99437500000000012}", - "curveMode": 1, - "curveTo": "{0.99970930232558131, 0.98687500000000006}", - "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.98750000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", - "position": 0.9864078443877551, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.2000000029802322, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.1, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.0490476332782268, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - ], - "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", - "isEnabled": true, - "offsetX": 0, - "offsetY": 8, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", - "isEnabled": false, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", - "isEnabled": false, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "symbolMaster", + "backgroundColor": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "booleanOperation": 0, + "changeIdentifier": 6, + "clippingMaskMode": 0, + "do_objectID": "85FE2CA3-7BC8-4647-8950-9AB676A1C91A", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 118, + "x": 0, + "y": 0, + }, + "hasBackgroundColor": false, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeBackgroundColorInExport": true, + "includeBackgroundColorInInstance": false, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isFlowHome": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "shapePath", + "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { "display": "block", - "height": "3px", - "left": "88px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "94px", + "top": "0px", "visibility": "visible", - "width": "256px", + "width": "118px", }, }, - "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", - "edited": true, + "do_objectID": "61B8B31F-4531-4223-B67B-9F81955A0731", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", - "height": 3, - "width": 256, - "x": 88, - "y": 94, + "height": 24, + "width": 118, + "x": 0, + "y": 0, }, "hasClippingMask": false, - "isClosed": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "divider", + "name": "bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveFrom": "{0, 0}", "curveMode": 1, - "curveTo": "{0.001953125, 0.48611111111111105}", - "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "curveTo": "{0, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{0, 0.5}", + "point": "{0, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveFrom": "{0, 1}", "curveMode": 1, - "curveTo": "{-0.087891101837158522, 0.6041666666666663}", - "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "curveTo": "{0, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 0.5}", + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 13, - "location": 0, - }, - ], - "string": "Incoming call", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "88px", - "position": "absolute", - "top": "19px", - "visibility": "visible", - "width": "85px", - }, - }, - "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 85, - "x": 88, - "y": 19, - }, - "glyphBounds": "{{0, 0}, {84, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Incoming call", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 15, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "Scott Masterson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "88px", - "position": "absolute", - "top": "42px", - "visibility": "visible", - "width": "180px", - }, - }, - "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 180, - "x": 88, - "y": 42, - }, - "glyphBounds": "{{0, 0}, {177, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Scott Masterson", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, }, Object { @@ -40862,129 +78466,58 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "88px", + "height": "12px", + "left": "8px", "position": "absolute", - "top": "116px", + "top": "6px", "visibility": "visible", - "width": "81px", - }, - }, - "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", - "height": 24, - "width": 81, - "x": 88, - "y": 116, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "IGNORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "width": "16px", + }, + }, + "do_objectID": "0F7636EC-3486-4CC5-99A9-684896927622", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 16, + "x": 8, + "y": 6, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "12px", + "left": "1.70530256582424e-13px", "position": "absolute", - "top": "4px", + "top": "0px", "visibility": "visible", - "width": "50px", + "width": "16px", }, }, - "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", - "dontSynchroniseWithSymbol": false, + "do_objectID": "48C609B3-F9AE-422F-8D11-F6812E58FE3A", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -40993,87 +78526,99 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 16, - "width": 50, - "x": 32, - "y": 4, + "height": 12, + "width": 16, + "x": 1.70530256582424e-13, + "y": 0, }, - "glyphBounds": "{{0, 0}, {49, 16}}", - "hasClippingMask": false, + "hasClippingMask": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Ignore", - "nameIsFixed": false, - "resizingConstraint": 47, + "name": "wifi mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.49999999999999828, 1}", + "curveMode": 1, + "curveTo": "{0.49999999999999828, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.49999999999999828, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 8 12,L 16 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "shapeGroup", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", "height": "24px", - "left": "0px", + "left": "-4.000000000000114px", "position": "absolute", "top": "0px", "visibility": "visible", "width": "24px", }, }, - "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "do_objectID": "287233C0-7413-448D-82F6-AC1AD74EDE8C", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41082,10 +78627,9 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", "height": 24, "width": 24, - "x": 0, + "x": -4.000000000000114, "y": 0, }, "hasClickThrough": false, @@ -41098,44 +78642,398 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "CC5B3585-0E1B-45E9-BF72-0B8BCB2EA440", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22499999999999906, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.7749999999999998}", + "curveMode": 2, + "curveTo": "{0, 0.22500000000000023}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000091, 1}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22500000000000023}", + "curveMode": 2, + "curveTo": "{1, 0.7749999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77500000000000091, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.30)\\"", + "d=\\"M12 0,S 0 5.4, 0 12,S 5.4 24, 12 24,S 24 18.6, 24 12,S 18.6 0, 12 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "3px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "CD540E6A-760E-4F36-8DB5-F793A9F1A479", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": 3, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22222222222222221, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22222222222222221}", + "curveMode": 2, + "curveTo": "{0, 0.77777777777777779}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77777777777777779, 0}", + "curveMode": 2, + "curveTo": "{0.22222222222222221, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77777777777777779}", + "curveMode": 2, + "curveTo": "{1, 0.22222222222222221}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77777777777777779, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.30)\\"", + "d=\\"M9 18,S 0 14, 0 9,S 4 0, 9 0,S 18 4, 18 9,S 14 18, 9 18,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "-1.000000000000114px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "99CA80EA-99CB-4F9D-AE59-61E715C9D579", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": -1.000000000000114, + "y": 3, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { "rules": Object { "display": "block", - "height": "24px", + "height": "18px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "18px", }, }, - "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", - "edited": false, + "do_objectID": "3B0F2CD9-E800-48D8-8695-71CEE8180B3C", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, + "constrainProportions": false, + "height": 18, + "width": 18, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -41143,49 +79041,59 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0.22222222222222221, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "curveFrom": "{0, 0.77777777777777779}", + "curveMode": 2, + "curveTo": "{0, 0.22222222222222221}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "curveFrom": "{0.77777777777777779, 1}", + "curveMode": 2, + "curveTo": "{0.22222222222222221, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", + "curveFrom": "{1, 0.22222222222222221}", + "curveMode": 2, + "curveTo": "{1, 0.77777777777777779}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77777777777777779, 0}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "hasCurveTo": true, + "point": "{0.5, 0}", }, ], "resizingConstraint": 63, @@ -41194,18 +79102,44 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M9 0,S 0 4, 0 9,S 4 18, 9 18,S 18 14, 18 9,S 14 0, 9 0,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "shapePath", @@ -41214,19 +79148,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "14px", - "left": "5px", + "height": "12px", + "left": "3px", "position": "absolute", - "top": "5px", + "top": "3px", "visibility": "visible", - "width": "13.999px", + "width": "12px", }, }, - "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "do_objectID": "B479B32B-CF71-44A5-AF7E-EEA917A2D816", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41235,10 +79168,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 14, - "width": 13.999, - "x": 5, - "y": 5, + "height": 12, + "width": 12, + "x": 3, + "y": 3, }, "hasClippingMask": false, "isClosed": true, @@ -41248,155 +79181,77 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "shape", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.39900000000000002}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.39900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.39900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 0}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{0, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.39895706836202588, 0.5}", - "curveMode": 1, - "curveTo": "{0.39895706836202588, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.39895706836202588, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{0, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 1}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.60099999999999998}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.60099999999999998}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.60099999999999998}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 1}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 1}", - "hasCurveFrom": false, + "curveFrom": "{0.22499999999999906, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0.89906421887277665, 1}", + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{1, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.89900000000000002}", + "curveFrom": "{0, 0.22499999999999906}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000091}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.60104293163797429, 0.5}", - "curveMode": 1, - "curveTo": "{0.60104293163797429, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.60104293163797429, 0.5}", + "curveFrom": "{0.77499999999999625, 0}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{1, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.10099999999999985}", + "curveFrom": "{1, 0.77500000000000091}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999906}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 0}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 0}", + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000568, 1}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 0}", + "hasCurveTo": true, + "point": "{0.5, 1}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", - "opacity": 0.5399999618530273, - }, - "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, "fillType": 0, "isEnabled": true, @@ -41415,8 +79270,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M6 12,S 0 9.3, 0 6,S 2.7 0, 6 0,S 12 2.7, 12 6,S 9.3 12, 6 12,z\\"", ], "type": "path", }, @@ -41427,269 +79282,63 @@ Object { }, }, ], - "name": "ignore icon", - "nameIsFixed": true, + "name": "Shape", + "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore icon\\"", - ], - }, - }, - ], - "name": "ignore", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "215px", - "position": "absolute", - "top": "116px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", - "height": 24, - "width": 88, - "x": 215, - "y": 116, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, + "fills": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "ANSWER", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", - "position": "absolute", - "top": "4px", - "visibility": "visible", - "width": "56px", - }, - }, - "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", - "height": 16, - "width": 56, - "x": 32, - "y": 4, - }, - "glyphBounds": "{{0, 0}, {56, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "ANSWER", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], }, + "windingRule": 1, }, Object { - "_class": "group", + "_class": "shapeGroup", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "0px", + "height": "12px", + "left": "1.999999999999886px", "position": "absolute", - "top": "0px", + "top": "6px", "visibility": "visible", - "width": "24px", + "width": "12px", }, }, - "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "do_objectID": "17E4F2B4-96B0-411A-88F6-61FDC86B6DDE", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41698,11 +79347,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "height": 12, + "width": 12, + "x": 1.999999999999886, + "y": 6, }, "hasClickThrough": false, "hasClippingMask": false, @@ -41714,44 +79362,38 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { "display": "block", - "height": "24px", + "height": "12px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "12px", }, }, - "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", - "edited": false, + "do_objectID": "EE70DE52-A724-4E3D-A42F-CE005CC6DEE5", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, + "constrainProportions": false, + "height": 12, + "width": 12, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -41759,49 +79401,59 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0.22499999999999906, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "curveFrom": "{0, 0.77500000000000091}", + "curveMode": 2, + "curveTo": "{0, 0.22499999999999906}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "curveFrom": "{0.77499999999999625, 1}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", + "curveFrom": "{1, 0.22499999999999906}", + "curveMode": 2, + "curveTo": "{1, 0.77500000000000091}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77500000000000568, 0}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "hasCurveTo": true, + "point": "{0.5, 0}", }, ], "resizingConstraint": 63, @@ -41810,18 +79462,44 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M6 0,S 0 2.7, 0 6,S 2.7 12, 6 12,S 12 9.3, 12 6,S 9.3 0, 6 0,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "shapePath", @@ -41830,19 +79508,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "18px", + "height": "6px", "left": "3px", "position": "absolute", "top": "3px", "visibility": "visible", - "width": "18px", + "width": "6px", }, }, - "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "do_objectID": "BD7374FA-0B5C-49B4-9D33-6515AAA9219E", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41851,8 +79528,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 18, - "width": 18, + "height": 6, + "width": 6, "x": 3, "y": 3, }, @@ -41864,185 +79541,77 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "Imported Layers", + "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.024833333333333336, 0}", - "curveMode": 4, - "curveTo": "{0.055555555555555552, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.055555555555555552, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.57711111111111113}", - "curveMode": 3, - "curveTo": "{0, 0.024833333333333287}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97516666666666674, 1}", - "curveMode": 3, - "curveTo": "{0.42288888888888887, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{1, 0.97516666666666674}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.71933333333333338}", + "curveFrom": "{0.21666666666666856, 1}", "curveMode": 4, - "curveTo": "{1, 0.75}", + "curveTo": "{0.5, 1}", "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0.75}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.87511111111111106, 0.69450000000000001}", - "curveMode": 3, - "curveTo": "{0.97516666666666674, 0.69450000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 0.69450000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74044444444444446, 0.66111111111111109}", - "curveMode": 3, - "curveTo": "{0.80844444444444441, 0.68333333333333324}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.746, 0.66288888888888886}", + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveFrom": "{0, 0.21666666666666856}", "curveMode": 2, - "curveTo": "{0.7346111111111111, 0.66022222222222227}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.72883333333333333, 0.66022222222222227}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.68961111111111117, 0.67649999999999999}", - "curveMode": 4, - "curveTo": "{0.70044444444444443, 0.66566666666666663}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.68961111111111117, 0.67649999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.41000000000000003, 0.71888888888888891}", - "curveMode": 4, - "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "curveTo": "{0, 0.78333333333333144}", "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.56733333333333336, 0.79888888888888887}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.20127777777777778, 0.43300000000000005}", - "curveMode": 4, - "curveTo": "{0.28138888888888886, 0.59027777777777779}", - "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.20127777777777778, 0.43300000000000005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33877777777777784, 0.29516666666666658}", - "curveMode": 4, - "curveTo": "{0.32350000000000001, 0.31038888888888888}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32350000000000001, 0.31038888888888888}", + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.31666666666666671, 0.19149999999999995}", - "curveMode": 3, - "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "curveFrom": "{0.78333333333334088, 0}", + "curveMode": 2, + "curveTo": "{0.21666666666666856, 0}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.33711111111111108, 0.25399999999999995}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.30550000000000005, 0.024833333333333287}", - "curveMode": 3, - "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "curveFrom": "{1, 0.78333333333333144}", + "curveMode": 2, + "curveTo": "{1, 0.21666666666666856}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.30550000000000005, 0.055555555555555552}", + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.25, 0}", + "curveFrom": "{0.5, 1}", "curveMode": 4, - "curveTo": "{0.28066666666666662, 0}", + "curveTo": "{0.78333333333334088, 1}", "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.25, 0}", + "point": "{0.5, 1}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", - "opacity": 0.5399999618530273, - }, - "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, "fillType": 0, "isEnabled": true, @@ -42061,8 +79630,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M3 6,S 0 4.7, 0 3,S 1.3 0, 3 0,S 6 1.3, 6 3,S 4.7 6, 3 6,z\\"", ], "type": "path", }, @@ -42073,604 +79642,229 @@ Object { }, }, ], - "name": "call icon", - "nameIsFixed": true, + "name": "Shape", + "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"call icon\\"", + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", ], }, - }, - ], - "name": "answer", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"answer\\"", - ], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "56px", - "left": "15px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "56px", - }, - }, - "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 56, - "x": 15, - "y": 16, - }, - "hasClippingMask": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "windingRule": 1, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "border-radius": "50%", + "display": "block", + "height": "6px", + "left": "5px", + "position": "absolute", + "top": "9px", + "visibility": "visible", + "width": "6px", + }, + }, + "do_objectID": "D27B5981-CCA7-4D15-BDB6-1307F55D4185", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 6, + "width": 6, + "x": 5, + "y": 9, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Oval", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"Oval\\"", + ], + }, }, ], + "name": "wifi", + "nameIsFixed": true, + "originalObjectID": "0F7636EC-3486-4CC5-99A9-684896927622", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, + "alpha": 1, "blue": 0, "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "heads-up notification", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"heads-up notification\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebParserService should match md-components-notifications-heads-up.sketch snapshot for 53 on web 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "name": "Material/Light/Body 1", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"wifi\\"", + ], + }, + }, Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "160px", - "left": "0px", + "height": "12px", + "left": "34px", "position": "absolute", - "top": "0px", + "top": "6px", "visibility": "visible", - "width": "344px", + "width": "12px", }, }, - "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", - "edited": true, + "do_objectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -42679,756 +79873,668 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 160, - "width": 344, - "x": 0, - "y": 0, + "height": 12, + "width": 12, + "x": 34, + "y": 6, }, + "hasClickThrough": false, "hasClippingMask": false, - "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9941860465116279, 1}", - "curveMode": 4, - "curveTo": "{0.99738372093023264, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9941860465116279, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0026162790697673759, 1}", - "curveMode": 4, - "curveTo": "{0.0058139534883720929, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0058139534883720929, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.98687500000000006}", - "curveMode": 4, - "curveTo": "{0, 0.99437500000000001}", - "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.98750000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.0056250000000000354}", - "curveMode": 4, - "curveTo": "{0, 0.013125000000000008}", - "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058139534883720929, 0}", - "curveMode": 4, - "curveTo": "{0.0026162790697673759, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.0058139534883720929, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99709302325581395, 0}", - "curveMode": 4, - "curveTo": "{0.9938953488372092, 0}", - "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9941860465116279, 0}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99970930232558131, 0.013125000000000008}", - "curveMode": 4, - "curveTo": "{0.99970930232558131, 0.0056250000000000354}", - "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.012500000000000001}", + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "12px", + "left": "-1.13686837721616e-13px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "12px", + }, + }, + "do_objectID": "40BA2EEC-83D4-453D-8478-4F0193497A23", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 12, + "x": -1.13686837721616e-13, + "y": 0, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "reception mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M12 12,L 12 0,L 0 12,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.99437500000000012}", - "curveMode": 1, - "curveTo": "{0.99970930232558131, 0.98687500000000006}", - "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.98750000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", - "position": 0.9864078443877551, - }, - ], - "to": "{0.5, 1}", + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "12px", + "left": "9px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "isEnabled": true, - "position": 1, - "thickness": 1, }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "do_objectID": "D0C86B5E-4173-4729-A3AF-88C232B22652", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 9, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.2000000029802322, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.1, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.0490476332782268, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - ], - "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "12px", + "left": "6px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", - "isEnabled": true, - "offsetX": 0, - "offsetY": 8, - "spread": 0, }, - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "EF62075C-CD4D-4710-991E-3FCE6FB02448", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 6, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "3px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", - "isEnabled": false, - "offsetX": 0, - "offsetY": 2, - "spread": 0, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "8639EA38-59EA-4C41-AC59-E235A01C9985", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 3, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", - "isEnabled": false, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { + "web": Object { "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], - "type": "path", }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "94px", - "visibility": "visible", - "width": "256px", - }, - }, - "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", - "height": 3, - "width": 256, - "x": 88, - "y": 94, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.48611111111111105}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.48611111111111105}", - "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", - "curveMode": 1, - "curveTo": "{-0.087891101837158522, 0.6041666666666663}", - "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", + }, + }, + "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, }, ], + "name": "reception", + "nameIsFixed": true, + "originalObjectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, "fillType": 0, "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 13, - "location": 0, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "string": "Incoming call", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "88px", - "position": "absolute", - "top": "19px", - "visibility": "visible", - "width": "85px", - }, - }, - "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 85, - "x": 88, - "y": 19, - }, - "glyphBounds": "{{0, 0}, {84, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Incoming call", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", - "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 15, - "location": 0, - }, + "role=\\"group\\"", + "aria-label=\\"reception\\"", ], - "string": "Scott Masterson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "88px", - "position": "absolute", - "top": "42px", - "visibility": "visible", - "width": "180px", - }, - }, - "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 180, - "x": 88, - "y": 42, - }, - "glyphBounds": "{{0, 0}, {177, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Scott Masterson", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, }, Object { @@ -43438,18 +80544,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "88px", + "height": "13px", + "left": "60px", "position": "absolute", - "top": "116px", + "top": "5px", "visibility": "visible", - "width": "81px", + "width": "8px", }, }, - "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "do_objectID": "394BBD24-BE18-4203-8A03-D37C48937738", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -43458,14 +80563,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", - "height": 24, - "width": 81, - "x": 88, - "y": 116, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 13, + "width": 8, + "x": 60, + "y": 5, }, "hasClickThrough": false, "hasClippingMask": false, @@ -43477,1222 +80578,871 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "IGNORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "13px", + "left": "-1.13686837721616e-13px", "position": "absolute", - "top": "4px", + "top": "0px", "visibility": "visible", - "width": "50px", + "width": "8px", + }, + }, + "do_objectID": "36B2AC85-DF12-4169-8718-5F3D3C549F84", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 13, + "width": 8, + "x": -1.13686837721616e-13, + "y": 0, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "battery mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.875, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.875, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.875, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.75, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.75, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0}", + "curveMode": 1, + "curveTo": "{0.75, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.75, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 1, + "curveTo": "{0.25, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.25, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.25, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.25, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.049999999999997158, 0.076923076923076927}", + "curveMode": 4, + "curveTo": "{0.125, 0.076923076923076927}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.125, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.15384615384615385}", + "curveMode": 4, + "curveTo": "{0, 0.10769230769230813}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.15384615384615385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.96923076923076878}", + "curveMode": 4, + "curveTo": "{0, 0.92307692307692313}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.92307692307692313}", }, - }, - "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 16, - "width": 50, - "x": 32, - "y": 4, - }, - "glyphBounds": "{{0, 0}, {49, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Ignore", - "nameIsFixed": false, - "resizingConstraint": 47, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.125, 1}", + "curveMode": 4, + "curveTo": "{0.049999999999997158, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.125, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.95000000000000284, 1}", + "curveMode": 4, + "curveTo": "{0.875, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.875, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.92307692307692313}", + "curveMode": 4, + "curveTo": "{1, 0.96923076923076878}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.92307692307692313}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10769230769230813}", + "curveMode": 4, + "curveTo": "{1, 0.15384615384615385}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.15384615384615385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.875, 0.076923076923076927}", + "curveMode": 4, + "curveTo": "{0.95000000000000284, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.875, 0.076923076923076927}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M7 1,L 6 1,L 6 0,L 2 0,L 2 1,S 1 1, 1 1,S 0 1.4, 0 2,S 0 12, 0 12,S 0.4 13, 1 13,S 7 13, 7 13,S 8 12.6, 8 12,S 8 2, 8 2,S 7.6 1, 7 1,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(255,255,255,0.90)", "display": "block", - "height": "24px", + "height": "3px", "left": "0px", "position": "absolute", - "top": "0px", + "top": "10px", "visibility": "visible", - "width": "24px", + "width": "8px", }, }, - "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "do_objectID": "50A264EB-01E5-4A89-91A4-6BC7B6F43B82", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", - "height": 24, - "width": 24, + "height": 3, + "width": 8, "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 10, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "13.999px", - }, - }, - "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 14, - "width": 13.999, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "shape", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.39900000000000002}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.39900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.39900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 0}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{0, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.39895706836202588, 0.5}", - "curveMode": 1, - "curveTo": "{0.39895706836202588, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.39895706836202588, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{0, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 1}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.60099999999999998}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.60099999999999998}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.60099999999999998}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 1}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{1, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.60104293163797429, 0.5}", - "curveMode": 1, - "curveTo": "{0.60104293163797429, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.60104293163797429, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{1, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 0}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", - "opacity": 0.5399999618530273, - }, - "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "ignore icon", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore icon\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], }, }, - ], - "name": "ignore", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "215px", - "position": "absolute", - "top": "116px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", - "height": 24, - "width": 88, - "x": 215, - "y": 116, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "8px", + }, + }, + "do_objectID": "104A5BDF-320D-45A2-9EFB-DA0F9A056E07", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 8, + "x": 0, + "y": 7, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, - "length": 1, - "location": 5, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "string": "ANSWER", + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", + "background-color": "rgba(255,255,255,0.30)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "3px", + "left": "0px", "position": "absolute", "top": "4px", "visibility": "visible", - "width": "56px", + "width": "8px", }, }, - "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "4162C6FB-40B4-4940-AF52-911CB4C18D05", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", - "height": 16, - "width": 56, - "x": 32, + "height": 3, + "width": 8, + "x": 0, "y": 4, }, - "glyphBounds": "{{0, 0}, {56, 16}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "ANSWER", + "name": "Rectangle-path", "nameIsFixed": false, - "resizingConstraint": 47, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "1px", + "visibility": "visible", + "width": "8px", + }, + }, + "do_objectID": "7EEACE8D-CEA3-4118-BA2B-20DA6BB9C643", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 8, + "x": 0, + "y": 1, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(255,255,255,0.30)", "display": "block", - "height": "24px", - "left": "0px", + "height": "1px", + "left": "2px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "4px", }, }, - "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "do_objectID": "B5950202-1A67-4112-84B9-936E5A627174", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", - "height": 24, - "width": 24, - "x": 0, + "height": 1, + "width": 4, + "x": 2, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "18px", - "left": "3px", - "position": "absolute", - "top": "3px", - "visibility": "visible", - "width": "18px", - }, - }, - "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 18, - "width": 18, - "x": 3, - "y": 3, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Imported Layers", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.024833333333333336, 0}", - "curveMode": 4, - "curveTo": "{0.055555555555555552, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.055555555555555552, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.57711111111111113}", - "curveMode": 3, - "curveTo": "{0, 0.024833333333333287}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97516666666666674, 1}", - "curveMode": 3, - "curveTo": "{0.42288888888888887, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{1, 0.97516666666666674}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.71933333333333338}", - "curveMode": 4, - "curveTo": "{1, 0.75}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.75}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.87511111111111106, 0.69450000000000001}", - "curveMode": 3, - "curveTo": "{0.97516666666666674, 0.69450000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 0.69450000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74044444444444446, 0.66111111111111109}", - "curveMode": 3, - "curveTo": "{0.80844444444444441, 0.68333333333333324}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.746, 0.66288888888888886}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.71466666666666667, 0.66022222222222227}", - "curveMode": 2, - "curveTo": "{0.7346111111111111, 0.66022222222222227}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.72883333333333333, 0.66022222222222227}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.68961111111111117, 0.67649999999999999}", - "curveMode": 4, - "curveTo": "{0.70044444444444443, 0.66566666666666663}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.68961111111111117, 0.67649999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.41000000000000003, 0.71888888888888891}", - "curveMode": 4, - "curveTo": "{0.56733333333333336, 0.79888888888888887}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.56733333333333336, 0.79888888888888887}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.20127777777777778, 0.43300000000000005}", - "curveMode": 4, - "curveTo": "{0.28138888888888886, 0.59027777777777779}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.20127777777777778, 0.43300000000000005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33877777777777784, 0.29516666666666658}", - "curveMode": 4, - "curveTo": "{0.32350000000000001, 0.31038888888888888}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32350000000000001, 0.31038888888888888}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.31666666666666671, 0.19149999999999995}", - "curveMode": 3, - "curveTo": "{0.34327777777777779, 0.2732222222222222}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.33711111111111108, 0.25399999999999995}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.30550000000000005, 0.024833333333333287}", - "curveMode": 3, - "curveTo": "{0.30550000000000005, 0.12483333333333332}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.30550000000000005, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.25, 0}", - "curveMode": 4, - "curveTo": "{0.28066666666666662, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.25, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", - "opacity": 0.5399999618530273, - }, - "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "call icon", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"call icon\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], }, - }, - ], - "name": "answer", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", - "endMarkerType": 0, + }, + ], + "name": "battery", + "nameIsFixed": true, + "originalObjectID": "394BBD24-BE18-4203-8A03-D37C48937738", + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -44700,35 +81450,28 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"answer\\"", + "aria-label=\\"battery\\"", ], }, }, Object { - "_class": "oval", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", "display": "block", - "height": "56px", - "left": "15px", + "height": "15px", + "left": "77px", "position": "absolute", - "top": "16px", + "top": "5px", "visibility": "visible", - "width": "56px", + "width": "33px", }, }, - "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", - "edited": false, + "do_objectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -44737,78 +81480,166 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 56, - "width": 56, - "x": 15, - "y": 16, + "height": 15, + "width": 33, + "x": 77, + "y": 5, }, - "hasClippingMask": true, - "isClosed": true, + "hasClickThrough": false, + "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 13, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + ], + "string": "12:30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "black", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "15px", + "left": "2.273736754432321e-13px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "33px", + }, + }, + "do_objectID": "180DADB8-0C0B-40BD-A964-08340D4A7861", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 15, + "width": 33, + "x": 2.273736754432321e-13, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {33, 15}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12:30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 13, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, }, ], + "name": "time", + "nameIsFixed": true, + "originalObjectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.9, + }, "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.26, + "alpha": 1, "blue": 0, "green": 0, "red": 0, @@ -44823,85 +81654,45 @@ Object { ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", + "role=\\"group\\"", + "aria-label=\\"time\\"", ], }, }, ], - "name": "heads-up notification", - "nameIsFixed": true, + "name": "Material/Android/Status bar content", + "nameIsFixed": false, + "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "shouldBreakMaskChain": false, + "shouldBreakMaskChain": true, "style": Object { "_class": "style", - "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, + "symbolID": "080C0EF9-47BD-4900-BB91-42C80173D424", + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"heads-up notification\\"", + "role=\\"symbolMaster\\"", + "aria-label=\\"Material/Android/Status bar content\\"", ], }, }, ], - "name": "Page 1", + "name": "Symbols", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -44923,13 +81714,17 @@ Object { ], "previews": Array [], "user": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "scrollOrigin": "{160, 160}", + "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485": Object { + "scrollOrigin": "{-60, 40}", "zoomValue": 1, }, - "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "5B57D242-95C3-47E3-BC5E-22376F9F834B": Object { "pageListHeight": 110, }, + "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, "document": Object { "pageListCollapsed": 1, "pageListHeight": -1, @@ -44938,13 +81733,15 @@ Object { } `; -exports[`WebParserService should match md-components-tabs-status-bar.sketch snapshot for 52 on web 1`] = ` +exports[`WebParserService should match md-components-tabs-status-bar.sketch snapshot for 53 on web 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -45054,19 +81851,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ "Roboto-Regular", @@ -45087,14 +81884,10 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { @@ -45117,6 +81910,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -45165,6 +81961,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -45207,6 +82006,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -45425,6 +82227,9 @@ Object { "x": 0, "y": 80, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46208,6 +83013,9 @@ Object { "x": 16, "y": 40, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46250,6 +83058,9 @@ Object { "x": 316, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46292,6 +83103,9 @@ Object { "x": 3, "y": 4, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47083,6 +83897,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47235,6 +84052,9 @@ Object { "x": 3, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47832,6 +84652,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "isFixedToViewport": false, @@ -48103,6 +84926,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -48146,6 +84972,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasBackgroundColor": false, "hasClickThrough": true, "hasClippingMask": false, @@ -48304,6 +85133,9 @@ Object { "x": 8, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -48446,6 +85278,9 @@ Object { "x": -4.000000000000114, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -48806,6 +85641,9 @@ Object { "x": -1.000000000000114, "y": 3, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -49166,6 +86004,9 @@ Object { "x": 1.999999999999886, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -49692,6 +86533,9 @@ Object { "x": 34, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -50382,6 +87226,9 @@ Object { "x": 60, "y": 5, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -51299,6 +88146,9 @@ Object { "x": 77, "y": 5, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -51480,6 +88330,13 @@ Object { ], "name": "Material/Android/Status bar content", "nameIsFixed": false, + "overrideProperties": Array [ + Object { + "_class": "MSImmutableOverrideProperty", + "canOverride": true, + "overrideName": "180DADB8-0C0B-40BD-A964-08340D4A7861_stringValue", + }, + ], "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, @@ -51536,7 +88393,7 @@ Object { "pageListHeight": 110, }, "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { - "scrollOrigin": "{134, 134}", + "scrollOrigin": "{160, 160}", "zoomValue": 1, }, "document": Object { @@ -51547,7 +88404,7 @@ Object { } `; -exports[`WebParserService should match md-components-tabs-status-bar.sketch snapshot for 53 on web 1`] = ` +exports[`WebParserService should match md-components-tabs-status-bar.sketch snapshot for 59 on web 1`] = ` Object { "document": Object { "_class": "document", @@ -51555,6 +88412,8 @@ Object { "_class": "assetCollection", "colorAssets": Array [], "colors": Array [], + "do_objectID": "0FB6DBC2-8E69-447B-B801-1645BB3CCD50", + "exportPresets": Array [], "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { @@ -51565,7 +88424,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "5B57D242-95C3-47E3-BC5E-22376F9F834B", + "do_objectID": "E77B5BBC-BBCC-49BD-AE26-62F8394AB8E2", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -51578,6 +88437,37 @@ Object { "name": "Material/Icon white", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "27C70A2F-DEF7-41B2-963C-C5CAE0286B89", "endMarkerType": 0, "fills": Array [ Object { @@ -51589,7 +88479,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51597,7 +88523,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -51617,8 +88545,42 @@ Object { "name": "Material/Dark/Title", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "990371CA-39D1-4236-8DF5-27DA6896FEFD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -51665,19 +88627,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "59.1", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 121, }, "fonts": Array [ "Roboto-Regular", @@ -51698,10 +88660,10 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 121, }, "pages": Array [ Object { @@ -51760,7 +88722,6 @@ Object { "do_objectID": "2145D356-40E2-4569-95CF-84F00DD9818F", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "BB51E5D5-5BA5-419F-9D6A-49A171E7ED21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51769,7 +88730,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7D8CA104-45E8-4835-B4DA-CCAF17E60C45", "height": 128, "width": 360, "x": 0, @@ -51805,7 +88765,6 @@ Object { "do_objectID": "A94FA51A-099C-4CC1-B1AE-4F3CBFE4B381", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "DC89A630-0EF2-4276-944C-D7254BED2EF4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51814,7 +88773,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "8C36F8CD-481B-455B-B132-E7E7E477D5D0", "height": 128, "width": 360, "x": 0, @@ -51851,7 +88809,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9B79BB7B-176C-4CA3-99DC-D5866EA83AB4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51873,6 +88830,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "app bar bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -51924,6 +88882,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "ACEE65BC-1CF2-45E4-9889-621210096AED", "endMarkerType": 0, "fills": Array [ @@ -51936,7 +88924,43 @@ Object { "green": 0.7333333333333334, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51944,6 +88968,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -51961,7 +88986,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "7E855B0A-CD99-4BC0-9320-25BCD81DE1B0", "isEnabled": true, "offsetX": 0, "offsetY": 4, @@ -51982,7 +89006,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "464524C7-C0E7-414E-8B14-DC85D1E28DCE", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -52026,7 +89049,6 @@ Object { "do_objectID": "DD13F059-6DD2-4413-9C59-5A3ABD7D44D7", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C9CE81BD-C917-48C0-9755-A60CAB214BD0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52035,7 +89057,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D025D61C-6D8C-4DEF-9770-3BF04763FB53", "height": 48, "width": 360, "x": 0, @@ -52059,14 +89080,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 180px rgba(255,255,255,0.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "98px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "410px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.00)", "box-shadow": "0 0 0 1px rgba(151,151,151,1.00) inset", "display": "block", "height": "48px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -52077,7 +89112,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9DD7A316-362F-4C9A-BFF3-5AB347DF1433", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52101,8 +89135,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -52152,6 +89188,22 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -52162,12 +89214,61 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": false, "position": 1, "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "451D43C8-1885-40BE-9887-80738B61DBAA", "endMarkerType": 0, "fills": Array [ @@ -52180,7 +89281,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -52188,7 +89325,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -52256,7 +89395,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "440F05BA-2072-4C6B-B78F-6CDF2E0DA718", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52265,7 +89403,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "65C64BBE-7EA8-4BAA-B6F4-933EB86CA11D", "height": 16, "width": 120, "x": 240, @@ -52280,6 +89417,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "THE THIRD", "nameIsFixed": false, "resizingConstraint": 63, @@ -52288,13 +89426,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "33A4A266-8DB2-45A7-A7E1-2E46C90421B9", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "4B3B58A2-ADCE-4A57-B0A9-E9F4263044C5", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52384,7 +89554,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "14290AE1-FA35-44A1-B010-6330DB239370", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52393,7 +89562,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "91542702-E1CB-49DE-AE0B-9145054DB80C", "height": 16, "width": 120, "x": 120, @@ -52408,6 +89576,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "ITEM TWO", "nameIsFixed": false, "resizingConstraint": 63, @@ -52416,13 +89585,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "9578BCCE-56FF-4CD0-A6C2-0A67738FF257", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9140AD60-AC75-4423-BD05-4120E3C53D2A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52512,7 +89713,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1C8BB07D-4549-4474-85DE-AAC36D4ED7FE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52521,7 +89721,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D08C8D43-D4F0-426D-BBE7-5BA4CA030851", "height": 16, "width": 120, "x": 0, @@ -52536,6 +89735,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "NO. ONE", "nameIsFixed": false, "resizingConstraint": 63, @@ -52544,13 +89744,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "E1B0E40B-4579-4740-A63F-6C4231A7DCF8", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "07FC4EB1-FE4E-4EFB-8BD3-1562B7D69B89", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52589,14 +89821,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 60px rgba(255,255,140,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "52px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "170px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,140,1.00)", "box-shadow": "0px 1px 1.5px 0px rgba(0,0,0,0.12),0px 1px 1px 0px rgba(0,0,0,0.24)", "display": "block", "height": "2px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "46px", "visibility": "visible", @@ -52607,7 +89853,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9B2FA7EA-E5FC-4F3F-A38A-91AB190DD24E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52631,8 +89876,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "indicator", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -52683,6 +89930,22 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -52693,12 +89956,61 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": false, "position": 1, "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "87D45A0F-6AC3-4D68-8521-AF6E8F85FD82", "endMarkerType": 0, "fills": Array [ @@ -52711,7 +90023,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -52719,6 +90067,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -52773,6 +90122,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "tabs", "nameIsFixed": true, "resizingConstraint": 63, @@ -52781,9 +90131,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "56450478-45EE-4020-829D-3D7106A99B8C", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -52812,7 +90195,6 @@ Object { "do_objectID": "54F2B126-EBC8-42E4-9CCC-6025866EA532", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E919A5D5-7F14-43AB-937D-4AC73AD038A8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52821,7 +90203,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1244F84B-12C1-420C-A2BD-58EBC9D323FF", "height": 24, "width": 328, "x": 16, @@ -52857,7 +90238,6 @@ Object { "do_objectID": "2EAB1189-97C4-4EC1-8CBF-1E24214B7177", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B5AE9619-0144-403F-B016-9A1F7F494DC5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52866,7 +90246,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "13FAD583-AC89-4F3A-A6B6-A0CF3DBA26AC", "height": 24, "width": 12, "x": 316, @@ -52902,7 +90281,6 @@ Object { "do_objectID": "044E322D-A4FA-476E-8BFB-CB5BD971A007", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "29F06F1B-0927-4D93-BDE8-5828E3184007", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52911,7 +90289,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "09DF51C0-DFDA-497B-9205-AB1963FD1154", "height": 16, "width": 4, "x": 3, @@ -52948,7 +90325,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1F98697-0674-4D9C-A0F6-B7D2C30462F5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52957,7 +90333,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0EAD72B-E995-4B23-A15E-81E3ACD60B80", "height": 4, "width": 4, "x": 0, @@ -52971,6 +90346,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53032,6 +90408,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53044,7 +90450,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53052,7 +90494,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53091,7 +90535,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0BEF50BC-CCDF-4CDB-BEEE-4CB4FB2CE90D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53100,7 +90543,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2CF02168-028C-4296-82F3-C32431ED0BEA", "height": 4, "width": 4, "x": 0, @@ -53114,6 +90556,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53175,149 +90618,246 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "4px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "4px", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 4, + "width": 4, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22499999999999964}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000036}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000036}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999964}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - }, - "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E4AC1434-7A30-45CD-8976-A852E84BBF9A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "313C2770-48E7-45CF-AD51-6CE335D14FEE", - "height": 4, - "width": 4, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000009, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22499999999999964}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000036}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77499999999999991, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000009, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000036}", - "curveMode": 2, - "curveTo": "{1, 0.22499999999999964}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77499999999999991, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53330,7 +90870,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53338,7 +90914,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53359,6 +90937,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -53368,6 +90947,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53380,7 +90989,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53388,7 +91033,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53419,7 +91066,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8B85D384-7961-4B39-87B7-A05B22F94D02", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53441,6 +91087,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53492,9 +91139,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "946562AE-3059-44F0-8DC3-54BE98B4ACFC", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53515,6 +91195,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "more", "nameIsFixed": true, "resizingConstraint": 63, @@ -53523,6 +91204,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "06EE712E-EDFF-4466-B1D7-A63C20D4C50F", "endMarkerType": 0, "fills": Array [ @@ -53535,7 +91246,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53543,7 +91290,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53609,7 +91358,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "BBB1B522-64CF-4563-B8E9-F138ED2B426C", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53632,6 +91380,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "Page Title", "nameIsFixed": false, "resizingConstraint": 47, @@ -53641,13 +91390,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "E2DF08D7-CE0B-4A04-A46E-02C8D9DC19DD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "E92BA203-2A38-4841-BE87-23D9A757DC8A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -53696,7 +91477,6 @@ Object { "do_objectID": "A7B39194-67E6-4391-84D0-3590B6A9C8C6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C4FDFF6F-90CA-42E5-B4EA-02196E788C67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53705,7 +91485,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C1D0BFE2-05CA-4895-8105-DEBC39E206B0", "height": 24, "width": 24, "x": 0, @@ -53745,7 +91524,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1D1A9FCF-0DAD-4917-B2EA-6CC0D24671C4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53769,8 +91547,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -53820,9 +91600,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "31EF773D-8AEB-4113-BED9-1CB4C1CC4417", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53851,7 +91664,6 @@ Object { "do_objectID": "894DE14D-3249-43A6-A9E5-13D74A715EAF", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5E9A3EF6-B3AB-4018-A46A-4C09A1B6E2EC", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53860,7 +91672,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A14A0CC3-5811-4C0B-AB5D-66BABB31C092", "height": 12, "width": 18, "x": 3, @@ -53897,7 +91708,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "A8D67E3B-9CAB-4149-B260-2B85A40190E9", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53906,7 +91716,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "59305F95-A91C-43CD-BBC5-08B12D2CFEBD", "height": 2, "width": 18, "x": 0, @@ -53920,6 +91729,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53981,6 +91791,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -53993,7 +91833,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54001,7 +91877,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54040,7 +91918,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3E227245-30B1-4F5B-B4D2-B2EC3199D671", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54049,7 +91926,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2178831E-0EA9-4B03-B0B6-05303ABBB4B7", "height": 2, "width": 18, "x": 0, @@ -54063,6 +91939,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -54124,6 +92001,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54136,7 +92043,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54144,7 +92087,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54183,7 +92128,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "574554BD-6E97-4715-BD86-7A3FEC2A86BF", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54192,7 +92136,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "4B258FC6-50FA-406A-AFD3-A641D2D0E332", "height": 2, "width": 18, "x": 0, @@ -54206,6 +92149,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -54267,6 +92211,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54279,7 +92253,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54287,7 +92297,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54308,6 +92320,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -54317,6 +92330,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54329,7 +92372,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54337,7 +92416,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54350,6 +92431,7 @@ Object { "windingRule": 1, }, ], + "maintainScrollPosition": false, "name": "menu", "nameIsFixed": true, "resizingConstraint": 63, @@ -54358,6 +92440,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "0E6232B9-D813-4EF6-86CD-A008760CB052", "endMarkerType": 0, "fills": Array [ @@ -54370,7 +92482,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54378,7 +92526,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54390,6 +92540,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar contents", "nameIsFixed": true, "resizingConstraint": 63, @@ -54398,9 +92549,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "CEB14821-8174-404A-B9B3-70B0D89FF07A", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54412,6 +92596,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54420,9 +92605,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "6D2C6775-C00E-459D-BF35-6BF75842EAB0", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54451,7 +92669,6 @@ Object { "do_objectID": "FA4CA9F5-471E-4E2A-9466-D3AE5C74D5E9", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CAF63BAA-809D-4491-BA10-6E6BE6B675F4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54460,7 +92677,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "096F6677-3466-4D31-8976-C5099741CC33", "height": 24, "width": 360, "x": 0, @@ -54484,13 +92700,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 180px rgba(0,150,166,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "74px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "410px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(0,150,166,1.00)", "display": "block", "height": "24px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -54501,7 +92731,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7FF88E2C-E6A4-45D7-A3B0-7D665AB5D111", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54525,8 +92754,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "status bar bg", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -54576,6 +92807,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "5C253197-535A-49C9-85CC-3D1E6ECC5E36", "endMarkerType": 0, "fills": Array [ @@ -54588,7 +92849,43 @@ Object { "green": 0.5882352941176472, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54596,7 +92893,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54614,7 +92913,6 @@ Object { "do_objectID": "2897CFF8-D7D1-4C1F-B13C-E4DAE67067FA", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1E5FD2ED-1738-4855-A83E-3E2986B601A2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54623,7 +92921,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "139BCC43-36EB-444E-A4E6-44A1B5DA3103", "height": 24, "width": 118, "x": 242, @@ -54637,6 +92934,7 @@ Object { "isLocked": true, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "status bar contents", "nameIsFixed": false, "overrideValues": Array [], @@ -54647,9 +92945,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "4FFF4E6F-61BA-4E30-B769-FC2F51E39F2F", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54657,6 +92988,7 @@ Object { "verticalSpacing": 0, }, ], + "maintainScrollPosition": false, "name": "status bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54665,9 +92997,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "1804FEE3-D722-4D5E-BD63-2DF8F2DB5FD5", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54679,6 +93044,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar + status bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54687,9 +93053,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "807C67B1-1EBA-45A7-AAA4-BF807BDF4729", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54701,6 +93100,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -54709,8 +93109,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "425882D9-8A7F-4789-BDC1-5B95332270BD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54760,6 +93194,7 @@ Object { "layers": Array [ Object { "_class": "symbolMaster", + "allowsOverrides": true, "backgroundColor": Object { "_class": "color", "alpha": 1, @@ -54853,8 +93288,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -54904,8 +93341,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "16D5846F-E801-40A5-A66C-9856E8991587", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54999,6 +93470,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "wifi mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -55040,8 +93512,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9EA07FE4-7266-4D17-9AB1-4D9A85003E24", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55144,6 +93650,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55205,6 +93712,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "207F3F7C-A186-4692-B6F7-2F22ADB65331", "endMarkerType": 0, "fills": Array [ Object { @@ -55216,7 +93754,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55224,7 +93798,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55284,6 +93860,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55345,6 +93922,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ED8C40E5-7B97-467B-9FBA-E384B5A1EF08", "endMarkerType": 0, "fills": Array [ Object { @@ -55356,7 +93964,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55364,7 +94008,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55385,6 +94031,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -55393,6 +94040,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "633BB062-4F01-4615-BCEB-FD9F241E3F9D", "endMarkerType": 0, "fills": Array [ Object { @@ -55404,7 +94082,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55412,7 +94126,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55507,6 +94223,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55568,6 +94285,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "01493057-AA98-4FFB-B444-C91DA4A72D69", "endMarkerType": 0, "fills": Array [ Object { @@ -55579,7 +94327,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55587,7 +94371,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55647,6 +94433,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55708,6 +94495,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "747BF648-4668-4BBC-9B4E-6F1BFA0FCAD8", "endMarkerType": 0, "fills": Array [ Object { @@ -55719,7 +94537,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55727,7 +94581,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55748,6 +94604,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -55756,6 +94613,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D46A94B6-197C-4FB0-9568-F6533089E7D3", "endMarkerType": 0, "fills": Array [ Object { @@ -55767,7 +94655,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55775,7 +94699,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55870,6 +94796,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55931,6 +94858,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "07F598E6-F6BC-462F-B7B1-066CB2DD4FD1", "endMarkerType": 0, "fills": Array [ Object { @@ -55942,7 +94900,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55950,7 +94944,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56010,6 +95006,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -56071,6 +95068,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C2D8F30B-8A91-4590-B744-F52909B3B514", "endMarkerType": 0, "fills": Array [ Object { @@ -56082,7 +95110,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56090,7 +95154,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56111,6 +95177,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -56119,6 +95186,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DAFEC00D-06AE-41BB-8B9A-809963A5EAB6", "endMarkerType": 0, "fills": Array [ Object { @@ -56130,7 +95228,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56138,7 +95272,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56156,14 +95292,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 3px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "56px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "56px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "border-radius": "50%", "display": "block", "height": "6px", "left": "5px", + "overflow": "hidden", "position": "absolute", "top": "9px", "visibility": "visible", @@ -56195,6 +95345,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Oval", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -56246,6 +95397,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "78FF238D-9541-41A3-8F84-47EE681F7DBA", "endMarkerType": 0, "fills": Array [ Object { @@ -56257,7 +95439,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56265,7 +95483,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56277,6 +95497,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "wifi", "nameIsFixed": true, "originalObjectID": "0F7636EC-3486-4CC5-99A9-684896927622", @@ -56286,6 +95507,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2AB52446-9354-4AC2-81A0-ECBBD0F78459", "endMarkerType": 0, "fills": Array [ Object { @@ -56297,7 +95549,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56305,7 +95593,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56399,6 +95689,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "reception mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -56440,8 +95731,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C18AFE15-E9B9-4E3E-9A97-B7DC1987FB3D", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56467,13 +95792,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "12px", "left": "9px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56507,8 +95846,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56558,6 +95899,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "84E1F9EE-314E-46F5-A41B-09F70C022501", "endMarkerType": 0, "fills": Array [ Object { @@ -56569,7 +95941,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56577,7 +95985,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56594,13 +96004,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "12px", "left": "6px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56634,8 +96058,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56685,6 +96111,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DC2F89AB-5291-412D-88F1-403422F66E22", "endMarkerType": 0, "fills": Array [ Object { @@ -56696,7 +96153,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56704,7 +96197,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56721,13 +96216,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "12px", "left": "3px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56761,8 +96270,222 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Rectangle-path", + "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D1FD5EC3-72EE-4F72-B970-B7AF1B6E2F6F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", + }, + }, + "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56812,133 +96535,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.9, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"Rectangle-path\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(255,255,255,0.90)", - "display": "block", - "height": "12px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "3px", - }, - }, - "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 12, - "width": 3, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Rectangle-path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", + "do_objectID": "136EE959-007D-41D3-B0C1-8938386FADCD", "endMarkerType": 0, "fills": Array [ Object { @@ -56950,7 +96577,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56958,7 +96621,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56970,6 +96635,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "reception", "nameIsFixed": true, "originalObjectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", @@ -56979,6 +96645,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3F0D2CAD-8A47-471C-9154-23FB2F68AFB8", "endMarkerType": 0, "fills": Array [ Object { @@ -56990,7 +96687,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56998,7 +96731,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57092,6 +96827,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "battery mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -57233,8 +96969,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C9A935A7-ADA0-4B4D-92F2-4938BEAA5E2D", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57260,13 +97030,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "10px", "visibility": "visible", @@ -57300,8 +97084,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57351,6 +97137,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7C76E4ED-F9CB-455D-AD9C-2816AAF3E6DE", "endMarkerType": 0, "fills": Array [ Object { @@ -57362,7 +97179,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57370,7 +97223,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57387,13 +97242,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "7px", "visibility": "visible", @@ -57427,8 +97296,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57478,6 +97349,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "88E9FB48-6A96-444E-A384-497859BAF1D3", "endMarkerType": 0, "fills": Array [ Object { @@ -57489,7 +97391,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57497,7 +97435,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57514,13 +97454,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "4px", "visibility": "visible", @@ -57554,8 +97508,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57605,6 +97561,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AA9666DD-FA8E-4B02-88AF-DA777F73169F", "endMarkerType": 0, "fills": Array [ Object { @@ -57616,7 +97603,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57624,7 +97647,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57641,13 +97666,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "1px", "visibility": "visible", @@ -57681,8 +97720,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57732,6 +97773,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F2A609A7-8117-42F0-A587-21510D054997", "endMarkerType": 0, "fills": Array [ Object { @@ -57743,7 +97815,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57751,7 +97859,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57768,13 +97878,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 2px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "51px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "54px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "1px", "left": "2px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -57808,8 +97932,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57859,6 +97985,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F731A3DE-3FB6-47A2-9EAD-3D557D62F212", "endMarkerType": 0, "fills": Array [ Object { @@ -57870,7 +98027,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57878,7 +98071,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57890,6 +98085,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "battery", "nameIsFixed": true, "originalObjectID": "394BBD24-BE18-4203-8A03-D37C48937738", @@ -57899,6 +98095,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "953ABBE9-32A5-4B5B-82B6-1CDCCAEA218E", "endMarkerType": 0, "fills": Array [ Object { @@ -57910,7 +98137,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57918,7 +98181,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58042,6 +98307,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "12:30", "nameIsFixed": false, "resizingConstraint": 63, @@ -58050,6 +98316,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7EB19CE4-A958-42FA-BE57-CBC6CEEB413A", "endMarkerType": 0, "fills": Array [ Object { @@ -58061,7 +98358,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -58069,7 +98402,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -58097,6 +98432,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "time", "nameIsFixed": true, "originalObjectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", @@ -58106,11 +98442,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 0.9, }, + "do_objectID": "C0CD5027-0BD9-4D15-85D7-E49DDC42A675", "endMarkerType": 0, "fills": Array [ Object { @@ -58122,7 +98484,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -58130,7 +98528,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58142,6 +98542,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Material/Android/Status bar content", "nameIsFixed": false, "overrideProperties": Array [ @@ -58151,6 +98552,7 @@ Object { "overrideName": "180DADB8-0C0B-40BD-A964-08340D4A7861_stringValue", }, ], + "presetDictionary": Object {}, "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, @@ -58158,8 +98560,42 @@ Object { "shouldBreakMaskChain": true, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3D897CB1-1358-4576-831E-CB624B39BC23", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58177,6 +98613,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Symbols", "nameIsFixed": false, "resizingConstraint": 63, @@ -58185,8 +98622,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "580F243F-C85F-4ADD-82C3-92BA90AD8437", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58207,7 +98678,7 @@ Object { "pageListHeight": 110, }, "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, "document": Object { diff --git a/projects/web-component-codegen/src/lib/__snapshots__/web-component-codegen.service.spec.ts.snap b/projects/web-component-codegen/src/lib/__snapshots__/web-component-codegen.service.spec.ts.snap index f9a8d3a5b..3667f2475 100644 --- a/projects/web-component-codegen/src/lib/__snapshots__/web-component-codegen.service.spec.ts.snap +++ b/projects/web-component-codegen/src/lib/__snapshots__/web-component-codegen.service.spec.ts.snap @@ -2007,13 +2007,17 @@ Object { } `; -exports[`WebComponentCodeGenService should match md-components-buttons-lights.sketch snapshot for 52 on wc 1`] = ` +exports[`WebComponentCodeGenService should match md-components-buttons-fabs-light.sketch snapshot for 59 on wc 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "do_objectID": "3C9A0FC2-9C25-44D7-B6E9-2A68271FEAE3", + "exportPresets": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -2023,13 +2027,113 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D", + "do_objectID": "07940257-BA95-49BD-B375-6EE1414E8D4D", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], "layerStyles": Object { "_class": "sharedStyleContainer", - "objects": Array [], + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2DEC6056-D4A8-4EE3-93E6-B46AD450B6BC", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "82E576EC-8FF4-47FD-BBF8-276D3E80CC8E", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], }, "layerSymbols": Object { "_class": "symbolContainer", @@ -2042,52 +2146,46 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "_ref": "pages/06732C75-3171-4248-9998-E4DCDB514056", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 121, }, - "fonts": Array [ - "Roboto-Medium", - ], + "fonts": Array [], "pagesAndArtboards": Object { - "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "06732C75-3171-4248-9998-E4DCDB514056": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "do_objectID": "06732C75-3171-4248-9998-E4DCDB514056", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -2103,6 +2201,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -2125,18 +2226,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "36px", + "height": "56px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "94px", + "width": "56px", }, }, - "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", + "do_objectID": "9F8AC6A1-F4A4-422B-A677-30C517A1A9ED", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2817D758-4D6F-44B3-A3B2-5D58193F7253", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -2145,12 +2245,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "35D18917-4257-43AD-BC71-DD8B0CFD9910", - "height": 36, - "width": 94, + "height": 56, + "width": 56, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -2161,46 +2263,58 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "oval", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 28px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "106px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "106px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(0,150,136,1.00)", - "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "border-radius": "50%", + "box-shadow": "0px 14px 14px 0px rgba(0,0,0,0.24),0px 0px 14px 0px rgba(0,0,0,0.12),0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "36px", + "height": "56px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "94px", + "width": "56px", }, }, - "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", + "do_objectID": "2B0A10B9-981F-4000-8E2E-2BDD9F30C8E6", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F95DBC43-E22E-48EE-84C3-BFF761BF5FF0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 2, "frame": Object { "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 94, + "constrainProportions": true, + "height": 56, + "width": 56, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -2208,49 +2322,50 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "button bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, ], "resizingConstraint": 63, @@ -2259,37 +2374,38 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", - "endMarkerType": 0, - "fills": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "blue": 0, + "green": 0, "red": 0, }, - "do_objectID": "518A65E4-7447-46E4-8E6D-2500863E0FEE", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "do_objectID": "441BA153-38D1-4932-89DB-A7E0FA4BF10E", - "fillType": 0, + "fillType": 1, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -2300,10 +2416,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.2, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, "position": 0, }, @@ -2311,7 +2427,18 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, "blue": 0, "green": 0, "red": 0, @@ -2319,24 +2446,27 @@ Object { "position": 1, }, ], - "to": "{0.5, 1}", + "to": "{0.5, 0.99021444515306123}", }, - "isEnabled": false, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 0.2000000029802322, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - "fillType": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -2347,7 +2477,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 0.12, "blue": 1, "green": 1, "red": 1, @@ -2358,30 +2488,61 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.06, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, "position": 1, }, ], "to": "{0.5, 1}", }, - "isEnabled": false, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "94F9F8A1-AEFC-4EAB-BC5F-96090A7EFAAF", + "endMarkerType": 0, + "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.1, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, "fillType": 0, "gradient": Object { @@ -2394,7 +2555,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 1, "blue": 1, "green": 1, "red": 1, @@ -2405,7 +2566,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 1, "blue": 0, "green": 0, "red": 0, @@ -2415,18 +2576,19 @@ Object { ], "to": "{0.5, 1}", }, - "isEnabled": false, + "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, "patternFillType": 0, "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { "_class": "shadow", - "blurRadius": 8, + "blurRadius": 14, "color": Object { "_class": "color", "alpha": 0.2376019021739131, @@ -2441,12 +2603,12 @@ Object { }, "isEnabled": false, "offsetX": 0, - "offsetY": 8, + "offsetY": 14, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 8, + "blurRadius": 14, "color": Object { "_class": "color", "alpha": 0.12, @@ -2466,7 +2628,7 @@ Object { }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.24, @@ -2481,12 +2643,12 @@ Object { }, "isEnabled": true, "offsetX": 0, - "offsetY": 2, + "offsetY": 8, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.12, @@ -2510,97 +2672,29 @@ Object { }, "web": Object { "attributes": Array [ - "role=\\"rectangle\\"", + "role=\\"oval\\"", "aria-label=\\"button bg\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "NORMAL", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "16.5px", + "height": "24px", + "left": "16px", "position": "absolute", - "top": "10px", + "top": "16px", "visibility": "visible", - "width": "61px", + "width": "24px", }, }, - "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", - "dontSynchroniseWithSymbol": false, + "do_objectID": "31DE405C-40EA-4542-9157-77FDF05E4CF7", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "81E4C18A-C5B1-4FCD-A4EC-F507E67A763E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -2609,13 +2703,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C77760CF-EB51-4E10-B303-70D70714C011", - "height": 16, - "width": 61, - "x": 16.5, - "y": 10, + "height": 24, + "width": 24, + "x": 16, + "y": 16, }, - "glyphBounds": "{{0, 0}, {61, 16}}", + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -2623,77 +2719,612 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NORMAL", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CFA250F8-ABC2-487A-9323-8BBD10C0BFAD", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, + "do_objectID": "4B044FF4-ABB5-4B8D-947B-F6DA47EEA22F", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ECC1178A-3EEF-42C8-827B-B6C79CE429AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "95323268-06B8-47A3-9C1E-841E1D3AD72B", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{1, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 1}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 1}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{1, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{1, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.42857142857142855}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2DEC6056-D4A8-4EE3-93E6-B46AD450B6BC", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E402A47E-CCFA-4061-96E5-361F20410BD4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M14 6,L 8 6,L 8 0,L 6 0,L 6 6,L 0 6,L 0 8,L 6 8,L 6 14,L 8 14,L 8 8,L 14 8,L 14 6,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "add", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7E088BE-F829-42B5-99DB-5E12CD9E02A6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"add\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "fab", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "016AD96A-E9C8-4EC3-A372-D87BDA49078B", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"button\\"", + "aria-label=\\"fab\\"", ], }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -2702,8 +3333,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "278171CB-6472-4F87-A815-3E3C593D515A", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -2716,11 +3381,11 @@ Object { ], "previews": Array [], "user": Object { - "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { - "scrollOrigin": "{134, 134}", + "06732C75-3171-4248-9998-E4DCDB514056": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, - "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { + "E516E877-5092-41C7-92B9-C9E0EDE398FA": Object { "pageListHeight": 110, }, "document": Object { @@ -2731,15 +3396,13 @@ Object { } `; -exports[`WebComponentCodeGenService should match md-components-buttons-lights.sketch snapshot for 53 on wc 1`] = ` +exports[`WebComponentCodeGenService should match md-components-buttons-lights.sketch snapshot for 52 on wc 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", - "colorAssets": Array [], "colors": Array [], - "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -2775,19 +3438,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 105, }, "fonts": Array [ "Roboto-Medium", @@ -2799,10 +3462,14 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { @@ -2825,9 +3492,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -2876,9 +3540,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -3445,7 +4106,7 @@ Object { "previews": Array [], "user": Object { "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{134, 134}", "zoomValue": 1, }, "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { @@ -3459,13 +4120,15 @@ Object { } `; -exports[`WebComponentCodeGenService should match md-components-cards-homes.sketch snapshot for 52 on wc 1`] = ` +exports[`WebComponentCodeGenService should match md-components-buttons-lights.sketch snapshot for 53 on wc 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -3475,257 +4138,13 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", + "do_objectID": "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], "layerStyles": Object { "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "layerSymbols": Object { "_class": "symbolContainer", @@ -3738,52 +4157,48 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", + "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ - "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", + "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -3799,6 +4214,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -3821,18 +4239,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "224px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "344px", + "width": "94px", }, }, - "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", + "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "98074A6E-84B2-4F16-B665-C835B1F1F186", + "do_objectID": "2817D758-4D6F-44B3-A3B2-5D58193F7253", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -3841,12 +4259,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E63A53AF-E7EE-46D8-BFE8-0AAB73C9D3DE", - "height": 224, - "width": 344, + "do_objectID": "35D18917-4257-43AD-BC71-DD8B0CFD9910", + "height": 36, + "width": 94, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -3865,22 +4286,22 @@ Object { "before": Object {}, }, "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "background-color": "rgba(0,150,136,1.00)", + "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "224px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "344px", + "width": "94px", }, }, - "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", + "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0713C981-1FBB-49DE-8AF4-82CEF028725A", + "do_objectID": "F95DBC43-E22E-48EE-84C3-BFF761BF5FF0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -3890,12 +4311,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 224, - "width": 344, + "height": 36, + "width": 94, "x": 0, "y": 0, }, - "hasClippingMask": true, + "hasClippingMask": false, "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, @@ -3904,7 +4325,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "button bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -3914,7 +4335,6 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", - "do_objectID": "9EF2F25A-8C0B-490A-8B6B-CB89A9CA3FE0", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -3925,7 +4345,6 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", - "do_objectID": "76222E59-B93C-48FF-9FC5-055A32CBC1D2", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -3936,7 +4355,6 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", - "do_objectID": "598CF3D5-4C1A-4AD1-B2B7-1D97BE8C6704", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -3947,7 +4365,6 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", - "do_objectID": "DD1184C0-136D-418C-8EA0-1ED3D172E028", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -3956,21 +4373,40 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, - "fillType": 1, + "do_objectID": "518A65E4-7447-46E4-8E6D-2500863E0FEE", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "do_objectID": "441BA153-38D1-4932-89DB-A7E0FA4BF10E", + "fillType": 0, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -3981,10 +4417,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.2, + "blue": 0.6, + "green": 0.6, + "red": 0.6, }, "position": 0, }, @@ -3992,52 +4428,32 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, }, "position": 1, }, ], "to": "{0.5, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.2000000029802322, + "blue": 0.6, + "green": 0.6, + "red": 0.6, }, - "fillType": 1, + "fillType": 0, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -4048,10 +4464,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, }, "position": 0, }, @@ -4059,29 +4475,54 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, + "alpha": 0.5, "blue": 0, "green": 0, "red": 0, }, - "position": 0.8, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, }, - "position": 0.950255322222858, + "position": 0, }, Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.04, + "alpha": 0.5, "blue": 0, "green": 0, "red": 0, @@ -4091,25 +4532,7 @@ Object { ], "to": "{0.5, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, + "isEnabled": false, "noiseIndex": 0, "noiseIntensity": 0, "patternFillType": 0, @@ -4120,10 +4543,10 @@ Object { "shadows": Array [ Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", - "alpha": 0.24, + "alpha": 0.2376019021739131, "blue": 0, "green": 0, "red": 0, @@ -4133,14 +4556,14 @@ Object { "blendMode": 0, "opacity": 1, }, - "isEnabled": true, + "isEnabled": false, "offsetX": 0, - "offsetY": 2, + "offsetY": 8, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.12, @@ -4153,149 +4576,59 @@ Object { "blendMode": 0, "opacity": 1, }, - "isEnabled": true, + "isEnabled": false, "offsetX": 0, "offsetY": 0, "spread": 0, }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,187,211,1.00)", - "display": "block", - "height": "176px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B245FB2F-7F3C-4D6A-AAF3-18FE3B124490", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 176, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", - "endMarkerType": 0, - "fills": Array [ Object { - "_class": "fill", + "_class": "shadow", + "blurRadius": 2, "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.8274509803921568, - "green": 0.7333333333333333, + "alpha": 0.24, + "blue": 0, + "green": 0, "red": 0, }, - "do_objectID": "462C738B-C65E-434C-9FF9-916E784F8EB1", - "fillType": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, ], - "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", + "aria-label=\\"button bg\\"", ], }, }, @@ -4317,24 +4650,51 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, - "kerning": 0, + "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 13, + "length": 5, "location": 0, }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, ], - "string": "Pre-fab Homes", + "string": "NORMAL", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -4343,21 +4703,21 @@ Object { "rules": Object { "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "24px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "16.5px", "position": "absolute", - "top": "137px", + "top": "10px", "visibility": "visible", - "width": "161px", + "width": "61px", }, }, - "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", + "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "386665A7-C098-49E9-AB71-126A8B4ED607", + "do_objectID": "81E4C18A-C5B1-4FCD-A4EC-F507E67A763E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -4366,13 +4726,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D0438ADA-75E5-48E5-A3AB-A55AF5E84029", - "height": 24, - "width": 161, - "x": 19, - "y": 137, + "do_objectID": "C77760CF-EB51-4E10-B303-70D70714C011", + "height": 16, + "width": 61, + "x": 16.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {161, 24}}", + "glyphBounds": "{{0, 0}, {61, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -4381,7 +4741,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Pre-fab Homes 2", + "name": "NORMAL", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -4389,13 +4749,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", + "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "45243A28-E9FB-4A4A-8DB1-A8B2F38B9657", + "do_objectID": "CFA250F8-ABC2-487A-9323-8BBD10C0BFAD", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -4407,17 +4767,16 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, - "kerning": 0, + "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -4429,1282 +4788,863 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "209px", - "position": "absolute", - "top": "188px", - "visibility": "visible", - "width": "119px", - }, - }, - "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2A26EE59-59EE-4608-8D68-FC2A4BB1CE74", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E30F338C-0755-4F54-AED4-4CA9BDE48A46", - "height": 24, - "width": 119, - "x": 209, - "y": 188, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "95px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B6AF0990-0F41-4695-BD54-00197F4BEAE8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "307E9C13-BD4D-44C3-8559-96F0E46B186E", - "height": 24, - "width": 24, - "x": 95, - "y": 0, + ], + "name": "button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"button\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebComponentCodeGenService should match md-components-buttons-lights.sketch snapshot for 59 on wc 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "6C6C25B1-9B38-4ECB-9E0C-76B5AA0FB022", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "516247EF-188D-4E72-AC55-64B03A15D2AD", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "94px", + }, + }, + "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 94, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 47px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "86px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "144px", }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8C0747D3-9212-4C92-8FE5-0707A83F6760", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "36px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "94px", + }, + }, + "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 94, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bg", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "3px", - "position": "absolute", - "top": "1.999899999999798px", - "visibility": "visible", - "width": "18px", - }, - }, - "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E1DB8B35-B319-4E78-9E45-9CA53344E3C5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CBDA8CB3-7920-4DDC-BAC9-B6B509B94BE1", - "height": 20, - "width": 18, - "x": 3, - "y": 1.999899999999798, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.79111111111111099, 0.70682730923694814}", - "curveMode": 4, - "curveTo": "{0.83333333333333337, 0.70682730923694814}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.83333333333333337, 0.70682730923694814}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.72444444444444445, 0.74548192771084365}", - "curveMode": 4, - "curveTo": "{0.7533333333333333, 0.72188755020080353}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.72444444444444445, 0.74548192771084365}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33111111111111119, 0.52560240963855442}", - "curveMode": 4, - "curveTo": "{0.32833333333333337, 0.53714859437751028}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32833333333333337, 0.53714859437751028}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33333333333333337, 0.48995983935743004}", - "curveMode": 2, - "curveTo": "{0.33333333333333337, 0.51405622489959857}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.33333333333333337, 0.5020080321285143}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.32833333333333337, 0.46686746987951833}", - "curveMode": 4, - "curveTo": "{0.33111111111111119, 0.47841365461847413}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.32833333333333337, 0.46686746987951833}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.75, 0.28564257028112472}", - "curveMode": 4, - "curveTo": "{0.72000000000000008, 0.26054216867469898}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.72000000000000008, 0.26054216867469898}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.92555555555555558, 0.30120481927710863}", - "curveMode": 3, - "curveTo": "{0.7894444444444445, 0.30120481927710863}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 0.30120481927710863}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.067269076305220984}", - "curveMode": 2, - "curveTo": "{1, 0.23393574297188771}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.15060240963855434}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", - "curveMode": 2, - "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 8.8817841970012528e-17}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.66666666666666663, 0.16265060240963869}", - "curveMode": 3, - "curveTo": "{0.66666666666666663, 0.067269076305220984}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.66666666666666663, 0.15060240963855434}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.67166666666666663, 0.18574297188755035}", - "curveMode": 4, - "curveTo": "{0.66888888888888887, 0.17419678714859449}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.67166666666666663, 0.18574297188755035}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.25, 0.36696787148594401}", - "curveMode": 4, - "curveTo": "{0.28000000000000003, 0.39206827309236975}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.28000000000000003, 0.39206827309236975}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.074444444444444438, 0.35140562248996005}", - "curveMode": 3, - "curveTo": "{0.21055555555555555, 0.35140562248996005}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.16666666666666666, 0.35140562248996005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.58534136546184767}", - "curveMode": 2, - "curveTo": "{0, 0.41867469879518093}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5020080321285143}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.21055555555555555, 0.65261044176706862}", - "curveMode": 3, - "curveTo": "{0.074444444444444438, 0.65261044176706862}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.16666666666666666, 0.65261044176706862}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.28000000000000003, 0.61194779116465892}", - "curveMode": 4, - "curveTo": "{0.25, 0.6370481927710846}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.28000000000000003, 0.61194779116465892}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.6727777777777777, 0.83132530120481973}", - "curveMode": 4, - "curveTo": "{0.67555555555555558, 0.82078313253012092}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.67555555555555558, 0.82078313253012092}", - }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.67111111111111121, 0.93423694779116495}", - "curveMode": 3, - "curveTo": "{0.67111111111111121, 0.84236947791164696}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.67111111111111121, 0.85341365461847429}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9227777777777777, 1}", - "curveMode": 2, - "curveTo": "{0.74388888888888893, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99555555555555564, 0.77259036144578308}", - "curveMode": 2, - "curveTo": "{0.99555555555555564, 0.93423694779116495}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.99555555555555564, 0.85341365461847385}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.83333333333333337, 0.7068273092369477}", - "curveMode": 4, - "curveTo": "{0.92277777777777792, 0.7068273092369477}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.83333333333333337, 0.7068273092369477}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "395F98C8-7A7D-448B-9431-77AE198CD2AA", - "opacity": 0.5399999618530273, - }, - "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - ], - "name": "share", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"share\\"", - ], + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.2376019021739131, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 8, + "spread": 0, }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "47px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A01478AF-F442-48D4-876B-7B242558A1C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1CD9EA03-E457-4DE2-AB87-E53E4CA3F6CE", - "height": 24, - "width": 24, - "x": 47, - "y": 0, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "18px", - "left": "5px", - "position": "absolute", - "top": "3px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0792DFC7-13AE-4023-BC28-6EAE2F525D94", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 18, - "width": 14, - "x": 5, - "y": 3, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"button bg\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.8571428571428571, 1}", - "curveMode": 1, - "curveTo": "{0.8571428571428571, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.8571428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.064285714285714307, 1}", - "curveMode": 4, - "curveTo": "{0.14285714285714285, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.14285714285714285, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.88888888888888884}", - "curveMode": 4, - "curveTo": "{0, 0.95000000000000007}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.88888888888888884}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.16666666666666666}", - "curveMode": 1, - "curveTo": "{0.5, 0.16666666666666666}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.16666666666666666}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.95000000000000007}", - "curveMode": 4, - "curveTo": "{1, 0.88888888888888884}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.88888888888888884}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.8571428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.93571428571428583, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.8571428571428571, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "1BB40B22-9947-481D-BDFD-D499709536C5", - "opacity": 0.5399999618530273, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", - ], - "type": "path", - }, - ], }, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "78FE6195-3CDF-434D-90A3-E224F31C3763", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", - }, - ], }, - "web": Object { - "attributes": Array [], + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - ], - "name": "bookmark", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"bookmark\\"", - ], + "length": 1, + "location": 5, }, + ], + "string": "NORMAL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "16.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "61px", }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "25px", + }, + "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 61, + "x": 16.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {61, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "NORMAL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - }, - "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0E3F3B31-21D5-4AB9-9C91-1DD6589D73BC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9B35355B-154A-4833-84D9-5218A91A7536", - "height": 24, - "width": 25, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "16px", - "left": "3.125px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "18.75px", - }, - }, - "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ABBE7457-D1CB-4143-BB68-1D95867C1CA6", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 16, - "width": 18.75, - "x": 3.125, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.63888888888888884, 1}", - "curveMode": 4, - "curveTo": "{0.75, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.75, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.46111111111111114, 0.91874999999999996}", - "curveMode": 4, - "curveTo": "{0.53888888888888886, 0.91874999999999996}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0.8125}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1111111111111111, 1}", - "curveMode": 3, - "curveTo": "{0.3611111111111111, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.25, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.5}", - "curveMode": 3, - "curveTo": "{0, 0.88124999999999998}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.71875}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.80555555555555558, 0.3125}", - "curveMode": 4, - "curveTo": "{0.19444444444444445, 0.3125}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.88124999999999998}", - "curveMode": 3, - "curveTo": "{1, 0.5}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.71875}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.75, 1}", - "curveMode": 4, - "curveTo": "{0.88888888888888884, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.75, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "746B6BFB-EEFE-454B-A634-4D361594E58D", - "opacity": 0.5399999618530273, - }, - "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "25px", - }, - }, - "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C5CE84E-EE96-4490-92D4-0DBB46A90FAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 25, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - ], - "name": "favorite", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"favorite\\"", - ], }, + "verticalAlignment": 0, }, - ], - "name": "Buttons", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Buttons\\"", - ], + "attributes": Array [], }, }, ], - "name": "homes", + "maintainScrollPosition": false, + "name": "button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -5712,20 +5652,54 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"homes\\"", + "aria-label=\\"button\\"", ], }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -5734,8 +5708,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "EF515898-537B-469C-9036-E6B725CF8307", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -5748,11 +5756,11 @@ Object { ], "previews": Array [], "user": Object { - "401CB139-CDA3-476B-A400-674DCF860FB6": Object { - "scrollOrigin": "{134, 134}", + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, - "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { "pageListHeight": 110, }, "document": Object { @@ -5763,15 +5771,13 @@ Object { } `; -exports[`WebComponentCodeGenService should match md-components-cards-homes.sketch snapshot for 53 on wc 1`] = ` +exports[`WebComponentCodeGenService should match md-components-cards-homes.sketch snapshot for 52 on wc 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", - "colorAssets": Array [], "colors": Array [], - "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -6051,19 +6057,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 105, }, "fonts": Array [ "Roboto-Regular", @@ -6075,10 +6081,14 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { @@ -6101,9 +6111,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -6152,9 +6159,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -6770,9 +6774,6 @@ Object { "x": 209, "y": 188, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -6815,9 +6816,6 @@ Object { "x": 95, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -7324,9 +7322,6 @@ Object { "x": 47, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -7684,9 +7679,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -8069,7 +8061,7 @@ Object { "previews": Array [], "user": Object { "401CB139-CDA3-476B-A400-674DCF860FB6": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{134, 134}", "zoomValue": 1, }, "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { @@ -8083,13 +8075,15 @@ Object { } `; -exports[`WebComponentCodeGenService should match md-components-cards-pooch.sketch snapshot for 52 on wc 1`] = ` +exports[`WebComponentCodeGenService should match md-components-cards-homes.sketch snapshot for 53 on wc 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -8099,7 +8093,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -8108,7 +8102,7 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", "name": "Material/Light/Card", "value": Object { "_class": "style", @@ -8316,27 +8310,34 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "name": "Material/Light/Divider", + "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", + "name": "Material/Icon dark", "value": Object { "_class": "style", - "borders": Array [ + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, "fillType": 0, "isEnabled": true, - "position": 0, - "thickness": 1, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -8350,137 +8351,53 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", + "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ "Roboto-Regular", - "Roboto-Medium", ], "pagesAndArtboards": Object { - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", + "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -8496,6 +8413,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -8518,7 +8438,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "136px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -8526,21 +8446,11 @@ Object { "width": "344px", }, }, - "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", + "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], + "do_objectID": "98074A6E-84B2-4F16-B665-C835B1F1F186", + "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -8548,12 +8458,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", - "height": 136, + "do_objectID": "E63A53AF-E7EE-46D8-BFE8-0AAB73C9D3DE", + "height": 224, "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -8575,7 +8488,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "136px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -8583,21 +8496,21 @@ Object { "width": "344px", }, }, - "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", + "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", + "do_objectID": "0713C981-1FBB-49DE-8AF4-82CEF028725A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 3, + "fixedRadius": 2, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 136, + "height": 224, "width": 344, "x": 0, "y": 0, @@ -8611,46 +8524,50 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card 2", + "name": "card", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", + "do_objectID": "9EF2F25A-8C0B-490A-8B6B-CB89A9CA3FE0", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", + "do_objectID": "76222E59-B93C-48FF-9FC5-055A32CBC1D2", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", + "do_objectID": "598CF3D5-4C1A-4AD1-B2B7-1D97BE8C6704", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", + "do_objectID": "DD1184C0-136D-418C-8EA0-1ED3D172E028", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -8659,7 +8576,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -8799,7 +8716,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", + "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", "endMarkerType": 0, "fills": Array [ Object { @@ -8868,7 +8785,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card 2\\"", + "aria-label=\\"card\\"", ], }, }, @@ -8881,21 +8798,21 @@ Object { "before": Object {}, }, "rules": Object { - "background-color": "rgba(0,0,0,0.25)", + "background-color": "rgba(0,187,211,1.00)", "display": "block", - "height": "136px", + "height": "176px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "88px", + "width": "344px", }, }, - "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", + "do_objectID": "B245FB2F-7F3C-4D6A-AAF3-18FE3B124490", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -8905,8 +8822,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 136, - "width": 88, + "height": 176, + "width": 344, "x": 0, "y": 0, }, @@ -8970,19 +8887,19 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.25, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.8274509803921568, + "green": 0.7333333333333333, "red": 0, }, - "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "do_objectID": "462C738B-C65E-434C-9FF9-916E784F8EB1", "fillType": 0, "isEnabled": true, "noiseIndex": 0, @@ -8993,34 +8910,6 @@ Object { ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { @@ -9030,122 +8919,6 @@ Object { ], }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "82px", - "visibility": "visible", - "width": "256px", - }, - }, - "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", - "height": 3, - "width": 256, - "x": 88, - "y": 82, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.51388888888888884}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.51388888888888884}", - "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", - "curveMode": 1, - "curveTo": "{0.0058593749999999445, 0.54166666666666663}", - "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, Object { "_class": "text", "attributedString": Object { @@ -9157,52 +8930,54 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "name": "Roboto-Regular", + "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - "length": 6, + "length": 13, "location": 0, }, ], - "string": "REVIEW", + "string": "Pre-fab Homes", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "223.5px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "19px", "position": "absolute", - "top": "100px", + "top": "137px", "visibility": "visible", - "width": "51px", + "width": "161px", }, }, - "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", + "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", + "do_objectID": "386665A7-C098-49E9-AB71-126A8B4ED607", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -9211,12 +8986,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 51, - "x": 223.5, - "y": 100, + "do_objectID": "D0438ADA-75E5-48E5-A3AB-A55AF5E84029", + "height": 24, + "width": 161, + "x": 19, + "y": 137, }, - "glyphBounds": "{{0, 0}, {50, 16}}", + "glyphBounds": "{{0, 0}, {161, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -9225,7 +9001,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "REVIEW", + "name": "Pre-fab Homes 2", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -9233,33 +9009,35 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", + "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", + "do_objectID": "45243A28-E9FB-4A4A-8DB1-A8B2F38B9657", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "name": "Roboto-Regular", + "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -9272,62 +9050,24 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 11, - "location": 0, - }, - ], - "string": "FREE SAMPLE", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "108.5px", + "height": "24px", + "left": "209px", "position": "absolute", - "top": "100px", + "top": "188px", "visibility": "visible", - "width": "92px", + "width": "119px", }, }, - "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", - "dontSynchroniseWithSymbol": false, + "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", + "do_objectID": "2A26EE59-59EE-4608-8D68-FC2A4BB1CE74", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -9336,2199 +9076,1590 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 92, - "x": 108.5, - "y": 100, + "do_objectID": "E30F338C-0755-4F54-AED4-4CA9BDE48A46", + "height": 24, + "width": 119, + "x": 209, + "y": 188, }, - "glyphBounds": "{{0, 0}, {91, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "FREE SAMPLE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B6AF0990-0F41-4695-BD54-00197F4BEAE8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "307E9C13-BD4D-44C3-8559-96F0E46B186E", + "height": 24, + "width": 24, + "x": 95, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8C0747D3-9212-4C92-8FE5-0707A83F6760", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", + ], + "type": "path", + }, + ], }, - }, - "length": 14, - "location": 0, - }, - ], - "string": "By Alex Nelson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "107px", - "position": "absolute", - "top": "43px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 95, - "x": 107, - "y": 43, - }, - "glyphBounds": "{{0, 0}, {93, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "By Alex Nelson 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "3px", + "position": "absolute", + "top": "1.999899999999798px", + "visibility": "visible", + "width": "18px", }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, + "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E1DB8B35-B319-4E78-9E45-9CA53344E3C5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - }, - "length": 8, - "location": 0, - }, - ], - "string": "El Pooch", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "106px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 95, - "x": 106, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {94, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "El Pooch 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "CBDA8CB3-7920-4DDC-BAC9-B6B509B94BE1", + "height": 20, + "width": 18, + "x": 3, + "y": 1.999899999999798, }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "pooch", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"pooch\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { - "pageListHeight": 110, - }, - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebComponentCodeGenService should match md-components-cards-pooch.sketch snapshot for 53 on wc 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.79111111111111099, 0.70682730923694814}", + "curveMode": 4, + "curveTo": "{0.83333333333333337, 0.70682730923694814}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.83333333333333337, 0.70682730923694814}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.72444444444444445, 0.74548192771084365}", + "curveMode": 4, + "curveTo": "{0.7533333333333333, 0.72188755020080353}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.72444444444444445, 0.74548192771084365}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33111111111111119, 0.52560240963855442}", + "curveMode": 4, + "curveTo": "{0.32833333333333337, 0.53714859437751028}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32833333333333337, 0.53714859437751028}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33333333333333337, 0.48995983935743004}", + "curveMode": 2, + "curveTo": "{0.33333333333333337, 0.51405622489959857}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33333333333333337, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.32833333333333337, 0.46686746987951833}", + "curveMode": 4, + "curveTo": "{0.33111111111111119, 0.47841365461847413}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.32833333333333337, 0.46686746987951833}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.28564257028112472}", + "curveMode": 4, + "curveTo": "{0.72000000000000008, 0.26054216867469898}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.72000000000000008, 0.26054216867469898}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.92555555555555558, 0.30120481927710863}", + "curveMode": 3, + "curveTo": "{0.7894444444444445, 0.30120481927710863}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.30120481927710863}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.067269076305220984}", + "curveMode": 2, + "curveTo": "{1, 0.23393574297188771}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", + "curveMode": 2, + "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 8.8817841970012528e-17}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.66666666666666663, 0.16265060240963869}", + "curveMode": 3, + "curveTo": "{0.66666666666666663, 0.067269076305220984}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.66666666666666663, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67166666666666663, 0.18574297188755035}", + "curveMode": 4, + "curveTo": "{0.66888888888888887, 0.17419678714859449}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.67166666666666663, 0.18574297188755035}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.36696787148594401}", + "curveMode": 4, + "curveTo": "{0.28000000000000003, 0.39206827309236975}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.28000000000000003, 0.39206827309236975}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.074444444444444438, 0.35140562248996005}", + "curveMode": 3, + "curveTo": "{0.21055555555555555, 0.35140562248996005}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.35140562248996005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.58534136546184767}", + "curveMode": 2, + "curveTo": "{0, 0.41867469879518093}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.21055555555555555, 0.65261044176706862}", + "curveMode": 3, + "curveTo": "{0.074444444444444438, 0.65261044176706862}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.65261044176706862}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.28000000000000003, 0.61194779116465892}", + "curveMode": 4, + "curveTo": "{0.25, 0.6370481927710846}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.28000000000000003, 0.61194779116465892}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.6727777777777777, 0.83132530120481973}", + "curveMode": 4, + "curveTo": "{0.67555555555555558, 0.82078313253012092}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.67555555555555558, 0.82078313253012092}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67111111111111121, 0.93423694779116495}", + "curveMode": 3, + "curveTo": "{0.67111111111111121, 0.84236947791164696}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.67111111111111121, 0.85341365461847429}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9227777777777777, 1}", + "curveMode": 2, + "curveTo": "{0.74388888888888893, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99555555555555564, 0.77259036144578308}", + "curveMode": 2, + "curveTo": "{0.99555555555555564, 0.93423694779116495}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.99555555555555564, 0.85341365461847385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.83333333333333337, 0.7068273092369477}", + "curveMode": 4, + "curveTo": "{0.92277777777777792, 0.7068273092369477}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.7068273092369477}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "395F98C8-7A7D-448B-9431-77AE198CD2AA", + "opacity": 0.5399999618530273, + }, + "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", + ], + "type": "path", + }, + ], }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "web": Object { + "attributes": Array [], }, - "position": 1, }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "name": "share", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "position": 0.8, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"share\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "47px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A01478AF-F442-48D4-876B-7B242558A1C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1CD9EA03-E457-4DE2-AB87-E53E4CA3F6CE", + "height": 24, + "width": 24, + "x": 47, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "5px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0792DFC7-13AE-4023-BC28-6EAE2F525D94", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 14, + "x": 5, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 1, + "curveTo": "{0.8571428571428571, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.8571428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.064285714285714307, 1}", + "curveMode": 4, + "curveTo": "{0.14285714285714285, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.14285714285714285, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.88888888888888884}", + "curveMode": 4, + "curveTo": "{0, 0.95000000000000007}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.16666666666666666}", + "curveMode": 1, + "curveTo": "{0.5, 0.16666666666666666}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.16666666666666666}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.95000000000000007}", + "curveMode": 4, + "curveTo": "{1, 0.88888888888888884}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.93571428571428583, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.8571428571428571, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "1BB40B22-9947-481D-BDFD-D499709536C5", + "opacity": 0.5399999618530273, + }, + "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - "position": 0.950255322222858, }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "78FE6195-3CDF-434D-90A3-E224F31C3763", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - "position": 1, }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "name": "bookmark", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"bookmark\\"", + ], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", - "height": 136, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 3, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 136, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": true, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card 2", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, + }, + "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E3F3B31-21D5-4AB9-9C91-1DD6589D73BC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9B35355B-154A-4833-84D9-5218A91A7536", + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3.125px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18.75px", }, + }, + "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ABBE7457-D1CB-4143-BB68-1D95867C1CA6", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 18.75, + "x": 3.125, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.63888888888888884, 1}", + "curveMode": 4, + "curveTo": "{0.75, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.75, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.46111111111111114, 0.91874999999999996}", + "curveMode": 4, + "curveTo": "{0.53888888888888886, 0.91874999999999996}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0.8125}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1111111111111111, 1}", + "curveMode": 3, + "curveTo": "{0.3611111111111111, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.25, 1}", }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5}", + "curveMode": 3, + "curveTo": "{0, 0.88124999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.71875}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.80555555555555558, 0.3125}", + "curveMode": 4, + "curveTo": "{0.19444444444444445, 0.3125}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.88124999999999998}", + "curveMode": 3, + "curveTo": "{1, 0.5}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.71875}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 1}", + "curveMode": 4, + "curveTo": "{0.88888888888888884, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.75, 1}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "746B6BFB-EEFE-454B-A634-4D361594E58D", + "opacity": 0.5399999618530273, + }, + "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", + }, + }, + "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C5CE84E-EE96-4490-92D4-0DBB46A90FAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, + ], + "name": "favorite", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"favorite\\"", + ], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card 2\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.25)", - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 136, - "width": 88, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", }, ], + "name": "Buttons", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.25, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", + "role=\\"group\\"", + "aria-label=\\"Buttons\\"", ], }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "82px", - "visibility": "visible", - "width": "256px", + ], + "name": "homes", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"homes\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebComponentCodeGenService should match md-components-cards-homes.sketch snapshot for 59 on wc 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "501349E4-2CFB-4642-95FE-E18C5840D5E0", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "52BD125A-8DAF-4D9A-9745-66C9DD33B546", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", - "height": 3, - "width": 256, - "x": 88, - "y": 82, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.51388888888888884}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.51388888888888884}", - "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", - "curveMode": 1, - "curveTo": "{0.0058593749999999445, 0.54166666666666663}", - "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, - "length": 6, - "location": 0, - }, - ], - "string": "REVIEW", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "223.5px", - "position": "absolute", - "top": "100px", - "visibility": "visible", - "width": "51px", - }, - }, - "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 51, - "x": 223.5, - "y": 100, - }, - "glyphBounds": "{{0, 0}, {50, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "REVIEW", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.2, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0, + "blue": 0, + "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 0, }, - "length": 11, - "location": 0, - }, - ], - "string": "FREE SAMPLE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "108.5px", - "position": "absolute", - "top": "100px", - "visibility": "visible", - "width": "92px", - }, - }, - "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 92, - "x": 108.5, - "y": 100, - }, - "glyphBounds": "{{0, 0}, {91, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "FREE SAMPLE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6C7A151B-8B7A-4669-AEB0-325A3E85F7DD", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.5438462409, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "position": 1, }, - "length": 14, - "location": 0, - }, - ], - "string": "By Alex Nelson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "107px", - "position": "absolute", - "top": "43px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 95, - "x": 107, - "y": 43, - }, - "glyphBounds": "{{0, 0}, {93, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "By Alex Nelson 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 8, - "location": 0, - }, - ], - "string": "El Pooch", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "106px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 95, - "x": 106, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {94, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "El Pooch 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "pooch", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"pooch\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { - "pageListHeight": 110, - }, - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebComponentCodeGenService should match md-components-cards-safari.sketch snapshot for 52 on wc 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -11578,28 +10709,99 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "name": "Material/Light/Divider", + "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", + "name": "Material/Icon dark", "value": Object { "_class": "style", - "borders": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "EC7B3116-BA69-4AB8-A43A-ACF2B1514F3B", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, - "position": 0, - "thickness": 1, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "endMarkerType": 0, + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -11617,52 +10819,48 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "49.3", - "build": 51167, - "commit": "2b45d75f77b3d86c8cfab3e1090bcc520c37ea74", - "compatibilityVersion": 93, + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 101, + "version": 121, }, "fonts": Array [ "Roboto-Regular", - "Roboto-Medium", ], "pagesAndArtboards": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -11678,6 +10876,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -11700,7 +10901,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "304px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -11708,21 +10909,10 @@ Object { "width": "344px", }, }, - "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], + "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -11730,12 +10920,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", - "height": 304, + "height": 224, "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -11751,25 +10943,38 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "274px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "304px", + "height": "224px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", "width": "344px", }, }, - "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -11779,7 +10984,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 304, + "height": 224, "width": 344, "x": 0, "y": 0, @@ -11793,8 +10998,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "card", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -11803,7 +11010,6 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", - "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -11814,7 +11020,6 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", - "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -11825,7 +11030,6 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", - "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -11836,7 +11040,6 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", - "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -11845,10 +11048,26 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -11859,7 +11078,11 @@ Object { "green": 0.592, "red": 0.592, }, - "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -11876,7 +11099,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -11888,7 +11110,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -11900,7 +11121,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -11912,7 +11132,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -11931,7 +11150,11 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -11948,7 +11171,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -11960,7 +11182,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -11972,7 +11193,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -11984,7 +11204,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -11995,7 +11214,20 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", "endMarkerType": 0, "fills": Array [ Object { @@ -12007,7 +11239,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -12015,6 +11283,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -12032,7 +11301,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -12053,7 +11321,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -12076,24 +11343,37 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(0,187,211,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "226px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { - "background-color": "rgba(0,150,136,1.00)", + "background": "inherit", + "background-color": "rgba(0,187,211,1.00)", "display": "block", "height": "176px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", "width": "344px", }, }, - "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12117,8 +11397,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "image placeholder", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -12168,7 +11450,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", "endMarkerType": 0, "fills": Array [ Object { @@ -12176,11 +11488,47 @@ Object { "color": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "blue": 0.8274509803921568, + "green": 0.7333333333333333, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -12188,7 +11536,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -12221,6 +11571,7 @@ Object { "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", @@ -12229,11 +11580,11 @@ Object { "minimumLineHeight": 24, }, }, - "length": 22, + "length": 13, "location": 0, }, ], - "string": "Kangaroo Valley Safari", + "string": "Pre-fab Homes", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -12245,18 +11596,17 @@ Object { "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", "font-size": "24px", "height": "24px", - "left": "18px", + "left": "19px", "position": "absolute", "top": "137px", "visibility": "visible", - "width": "245px", + "width": "161px", }, }, - "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12266,11 +11616,11 @@ Object { "_class": "rect", "constrainProportions": false, "height": 24, - "width": 245, - "x": 18, + "width": 161, + "x": 19, "y": 137, }, - "glyphBounds": "{{0, 0}, {241, 24}}", + "glyphBounds": "{{0, 0}, {161, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -12279,7 +11629,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Kangaroo Valley Safari", + "maintainScrollPosition": false, + "name": "Pre-fab Homes 2", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -12287,13 +11638,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -12309,6 +11692,7 @@ Object { "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", @@ -12326,134 +11710,6 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 83, - "location": 0, - }, - ], - "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "48px", - "left": "18px", - "position": "absolute", - "top": "183px", - "visibility": "visible", - "width": "311px", - }, - }, - "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", - "height": 48, - "width": 311, - "x": 18, - "y": 183, - }, - "glyphBounds": "{{0, 0}, {311, 48}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Located two hours so 2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, Object { "_class": "group", "booleanOperation": 0, @@ -12461,18 +11717,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "36px", - "left": "76px", + "height": "24px", + "left": "209px", "position": "absolute", - "top": "260px", + "top": "188px", "visibility": "visible", - "width": "112px", + "width": "119px", }, }, - "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12481,11 +11736,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", - "height": 36, - "width": 112, - "x": 76, - "y": 260, + "height": 24, + "width": 119, + "x": 209, + "y": 188, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -12497,25 +11754,23 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "36px", - "left": "0px", + "height": "24px", + "left": "95px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "112px", + "width": "24px", }, }, - "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", - "edited": true, + "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12524,555 +11779,668 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 36, - "width": 112, - "x": 0, + "height": 24, + "width": 24, + "x": 95, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, - "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", - "opacity": 0.5, - }, - "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, - "length": 10, - "location": 0, }, - ], - "string": "LEARN MORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "12.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "87px", - }, - }, - "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 87, - "x": 12.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {86, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "LEARN MORE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "8px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", - "height": 36, - "width": 68, - "x": 8, - "y": 260, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", - "opacity": 0.5, - }, - "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", + ], + "type": "path", + }, ], - "type": "path", }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, + "web": Object { + "attributes": Array [], }, - ], - "string": "SHARE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "11.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "46px", }, - }, - "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", - "dontSynchroniseWithSymbol": false, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "3px", + "position": "absolute", + "top": "1.999899999999798px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 18, + "x": 3, + "y": 1.999899999999798, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.79111111111111099, 0.70682730923694814}", + "curveMode": 4, + "curveTo": "{0.83333333333333337, 0.70682730923694814}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.83333333333333337, 0.70682730923694814}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.72444444444444445, 0.74548192771084365}", + "curveMode": 4, + "curveTo": "{0.7533333333333333, 0.72188755020080353}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.72444444444444445, 0.74548192771084365}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33111111111111119, 0.52560240963855442}", + "curveMode": 4, + "curveTo": "{0.32833333333333337, 0.53714859437751028}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32833333333333337, 0.53714859437751028}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33333333333333337, 0.48995983935743004}", + "curveMode": 2, + "curveTo": "{0.33333333333333337, 0.51405622489959857}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33333333333333337, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.32833333333333337, 0.46686746987951833}", + "curveMode": 4, + "curveTo": "{0.33111111111111119, 0.47841365461847413}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.32833333333333337, 0.46686746987951833}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.28564257028112472}", + "curveMode": 4, + "curveTo": "{0.72000000000000008, 0.26054216867469898}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.72000000000000008, 0.26054216867469898}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.92555555555555558, 0.30120481927710863}", + "curveMode": 3, + "curveTo": "{0.7894444444444445, 0.30120481927710863}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.30120481927710863}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.067269076305220984}", + "curveMode": 2, + "curveTo": "{1, 0.23393574297188771}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", + "curveMode": 2, + "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 8.8817841970012528e-17}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.66666666666666663, 0.16265060240963869}", + "curveMode": 3, + "curveTo": "{0.66666666666666663, 0.067269076305220984}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.66666666666666663, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67166666666666663, 0.18574297188755035}", + "curveMode": 4, + "curveTo": "{0.66888888888888887, 0.17419678714859449}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.67166666666666663, 0.18574297188755035}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.36696787148594401}", + "curveMode": 4, + "curveTo": "{0.28000000000000003, 0.39206827309236975}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.28000000000000003, 0.39206827309236975}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.074444444444444438, 0.35140562248996005}", + "curveMode": 3, + "curveTo": "{0.21055555555555555, 0.35140562248996005}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.35140562248996005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.58534136546184767}", + "curveMode": 2, + "curveTo": "{0, 0.41867469879518093}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.21055555555555555, 0.65261044176706862}", + "curveMode": 3, + "curveTo": "{0.074444444444444438, 0.65261044176706862}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.65261044176706862}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.28000000000000003, 0.61194779116465892}", + "curveMode": 4, + "curveTo": "{0.25, 0.6370481927710846}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.28000000000000003, 0.61194779116465892}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.6727777777777777, 0.83132530120481973}", + "curveMode": 4, + "curveTo": "{0.67555555555555558, 0.82078313253012092}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.67555555555555558, 0.82078313253012092}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67111111111111121, 0.93423694779116495}", + "curveMode": 3, + "curveTo": "{0.67111111111111121, 0.84236947791164696}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.67111111111111121, 0.85341365461847429}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9227777777777777, 1}", + "curveMode": 2, + "curveTo": "{0.74388888888888893, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99555555555555564, 0.77259036144578308}", + "curveMode": 2, + "curveTo": "{0.99555555555555564, 0.93423694779116495}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.99555555555555564, 0.85341365461847385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.83333333333333337, 0.7068273092369477}", + "curveMode": 4, + "curveTo": "{0.92277777777777792, 0.7068273092369477}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.7068273092369477}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "share", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"share\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "47px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -13081,12 +12449,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 46, - "x": 11.5, - "y": 10, + "height": 24, + "width": 24, + "x": 47, + "y": 0, }, - "glyphBounds": "{{0, 0}, {45, 16}}", + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -13094,2528 +12465,1424 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "SHARE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "5px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "14px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "250px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", - "height": 3, - "width": 344, - "x": 0, - "y": 250, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.50694444444444431}", - "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.52083333333333326}", - "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "safari", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"safari\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebComponentCodeGenService should match md-components-cards-safari.sketch snapshot for 53 on wc 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 14, + "x": 5, + "y": 3, }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 1, + "curveTo": "{0.8571428571428571, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.8571428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.064285714285714307, 1}", + "curveMode": 4, + "curveTo": "{0.14285714285714285, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.14285714285714285, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.88888888888888884}", + "curveMode": 4, + "curveTo": "{0, 0.95000000000000007}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.16666666666666666}", + "curveMode": 1, + "curveTo": "{0.5, 0.16666666666666666}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.16666666666666666}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.95000000000000007}", + "curveMode": 4, + "curveTo": "{1, 0.88888888888888884}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.93571428571428583, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.8571428571428571, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", + ], + "type": "path", + }, + ], }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "web": Object { + "attributes": Array [], }, - "position": 0, }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "304px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", - "height": 304, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", - "display": "block", - "height": "304px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 2, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 304, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": true, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", - "position": 0.05, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", - "position": 0, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", - "position": 0.950255322222858, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", }, - "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", - "position": 1, - }, - ], - "to": "{0.5, 1}", + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + ], + "maintainScrollPosition": false, + "name": "bookmark", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 1, }, - "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, + "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"bookmark\\"", + ], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "display": "block", - "height": "176px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 176, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 22, - "location": 0, + "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - ], - "string": "Kangaroo Valley Safari", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "24px", - "left": "18px", - "position": "absolute", - "top": "137px", - "visibility": "visible", - "width": "245px", - }, - }, - "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 245, - "x": 18, - "y": 137, - }, - "glyphBounds": "{{0, 0}, {241, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Kangaroo Valley Safari", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3.125px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18.75px", }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - }, - "length": 83, - "location": 0, - }, - ], - "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "48px", - "left": "18px", - "position": "absolute", - "top": "183px", - "visibility": "visible", - "width": "311px", - }, - }, - "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", - "height": 48, - "width": 311, - "x": 18, - "y": 183, - }, - "glyphBounds": "{{0, 0}, {311, 48}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Located two hours so 2", - "nameIsFixed": false, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 18.75, + "x": 3.125, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.63888888888888884, 1}", + "curveMode": 4, + "curveTo": "{0.75, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.75, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.46111111111111114, 0.91874999999999996}", + "curveMode": 4, + "curveTo": "{0.53888888888888886, 0.91874999999999996}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0.8125}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1111111111111111, 1}", + "curveMode": 3, + "curveTo": "{0.3611111111111111, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.25, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5}", + "curveMode": 3, + "curveTo": "{0, 0.88124999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.80555555555555558, 0.3125}", + "curveMode": 4, + "curveTo": "{0.19444444444444445, 0.3125}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.88124999999999998}", + "curveMode": 3, + "curveTo": "{1, 0.5}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 1}", + "curveMode": 4, + "curveTo": "{0.88888888888888884, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.75, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", + }, + }, + "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "favorite", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"favorite\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Buttons", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Buttons\\"", + ], }, }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "76px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "112px", + ], + "maintainScrollPosition": false, + "name": "homes", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"homes\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2D01F6AA-EF00-425B-A17B-ED2C957D63AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebComponentCodeGenService should match md-components-cards-pooch.sketch snapshot for 52 on wc 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", - "height": 36, - "width": 112, - "x": 76, - "y": 260, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "112px", - }, - }, - "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 112, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", - "opacity": 0.5, - }, - "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "LEARN MORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "12.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "87px", + "position": 0.950255322222858, }, - }, - "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 87, - "x": 12.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {86, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "LEARN MORE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "8px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "68px", + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", - "height": 36, - "width": 68, - "x": 8, - "y": 260, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", - "opacity": 0.5, - }, - "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - ], - "string": "SHARE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "11.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "46px", - }, - }, - "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 46, - "x": 11.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {45, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "SHARE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "250px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", - "height": 3, - "width": 344, - "x": 0, - "y": 250, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.50694444444444431}", - "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.52083333333333326}", - "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - }, - ], - "name": "safari", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + ], "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"safari\\"", - ], - }, }, ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, }, - "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { - "pageListHeight": 110, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebComponentCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 52 on wc 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", - "name": "Material/Light/Card", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.12, + "alpha": 0.5438462409, "blue": 0, "green": 0, "red": 0, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, + "verticalAlignment": 0, + }, "windingRule": 1, }, }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", - "name": "Material/Light/Subhead", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", "value": Object { "_class": "style", "endMarkerType": 0, @@ -15635,15 +13902,15 @@ Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 24, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, "verticalAlignment": 0, @@ -15656,7 +13923,7 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], @@ -15682,7 +13949,7 @@ Object { "Roboto-Medium", ], "pagesAndArtboards": Object { - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, @@ -15702,7 +13969,7 @@ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -15740,7 +14007,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -15748,10 +14015,10 @@ Object { "width": "344px", }, }, - "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -15770,8 +14037,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", - "height": 208, + "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", + "height": 136, "width": 344, "x": 0, "y": 0, @@ -15797,7 +14064,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -15805,11 +14072,11 @@ Object { "width": "344px", }, }, - "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -15819,7 +14086,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 208, + "height": 136, "width": 344, "x": 0, "y": 0, @@ -15833,7 +14100,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "card 2", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -15881,7 +14148,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -16021,7 +14288,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -16090,191 +14357,341 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card\\"", + "aria-label=\\"card 2\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 13, - "location": 0, - }, - ], - "string": "Welcome Back!", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,150,136,1.00)", + "background-color": "rgba(0,0,0,0.25)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "18px", + "height": "136px", + "left": "0px", "position": "absolute", - "top": "22px", + "top": "0px", "visibility": "visible", - "width": "166px", + "width": "88px", }, }, - "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", - "dontSynchroniseWithSymbol": false, + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 32, - "width": 166, - "x": 18, - "y": 22, + "height": 136, + "width": 88, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {165, 28}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Welcome Back!", - "nameIsFixed": false, - "resizingConstraint": 47, + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.8703294837, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 24, + "size": 16, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 54, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, "location": 0, }, ], - "string": "It’s been a while, have you read any new books lately?", + "string": "REVIEW", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "48px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "61px", + "top": "100px", "visibility": "visible", - "width": "204px", + "width": "51px", }, }, - "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16283,13 +14700,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", - "height": 48, - "width": 204, - "x": 19, - "y": 61, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {204, 48}}", + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16298,73 +14714,109 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "It’s been a while, h", + "name": "REVIEW", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 11, + "location": 0, + }, + ], + "string": "FREE SAMPLE", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "36px", - "left": "77px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "165px", + "top": "100px", "visibility": "visible", - "width": "54px", + "width": "92px", }, }, - "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16373,13 +14825,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", - "height": 36, - "width": 54, - "x": 77, - "y": 165, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16387,343 +14838,239 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "54px", - }, - }, - "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 54, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", + "lineSpacingBehaviour": 0, + "name": "FREE SAMPLE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", - "opacity": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 14, }, - "length": 3, - "location": 0, }, - ], - "string": "YES", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "14.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "26px", - }, - }, - "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 26, - "x": 14.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {25, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "YES", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "length": 14, + "location": 0, }, + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", + "position": "absolute", + "top": "43px", + "visibility": "visible", + "width": "95px", }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, + }, + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 95, + "x": 107, + "y": 43, + }, + "glyphBounds": "{{0, 0}, {93, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "36px", - "left": "8px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", "position": "absolute", - "top": "165px", + "top": "10px", "visibility": "visible", - "width": "68px", + "width": "95px", }, }, - "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16732,13 +15079,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", - "height": 36, - "width": 68, - "x": 8, - "y": 165, + "height": 32, + "width": 95, + "x": 106, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {94, 32}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16746,581 +15092,195 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", + "lineSpacingBehaviour": 0, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, - "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "pooch", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"pooch\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { + "pageListHeight": 110, + }, + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebComponentCodeGenService should match md-components-cards-pooch.sketch snapshot for 53 on wc 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", - "opacity": 0.5, - }, - "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "NO", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "24.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", - "height": 16, - "width": 20, - "x": 24.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {20, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NO", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "154px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", - "height": 3, - "width": 344, - "x": 0, - "y": 154, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Line", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.52777777777777746}", - "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.58333333333333326}", - "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Welcome back", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Welcome back\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { - "pageListHeight": 110, - }, - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebComponentCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 53 on wc 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { "_class": "gradientStop", @@ -17476,7 +15436,7 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", "name": "Material/Light/Divider", "value": Object { "_class": "style", @@ -17513,8 +15473,8 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", - "name": "Material/Light/Subhead", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", "endMarkerType": 0, @@ -17525,7 +15485,7 @@ Object { "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, + "alpha": 0.5438462409, "blue": 0, "green": 0, "red": 0, @@ -17534,15 +15494,15 @@ Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -17550,12 +15510,51 @@ Object { "windingRule": 1, }, }, - ], - }, + Object { + "_class": "sharedStyle", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], @@ -17581,7 +15580,7 @@ Object { "Roboto-Medium", ], "pagesAndArtboards": Object { - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, @@ -17597,7 +15596,7 @@ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -17638,7 +15637,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -17646,10 +15645,10 @@ Object { "width": "344px", }, }, - "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -17668,8 +15667,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", - "height": 208, + "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", + "height": 136, "width": 344, "x": 0, "y": 0, @@ -17698,7 +15697,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -17706,11 +15705,11 @@ Object { "width": "344px", }, }, - "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -17720,7 +15719,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 208, + "height": 136, "width": 344, "x": 0, "y": 0, @@ -17734,7 +15733,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "card 2", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -17782,7 +15781,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -17922,7 +15921,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -17991,9 +15990,283 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card\\"", + "aria-label=\\"card 2\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.25)", + "display": "block", + "height": "136px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 136, + "width": 88, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "text", @@ -18013,21 +16286,22 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 13, + "length": 6, "location": 0, }, ], - "string": "Welcome Back!", + "string": "REVIEW", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -18036,21 +16310,21 @@ Object { "rules": Object { "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "18px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "22px", + "top": "100px", "visibility": "visible", - "width": "166px", + "width": "51px", }, }, - "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18059,12 +16333,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 32, - "width": 166, - "x": 18, - "y": 22, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {165, 28}}", + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18073,7 +16347,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Welcome Back!", + "name": "REVIEW", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -18081,13 +16355,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -18099,13 +16373,14 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -18128,54 +16403,53 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 54, + "length": 11, "location": 0, }, ], - "string": "It’s been a while, have you read any new books lately?", + "string": "FREE SAMPLE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "48px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "61px", + "top": "100px", "visibility": "visible", - "width": "204px", + "width": "92px", }, }, - "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18184,13 +16458,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", - "height": 48, - "width": 204, - "x": 19, - "y": 61, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {204, 48}}", + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18199,73 +16472,110 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "It’s been a while, h", + "name": "FREE SAMPLE", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 14, + "location": 0, + }, + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.54)", "display": "block", - "height": "36px", - "left": "77px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", "position": "absolute", - "top": "165px", + "top": "43px", "visibility": "visible", - "width": "54px", + "width": "95px", }, }, - "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18274,16 +16584,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", - "height": 36, - "width": 54, - "x": 77, - "y": 165, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 20, + "width": 95, + "x": 107, + "y": 43, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {93, 20}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18291,343 +16597,113 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "54px", - }, - }, - "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 54, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", - "opacity": 0.5, - }, - "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 3, - "location": 0, - }, - ], - "string": "YES", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "14.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "26px", - }, - }, - "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 26, - "x": 14.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {25, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "YES", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "36px", - "left": "8px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", "position": "absolute", - "top": "165px", + "top": "10px", "visibility": "visible", - "width": "68px", + "width": "95px", }, }, - "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18636,16 +16712,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", - "height": 36, - "width": 68, - "x": 8, - "y": 165, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 32, + "width": 95, + "x": 106, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {94, 32}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18653,443 +16725,57 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", + "lineSpacingBehaviour": 0, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - }, - "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", - "opacity": 0.5, - }, - "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "NO", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "24.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", - "height": 16, - "width": 20, - "x": 24.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {20, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NO", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, + "verticalAlignment": 0, }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "154px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", - "height": 3, - "width": 344, - "x": 0, - "y": 154, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Line", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.52777777777777746}", - "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.58333333333333326}", - "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, ], - "name": "Welcome back", + "name": "pooch", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -19097,7 +16783,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -19106,7 +16792,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"Welcome back\\"", + "aria-label=\\"pooch\\"", ], }, }, @@ -19133,10 +16819,10 @@ Object { ], "previews": Array [], "user": Object { - "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { "pageListHeight": 110, }, - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "scrollOrigin": "{160, 160}", "zoomValue": 1, }, @@ -19148,13 +16834,17 @@ Object { } `; -exports[`WebComponentCodeGenService should match md-components-chips-open-chip.sketch snapshot for 52 on wc 1`] = ` +exports[`WebComponentCodeGenService should match md-components-cards-pooch.sketch snapshot for 59 on wc 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "do_objectID": "4B1A9331-4617-4A21-B711-BE5F8924794F", + "exportPresets": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -19164,7 +16854,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "do_objectID": "69B317A2-7627-4FC2-A275-B06F3229E81E", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -19173,10 +16863,26 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "name": "Material/Light/Card", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -19187,6 +16893,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19254,6 +16965,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19313,6 +17029,20 @@ Object { "thickness": 0.5, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0E4EE3DD-559D-4D15-B962-74EBE5A82DB0", "endMarkerType": 0, "fills": Array [ Object { @@ -19324,7 +17054,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -19332,6 +17098,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -19381,30 +17148,97 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "name": "Material/Icon white", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "name": "Material/Light/Divider", "value": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "position": 0, + "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D1660E01-8DB4-448C-9F7D-D0A333CE5A83", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -19420,12 +17254,46 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A1F549B8-1061-4ED6-BA84-122DBECF75E7", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -19459,75 +17327,70 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "name": "Material/Dark/Body 1 secondary", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", "value": Object { "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "name": "Material/Dark/Subhead", - "value": Object { - "_class": "style", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1450729C-392E-421D-8ACB-CAB7C2715807", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 24, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, "verticalAlignment": 0, @@ -19540,52 +17403,49 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 121, }, "fonts": Array [ "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -19601,6 +17461,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -19623,19 +17486,28 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "184px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", - "exportFormats": Array [], + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -19643,12 +17515,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", - "height": 184, - "width": 296, + "height": 136, + "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -19664,36 +17538,49 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "186px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "184px", + "height": "136px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 2, + "fixedRadius": 3, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 184, - "width": 296, + "height": 136, + "width": 344, "x": 0, "y": 0, }, @@ -19706,13 +17593,15 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "chip bg", + "maintainScrollPosition": false, + "name": "card 2", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", @@ -19722,7 +17611,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", @@ -19732,7 +17621,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", @@ -19742,7 +17631,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", @@ -19754,10 +17643,26 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -19768,6 +17673,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19835,6 +17745,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19894,7 +17809,20 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -19906,7 +17834,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -19914,6 +17878,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -19963,487 +17928,486 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"chip bg\\"", + "aria-label=\\"card 2\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 44px rgba(0,0,0,0.25)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "186px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "138px", + }, + }, "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.25)", "display": "block", - "height": "56px", + "height": "136px", "left": "0px", + "overflow": "hidden", "position": "absolute", - "top": "128px", + "top": "0px", "visibility": "visible", - "width": "296px", + "width": "88px", }, }, - "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", - "height": 56, - "width": 296, + "height": 136, + "width": 88, "x": 0, - "y": 128, + "y": 0, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "maintainScrollPosition": false, + "name": "image placeholder", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", - }, - }, - "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.5438462409, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "position": 1, }, - "length": 16, - "location": 0, - }, - ], - "string": "email3@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "14px", - "visibility": "visible", - "width": "121px", + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 14, - }, - "glyphBounds": "{{0, 0}, {120, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "email3@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", }, ], - "name": "email 3", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 3\\"", + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "REVIEW", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "56px", - "left": "0px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "72px", + "top": "100px", "visibility": "visible", - "width": "296px", + "width": "51px", }, }, - "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -20452,13 +18416,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", - "height": 56, - "width": 296, - "x": 0, - "y": 72, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -20466,442 +18429,142 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "REVIEW", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 16, - "location": 0, - }, - ], - "string": "email2@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "15px", - "visibility": "visible", - "width": "121px", - }, - }, - "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 15, - }, - "glyphBounds": "{{0, 0}, {120, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "email2@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], + "length": 11, + "location": 0, }, - }, - ], - "name": "email 2", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 2\\"", ], + "string": "FREE SAMPLE", }, - }, - Object { - "_class": "group", + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "72px", - "left": "0px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "0px", + "top": "100px", "visibility": "visible", - "width": "296px", + "width": "92px", }, }, - "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -20910,13 +18573,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", - "height": 72, - "width": 296, - "x": 0, - "y": 0, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -20924,1507 +18586,730 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "72px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "FREE SAMPLE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 72, - "width": 296, - "x": 0, - "y": 0, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 14, + "location": 0, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 1, - "curveTo": "{0.9932432432432432, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.9932432432432432, 0}", + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", + "position": "absolute", + "top": "43px", + "visibility": "visible", + "width": "95px", + }, + }, + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 95, + "x": 107, + "y": 43, + }, + "glyphBounds": "{{0, 0}, {93, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0030405405405404635, 0}", - "curveMode": 4, - "curveTo": "{0.0067567567567567571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0067567567567567571, 0}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.027777777777777776}", - "curveMode": 4, - "curveTo": "{0, 0.012499999999999685}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.027777777777777776}", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "95px", + }, + }, + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 95, + "x": 106, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {94, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "pooch", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"pooch\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CF3835DE-4882-4452-A2CD-B75697A2E4CF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { + "pageListHeight": 110, + }, + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebComponentCodeGenService should match md-components-cards-safari.sketch snapshot for 52 on wc 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.012499999999999685}", - "curveMode": 4, - "curveTo": "{1, 0.027777777777777776}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 4, - "curveTo": "{0.99695945945945952, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9932432432432432, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "260px", - "position": "absolute", - "top": "24px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", - "height": 24, - "width": 24, - "x": 260, - "y": 24, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, Object { - "_class": "shapeGroup", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "2px", - "position": "absolute", - "top": "2px", - "visibility": "visible", - "width": "20px", - }, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", - "height": 20, - "width": 20, - "x": 2, - "y": 2, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", - "height": 20, - "width": 20, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000001, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22500000000000001}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000002}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77500000000000002, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000001, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000002}", - "curveMode": 2, - "curveTo": "{1, 0.22500000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77500000000000002, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "10px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "10px", - }, - }, - "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", - "height": 10, - "width": 10, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 0}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.35999999999999999}", - "curveMode": 1, - "curveTo": "{0.5, 0.35999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.35999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 0}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{0, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.35999999999999999, 0.5}", - "curveMode": 1, - "curveTo": "{0.35999999999999999, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.35999999999999999, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{0, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 1}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.64000000000000001}", - "curveMode": 1, - "curveTo": "{0.5, 0.64000000000000001}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.64000000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 1}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{1, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.64000000000000001, 0.5}", - "curveMode": 1, - "curveTo": "{0.64000000000000001, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.64000000000000001, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Shape", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"shapeGroup\\"", - "aria-label=\\"Shape\\"", - ], - }, - "windingRule": 1, + "position": 1, }, ], - "name": "cancel", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"cancel\\"", - ], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 22, - "location": 0, - }, - ], - "string": "primaryemail@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,0.70)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "35px", - "visibility": "visible", - "width": "161px", - }, - }, - "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 161, - "x": 72, - "y": 35, - }, - "glyphBounds": "{{0, 0}, {160, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "primaryemail@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 12, - "location": 0, - }, - ], - "string": "Contact Name", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "24px", - "left": "72px", - "position": "absolute", - "top": "12px", - "visibility": "visible", - "width": "104px", - }, - }, - "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 104, - "x": 72, - "y": 12, - }, - "glyphBounds": "{{0, 0}, {103, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Contact Name", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 16, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", - ], - }, - }, - ], - "name": "open chip", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"open chip\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { - "scrollOrigin": "{161, 161}", - "zoomValue": 1, - }, - "C3625949-D986-454A-9835-E894A1794432": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebComponentCodeGenService should match md-components-chips-open-chip.sketch snapshot for 53 on wc 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "C3625949-D986-454A-9835-E894A1794432", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, "contextSettings": Object { "_class": "graphicsContextSettings", @@ -22463,29 +19348,27 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "name": "Material/Icon white", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", "value": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, "fillType": 0, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "position": 0, + "thickness": 1, }, ], + "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -22499,171 +19382,57 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "name": "Material/Dark/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "name": "Material/Dark/Subhead", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, + "appVersion": "49.3", + "build": 51167, + "commit": "2b45d75f77b3d86c8cfab3e1090bcc520c37ea74", + "compatibilityVersion": 93, "variant": "NONAPPSTORE", - "version": 116, + "version": 101, }, "fonts": Array [ "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -22679,9 +19448,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -22704,19 +19470,29 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "184px", + "height": "304px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", - "exportFormats": Array [], + "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -22724,15 +19500,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", - "height": 184, - "width": 296, + "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", + "height": 304, + "width": 344, "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -22754,19 +19527,19 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "184px", + "height": "304px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -22776,8 +19549,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 184, - "width": 296, + "height": 304, + "width": 344, "x": 0, "y": 0, }, @@ -22790,7 +19563,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "chip bg", + "name": "card", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -22800,6 +19573,7 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", + "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -22810,6 +19584,7 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", + "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -22820,6 +19595,7 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", + "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -22830,6 +19606,7 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", + "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -22838,7 +19615,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -22852,6 +19629,7 @@ Object { "green": 0.592, "red": 0.592, }, + "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -22868,6 +19646,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -22879,6 +19658,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -22890,6 +19670,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -22901,6 +19682,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -22919,6 +19701,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -22935,6 +19718,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -22946,6 +19730,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -22957,6 +19742,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -22968,6 +19754,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -22978,7 +19765,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", "endMarkerType": 0, "fills": Array [ Object { @@ -23015,6 +19802,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -23035,6 +19823,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -23047,223 +19836,654 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"chip bg\\"", + "aria-label=\\"card\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(0,150,136,1.00)", "display": "block", - "height": "56px", + "height": "176px", "left": "0px", "position": "absolute", - "top": "128px", + "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", - "height": 56, - "width": 296, + "height": 176, + "width": 344, "x": 0, - "y": 128, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 0, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "length": 22, + "location": 0, + }, + ], + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "76px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 10, "location": 0, }, ], - "string": "email3@email.com", + "string": "LEARN MORE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "20px", - "left": "72px", + "height": "38px", + "left": "12.5px", "position": "absolute", - "top": "14px", + "top": "10px", "visibility": "visible", - "width": "121px", + "width": "87px", }, }, - "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23272,12 +20492,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 14, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {86, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -23286,43 +20506,41 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email3@email.com", + "name": "LEARN MORE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -23334,31 +20552,90 @@ Object { "attributes": Array [], }, }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "oval", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", "display": "block", - "height": "40px", - "left": "12px", + "height": "36px", + "left": "0px", "position": "absolute", - "top": "8px", + "top": "0px", "visibility": "visible", - "width": "40px", + "width": "68px", }, }, - "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", - "edited": false, + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23367,10 +20644,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, + "height": 36, + "width": 68, + "x": 0, + "y": 0, }, "hasClippingMask": false, "isClosed": true, @@ -23380,272 +20657,99 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "mask", + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, "hasCurveTo": true, - "point": "{1, 0.5}", + "point": "{0.97058823529411764, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "email 3", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 3\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "72px", - "visibility": "visible", - "width": "296px", - }, - }, - "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", - "height": 56, - "width": 296, - "x": 0, - "y": 72, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", }, - }, - "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{0.97058823529411764, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", + "curveFrom": "{1, 0.94444444444444442}", "curveMode": 1, - "curveTo": "{1, 0}", + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -23654,18 +20758,33 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "text", @@ -23677,54 +20796,53 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 5, "location": 0, }, ], - "string": "email2@email.com", + "string": "SHARE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "20px", - "left": "72px", + "height": "38px", + "left": "11.5px", "position": "absolute", - "top": "15px", + "top": "10px", "visibility": "visible", - "width": "121px", + "width": "46px", }, }, - "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23733,12 +20851,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 15, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {45, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -23747,43 +20865,41 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email2@email.com", + "name": "SHARE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -23795,164 +20911,8 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, ], - "name": "email 2", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -23960,7 +20920,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -23969,29 +20929,30 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"email 2\\"", + "aria-label=\\"Button\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "72px", + "height": "3px", "left": "0px", "position": "absolute", - "top": "0px", + "top": "250px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -24000,1998 +20961,1264 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", - "height": 72, - "width": 296, + "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", + "height": 3, + "width": 344, "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 250, }, - "hasClickThrough": false, "hasClippingMask": false, + "isClosed": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "72px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 72, - "width": 296, - "x": 0, - "y": 0, + ], + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebComponentCodeGenService should match md-components-cards-safari.sketch snapshot for 53 on wc 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 1, - "curveTo": "{0.9932432432432432, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.9932432432432432, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0030405405405404635, 0}", - "curveMode": 4, - "curveTo": "{0.0067567567567567571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0067567567567567571, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.027777777777777776}", - "curveMode": 4, - "curveTo": "{0, 0.012499999999999685}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.012499999999999685}", - "curveMode": 4, - "curveTo": "{1, 0.027777777777777776}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 4, - "curveTo": "{0.99695945945945952, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9932432432432432, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", - ], - "type": "path", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "260px", - "position": "absolute", - "top": "24px", - "visibility": "visible", - "width": "24px", + "position": 0.950255322222858, }, - }, - "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", - "height": 24, - "width": 24, - "x": 260, - "y": 24, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", + "position": 0.2, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "shapeGroup", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "2px", - "position": "absolute", - "top": "2px", - "visibility": "visible", - "width": "20px", + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", + "position": 0, }, - }, - "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", - "height": 20, - "width": 20, - "x": 2, - "y": 2, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", - "height": 20, - "width": 20, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000001, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22500000000000001}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000002}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77500000000000002, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000001, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000002}", - "curveMode": 2, - "curveTo": "{1, 0.22500000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77500000000000002, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", + "position": 0.8, }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "10px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "10px", - }, - }, - "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", - "height": 10, - "width": 10, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 0}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.35999999999999999}", - "curveMode": 1, - "curveTo": "{0.5, 0.35999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.35999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 0}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{0, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.35999999999999999, 0.5}", - "curveMode": 1, - "curveTo": "{0.35999999999999999, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.35999999999999999, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{0, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 1}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.64000000000000001}", - "curveMode": 1, - "curveTo": "{0.5, 0.64000000000000001}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.64000000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 1}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{1, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.64000000000000001, 0.5}", - "curveMode": 1, - "curveTo": "{0.64000000000000001, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.64000000000000001, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", - ], - "type": "path", - }, - ], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "web": Object { - "attributes": Array [], + "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", + "position": 1, }, ], - "name": "Shape", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"shapeGroup\\"", - "aria-label=\\"Shape\\"", - ], - }, - "windingRule": 1, + "to": "{0.5, 1}", }, - ], - "name": "cancel", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"cancel\\"", - ], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 22, - "location": 0, - }, - ], - "string": "primaryemail@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,0.70)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "35px", - "visibility": "visible", - "width": "161px", - }, - }, - "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 161, - "x": 72, - "y": 35, - }, - "glyphBounds": "{{0, 0}, {160, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "primaryemail@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 12, - "location": 0, - }, - ], - "string": "Contact Name", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "24px", - "left": "72px", - "position": "absolute", - "top": "12px", - "visibility": "visible", - "width": "104px", - }, - }, - "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 104, - "x": 72, - "y": 12, - }, - "glyphBounds": "{{0, 0}, {103, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Contact Name", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, + ], + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "40px", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 16, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], + "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", - "endMarkerType": 0, - "miterLimit": 10, + ], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", ], }, }, - ], - "name": "open chip", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"open chip\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { - "scrollOrigin": "{187, 187}", - "zoomValue": 1, - }, - "C3625949-D986-454A-9835-E894A1794432": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebComponentCodeGenService should match md-components-date-picker.sketch snapshot for 52 on wc 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", - "name": "Material/Light/Dialog", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", - "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 105, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", - ], - "variant": "NONAPPSTORE", - "version": 112, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "556px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", - }, - }, - "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", - "height": 556, - "width": 320, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 2, - "layers": Array [ Object { - "_class": "shapePath", + "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(0,150,136,1.00)", "display": "block", - "height": "555.999999998099px", - "left": "-0.00000201463535631774px", + "height": "176px", + "left": "0px", "position": "absolute", - "top": "-3.019895302713849e-7px", + "top": "0px", "visibility": "visible", - "width": "320.0000020097797px", + "width": "344px", }, }, - "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", - "edited": true, + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", - "height": 555.999999998099, - "width": 320.0000020097797, - "x": -0.00000201463535631774, - "y": -3.019895302713849e-7, + "height": 176, + "width": 344, + "x": 0, + "y": 0, }, - "hasClippingMask": true, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": true, + "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "dialog bg", + "name": "image placeholder", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "cornerRadius": 0, + "curveFrom": "{0, 0}", "curveMode": 1, - "curveTo": "{1.2468725677856276, 0.75157476876403528}", - "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "curveTo": "{0, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{0.99999999579623011, 1}", + "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "cornerRadius": 0, + "curveFrom": "{0, 1}", "curveMode": 1, - "curveTo": "{0.24954874040058797, 1.2495487419762428}", - "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "curveTo": "{0, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{-7.4954264546158371e-12, 1}", + "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "cornerRadius": 0, + "curveFrom": "{1, 1}", "curveMode": 1, - "curveTo": "{-0.25090333211297938, 0.25000080577825212}", - "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "curveTo": "{1, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "cornerRadius": 0, + "curveFrom": "{1, 0}", "curveMode": 1, - "curveTo": "{0.75044518048476361, -0.25022102273838404}", - "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "curveTo": "{1, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1.0000000000151725, 5.4314714836243111e-10}", + "point": "{1, 0}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, + "fillType": 0, "isEnabled": true, - "position": 1, - "thickness": 0.5, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - ], - "to": "{0.5, 1}", + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "length": 22, + "location": 0, }, ], - "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + "blue": 1, + "green": 1, + "red": 1, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.22, + "alpha": 0.8700000048, "blue": 0, "green": 0, "red": 0, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, }, - ], - "startMarkerType": 0, + "verticalAlignment": 0, + }, "windingRule": 1, }, - "svg": Object { - "offset": 0.5, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"0.5\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", - ], - "type": "path", - }, - ], - }, + "textBehaviour": 1, "web": Object { "attributes": Array [], }, @@ -26003,18 +22230,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "16px", - "left": "172px", + "height": "36px", + "left": "76px", "position": "absolute", - "top": "519px", + "top": "260px", "visibility": "visible", - "width": "114px", + "width": "112px", }, }, - "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26023,11 +22250,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", - "height": 16, - "width": 114, - "x": 172, - "y": 519, + "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -26039,89 +22269,25 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 1, - }, - ], - "string": "OK", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "19px", - "left": "95px", + "height": "36px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "20px", + "width": "112px", }, }, - "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", - "dontSynchroniseWithSymbol": false, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26130,72 +22296,135 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 19, - "width": 20, - "x": 95, + "height": 36, + "width": 112, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {19, 16}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "OK", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", }, - "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", - "endMarkerType": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, @@ -26222,45 +22451,18 @@ Object { "size": 14, }, }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 5, + "length": 10, "location": 0, }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, - }, ], - "string": "CANCEL", + "string": "LEARN MORE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -26271,19 +22473,19 @@ Object { "display": "block", "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "16px", - "left": "0px", + "height": "38px", + "left": "12.5px", "position": "absolute", - "top": "0px", + "top": "10px", "visibility": "visible", - "width": "56px", + "width": "87px", }, }, - "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26292,13 +22494,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", - "height": 16, - "width": 56, - "x": 0, - "y": 0, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {56, 16}}", + "glyphBounds": "{{0, 0}, {86, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -26307,7 +22508,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "CANCEL", + "name": "LEARN MORE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -26315,23 +22516,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -26347,10 +22538,10 @@ Object { "size": 14, }, }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -26364,7 +22555,7 @@ Object { }, }, ], - "name": "ok + cancel", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -26372,7 +22563,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -26381,7 +22572,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"ok + cancel\\"", + "aria-label=\\"Button\\"", ], }, }, @@ -26392,18 +22583,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "199px", - "left": "0px", + "height": "36px", + "left": "8px", "position": "absolute", - "top": "0px", + "top": "260px", "visibility": "visible", - "width": "320px", + "width": "68px", }, }, - "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26412,11 +22603,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", - "height": 199, - "width": 320, - "x": 0, - "y": 0, + "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -26434,19 +22628,19 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "199px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "320px", + "width": "68px", }, }, - "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26455,8 +22649,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 199, - "width": 320, + "height": 36, + "width": 68, "x": 0, "y": 0, }, @@ -26468,191 +22662,99 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "header bg", + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", - "hasCurveFrom": false, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{1, 0.94444444444444442}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24746906759014342, -0.24902547682027013}", - "curveMode": 1, - "curveTo": "{-0.24746906759014342, 0.24902547682027015}", - "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", - "curveMode": 1, - "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", - "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", - "hasCurveFrom": false, + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{0.029411764705882353, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "31.99999999997413px", - "left": "1.060561771737412e-7px", - "position": "absolute", - "top": "2.546585164964199e-11px", - "visibility": "visible", - "width": "319.9999998939438px", + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", }, - }, - "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", - "height": 31.99999999997413, - "width": 319.9999998939438, - "x": 1.060561771737412e-7, - "y": 2.546585164964199e-11, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bar", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", - "curveMode": 1, - "curveTo": "{0.25000000504962155, 1.2500000000002023}", - "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", - "hasCurveFrom": false, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{4.9667651341541571e-09, 1.0000000000000002}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24687257374643226, -0.24842523169513558}", - "curveMode": 1, - "curveTo": "{-0.24687257440928329, 0.24842523169351868}", - "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + "point": "{0.97058823529411764, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2507861404771796, 0.2507861405226906}", - "curveMode": 1, - "curveTo": "{0.74921385952282049, -0.2507861402658404}", - "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.2842510388477008e-10}", + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveFrom": "{1, 0.94444444444444442}", "curveMode": 1, - "curveTo": "{1.2580645141857014, 0.75806451674907216}", - "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 1.0000000000000002}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -26661,27 +22763,14 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.4823529411764705, - "green": 0.5372549019607843, - "red": 0, - }, - "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -26691,8 +22780,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,137,123,1.00)\\"", - "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], "type": "path", }, @@ -26713,15 +22802,15 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 80, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, @@ -26731,34 +22820,34 @@ Object { "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 2, + "length": 5, "location": 0, }, ], - "string": "13", + "string": "SHARE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(255,255,255,1.00)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "80px", - "height": "212px", - "left": "114.5px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "11.5px", "position": "absolute", - "top": "70px", + "top": "10px", "visibility": "visible", - "width": "91px", + "width": "46px", }, }, - "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26767,12 +22856,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 212, - "width": 91, - "x": 114.5, - "y": 70, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {90, 94}}", + "glyphBounds": "{{0, 0}, {45, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -26781,132 +22870,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 6, - "location": 0, - }, - ], - "string": "Friday", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "140.5px", - "position": "absolute", - "top": "7px", - "visibility": "visible", - "width": "39px", - }, - }, - "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 39, - "x": 140.5, - "y": 7, - }, - "glyphBounds": "{{0, 0}, {38, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Friday", + "name": "SHARE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -26914,25 +22878,25 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, @@ -26952,264 +22916,8 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 3, - "location": 0, - }, - ], - "string": "MAR", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "133.5px", - "position": "absolute", - "top": "46px", - "visibility": "visible", - "width": "53px", - }, - }, - "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 53, - "x": 133.5, - "y": 46, - }, - "glyphBounds": "{{0, 0}, {52, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "MAR", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 4, - "location": 0, - }, - ], - "string": "2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "132.5px", - "position": "absolute", - "top": "162px", - "visibility": "visible", - "width": "55px", - }, - }, - "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 55, - "x": 132.5, - "y": 162, - }, - "glyphBounds": "{{0, 0}, {54, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", - "opacity": 0.5423274253731343, - }, - "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, ], - "name": "header", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -27217,7 +22925,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -27226,29 +22934,30 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"header\\"", + "aria-label=\\"Button\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "288px", - "left": "21px", + "height": "3px", + "left": "0px", "position": "absolute", - "top": "211px", + "top": "250px", "visibility": "visible", - "width": "278px", + "width": "344px", }, }, - "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -27257,5673 +22966,44465 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", - "height": 288, - "width": 278, - "x": 21, - "y": 211, + "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", + "height": 3, + "width": 344, + "x": 0, + "y": 250, }, - "hasClickThrough": true, "hasClippingMask": false, + "isClosed": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "34px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", - "height": 14, - "width": 278, - "x": 0, - "y": 34, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + ], + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebComponentCodeGenService should match md-components-cards-safari.sketch snapshot for 59 on wc 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "B942A9A6-E496-4B25-A9A9-81AC2108F6C9", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BED55B92-66FF-4E8F-A709-745BAD777E1B", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "M", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", - "height": 14, - "width": 14, - "x": 44, - "y": 0, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "M", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "911371BB-173C-4187-A744-2C860A116095", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "S", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4FBD87AE-A8B3-430F-9AEE-F509FBF7B62E", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", - "height": 14, - "width": 14, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "W", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", - "height": 14, - "width": 14, - "x": 132, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "W", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "T", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", - "height": 14, - "width": 14, - "x": 176, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "F", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", - "height": 14, - "width": 14, - "x": 220, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "F", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FF1343AD-DDEE-42ED-8A8E-5EEB85CA53DC", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "354px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "304px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0.05, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "T", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", - "height": 14, - "width": 14, - "x": 88, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "weekdays", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"weekdays\\"", - ], + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "border-radius": "50%", - "display": "block", - "height": "44px", - "left": "161px", - "position": "absolute", - "top": "143px", - "visibility": "visible", - "width": "44px", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 44, - "width": 44, - "x": 161, - "y": 143, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "selection", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"selection\\"", - ], + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "226px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", }, }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "display": "block", + "height": "176px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 176, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "image placeholder", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "214px", - "left": "0px", - "position": "absolute", - "top": "74px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, - }, - "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", - "height": 214, - "width": 278, - "x": 0, - "y": 74, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "30", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", - "height": 14, - "width": 14, - "x": 0, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "30", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "31", + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", - "height": 14, - "width": 14, - "x": 44, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "31", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "length": 22, + "location": 0, + }, + ], + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "1", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, - "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "76px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", ], - "string": "16", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", - "height": 14, - "width": 14, - "x": 0, - "y": 124, + "type": "path", }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "16", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, }, - "verticalAlignment": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 10, + "location": 0, }, + ], + "string": "LEARN MORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "12.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "87px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "17", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + }, + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {86, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "LEARN MORE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", - "height": 14, - "width": 14, - "x": 44, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "17", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], - "string": "19", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, + "type": "path", }, - "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", - "height": 14, - "width": 14, - "x": 132, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "19", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "20", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", - "height": 14, - "width": 14, - "x": 176, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "20", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, + ], + "string": "SHARE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "11.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "46px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "21", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + }, + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {45, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "SHARE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", - "height": 14, - "width": 14, - "x": 220, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "21", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "22", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", - "height": 14, - "width": 14, - "x": 264, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "22", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "250px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 344, + "x": 0, + "y": 250, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C43A3796-415D-48DC-B7DC-F4DAB0E3D04F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebComponentCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 52 on wc 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.05, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "18", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", - "height": 14, - "width": 14, - "x": 88, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "18", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "23", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", - "height": 14, - "width": 14, - "x": 0, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "23", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "24", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", - "height": 14, - "width": 14, - "x": 44, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "24", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "26", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", - "height": 14, - "width": 14, - "x": 132, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "26", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "27", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", - "height": 14, - "width": 14, - "x": 176, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "27", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "28", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0.05, }, - }, - "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", - "height": 14, - "width": 14, - "x": 220, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "28", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "29", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0.2, }, - }, - "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", - "height": 14, - "width": 14, - "x": 264, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "29", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "25", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", - "height": 14, - "width": 14, - "x": 88, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "25", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "13", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + "position": 0.950255322222858, }, - }, - "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", - "height": 14, - "width": 14, - "x": 176, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "9", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", - "height": 14, - "width": 14, - "x": 0, - "y": 84, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "9", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "10", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", - "height": 14, - "width": 14, - "x": 44, - "y": 84, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "10", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "12", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", - "height": 14, - "width": 14, - "x": 132, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "12", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "14", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "length": 3, + "location": 0, }, - "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", - "height": 14, - "width": 14, - "x": 220, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "14", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], - "string": "15", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", - "height": 14, - "width": 14, - "x": 264, - "y": 84, + "type": "path", }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "15", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "11", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", - "height": 14, - "width": 14, - "x": 88, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "11", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebComponentCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 53 on wc 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "7", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", - "height": 14, - "width": 14, - "x": 220, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "7", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "2", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", - "height": 14, - "width": 14, - "x": 0, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "3", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", - "height": 14, - "width": 14, - "x": 44, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "3", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "5", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", - "height": 14, - "width": 14, - "x": 132, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "5", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "6", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", - "height": 14, - "width": 14, - "x": 176, - "y": 44, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "6", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "8", + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", - "height": 14, - "width": 14, - "x": 264, - "y": 44, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "8", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebComponentCodeGenService should match md-components-cards-welcome-back.sketch snapshot for 59 on wc 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "1FACE5CD-4C60-4C14-BEB5-1AABD8469E9F", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "3380750C-0BB8-4F98-8363-20B02C5282DC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD5B068-1942-4F90-9DAF-E3C2ADD11B60", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5A0185BB-EA56-4FBB-8C2F-A846AE43C2F6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FF036CE5-F1BB-4440-B775-36E64E65026F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "258px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "54D44EEB-920F-4B41-AF72-8DC08E9F4211", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebComponentCodeGenService should match md-components-chips-open-chip.sketch snapshot for 52 on wc 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "chip bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{161, 161}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebComponentCodeGenService should match md-components-chips-open-chip.sketch snapshot for 53 on wc 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "chip bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{187, 187}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebComponentCodeGenService should match md-components-chips-open-chip.sketch snapshot for 59 on wc 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "4A03D0FC-C955-4776-B3BC-49D10D2EC1F8", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "49BFDC6A-22E2-466E-8E43-BDF2E5AAACAC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "51B03871-5B61-4062-857D-E49186F9AC46", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E277DCE4-ADAA-446B-A298-363DE0FA8604", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AD75B14C-A64A-42AD-B14E-D1A5E6A05962", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "18396A61-DA04-41CB-9E7C-D48127DB4EC8", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FAE2BEC9-E60B-4591-A988-BEA3B5B508AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 148px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "234px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "346px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "chip bg", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "maintainScrollPosition": false, + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "07067FE7-93D6-434B-AC60-5A67C2AC90BC", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{213, 213}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebComponentCodeGenService should match md-components-date-picker.sketch snapshot for 52 on wc 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebComponentCodeGenService should match md-components-date-picker.sketch snapshot for 53 on wc 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebComponentCodeGenService should match md-components-date-picker.sketch snapshot for 59 on wc 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "12502ADD-A7A9-4768-B787-016A2A6F9576", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "7B8C8B1E-63AB-49EC-ADA6-091B4FAB2F94", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C9D81A22-4232-4094-83AB-4269D7CF672C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 22px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "94px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "94px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "overflow": "hidden", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3B3CEF08-C0D6-4980-9B05-59D2869A0405", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebComponentCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 52 on wc 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "4", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", - "height": 14, - "width": 14, - "x": 88, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "4", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "dates", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dates\\"", - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.8725656703, + "alpha": 0.02, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", + "position": 0.9864078443877551, }, - "length": 10, - "location": 0, - }, - ], - "string": "March 2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "101.5px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "76px", + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", - "height": 16, - "width": 76, - "x": 101.5, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {76, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "March 2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.0490476332782268, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, - }, - "verticalAlignment": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + ], + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", }, ], - "name": "calendar", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"calendar\\"", + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, - ], - "name": "dialog", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dialog\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebComponentCodeGenService should match md-components-date-picker.sketch snapshot for 53 on wc 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", - "name": "Material/Light/Dialog", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.04, + "alpha": 0.87, "blue": 0, "green": 0, "red": 0, }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "position": 1, }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "length": 13, + "location": 0, + }, + ], + "string": "Incoming call", }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "556px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", }, - }, - "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", - "height": 556, - "width": 320, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 2, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 15, + "location": 0, + }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "555.999999998099px", - "left": "-0.00000201463535631774px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", "position": "absolute", - "top": "-3.019895302713849e-7px", + "top": "42px", "visibility": "visible", - "width": "320.0000020097797px", + "width": "180px", }, }, - "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", - "edited": true, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -32932,288 +67433,681 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", - "height": 555.999999998099, - "width": 320.0000020097797, - "x": -0.00000201463535631774, - "y": -3.019895302713849e-7, + "height": 32, + "width": 180, + "x": 88, + "y": 42, }, - "hasClippingMask": true, - "isClosed": true, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": true, + "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "dialog bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.75312742380683251, 1.2484252312359647}", - "curveMode": 1, - "curveTo": "{1.2468725677856276, 0.75157476876403528}", - "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.99999999579623011, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", - "curveMode": 1, - "curveTo": "{0.24954874040058797, 1.2495487419762428}", - "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{-7.4954264546158371e-12, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.25090333626656247, -0.25000080578509032}", - "curveMode": 1, - "curveTo": "{-0.25090333211297938, 0.25000080577825212}", - "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2495548195455812, 0.25022102382467826}", - "curveMode": 1, - "curveTo": "{0.75044518048476361, -0.25022102273838404}", - "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1.0000000000151725, 5.4314714836243111e-10}", - }, - ], - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "88px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "81px", + }, + }, + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", + "height": 24, + "width": 81, + "x": 88, + "y": 116, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", + }, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "13.999px", + }, + }, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 13.999, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", }, ], - "to": "{0.5, 1}", + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + ], + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], }, - ], + }, + ], + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, - }, - ], "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 0.5, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"0.5\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", - ], - "type": "path", - }, - ], - }, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], }, }, Object { @@ -33223,18 +68117,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "16px", - "left": "172px", + "height": "24px", + "left": "215px", "position": "absolute", - "top": "519px", + "top": "116px", "visibility": "visible", - "width": "114px", + "width": "88px", }, }, - "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33243,14 +68137,11 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", - "height": 16, - "width": 114, - "x": 172, - "y": 519, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", + "height": 24, + "width": 88, + "x": 215, + "y": 116, }, "hasClickThrough": false, "hasClippingMask": false, @@ -33271,16 +68162,16 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0.5, @@ -33288,9 +68179,11 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 1, + "length": 5, "location": 0, }, Object { @@ -33298,16 +68191,16 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0, @@ -33315,36 +68208,38 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "length": 1, - "location": 1, + "location": 5, }, ], - "string": "OK", + "string": "ANSWER", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", + "color": "rgba(0,0,0,0.54)", "display": "block", "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "19px", - "left": "95px", + "font-size": "13px", + "height": "16px", + "left": "32px", "position": "absolute", - "top": "0px", + "top": "4px", "visibility": "visible", - "width": "20px", + "width": "56px", }, }, - "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33353,12 +68248,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 19, - "width": 20, - "x": 95, - "y": 0, + "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", + "height": 16, + "width": 56, + "x": 32, + "y": 4, }, - "glyphBounds": "{{0, 0}, {19, 16}}", + "glyphBounds": "{{0, 0}, {56, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -33367,7 +68263,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "OK", + "name": "ANSWER", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -33375,36 +68271,26 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0.5, @@ -33412,6 +68298,8 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -33424,170 +68312,430 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, - "length": 5, - "location": 0, }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "3px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": 3, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Imported Layers", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - ], - "string": "CANCEL", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "56px", }, - }, - "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", - "height": 16, - "width": 56, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {56, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "CANCEL", - "nameIsFixed": false, - "resizingConstraint": 47, + ], + "name": "call icon", + "nameIsFixed": true, + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"call icon\\"", + ], }, }, ], - "name": "ok + cancel", + "name": "answer", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -33595,7 +68743,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -33604,29 +68752,565 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"ok + cancel\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", ], }, }, + ], + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebComponentCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 53 on wc 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "199px", + "height": "160px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "320px", + "width": "344px", }, }, - "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33635,825 +69319,756 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", - "height": 199, - "width": 320, + "height": 160, + "width": 344, "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "199px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", - }, - }, - "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 199, - "width": 320, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24746906759014342, -0.24902547682027013}", - "curveMode": 1, - "curveTo": "{-0.24746906759014342, 0.24902547682027015}", - "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", - "curveMode": 1, - "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", - "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "31.99999999997413px", - "left": "1.060561771737412e-7px", - "position": "absolute", - "top": "2.546585164964199e-11px", - "visibility": "visible", - "width": "319.9999998939438px", - }, - }, - "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", - "height": 31.99999999997413, - "width": 319.9999998939438, - "x": 1.060561771737412e-7, - "y": 2.546585164964199e-11, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bar", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", - "curveMode": 1, - "curveTo": "{0.25000000504962155, 1.2500000000002023}", - "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{4.9667651341541571e-09, 1.0000000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24687257374643226, -0.24842523169513558}", - "curveMode": 1, - "curveTo": "{-0.24687257440928329, 0.24842523169351868}", - "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2507861404771796, 0.2507861405226906}", - "curveMode": 1, - "curveTo": "{0.74921385952282049, -0.2507861402658404}", - "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.2842510388477008e-10}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74193548581429836, 1.2419354832509284}", - "curveMode": 1, - "curveTo": "{1.2580645141857014, 0.75806451674907216}", - "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.0000000000000002}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.4823529411764705, - "green": 0.5372549019607843, - "red": 0, - }, - "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,137,123,1.00)\\"", - "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, - "length": 2, - "location": 0, - }, - ], - "string": "13", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "80px", - "height": "212px", - "left": "114.5px", - "position": "absolute", - "top": "70px", - "visibility": "visible", - "width": "91px", - }, - }, - "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 212, - "width": 91, - "x": 114.5, - "y": 70, - }, - "glyphBounds": "{{0, 0}, {90, 94}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.95, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", + "position": 0.9864078443877551, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 1, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, + "alpha": 0.2000000029802322, "blue": 1, "green": 1, "red": 1, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "position": 0.0490476332782268, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.2, }, - "length": 6, - "location": 0, - }, - ], - "string": "Friday", + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "140.5px", - "position": "absolute", - "top": "7px", - "visibility": "visible", - "width": "39px", + ], + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, + "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 39, - "x": 140.5, - "y": 7, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "glyphBounds": "{{0, 0}, {38, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Friday", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - "windingRule": 1, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 14, }, - "length": 3, - "location": 0, }, - ], - "string": "MAR", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "133.5px", - "position": "absolute", - "top": "46px", - "visibility": "visible", - "width": "53px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, }, + "length": 13, + "location": 0, }, - "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 53, - "x": 133.5, - "y": 46, - }, - "glyphBounds": "{{0, 0}, {52, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "MAR", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "Incoming call", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", + }, + }, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 24, }, - "length": 4, - "location": 0, }, - ], - "string": "2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "132.5px", - "position": "absolute", - "top": "162px", - "visibility": "visible", - "width": "55px", - }, - }, - "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 55, - "x": 132.5, - "y": 162, - }, - "glyphBounds": "{{0, 0}, {54, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", - "opacity": 0.5423274253731343, - }, - "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "length": 15, + "location": 0, }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", + "position": "absolute", + "top": "42px", + "visibility": "visible", + "width": "180px", }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, + }, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 180, + "x": 88, + "y": 42, + }, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", - ], + "attributes": Array [], }, }, Object { @@ -34463,18 +70078,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "288px", - "left": "21px", + "height": "24px", + "left": "88px", "position": "absolute", - "top": "211px", + "top": "116px", "visibility": "visible", - "width": "278px", + "width": "81px", }, }, - "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -34483,16 +70098,16 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", - "height": 288, - "width": 278, - "x": 21, - "y": 211, + "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", + "height": 24, + "width": 81, + "x": 88, + "y": 116, }, "groupLayout": Object { "_class": "MSImmutableFreeformGroupLayout", }, - "hasClickThrough": true, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -34502,611 +70117,338 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "34px", - "visibility": "visible", - "width": "278px", - }, - }, - "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", - "height": 14, - "width": 278, - "x": 0, - "y": 34, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "M", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", - "height": 14, - "width": 14, - "x": 44, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "M", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "911371BB-173C-4187-A744-2C860A116095", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", - "height": 14, - "width": 14, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "W", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", - "height": 14, - "width": 14, - "x": 132, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "W", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 1, + "location": 5, }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - ], - "string": "T", + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", + "height": "24px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", - "height": 14, - "width": 14, - "x": 176, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "F", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", "height": "14px", - "left": "220px", + "left": "5px", "position": "absolute", - "top": "0px", + "top": "5px", "visibility": "visible", - "width": "14px", + "width": "13.999px", }, }, - "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -35115,250 +70457,620 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", "height": 14, - "width": 14, - "x": 220, - "y": 0, + "width": 13.999, + "x": 5, + "y": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "F", - "nameIsFixed": false, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.5433367301, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + ], + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], + }, + }, + ], + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "215px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", + "height": 24, + "width": 88, + "x": 215, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "S", + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 5, + "location": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "ANSWER", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", + "height": 16, + "width": 56, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "ANSWER", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "height": "24px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", - "dontSynchroniseWithSymbol": false, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", - "height": 14, - "width": 14, - "x": 264, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "T", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", + "height": "18px", + "left": "3px", "position": "absolute", - "top": "0px", + "top": "3px", "visibility": "visible", - "width": "14px", + "width": "18px", }, }, - "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -35367,69 +71079,229 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", - "height": 14, - "width": 14, - "x": 88, - "y": 0, + "height": 18, + "width": 18, + "x": 3, + "y": 3, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", + "name": "Imported Layers", "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.5433367301, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, ], - "name": "weekdays", + "name": "call icon", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -35437,26 +71309,8 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -35464,1375 +71318,2176 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"weekdays\\"", + "aria-label=\\"call icon\\"", ], }, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "border-radius": "50%", - "display": "block", - "height": "44px", - "left": "161px", - "position": "absolute", - "top": "143px", - "visibility": "visible", - "width": "44px", - }, - }, - "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 44, - "width": 44, - "x": 161, - "y": 143, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "selection", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + ], + "name": "answer", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`WebComponentCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 59 on wc 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "D68BDF6C-B753-479E-95BC-A139BDC457D9", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "B31581C1-0A5F-4F6E-8CA6-4AE64984C599", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4DDF8DAE-BAA8-49BD-931C-4977FA79B4DE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "B1396A0F-1D1C-4ECF-BCB7-FEAC24A4A1CA", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F391C9D8-9C3C-451F-8B54-55C386CDEB21", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"selection\\"", - ], + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "501DFA3F-FAB0-4A19-8A58-1E1D8DA547D6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", + }, Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "214px", - "left": "0px", - "position": "absolute", - "top": "74px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", - "height": 214, - "width": 278, - "x": 0, - "y": 74, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "30", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", - "height": 14, - "width": 14, - "x": 0, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "30", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "31", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0.95, }, - }, - "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", - "height": 14, - "width": 14, - "x": 44, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "31", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.9864078443877551, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "1", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0.0490476332782268, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "16", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", - "height": 14, - "width": 14, - "x": 0, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "16", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "17", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", - "height": 14, - "width": 14, - "x": 44, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "17", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "19", + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, - "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", - "height": 14, - "width": 14, - "x": 132, - "y": 124, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Incoming call", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", + }, + }, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "19", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 15, + "location": 0, + }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", + "position": "absolute", + "top": "42px", + "visibility": "visible", + "width": "180px", + }, + }, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 180, + "x": 88, + "y": 42, + }, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "88px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "81px", + }, + }, + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 81, + "x": 88, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "20", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", - "height": 14, - "width": 14, - "x": 176, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "20", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "21", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "length": 1, + "location": 5, }, - "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", - "height": 14, - "width": 14, - "x": 220, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "21", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", + }, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "22", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "124px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", - "height": 14, - "width": 14, - "x": 264, - "y": 124, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "22", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "18", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", "height": "14px", - "left": "88px", + "left": "5px", "position": "absolute", - "top": "124px", + "top": "5px", "visibility": "visible", - "width": "14px", + "width": "13.999px", }, }, - "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -36841,376 +73496,811 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", "height": 14, - "width": 14, - "x": 88, - "y": 124, + "width": 13.999, + "x": 5, + "y": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "18", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "215px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 88, + "x": 215, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, }, - "verticalAlignment": 0, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "23", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "length": 1, + "location": 5, }, - "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", - "height": 14, - "width": 14, - "x": 0, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "23", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "ANSWER", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 56, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "ANSWER", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "24", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "164px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", - "dontSynchroniseWithSymbol": false, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", - "height": 14, - "width": 14, - "x": 44, - "y": 164, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "24", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "26", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "height": "18px", + "left": "3px", "position": "absolute", - "top": "164px", + "top": "3px", "visibility": "visible", - "width": "14px", + "width": "18px", }, }, - "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -37219,947 +74309,1461 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", - "height": 14, - "width": 14, - "x": 132, - "y": 164, + "height": 18, + "width": 18, + "x": 3, + "y": 3, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "26", + "maintainScrollPosition": false, + "name": "Imported Layers", "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + ], + "maintainScrollPosition": false, + "name": "call icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"call icon\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "answer", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 28px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "106px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "106px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "overflow": "hidden", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "27", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", - "height": 14, - "width": 14, - "x": 176, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "27", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2C7E3706-6E18-408D-85F6-CE90C5F8EE44", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": 289, + }, + }, +} +`; + +exports[`WebComponentCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 52 on wc 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "5B57D242-95C3-47E3-BC5E-22376F9F834B", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "FD154772-5D9F-4899-88F9-5124F223C73E", + "name": "Material/Dark/Title", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 20, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/F88D7516-E1DF-48A7-BA35-A0F4EF393BBE", + "_ref_class": "MSImmutablePage", + }, + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/267D6DEC-0F7B-4667-BA1A-1FA1BCA04485", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485": Object { + "artboards": Object { + "85FE2CA3-7BC8-4647-8950-9AB676A1C91A": Object { + "name": "Material/Android/Status bar content", + }, + }, + "name": "Symbols", + }, + "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "2145D356-40E2-4569-95CF-84F00DD9818F", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "BB51E5D5-5BA5-419F-9D6A-49A171E7ED21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7D8CA104-45E8-4835-B4DA-CCAF17E60C45", + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "A94FA51A-099C-4CC1-B1AE-4F3CBFE4B381", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC89A630-0EF2-4276-944C-D7254BED2EF4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8C36F8CD-481B-455B-B132-E7E7E477D5D0", + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", }, + }, + "do_objectID": "D6E225E7-E0FF-41C3-BF62-95BB15DA2258", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9B79BB7B-176C-4CA3-99DC-D5866EA83AB4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "app bar bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "28", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", - "height": 14, - "width": 14, - "x": 220, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "28", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "29", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", - "height": 14, - "width": 14, - "x": 264, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "29", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "25", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", - "height": 14, - "width": 14, - "x": 88, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "25", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "ACEE65BC-1CF2-45E4-9889-621210096AED", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.8274509803921568, + "green": 0.7333333333333334, + "red": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "13", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 4, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - }, - "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", - "height": 14, - "width": 14, - "x": 176, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "windingRule": 1, + "do_objectID": "7E855B0A-CD99-4BC0-9320-25BCD81DE1B0", + "isEnabled": true, + "offsetX": 0, + "offsetY": 4, + "spread": 0, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + Object { + "_class": "shadow", + "blurRadius": 4, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "464524C7-C0E7-414E-8B14-DC85D1E28DCE", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "fill=\\"rgba(0,187,211,1.00)\\"", + "d=\\"M360 0,L 0 0,L 0 128,L 360 128,z\\"", ], - "string": "9", + "type": "path", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "48px", + "left": "0px", + "position": "absolute", + "top": "80px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "DD13F059-6DD2-4413-9C59-5A3ABD7D44D7", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C9CE81BD-C917-48C0-9755-A60CAB214BD0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D025D61C-6D8C-4DEF-9770-3BF04763FB53", + "height": 48, + "width": 360, + "x": 0, + "y": 80, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", + "background-color": "rgba(255,255,255,0.00)", + "box-shadow": "0 0 0 1px rgba(151,151,151,1.00) inset", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", + "height": "48px", "left": "0px", "position": "absolute", - "top": "84px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "360px", }, }, - "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", - "dontSynchroniseWithSymbol": false, + "do_objectID": "B272B09E-BAB6-4010-AE2E-B09CA0800607", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "do_objectID": "9DD7A316-362F-4C9A-BFF3-5AB347DF1433", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", - "height": 14, - "width": 14, + "height": 48, + "width": 360, "x": 0, - "y": 84, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "9", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "10", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - }, - "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", - "height": 14, - "width": 14, - "x": 44, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "10", - "nameIsFixed": false, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "borders": Array [ + Object { + "_class": "border", + "color": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, + "fillType": 0, + "isEnabled": false, + "position": 1, + "thickness": 1, }, - "verticalAlignment": 0, - }, + ], + "do_objectID": "451D43C8-1885-40BE-9887-80738B61DBAA", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], }, }, Object { @@ -38172,53 +75776,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 9, "location": 0, }, ], - "string": "12", + "string": "THE THIRD", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,0.70)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "240px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "do_objectID": "EA8BF223-8245-42D6-AF64-B4A4A529DEBA", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "do_objectID": "440F05BA-2072-4C6B-B78F-6CDF2E0DA718", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38227,13 +75832,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", - "height": 14, - "width": 14, - "x": 132, - "y": 84, + "do_objectID": "65C64BBE-7EA8-4BAA-B6F4-933EB86CA11D", + "height": 16, + "width": 120, + "x": 240, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38242,7 +75847,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "12", + "name": "THE THIRD", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38250,33 +75855,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "do_objectID": "33A4A266-8DB2-45A7-A7E1-2E46C90421B9", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "do_objectID": "4B3B58A2-ADCE-4A57-B0A9-E9F4263044C5", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38298,53 +75904,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 8, "location": 0, }, ], - "string": "14", + "string": "ITEM TWO", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,0.70)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "120px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "do_objectID": "33A046AA-2704-40B5-9DE7-A5F7C8AD52BA", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "do_objectID": "14290AE1-FA35-44A1-B010-6330DB239370", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38353,13 +75960,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", - "height": 14, - "width": 14, - "x": 220, - "y": 84, + "do_objectID": "91542702-E1CB-49DE-AE0B-9145054DB80C", + "height": 16, + "width": 120, + "x": 120, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38368,7 +75975,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "14", + "name": "ITEM TWO", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38376,33 +75983,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "do_objectID": "9578BCCE-56FF-4CD0-A6C2-0A67738FF257", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "do_objectID": "9140AD60-AC75-4423-BD05-4120E3C53D2A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38424,53 +76032,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 7, "location": 0, }, ], - "string": "15", + "string": "NO. ONE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "do_objectID": "2FEE7291-7D60-47B5-AF0C-9794FC70479A", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "do_objectID": "1C8BB07D-4549-4474-85DE-AAC36D4ED7FE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38479,13 +76088,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", - "height": 14, - "width": 14, - "x": 264, - "y": 84, + "do_objectID": "D08C8D43-D4F0-426D-BBE7-5BA4CA030851", + "height": 16, + "width": 120, + "x": 0, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38494,7 +76103,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "15", + "name": "NO. ONE", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38502,33 +76111,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "do_objectID": "E1B0E40B-4579-4740-A63F-6C4231A7DCF8", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "do_objectID": "07FC4EB1-FE4E-4EFB-8BD3-1562B7D69B89", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38541,188 +76151,277 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "11", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", + "background-color": "rgba(255,255,140,1.00)", + "box-shadow": "0px 1px 1.5px 0px rgba(0,0,0,0.12),0px 1px 1px 0px rgba(0,0,0,0.24)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", + "height": "2px", + "left": "0px", "position": "absolute", - "top": "84px", + "top": "46px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0CD5019F-4477-41F0-B7F4-1437084D2FAD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "do_objectID": "9B2FA7EA-E5FC-4F3F-A38A-91AB190DD24E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", - "height": 14, - "width": 14, - "x": 88, - "y": 84, + "height": 2, + "width": 120, + "x": 0, + "y": 46, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "11", - "nameIsFixed": false, + "name": "indicator", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "A14002AC-97A3-482B-A0C5-D44A77B354E6", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 0, + "isEnabled": false, + "position": 1, + "thickness": 1, + }, + ], + "do_objectID": "87D45A0F-6AC3-4D68-8521-AF6E8F85FD82", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5490196078431373, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 1.5, + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 0.12, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "isEnabled": false, + "offsetX": 0, + "offsetY": 1, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 1, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 1, + "spread": 0, }, - "verticalAlignment": 0, - }, + ], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"indicator\\"", + ], }, }, + ], + "name": "tabs", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56450478-45EE-4020-829D-3D7106A99B8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"tabs\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "16px", + "position": "absolute", + "top": "40px", + "visibility": "visible", + "width": "328px", + }, + }, + "do_objectID": "54F2B126-EBC8-42E4-9CCC-6025866EA532", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E919A5D5-7F14-43AB-937D-4AC73AD038A8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1244F84B-12C1-420C-A2BD-58EBC9D323FF", + "height": 24, + "width": 328, + "x": 16, + "y": 40, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "7", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", + "height": "24px", + "left": "316px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "12px", }, }, - "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", - "dontSynchroniseWithSymbol": false, + "do_objectID": "2EAB1189-97C4-4EC1-8CBF-1E24214B7177", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "do_objectID": "B5AE9619-0144-403F-B016-9A1F7F494DC5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38731,317 +76430,686 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", - "height": 14, - "width": 14, - "x": 220, - "y": 44, + "do_objectID": "13FAD583-AC89-4F3A-A6B6-A0CF3DBA26AC", + "height": 24, + "width": 12, + "x": 316, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, - "isFlippedVertical": false, + "isFlippedVertical": true, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "7", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "layers": Array [ + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "4px", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, + }, + "do_objectID": "044E322D-A4FA-476E-8BFB-CB5BD971A007", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "29F06F1B-0927-4D93-BDE8-5828E3184007", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "09DF51C0-DFDA-497B-9205-AB1963FD1154", + "height": 16, + "width": 4, + "x": 3, + "y": 4, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "3B936567-EF75-4459-8908-92C1DA27C1FE", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1F98697-0674-4D9C-A0F6-B7D2C30462F5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0EAD72B-E995-4B23-A15E-81E3ACD60B80", + "height": 4, + "width": 4, + "x": 0, + "y": 12, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77499999999999991}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000009}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 2, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000009}", + "curveMode": 2, + "curveTo": "{0, 0.77499999999999991}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "6px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "5F4D6AE3-A563-4C5E-86C0-66332A65E9B1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0BEF50BC-CCDF-4CDB-BEEE-4CB4FB2CE90D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2CF02168-028C-4296-82F3-C32431ED0BEA", + "height": 4, + "width": 4, + "x": 0, + "y": 6, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000009}", + "curveMode": 2, + "curveTo": "{0, 0.77499999999999991}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77499999999999991}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000009}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "4px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E4AC1434-7A30-45CD-8976-A852E84BBF9A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "313C2770-48E7-45CF-AD51-6CE335D14FEE", + "height": 4, + "width": 4, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22499999999999964}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000036}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000036}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999964}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "length": 1, - "location": 0, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "string": "2", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, }, - }, - "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", - "height": 14, - "width": 14, - "x": 0, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "12px", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + }, + "do_objectID": "E4792B29-BF0E-42DB-95C8-4DDBCAC7798F", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8B85D384-7961-4B39-87B7-A05B22F94D02", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 12, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "946562AE-3059-44F0-8DC3-54BE98B4ACFC", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M12 0,L 0 0,L 0 24,L 12 24,z\\"", + ], + "type": "path", }, - }, - "length": 1, - "location": 0, + ], + }, + "web": Object { + "attributes": Array [], }, - ], - "string": "3", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", }, - }, - "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", - "height": 14, - "width": 14, - "x": 44, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "3", - "nameIsFixed": false, + ], + "name": "more", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "do_objectID": "06EE712E-EDFF-4466-B1D7-A63C20D4C50F", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"more\\"", + ], }, }, Object { @@ -39054,53 +77122,52 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 20, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 1, + "length": 10, "location": 0, }, ], - "string": "5", + "string": "Page Title", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "20px", + "height": "26px", + "left": "56px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "91px", }, }, - "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "do_objectID": "90E271D7-D279-45F2-95DC-47441AC6F11F", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "do_objectID": "BBB1B522-64CF-4563-B8E9-F138ED2B426C", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39109,13 +77176,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", - "height": 14, - "width": 14, - "x": 132, - "y": 44, + "height": 26, + "width": 91, + "x": 56, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {90, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -39124,40 +77190,40 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "5", + "name": "Page Title", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "FD154772-5D9F-4899-88F9-5124F223C73E", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "do_objectID": "E2DF08D7-CE0B-4A04-A46E-02C8D9DC19DD", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "do_objectID": "E92BA203-2A38-4841-BE87-23D9A757DC8A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 20, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -39165,68 +77231,30 @@ Object { }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "6", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A7B39194-67E6-4391-84D0-3590B6A9C8C6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "do_objectID": "C4FDFF6F-90CA-42E5-B4EA-02196E788C67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39235,13 +77263,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", - "height": 14, - "width": 14, - "x": 176, - "y": 44, + "do_objectID": "C1D0BFE2-05CA-4895-8105-DEBC39E206B0", + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -39249,384 +77277,893 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "6", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "798D3C77-B6E0-4D8D-9EF6-ABDC9A4C8B2D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1D1A9FCF-0DAD-4917-B2EA-6CC0D24671C4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "31EF773D-8AEB-4113-BED9-1CB4C1CC4417", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "12px", + "left": "3px", + "position": "absolute", + "top": "6px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "894DE14D-3249-43A6-A9E5-13D74A715EAF", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E9A3EF6-B3AB-4018-A46A-4C09A1B6E2EC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A14A0CC3-5811-4C0B-AB5D-66BABB31C092", + "height": 12, + "width": 18, + "x": 3, + "y": 6, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "02902742-F6CF-47B2-A5EC-DD22510DA7DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A8D67E3B-9CAB-4149-B260-2B85A40190E9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "59305F95-A91C-43CD-BBC5-08B12D2CFEBD", + "height": 2, + "width": 18, + "x": 0, + "y": 10, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 2,L 18 2,L 18 0,L 0 0,L 0 2,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "D6BB75D0-AB30-43EC-B104-7BF224DA30B9", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3E227245-30B1-4F5B-B4D2-B2EC3199D671", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2178831E-0EA9-4B03-B0B6-05303ABBB4B7", + "height": 2, + "width": 18, + "x": 0, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 2,L 18 2,L 18 0,L 0 0,L 0 2,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "18px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "do_objectID": "C6B5B3A2-5CA0-4787-A6F1-47DAFF9CCAB9", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "574554BD-6E97-4715-BD86-7A3FEC2A86BF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4B258FC6-50FA-406A-AFD3-A641D2D0E332", + "height": 2, + "width": 18, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 0,L 0 2,L 18 2,L 18 0,L 0 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "length": 1, - "location": 0, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "string": "8", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, }, - }, - "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", - "height": 14, - "width": 14, - "x": 264, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "8", - "nameIsFixed": false, + ], + "name": "menu", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "do_objectID": "0E6232B9-D813-4EF6-86CD-A008760CB052", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"menu\\"", + ], }, }, + ], + "name": "app bar contents", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CEB14821-8174-404A-B9B3-70B0D89FF07A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"app bar contents\\"", + ], + }, + }, + ], + "name": "app bar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6D2C6775-C00E-459D-BF35-6BF75842EAB0", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"app bar\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "FA4CA9F5-471E-4E2A-9466-D3AE5C74D5E9", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CAF63BAA-809D-4491-BA10-6E6BE6B675F4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "096F6677-3466-4D31-8976-C5099741CC33", + "height": 24, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,166,1.00)", + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "C27B6B4D-AE72-45DB-A433-BCF83BD5FA33", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF88E2C-E6A4-45D7-A3B0-7D665AB5D111", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "status bar bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "4", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", - "height": 14, - "width": 14, - "x": 88, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "4", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "dates", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "do_objectID": "5C253197-535A-49C9-85CC-3D1E6ECC5E36", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.6509803921568628, + "green": 0.5882352941176472, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dates\\"", + "role=\\"rectangle\\"", + "aria-label=\\"status bar bg\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, - }, - ], - "string": "March 2014", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "symbolInstance", "booleanOperation": 0, "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "101.5px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "76px", - }, - }, - "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", - "dontSynchroniseWithSymbol": false, + "do_objectID": "2897CFF8-D7D1-4C1F-B13C-E4DAE67067FA", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "do_objectID": "1E5FD2ED-1738-4855-A83E-3E2986B601A2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39635,69 +78172,41 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", - "height": 16, - "width": 76, - "x": 101.5, + "do_objectID": "139BCC43-36EB-444E-A4E6-44A1B5DA3103", + "height": 24, + "width": 118, + "x": 242, "y": 0, }, - "glyphBounds": "{{0, 0}, {76, 16}}", "hasClippingMask": false, + "horizontalSpacing": 0, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": false, + "isLocked": true, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "March 2014", + "name": "status bar contents", "nameIsFixed": false, - "resizingConstraint": 47, + "overrideValues": Array [], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "scale": 1, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "do_objectID": "4FFF4E6F-61BA-4E30-B769-FC2F51E39F2F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + "symbolID": "080C0EF9-47BD-4900-BB91-42C80173D424", + "verticalSpacing": 0, }, ], - "name": "calendar", + "name": "status bar", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -39705,7 +78214,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "do_objectID": "1804FEE3-D722-4D5E-BD63-2DF8F2DB5FD5", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -39714,12 +78223,12 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"calendar\\"", + "aria-label=\\"status bar\\"", ], }, }, ], - "name": "dialog", + "name": "app bar + status bar", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -39727,7 +78236,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "do_objectID": "807C67B1-1EBA-45A7-AAA4-BF807BDF4729", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -39736,273 +78245,35 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"dialog\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, - }, - "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebComponentCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 52 on wc 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, + "aria-label=\\"app bar + status bar\\"", ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "name": "Material/Light/Body 1", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", - "_ref_class": "MSImmutablePage", + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", - "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 105, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "artboards": Object {}, - "name": "Page 1", + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], }, }, - "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", - ], - "variant": "NONAPPSTORE", - "version": 112, - }, - "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "do_objectID": "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -40029,830 +78300,163 @@ Object { "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9941860465116279, 1}", - "curveMode": 4, - "curveTo": "{0.99738372093023264, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9941860465116279, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0026162790697673759, 1}", - "curveMode": 4, - "curveTo": "{0.0058139534883720929, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0058139534883720929, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.98687500000000006}", - "curveMode": 4, - "curveTo": "{0, 0.99437500000000001}", - "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.98750000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.0056250000000000354}", - "curveMode": 4, - "curveTo": "{0, 0.013125000000000008}", - "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058139534883720929, 0}", - "curveMode": 4, - "curveTo": "{0.0026162790697673759, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.0058139534883720929, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99709302325581395, 0}", - "curveMode": 4, - "curveTo": "{0.9938953488372092, 0}", - "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9941860465116279, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99970930232558131, 0.013125000000000008}", - "curveMode": 4, - "curveTo": "{0.99970930232558131, 0.0056250000000000354}", - "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.99437500000000012}", - "curveMode": 1, - "curveTo": "{0.99970930232558131, 0.98687500000000006}", - "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.98750000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", - "position": 0.9864078443877551, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.2000000029802322, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.1, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.0490476332782268, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - ], - "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", - "isEnabled": true, - "offsetX": 0, - "offsetY": 8, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", - "isEnabled": false, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", - "isEnabled": false, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "symbolMaster", + "backgroundColor": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "booleanOperation": 0, + "changeIdentifier": 6, + "clippingMaskMode": 0, + "do_objectID": "85FE2CA3-7BC8-4647-8950-9AB676A1C91A", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 118, + "x": 0, + "y": 0, + }, + "hasBackgroundColor": false, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeBackgroundColorInExport": true, + "includeBackgroundColorInInstance": false, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isFlowHome": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "shapePath", + "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { "display": "block", - "height": "3px", - "left": "88px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "94px", + "top": "0px", "visibility": "visible", - "width": "256px", + "width": "118px", }, }, - "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", - "edited": true, + "do_objectID": "61B8B31F-4531-4223-B67B-9F81955A0731", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", - "height": 3, - "width": 256, - "x": 88, - "y": 94, + "height": 24, + "width": 118, + "x": 0, + "y": 0, }, "hasClippingMask": false, - "isClosed": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "divider", + "name": "bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveFrom": "{0, 0}", "curveMode": 1, - "curveTo": "{0.001953125, 0.48611111111111105}", - "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "curveTo": "{0, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{0, 0.5}", + "point": "{0, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveFrom": "{0, 1}", "curveMode": 1, - "curveTo": "{-0.087891101837158522, 0.6041666666666663}", - "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "curveTo": "{0, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 0.5}", + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 13, - "location": 0, - }, - ], - "string": "Incoming call", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "88px", - "position": "absolute", - "top": "19px", - "visibility": "visible", - "width": "85px", - }, - }, - "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 85, - "x": 88, - "y": 19, - }, - "glyphBounds": "{{0, 0}, {84, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Incoming call", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 15, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "Scott Masterson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "88px", - "position": "absolute", - "top": "42px", - "visibility": "visible", - "width": "180px", - }, - }, - "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 180, - "x": 88, - "y": 42, - }, - "glyphBounds": "{{0, 0}, {177, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Scott Masterson", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, }, Object { @@ -40862,129 +78466,58 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "88px", + "height": "12px", + "left": "8px", "position": "absolute", - "top": "116px", + "top": "6px", "visibility": "visible", - "width": "81px", - }, - }, - "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", - "height": 24, - "width": 81, - "x": 88, - "y": 116, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "IGNORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "width": "16px", + }, + }, + "do_objectID": "0F7636EC-3486-4CC5-99A9-684896927622", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 16, + "x": 8, + "y": 6, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "12px", + "left": "1.70530256582424e-13px", "position": "absolute", - "top": "4px", + "top": "0px", "visibility": "visible", - "width": "50px", + "width": "16px", }, }, - "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", - "dontSynchroniseWithSymbol": false, + "do_objectID": "48C609B3-F9AE-422F-8D11-F6812E58FE3A", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -40993,87 +78526,99 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 16, - "width": 50, - "x": 32, - "y": 4, + "height": 12, + "width": 16, + "x": 1.70530256582424e-13, + "y": 0, }, - "glyphBounds": "{{0, 0}, {49, 16}}", - "hasClippingMask": false, + "hasClippingMask": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Ignore", - "nameIsFixed": false, - "resizingConstraint": 47, + "name": "wifi mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.49999999999999828, 1}", + "curveMode": 1, + "curveTo": "{0.49999999999999828, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.49999999999999828, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 8 12,L 16 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "shapeGroup", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", "height": "24px", - "left": "0px", + "left": "-4.000000000000114px", "position": "absolute", "top": "0px", "visibility": "visible", "width": "24px", }, }, - "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "do_objectID": "287233C0-7413-448D-82F6-AC1AD74EDE8C", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41082,10 +78627,9 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", "height": 24, "width": 24, - "x": 0, + "x": -4.000000000000114, "y": 0, }, "hasClickThrough": false, @@ -41098,44 +78642,398 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "CC5B3585-0E1B-45E9-BF72-0B8BCB2EA440", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22499999999999906, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.7749999999999998}", + "curveMode": 2, + "curveTo": "{0, 0.22500000000000023}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000091, 1}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22500000000000023}", + "curveMode": 2, + "curveTo": "{1, 0.7749999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77500000000000091, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.30)\\"", + "d=\\"M12 0,S 0 5.4, 0 12,S 5.4 24, 12 24,S 24 18.6, 24 12,S 18.6 0, 12 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "3px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "CD540E6A-760E-4F36-8DB5-F793A9F1A479", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": 3, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22222222222222221, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22222222222222221}", + "curveMode": 2, + "curveTo": "{0, 0.77777777777777779}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77777777777777779, 0}", + "curveMode": 2, + "curveTo": "{0.22222222222222221, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77777777777777779}", + "curveMode": 2, + "curveTo": "{1, 0.22222222222222221}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77777777777777779, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.30)\\"", + "d=\\"M9 18,S 0 14, 0 9,S 4 0, 9 0,S 18 4, 18 9,S 14 18, 9 18,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "-1.000000000000114px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "99CA80EA-99CB-4F9D-AE59-61E715C9D579", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": -1.000000000000114, + "y": 3, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { "rules": Object { "display": "block", - "height": "24px", + "height": "18px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "18px", }, }, - "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", - "edited": false, + "do_objectID": "3B0F2CD9-E800-48D8-8695-71CEE8180B3C", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, + "constrainProportions": false, + "height": 18, + "width": 18, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -41143,49 +79041,59 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0.22222222222222221, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "curveFrom": "{0, 0.77777777777777779}", + "curveMode": 2, + "curveTo": "{0, 0.22222222222222221}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "curveFrom": "{0.77777777777777779, 1}", + "curveMode": 2, + "curveTo": "{0.22222222222222221, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", + "curveFrom": "{1, 0.22222222222222221}", + "curveMode": 2, + "curveTo": "{1, 0.77777777777777779}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77777777777777779, 0}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "hasCurveTo": true, + "point": "{0.5, 0}", }, ], "resizingConstraint": 63, @@ -41194,18 +79102,44 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M9 0,S 0 4, 0 9,S 4 18, 9 18,S 18 14, 18 9,S 14 0, 9 0,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "shapePath", @@ -41214,19 +79148,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "14px", - "left": "5px", + "height": "12px", + "left": "3px", "position": "absolute", - "top": "5px", + "top": "3px", "visibility": "visible", - "width": "13.999px", + "width": "12px", }, }, - "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "do_objectID": "B479B32B-CF71-44A5-AF7E-EEA917A2D816", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41235,10 +79168,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 14, - "width": 13.999, - "x": 5, - "y": 5, + "height": 12, + "width": 12, + "x": 3, + "y": 3, }, "hasClippingMask": false, "isClosed": true, @@ -41248,155 +79181,77 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "shape", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.39900000000000002}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.39900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.39900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 0}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{0, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.39895706836202588, 0.5}", - "curveMode": 1, - "curveTo": "{0.39895706836202588, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.39895706836202588, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{0, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 1}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.60099999999999998}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.60099999999999998}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.60099999999999998}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 1}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 1}", - "hasCurveFrom": false, + "curveFrom": "{0.22499999999999906, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0.89906421887277665, 1}", + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{1, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.89900000000000002}", + "curveFrom": "{0, 0.22499999999999906}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000091}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.60104293163797429, 0.5}", - "curveMode": 1, - "curveTo": "{0.60104293163797429, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.60104293163797429, 0.5}", + "curveFrom": "{0.77499999999999625, 0}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{1, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.10099999999999985}", + "curveFrom": "{1, 0.77500000000000091}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999906}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 0}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 0}", + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000568, 1}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 0}", + "hasCurveTo": true, + "point": "{0.5, 1}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", - "opacity": 0.5399999618530273, - }, - "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, "fillType": 0, "isEnabled": true, @@ -41415,8 +79270,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M6 12,S 0 9.3, 0 6,S 2.7 0, 6 0,S 12 2.7, 12 6,S 9.3 12, 6 12,z\\"", ], "type": "path", }, @@ -41427,269 +79282,63 @@ Object { }, }, ], - "name": "ignore icon", - "nameIsFixed": true, + "name": "Shape", + "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore icon\\"", - ], - }, - }, - ], - "name": "ignore", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "215px", - "position": "absolute", - "top": "116px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", - "height": 24, - "width": 88, - "x": 215, - "y": 116, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, + "fills": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "ANSWER", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", - "position": "absolute", - "top": "4px", - "visibility": "visible", - "width": "56px", - }, - }, - "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", - "height": 16, - "width": 56, - "x": 32, - "y": 4, - }, - "glyphBounds": "{{0, 0}, {56, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "ANSWER", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], }, + "windingRule": 1, }, Object { - "_class": "group", + "_class": "shapeGroup", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "0px", + "height": "12px", + "left": "1.999999999999886px", "position": "absolute", - "top": "0px", + "top": "6px", "visibility": "visible", - "width": "24px", + "width": "12px", }, }, - "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "do_objectID": "17E4F2B4-96B0-411A-88F6-61FDC86B6DDE", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41698,11 +79347,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "height": 12, + "width": 12, + "x": 1.999999999999886, + "y": 6, }, "hasClickThrough": false, "hasClippingMask": false, @@ -41714,44 +79362,38 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { "display": "block", - "height": "24px", + "height": "12px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "12px", }, }, - "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", - "edited": false, + "do_objectID": "EE70DE52-A724-4E3D-A42F-CE005CC6DEE5", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, + "constrainProportions": false, + "height": 12, + "width": 12, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -41759,49 +79401,59 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0.22499999999999906, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "curveFrom": "{0, 0.77500000000000091}", + "curveMode": 2, + "curveTo": "{0, 0.22499999999999906}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "curveFrom": "{0.77499999999999625, 1}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", + "curveFrom": "{1, 0.22499999999999906}", + "curveMode": 2, + "curveTo": "{1, 0.77500000000000091}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77500000000000568, 0}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "hasCurveTo": true, + "point": "{0.5, 0}", }, ], "resizingConstraint": 63, @@ -41810,18 +79462,44 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M6 0,S 0 2.7, 0 6,S 2.7 12, 6 12,S 12 9.3, 12 6,S 9.3 0, 6 0,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "shapePath", @@ -41830,19 +79508,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "18px", + "height": "6px", "left": "3px", "position": "absolute", "top": "3px", "visibility": "visible", - "width": "18px", + "width": "6px", }, }, - "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "do_objectID": "BD7374FA-0B5C-49B4-9D33-6515AAA9219E", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41851,8 +79528,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 18, - "width": 18, + "height": 6, + "width": 6, "x": 3, "y": 3, }, @@ -41864,185 +79541,77 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "Imported Layers", + "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.024833333333333336, 0}", - "curveMode": 4, - "curveTo": "{0.055555555555555552, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.055555555555555552, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.57711111111111113}", - "curveMode": 3, - "curveTo": "{0, 0.024833333333333287}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97516666666666674, 1}", - "curveMode": 3, - "curveTo": "{0.42288888888888887, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{1, 0.97516666666666674}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.71933333333333338}", + "curveFrom": "{0.21666666666666856, 1}", "curveMode": 4, - "curveTo": "{1, 0.75}", + "curveTo": "{0.5, 1}", "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0.75}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.87511111111111106, 0.69450000000000001}", - "curveMode": 3, - "curveTo": "{0.97516666666666674, 0.69450000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 0.69450000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74044444444444446, 0.66111111111111109}", - "curveMode": 3, - "curveTo": "{0.80844444444444441, 0.68333333333333324}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.746, 0.66288888888888886}", + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveFrom": "{0, 0.21666666666666856}", "curveMode": 2, - "curveTo": "{0.7346111111111111, 0.66022222222222227}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.72883333333333333, 0.66022222222222227}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.68961111111111117, 0.67649999999999999}", - "curveMode": 4, - "curveTo": "{0.70044444444444443, 0.66566666666666663}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.68961111111111117, 0.67649999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.41000000000000003, 0.71888888888888891}", - "curveMode": 4, - "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "curveTo": "{0, 0.78333333333333144}", "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.56733333333333336, 0.79888888888888887}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.20127777777777778, 0.43300000000000005}", - "curveMode": 4, - "curveTo": "{0.28138888888888886, 0.59027777777777779}", - "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.20127777777777778, 0.43300000000000005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33877777777777784, 0.29516666666666658}", - "curveMode": 4, - "curveTo": "{0.32350000000000001, 0.31038888888888888}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32350000000000001, 0.31038888888888888}", + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.31666666666666671, 0.19149999999999995}", - "curveMode": 3, - "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "curveFrom": "{0.78333333333334088, 0}", + "curveMode": 2, + "curveTo": "{0.21666666666666856, 0}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.33711111111111108, 0.25399999999999995}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.30550000000000005, 0.024833333333333287}", - "curveMode": 3, - "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "curveFrom": "{1, 0.78333333333333144}", + "curveMode": 2, + "curveTo": "{1, 0.21666666666666856}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.30550000000000005, 0.055555555555555552}", + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.25, 0}", + "curveFrom": "{0.5, 1}", "curveMode": 4, - "curveTo": "{0.28066666666666662, 0}", + "curveTo": "{0.78333333333334088, 1}", "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.25, 0}", + "point": "{0.5, 1}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", - "opacity": 0.5399999618530273, - }, - "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, "fillType": 0, "isEnabled": true, @@ -42061,8 +79630,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M3 6,S 0 4.7, 0 3,S 1.3 0, 3 0,S 6 1.3, 6 3,S 4.7 6, 3 6,z\\"", ], "type": "path", }, @@ -42073,604 +79642,229 @@ Object { }, }, ], - "name": "call icon", - "nameIsFixed": true, + "name": "Shape", + "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"call icon\\"", + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", ], }, - }, - ], - "name": "answer", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"answer\\"", - ], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "56px", - "left": "15px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "56px", - }, - }, - "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 56, - "x": 15, - "y": 16, - }, - "hasClippingMask": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "windingRule": 1, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "border-radius": "50%", + "display": "block", + "height": "6px", + "left": "5px", + "position": "absolute", + "top": "9px", + "visibility": "visible", + "width": "6px", + }, + }, + "do_objectID": "D27B5981-CCA7-4D15-BDB6-1307F55D4185", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 6, + "width": 6, + "x": 5, + "y": 9, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Oval", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"Oval\\"", + ], + }, }, ], + "name": "wifi", + "nameIsFixed": true, + "originalObjectID": "0F7636EC-3486-4CC5-99A9-684896927622", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, + "alpha": 1, "blue": 0, "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "heads-up notification", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"heads-up notification\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`WebComponentCodeGenService should match md-components-notifications-heads-up.sketch snapshot for 53 on wc 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "name": "Material/Light/Body 1", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"wifi\\"", + ], + }, + }, Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "160px", - "left": "0px", + "height": "12px", + "left": "34px", "position": "absolute", - "top": "0px", + "top": "6px", "visibility": "visible", - "width": "344px", + "width": "12px", }, }, - "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", - "edited": true, + "do_objectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -42679,756 +79873,668 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 160, - "width": 344, - "x": 0, - "y": 0, + "height": 12, + "width": 12, + "x": 34, + "y": 6, }, + "hasClickThrough": false, "hasClippingMask": false, - "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9941860465116279, 1}", - "curveMode": 4, - "curveTo": "{0.99738372093023264, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9941860465116279, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0026162790697673759, 1}", - "curveMode": 4, - "curveTo": "{0.0058139534883720929, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0058139534883720929, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.98687500000000006}", - "curveMode": 4, - "curveTo": "{0, 0.99437500000000001}", - "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.98750000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.0056250000000000354}", - "curveMode": 4, - "curveTo": "{0, 0.013125000000000008}", - "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058139534883720929, 0}", - "curveMode": 4, - "curveTo": "{0.0026162790697673759, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.0058139534883720929, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99709302325581395, 0}", - "curveMode": 4, - "curveTo": "{0.9938953488372092, 0}", - "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9941860465116279, 0}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99970930232558131, 0.013125000000000008}", - "curveMode": 4, - "curveTo": "{0.99970930232558131, 0.0056250000000000354}", - "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.012500000000000001}", + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "12px", + "left": "-1.13686837721616e-13px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "12px", + }, + }, + "do_objectID": "40BA2EEC-83D4-453D-8478-4F0193497A23", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 12, + "x": -1.13686837721616e-13, + "y": 0, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "reception mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M12 12,L 12 0,L 0 12,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.99437500000000012}", - "curveMode": 1, - "curveTo": "{0.99970930232558131, 0.98687500000000006}", - "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.98750000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", - "position": 0.9864078443877551, - }, - ], - "to": "{0.5, 1}", + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "12px", + "left": "9px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "isEnabled": true, - "position": 1, - "thickness": 1, }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "do_objectID": "D0C86B5E-4173-4729-A3AF-88C232B22652", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 9, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.2000000029802322, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.1, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.0490476332782268, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - ], - "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "12px", + "left": "6px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", - "isEnabled": true, - "offsetX": 0, - "offsetY": 8, - "spread": 0, }, - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "EF62075C-CD4D-4710-991E-3FCE6FB02448", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 6, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "3px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", - "isEnabled": false, - "offsetX": 0, - "offsetY": 2, - "spread": 0, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "8639EA38-59EA-4C41-AC59-E235A01C9985", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 3, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", - "isEnabled": false, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { + "web": Object { "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], - "type": "path", }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "94px", - "visibility": "visible", - "width": "256px", - }, - }, - "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", - "height": 3, - "width": 256, - "x": 88, - "y": 94, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.48611111111111105}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.48611111111111105}", - "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", - "curveMode": 1, - "curveTo": "{-0.087891101837158522, 0.6041666666666663}", - "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", + }, + }, + "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, }, ], + "name": "reception", + "nameIsFixed": true, + "originalObjectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, "fillType": 0, "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 13, - "location": 0, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "string": "Incoming call", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "88px", - "position": "absolute", - "top": "19px", - "visibility": "visible", - "width": "85px", - }, - }, - "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 85, - "x": 88, - "y": 19, - }, - "glyphBounds": "{{0, 0}, {84, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Incoming call", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", - "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 15, - "location": 0, - }, + "role=\\"group\\"", + "aria-label=\\"reception\\"", ], - "string": "Scott Masterson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "88px", - "position": "absolute", - "top": "42px", - "visibility": "visible", - "width": "180px", - }, - }, - "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 180, - "x": 88, - "y": 42, - }, - "glyphBounds": "{{0, 0}, {177, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Scott Masterson", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, }, Object { @@ -43438,18 +80544,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "88px", + "height": "13px", + "left": "60px", "position": "absolute", - "top": "116px", + "top": "5px", "visibility": "visible", - "width": "81px", + "width": "8px", }, }, - "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "do_objectID": "394BBD24-BE18-4203-8A03-D37C48937738", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -43458,14 +80563,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", - "height": 24, - "width": 81, - "x": 88, - "y": 116, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 13, + "width": 8, + "x": 60, + "y": 5, }, "hasClickThrough": false, "hasClippingMask": false, @@ -43477,1222 +80578,871 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "IGNORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "13px", + "left": "-1.13686837721616e-13px", "position": "absolute", - "top": "4px", + "top": "0px", "visibility": "visible", - "width": "50px", + "width": "8px", + }, + }, + "do_objectID": "36B2AC85-DF12-4169-8718-5F3D3C549F84", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 13, + "width": 8, + "x": -1.13686837721616e-13, + "y": 0, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "battery mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.875, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.875, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.875, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.75, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.75, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0}", + "curveMode": 1, + "curveTo": "{0.75, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.75, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 1, + "curveTo": "{0.25, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.25, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.25, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.25, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.049999999999997158, 0.076923076923076927}", + "curveMode": 4, + "curveTo": "{0.125, 0.076923076923076927}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.125, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.15384615384615385}", + "curveMode": 4, + "curveTo": "{0, 0.10769230769230813}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.15384615384615385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.96923076923076878}", + "curveMode": 4, + "curveTo": "{0, 0.92307692307692313}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.92307692307692313}", }, - }, - "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 16, - "width": 50, - "x": 32, - "y": 4, - }, - "glyphBounds": "{{0, 0}, {49, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Ignore", - "nameIsFixed": false, - "resizingConstraint": 47, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.125, 1}", + "curveMode": 4, + "curveTo": "{0.049999999999997158, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.125, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.95000000000000284, 1}", + "curveMode": 4, + "curveTo": "{0.875, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.875, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.92307692307692313}", + "curveMode": 4, + "curveTo": "{1, 0.96923076923076878}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.92307692307692313}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10769230769230813}", + "curveMode": 4, + "curveTo": "{1, 0.15384615384615385}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.15384615384615385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.875, 0.076923076923076927}", + "curveMode": 4, + "curveTo": "{0.95000000000000284, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.875, 0.076923076923076927}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M7 1,L 6 1,L 6 0,L 2 0,L 2 1,S 1 1, 1 1,S 0 1.4, 0 2,S 0 12, 0 12,S 0.4 13, 1 13,S 7 13, 7 13,S 8 12.6, 8 12,S 8 2, 8 2,S 7.6 1, 7 1,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(255,255,255,0.90)", "display": "block", - "height": "24px", + "height": "3px", "left": "0px", "position": "absolute", - "top": "0px", + "top": "10px", "visibility": "visible", - "width": "24px", + "width": "8px", }, }, - "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "do_objectID": "50A264EB-01E5-4A89-91A4-6BC7B6F43B82", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", - "height": 24, - "width": 24, + "height": 3, + "width": 8, "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 10, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "13.999px", - }, - }, - "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 14, - "width": 13.999, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "shape", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.39900000000000002}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.39900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.39900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 0}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{0, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.39895706836202588, 0.5}", - "curveMode": 1, - "curveTo": "{0.39895706836202588, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.39895706836202588, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{0, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 1}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.60099999999999998}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.60099999999999998}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.60099999999999998}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 1}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{1, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.60104293163797429, 0.5}", - "curveMode": 1, - "curveTo": "{0.60104293163797429, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.60104293163797429, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{1, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 0}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", - "opacity": 0.5399999618530273, - }, - "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "ignore icon", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore icon\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], }, }, - ], - "name": "ignore", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "215px", - "position": "absolute", - "top": "116px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", - "height": 24, - "width": 88, - "x": 215, - "y": 116, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "8px", + }, + }, + "do_objectID": "104A5BDF-320D-45A2-9EFB-DA0F9A056E07", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 8, + "x": 0, + "y": 7, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, - "length": 1, - "location": 5, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "string": "ANSWER", + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", + "background-color": "rgba(255,255,255,0.30)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "3px", + "left": "0px", "position": "absolute", "top": "4px", "visibility": "visible", - "width": "56px", + "width": "8px", }, }, - "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "4162C6FB-40B4-4940-AF52-911CB4C18D05", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", - "height": 16, - "width": 56, - "x": 32, + "height": 3, + "width": 8, + "x": 0, "y": 4, }, - "glyphBounds": "{{0, 0}, {56, 16}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "ANSWER", + "name": "Rectangle-path", "nameIsFixed": false, - "resizingConstraint": 47, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "1px", + "visibility": "visible", + "width": "8px", + }, + }, + "do_objectID": "7EEACE8D-CEA3-4118-BA2B-20DA6BB9C643", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 8, + "x": 0, + "y": 1, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(255,255,255,0.30)", "display": "block", - "height": "24px", - "left": "0px", + "height": "1px", + "left": "2px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "4px", }, }, - "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "do_objectID": "B5950202-1A67-4112-84B9-936E5A627174", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", - "height": 24, - "width": 24, - "x": 0, + "height": 1, + "width": 4, + "x": 2, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "18px", - "left": "3px", - "position": "absolute", - "top": "3px", - "visibility": "visible", - "width": "18px", - }, - }, - "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 18, - "width": 18, - "x": 3, - "y": 3, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Imported Layers", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.024833333333333336, 0}", - "curveMode": 4, - "curveTo": "{0.055555555555555552, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.055555555555555552, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.57711111111111113}", - "curveMode": 3, - "curveTo": "{0, 0.024833333333333287}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97516666666666674, 1}", - "curveMode": 3, - "curveTo": "{0.42288888888888887, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{1, 0.97516666666666674}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.71933333333333338}", - "curveMode": 4, - "curveTo": "{1, 0.75}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.75}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.87511111111111106, 0.69450000000000001}", - "curveMode": 3, - "curveTo": "{0.97516666666666674, 0.69450000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 0.69450000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74044444444444446, 0.66111111111111109}", - "curveMode": 3, - "curveTo": "{0.80844444444444441, 0.68333333333333324}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.746, 0.66288888888888886}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.71466666666666667, 0.66022222222222227}", - "curveMode": 2, - "curveTo": "{0.7346111111111111, 0.66022222222222227}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.72883333333333333, 0.66022222222222227}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.68961111111111117, 0.67649999999999999}", - "curveMode": 4, - "curveTo": "{0.70044444444444443, 0.66566666666666663}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.68961111111111117, 0.67649999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.41000000000000003, 0.71888888888888891}", - "curveMode": 4, - "curveTo": "{0.56733333333333336, 0.79888888888888887}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.56733333333333336, 0.79888888888888887}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.20127777777777778, 0.43300000000000005}", - "curveMode": 4, - "curveTo": "{0.28138888888888886, 0.59027777777777779}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.20127777777777778, 0.43300000000000005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33877777777777784, 0.29516666666666658}", - "curveMode": 4, - "curveTo": "{0.32350000000000001, 0.31038888888888888}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32350000000000001, 0.31038888888888888}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.31666666666666671, 0.19149999999999995}", - "curveMode": 3, - "curveTo": "{0.34327777777777779, 0.2732222222222222}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.33711111111111108, 0.25399999999999995}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.30550000000000005, 0.024833333333333287}", - "curveMode": 3, - "curveTo": "{0.30550000000000005, 0.12483333333333332}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.30550000000000005, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.25, 0}", - "curveMode": 4, - "curveTo": "{0.28066666666666662, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.25, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", - "opacity": 0.5399999618530273, - }, - "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "call icon", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"call icon\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], }, - }, - ], - "name": "answer", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", - "endMarkerType": 0, + }, + ], + "name": "battery", + "nameIsFixed": true, + "originalObjectID": "394BBD24-BE18-4203-8A03-D37C48937738", + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -44700,35 +81450,28 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"answer\\"", + "aria-label=\\"battery\\"", ], }, }, Object { - "_class": "oval", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", "display": "block", - "height": "56px", - "left": "15px", + "height": "15px", + "left": "77px", "position": "absolute", - "top": "16px", + "top": "5px", "visibility": "visible", - "width": "56px", + "width": "33px", }, }, - "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", - "edited": false, + "do_objectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -44737,78 +81480,166 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 56, - "width": 56, - "x": 15, - "y": 16, + "height": 15, + "width": 33, + "x": 77, + "y": 5, }, - "hasClippingMask": true, - "isClosed": true, + "hasClickThrough": false, + "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 13, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + ], + "string": "12:30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "black", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "15px", + "left": "2.273736754432321e-13px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "33px", + }, + }, + "do_objectID": "180DADB8-0C0B-40BD-A964-08340D4A7861", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 15, + "width": 33, + "x": 2.273736754432321e-13, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {33, 15}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12:30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 13, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, }, ], + "name": "time", + "nameIsFixed": true, + "originalObjectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.9, + }, "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.26, + "alpha": 1, "blue": 0, "green": 0, "red": 0, @@ -44823,85 +81654,45 @@ Object { ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", + "role=\\"group\\"", + "aria-label=\\"time\\"", ], }, }, ], - "name": "heads-up notification", - "nameIsFixed": true, + "name": "Material/Android/Status bar content", + "nameIsFixed": false, + "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "shouldBreakMaskChain": false, + "shouldBreakMaskChain": true, "style": Object { "_class": "style", - "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, + "symbolID": "080C0EF9-47BD-4900-BB91-42C80173D424", + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"heads-up notification\\"", + "role=\\"symbolMaster\\"", + "aria-label=\\"Material/Android/Status bar content\\"", ], }, }, ], - "name": "Page 1", + "name": "Symbols", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -44923,13 +81714,17 @@ Object { ], "previews": Array [], "user": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "scrollOrigin": "{160, 160}", + "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485": Object { + "scrollOrigin": "{-60, 40}", "zoomValue": 1, }, - "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "5B57D242-95C3-47E3-BC5E-22376F9F834B": Object { "pageListHeight": 110, }, + "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, "document": Object { "pageListCollapsed": 1, "pageListHeight": -1, @@ -44938,13 +81733,15 @@ Object { } `; -exports[`WebComponentCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 52 on wc 1`] = ` +exports[`WebComponentCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 53 on wc 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -45054,19 +81851,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ "Roboto-Regular", @@ -45087,14 +81884,10 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { @@ -45117,6 +81910,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -45165,6 +81961,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -45207,6 +82006,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -45425,6 +82227,9 @@ Object { "x": 0, "y": 80, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46208,6 +83013,9 @@ Object { "x": 16, "y": 40, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46250,6 +83058,9 @@ Object { "x": 316, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46292,6 +83103,9 @@ Object { "x": 3, "y": 4, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47083,6 +83897,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47235,6 +84052,9 @@ Object { "x": 3, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47832,6 +84652,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "isFixedToViewport": false, @@ -48103,6 +84926,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -48146,6 +84972,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasBackgroundColor": false, "hasClickThrough": true, "hasClippingMask": false, @@ -48304,6 +85133,9 @@ Object { "x": 8, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -48446,6 +85278,9 @@ Object { "x": -4.000000000000114, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -48806,6 +85641,9 @@ Object { "x": -1.000000000000114, "y": 3, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -49166,6 +86004,9 @@ Object { "x": 1.999999999999886, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -49692,6 +86533,9 @@ Object { "x": 34, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -50382,6 +87226,9 @@ Object { "x": 60, "y": 5, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -51299,6 +88146,9 @@ Object { "x": 77, "y": 5, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -51480,6 +88330,13 @@ Object { ], "name": "Material/Android/Status bar content", "nameIsFixed": false, + "overrideProperties": Array [ + Object { + "_class": "MSImmutableOverrideProperty", + "canOverride": true, + "overrideName": "180DADB8-0C0B-40BD-A964-08340D4A7861_stringValue", + }, + ], "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, @@ -51536,7 +88393,7 @@ Object { "pageListHeight": 110, }, "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { - "scrollOrigin": "{134, 134}", + "scrollOrigin": "{160, 160}", "zoomValue": 1, }, "document": Object { @@ -51547,7 +88404,7 @@ Object { } `; -exports[`WebComponentCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 53 on wc 1`] = ` +exports[`WebComponentCodeGenService should match md-components-tabs-status-bar.sketch snapshot for 59 on wc 1`] = ` Object { "document": Object { "_class": "document", @@ -51555,6 +88412,8 @@ Object { "_class": "assetCollection", "colorAssets": Array [], "colors": Array [], + "do_objectID": "0FB6DBC2-8E69-447B-B801-1645BB3CCD50", + "exportPresets": Array [], "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { @@ -51565,7 +88424,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "5B57D242-95C3-47E3-BC5E-22376F9F834B", + "do_objectID": "E77B5BBC-BBCC-49BD-AE26-62F8394AB8E2", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -51578,6 +88437,37 @@ Object { "name": "Material/Icon white", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "27C70A2F-DEF7-41B2-963C-C5CAE0286B89", "endMarkerType": 0, "fills": Array [ Object { @@ -51589,7 +88479,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51597,7 +88523,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -51617,8 +88545,42 @@ Object { "name": "Material/Dark/Title", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "990371CA-39D1-4236-8DF5-27DA6896FEFD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -51665,19 +88627,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "59.1", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 121, }, "fonts": Array [ "Roboto-Regular", @@ -51698,10 +88660,10 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 121, }, "pages": Array [ Object { @@ -51760,7 +88722,6 @@ Object { "do_objectID": "2145D356-40E2-4569-95CF-84F00DD9818F", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "BB51E5D5-5BA5-419F-9D6A-49A171E7ED21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51769,7 +88730,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7D8CA104-45E8-4835-B4DA-CCAF17E60C45", "height": 128, "width": 360, "x": 0, @@ -51805,7 +88765,6 @@ Object { "do_objectID": "A94FA51A-099C-4CC1-B1AE-4F3CBFE4B381", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "DC89A630-0EF2-4276-944C-D7254BED2EF4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51814,7 +88773,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "8C36F8CD-481B-455B-B132-E7E7E477D5D0", "height": 128, "width": 360, "x": 0, @@ -51851,7 +88809,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9B79BB7B-176C-4CA3-99DC-D5866EA83AB4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51873,6 +88830,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "app bar bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -51924,6 +88882,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "ACEE65BC-1CF2-45E4-9889-621210096AED", "endMarkerType": 0, "fills": Array [ @@ -51936,7 +88924,43 @@ Object { "green": 0.7333333333333334, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51944,6 +88968,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -51961,7 +88986,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "7E855B0A-CD99-4BC0-9320-25BCD81DE1B0", "isEnabled": true, "offsetX": 0, "offsetY": 4, @@ -51982,7 +89006,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "464524C7-C0E7-414E-8B14-DC85D1E28DCE", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -52026,7 +89049,6 @@ Object { "do_objectID": "DD13F059-6DD2-4413-9C59-5A3ABD7D44D7", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C9CE81BD-C917-48C0-9755-A60CAB214BD0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52035,7 +89057,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D025D61C-6D8C-4DEF-9770-3BF04763FB53", "height": 48, "width": 360, "x": 0, @@ -52059,14 +89080,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 180px rgba(255,255,255,0.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "98px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "410px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.00)", "box-shadow": "0 0 0 1px rgba(151,151,151,1.00) inset", "display": "block", "height": "48px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -52077,7 +89112,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9DD7A316-362F-4C9A-BFF3-5AB347DF1433", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52101,8 +89135,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -52152,6 +89188,22 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -52162,12 +89214,61 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": false, "position": 1, "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "451D43C8-1885-40BE-9887-80738B61DBAA", "endMarkerType": 0, "fills": Array [ @@ -52180,7 +89281,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -52188,7 +89325,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -52256,7 +89395,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "440F05BA-2072-4C6B-B78F-6CDF2E0DA718", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52265,7 +89403,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "65C64BBE-7EA8-4BAA-B6F4-933EB86CA11D", "height": 16, "width": 120, "x": 240, @@ -52280,6 +89417,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "THE THIRD", "nameIsFixed": false, "resizingConstraint": 63, @@ -52288,13 +89426,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "33A4A266-8DB2-45A7-A7E1-2E46C90421B9", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "4B3B58A2-ADCE-4A57-B0A9-E9F4263044C5", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52384,7 +89554,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "14290AE1-FA35-44A1-B010-6330DB239370", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52393,7 +89562,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "91542702-E1CB-49DE-AE0B-9145054DB80C", "height": 16, "width": 120, "x": 120, @@ -52408,6 +89576,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "ITEM TWO", "nameIsFixed": false, "resizingConstraint": 63, @@ -52416,13 +89585,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "9578BCCE-56FF-4CD0-A6C2-0A67738FF257", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9140AD60-AC75-4423-BD05-4120E3C53D2A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52512,7 +89713,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1C8BB07D-4549-4474-85DE-AAC36D4ED7FE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52521,7 +89721,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D08C8D43-D4F0-426D-BBE7-5BA4CA030851", "height": 16, "width": 120, "x": 0, @@ -52536,6 +89735,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "NO. ONE", "nameIsFixed": false, "resizingConstraint": 63, @@ -52544,13 +89744,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "E1B0E40B-4579-4740-A63F-6C4231A7DCF8", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "07FC4EB1-FE4E-4EFB-8BD3-1562B7D69B89", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52589,14 +89821,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 60px rgba(255,255,140,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "52px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "170px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,140,1.00)", "box-shadow": "0px 1px 1.5px 0px rgba(0,0,0,0.12),0px 1px 1px 0px rgba(0,0,0,0.24)", "display": "block", "height": "2px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "46px", "visibility": "visible", @@ -52607,7 +89853,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9B2FA7EA-E5FC-4F3F-A38A-91AB190DD24E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52631,8 +89876,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "indicator", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -52683,6 +89930,22 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -52693,12 +89956,61 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": false, "position": 1, "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "87D45A0F-6AC3-4D68-8521-AF6E8F85FD82", "endMarkerType": 0, "fills": Array [ @@ -52711,7 +90023,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -52719,6 +90067,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -52773,6 +90122,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "tabs", "nameIsFixed": true, "resizingConstraint": 63, @@ -52781,9 +90131,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "56450478-45EE-4020-829D-3D7106A99B8C", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -52812,7 +90195,6 @@ Object { "do_objectID": "54F2B126-EBC8-42E4-9CCC-6025866EA532", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E919A5D5-7F14-43AB-937D-4AC73AD038A8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52821,7 +90203,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1244F84B-12C1-420C-A2BD-58EBC9D323FF", "height": 24, "width": 328, "x": 16, @@ -52857,7 +90238,6 @@ Object { "do_objectID": "2EAB1189-97C4-4EC1-8CBF-1E24214B7177", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B5AE9619-0144-403F-B016-9A1F7F494DC5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52866,7 +90246,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "13FAD583-AC89-4F3A-A6B6-A0CF3DBA26AC", "height": 24, "width": 12, "x": 316, @@ -52902,7 +90281,6 @@ Object { "do_objectID": "044E322D-A4FA-476E-8BFB-CB5BD971A007", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "29F06F1B-0927-4D93-BDE8-5828E3184007", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52911,7 +90289,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "09DF51C0-DFDA-497B-9205-AB1963FD1154", "height": 16, "width": 4, "x": 3, @@ -52948,7 +90325,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1F98697-0674-4D9C-A0F6-B7D2C30462F5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52957,7 +90333,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0EAD72B-E995-4B23-A15E-81E3ACD60B80", "height": 4, "width": 4, "x": 0, @@ -52971,6 +90346,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53032,6 +90408,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53044,7 +90450,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53052,7 +90494,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53091,7 +90535,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0BEF50BC-CCDF-4CDB-BEEE-4CB4FB2CE90D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53100,7 +90543,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2CF02168-028C-4296-82F3-C32431ED0BEA", "height": 4, "width": 4, "x": 0, @@ -53114,6 +90556,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53175,149 +90618,246 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "4px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "4px", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 4, + "width": 4, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22499999999999964}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000036}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000036}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999964}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - }, - "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E4AC1434-7A30-45CD-8976-A852E84BBF9A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "313C2770-48E7-45CF-AD51-6CE335D14FEE", - "height": 4, - "width": 4, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000009, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22499999999999964}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000036}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77499999999999991, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000009, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000036}", - "curveMode": 2, - "curveTo": "{1, 0.22499999999999964}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77499999999999991, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53330,7 +90870,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53338,7 +90914,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53359,6 +90937,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -53368,6 +90947,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53380,7 +90989,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53388,7 +91033,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53419,7 +91066,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8B85D384-7961-4B39-87B7-A05B22F94D02", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53441,6 +91087,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53492,9 +91139,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "946562AE-3059-44F0-8DC3-54BE98B4ACFC", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53515,6 +91195,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "more", "nameIsFixed": true, "resizingConstraint": 63, @@ -53523,6 +91204,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "06EE712E-EDFF-4466-B1D7-A63C20D4C50F", "endMarkerType": 0, "fills": Array [ @@ -53535,7 +91246,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53543,7 +91290,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53609,7 +91358,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "BBB1B522-64CF-4563-B8E9-F138ED2B426C", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53632,6 +91380,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "Page Title", "nameIsFixed": false, "resizingConstraint": 47, @@ -53641,13 +91390,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "E2DF08D7-CE0B-4A04-A46E-02C8D9DC19DD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "E92BA203-2A38-4841-BE87-23D9A757DC8A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -53696,7 +91477,6 @@ Object { "do_objectID": "A7B39194-67E6-4391-84D0-3590B6A9C8C6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C4FDFF6F-90CA-42E5-B4EA-02196E788C67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53705,7 +91485,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C1D0BFE2-05CA-4895-8105-DEBC39E206B0", "height": 24, "width": 24, "x": 0, @@ -53745,7 +91524,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1D1A9FCF-0DAD-4917-B2EA-6CC0D24671C4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53769,8 +91547,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -53820,9 +91600,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "31EF773D-8AEB-4113-BED9-1CB4C1CC4417", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53851,7 +91664,6 @@ Object { "do_objectID": "894DE14D-3249-43A6-A9E5-13D74A715EAF", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5E9A3EF6-B3AB-4018-A46A-4C09A1B6E2EC", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53860,7 +91672,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A14A0CC3-5811-4C0B-AB5D-66BABB31C092", "height": 12, "width": 18, "x": 3, @@ -53897,7 +91708,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "A8D67E3B-9CAB-4149-B260-2B85A40190E9", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53906,7 +91716,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "59305F95-A91C-43CD-BBC5-08B12D2CFEBD", "height": 2, "width": 18, "x": 0, @@ -53920,6 +91729,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53981,6 +91791,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -53993,7 +91833,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54001,7 +91877,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54040,7 +91918,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3E227245-30B1-4F5B-B4D2-B2EC3199D671", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54049,7 +91926,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2178831E-0EA9-4B03-B0B6-05303ABBB4B7", "height": 2, "width": 18, "x": 0, @@ -54063,6 +91939,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -54124,6 +92001,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54136,7 +92043,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54144,7 +92087,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54183,7 +92128,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "574554BD-6E97-4715-BD86-7A3FEC2A86BF", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54192,7 +92136,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "4B258FC6-50FA-406A-AFD3-A641D2D0E332", "height": 2, "width": 18, "x": 0, @@ -54206,6 +92149,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -54267,6 +92211,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54279,7 +92253,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54287,7 +92297,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54308,6 +92320,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -54317,6 +92330,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54329,7 +92372,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54337,7 +92416,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54350,6 +92431,7 @@ Object { "windingRule": 1, }, ], + "maintainScrollPosition": false, "name": "menu", "nameIsFixed": true, "resizingConstraint": 63, @@ -54358,6 +92440,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "0E6232B9-D813-4EF6-86CD-A008760CB052", "endMarkerType": 0, "fills": Array [ @@ -54370,7 +92482,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54378,7 +92526,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54390,6 +92540,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar contents", "nameIsFixed": true, "resizingConstraint": 63, @@ -54398,9 +92549,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "CEB14821-8174-404A-B9B3-70B0D89FF07A", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54412,6 +92596,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54420,9 +92605,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "6D2C6775-C00E-459D-BF35-6BF75842EAB0", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54451,7 +92669,6 @@ Object { "do_objectID": "FA4CA9F5-471E-4E2A-9466-D3AE5C74D5E9", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CAF63BAA-809D-4491-BA10-6E6BE6B675F4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54460,7 +92677,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "096F6677-3466-4D31-8976-C5099741CC33", "height": 24, "width": 360, "x": 0, @@ -54484,13 +92700,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 180px rgba(0,150,166,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "74px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "410px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(0,150,166,1.00)", "display": "block", "height": "24px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -54501,7 +92731,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7FF88E2C-E6A4-45D7-A3B0-7D665AB5D111", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54525,8 +92754,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "status bar bg", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -54576,6 +92807,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "5C253197-535A-49C9-85CC-3D1E6ECC5E36", "endMarkerType": 0, "fills": Array [ @@ -54588,7 +92849,43 @@ Object { "green": 0.5882352941176472, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54596,7 +92893,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54614,7 +92913,6 @@ Object { "do_objectID": "2897CFF8-D7D1-4C1F-B13C-E4DAE67067FA", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1E5FD2ED-1738-4855-A83E-3E2986B601A2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54623,7 +92921,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "139BCC43-36EB-444E-A4E6-44A1B5DA3103", "height": 24, "width": 118, "x": 242, @@ -54637,6 +92934,7 @@ Object { "isLocked": true, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "status bar contents", "nameIsFixed": false, "overrideValues": Array [], @@ -54647,9 +92945,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "4FFF4E6F-61BA-4E30-B769-FC2F51E39F2F", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54657,6 +92988,7 @@ Object { "verticalSpacing": 0, }, ], + "maintainScrollPosition": false, "name": "status bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54665,9 +92997,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "1804FEE3-D722-4D5E-BD63-2DF8F2DB5FD5", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54679,6 +93044,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar + status bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54687,9 +93053,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "807C67B1-1EBA-45A7-AAA4-BF807BDF4729", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54701,6 +93100,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -54709,8 +93109,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "425882D9-8A7F-4789-BDC1-5B95332270BD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54760,6 +93194,7 @@ Object { "layers": Array [ Object { "_class": "symbolMaster", + "allowsOverrides": true, "backgroundColor": Object { "_class": "color", "alpha": 1, @@ -54853,8 +93288,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -54904,8 +93341,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "16D5846F-E801-40A5-A66C-9856E8991587", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54999,6 +93470,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "wifi mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -55040,8 +93512,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9EA07FE4-7266-4D17-9AB1-4D9A85003E24", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55144,6 +93650,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55205,6 +93712,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "207F3F7C-A186-4692-B6F7-2F22ADB65331", "endMarkerType": 0, "fills": Array [ Object { @@ -55216,7 +93754,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55224,7 +93798,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55284,6 +93860,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55345,6 +93922,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ED8C40E5-7B97-467B-9FBA-E384B5A1EF08", "endMarkerType": 0, "fills": Array [ Object { @@ -55356,7 +93964,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55364,7 +94008,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55385,6 +94031,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -55393,6 +94040,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "633BB062-4F01-4615-BCEB-FD9F241E3F9D", "endMarkerType": 0, "fills": Array [ Object { @@ -55404,7 +94082,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55412,7 +94126,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55507,6 +94223,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55568,6 +94285,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "01493057-AA98-4FFB-B444-C91DA4A72D69", "endMarkerType": 0, "fills": Array [ Object { @@ -55579,7 +94327,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55587,7 +94371,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55647,6 +94433,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55708,6 +94495,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "747BF648-4668-4BBC-9B4E-6F1BFA0FCAD8", "endMarkerType": 0, "fills": Array [ Object { @@ -55719,7 +94537,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55727,7 +94581,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55748,6 +94604,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -55756,6 +94613,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D46A94B6-197C-4FB0-9568-F6533089E7D3", "endMarkerType": 0, "fills": Array [ Object { @@ -55767,7 +94655,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55775,7 +94699,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55870,6 +94796,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55931,6 +94858,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "07F598E6-F6BC-462F-B7B1-066CB2DD4FD1", "endMarkerType": 0, "fills": Array [ Object { @@ -55942,7 +94900,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55950,7 +94944,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56010,6 +95006,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -56071,6 +95068,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C2D8F30B-8A91-4590-B744-F52909B3B514", "endMarkerType": 0, "fills": Array [ Object { @@ -56082,7 +95110,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56090,7 +95154,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56111,6 +95177,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -56119,6 +95186,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DAFEC00D-06AE-41BB-8B9A-809963A5EAB6", "endMarkerType": 0, "fills": Array [ Object { @@ -56130,7 +95228,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56138,7 +95272,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56156,14 +95292,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 3px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "56px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "56px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "border-radius": "50%", "display": "block", "height": "6px", "left": "5px", + "overflow": "hidden", "position": "absolute", "top": "9px", "visibility": "visible", @@ -56195,6 +95345,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Oval", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -56246,6 +95397,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "78FF238D-9541-41A3-8F84-47EE681F7DBA", "endMarkerType": 0, "fills": Array [ Object { @@ -56257,7 +95439,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56265,7 +95483,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56277,6 +95497,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "wifi", "nameIsFixed": true, "originalObjectID": "0F7636EC-3486-4CC5-99A9-684896927622", @@ -56286,6 +95507,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2AB52446-9354-4AC2-81A0-ECBBD0F78459", "endMarkerType": 0, "fills": Array [ Object { @@ -56297,7 +95549,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56305,7 +95593,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56399,6 +95689,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "reception mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -56440,8 +95731,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C18AFE15-E9B9-4E3E-9A97-B7DC1987FB3D", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56467,13 +95792,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "12px", "left": "9px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56507,8 +95846,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56558,6 +95899,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "84E1F9EE-314E-46F5-A41B-09F70C022501", "endMarkerType": 0, "fills": Array [ Object { @@ -56569,7 +95941,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56577,7 +95985,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56594,13 +96004,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "12px", "left": "6px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56634,8 +96058,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56685,6 +96111,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DC2F89AB-5291-412D-88F1-403422F66E22", "endMarkerType": 0, "fills": Array [ Object { @@ -56696,7 +96153,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56704,7 +96197,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56721,13 +96216,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "12px", "left": "3px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56761,8 +96270,222 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Rectangle-path", + "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D1FD5EC3-72EE-4F72-B970-B7AF1B6E2F6F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", + }, + }, + "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56812,133 +96535,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.9, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"Rectangle-path\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(255,255,255,0.90)", - "display": "block", - "height": "12px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "3px", - }, - }, - "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 12, - "width": 3, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Rectangle-path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", + "do_objectID": "136EE959-007D-41D3-B0C1-8938386FADCD", "endMarkerType": 0, "fills": Array [ Object { @@ -56950,7 +96577,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56958,7 +96621,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56970,6 +96635,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "reception", "nameIsFixed": true, "originalObjectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", @@ -56979,6 +96645,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3F0D2CAD-8A47-471C-9154-23FB2F68AFB8", "endMarkerType": 0, "fills": Array [ Object { @@ -56990,7 +96687,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56998,7 +96731,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57092,6 +96827,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "battery mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -57233,8 +96969,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C9A935A7-ADA0-4B4D-92F2-4938BEAA5E2D", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57260,13 +97030,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "10px", "visibility": "visible", @@ -57300,8 +97084,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57351,6 +97137,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7C76E4ED-F9CB-455D-AD9C-2816AAF3E6DE", "endMarkerType": 0, "fills": Array [ Object { @@ -57362,7 +97179,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57370,7 +97223,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57387,13 +97242,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "7px", "visibility": "visible", @@ -57427,8 +97296,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57478,6 +97349,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "88E9FB48-6A96-444E-A384-497859BAF1D3", "endMarkerType": 0, "fills": Array [ Object { @@ -57489,7 +97391,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57497,7 +97435,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57514,13 +97454,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "4px", "visibility": "visible", @@ -57554,8 +97508,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57605,6 +97561,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AA9666DD-FA8E-4B02-88AF-DA777F73169F", "endMarkerType": 0, "fills": Array [ Object { @@ -57616,7 +97603,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57624,7 +97647,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57641,13 +97666,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "1px", "visibility": "visible", @@ -57681,8 +97720,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57732,6 +97773,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F2A609A7-8117-42F0-A587-21510D054997", "endMarkerType": 0, "fills": Array [ Object { @@ -57743,7 +97815,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57751,7 +97859,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57768,13 +97878,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 2px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "51px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "54px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "1px", "left": "2px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -57808,8 +97932,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57859,6 +97985,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F731A3DE-3FB6-47A2-9EAD-3D557D62F212", "endMarkerType": 0, "fills": Array [ Object { @@ -57870,7 +98027,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57878,7 +98071,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57890,6 +98085,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "battery", "nameIsFixed": true, "originalObjectID": "394BBD24-BE18-4203-8A03-D37C48937738", @@ -57899,6 +98095,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "953ABBE9-32A5-4B5B-82B6-1CDCCAEA218E", "endMarkerType": 0, "fills": Array [ Object { @@ -57910,7 +98137,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57918,7 +98181,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58042,6 +98307,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "12:30", "nameIsFixed": false, "resizingConstraint": 63, @@ -58050,6 +98316,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7EB19CE4-A958-42FA-BE57-CBC6CEEB413A", "endMarkerType": 0, "fills": Array [ Object { @@ -58061,7 +98358,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -58069,7 +98402,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -58097,6 +98432,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "time", "nameIsFixed": true, "originalObjectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", @@ -58106,11 +98442,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 0.9, }, + "do_objectID": "C0CD5027-0BD9-4D15-85D7-E49DDC42A675", "endMarkerType": 0, "fills": Array [ Object { @@ -58122,7 +98484,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -58130,7 +98528,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58142,6 +98542,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Material/Android/Status bar content", "nameIsFixed": false, "overrideProperties": Array [ @@ -58151,6 +98552,7 @@ Object { "overrideName": "180DADB8-0C0B-40BD-A964-08340D4A7861_stringValue", }, ], + "presetDictionary": Object {}, "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, @@ -58158,8 +98560,42 @@ Object { "shouldBreakMaskChain": true, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3D897CB1-1358-4576-831E-CB624B39BC23", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58177,6 +98613,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Symbols", "nameIsFixed": false, "resizingConstraint": 63, @@ -58185,8 +98622,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "580F243F-C85F-4ADD-82C3-92BA90AD8437", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58207,7 +98678,7 @@ Object { "pageListHeight": 110, }, "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, "document": Object { diff --git a/tests/integration/__snapshots__/sketch-parsing.spec.ts.snap b/tests/integration/__snapshots__/sketch-parsing.spec.ts.snap index c10de1966..83d45f842 100644 --- a/tests/integration/__snapshots__/sketch-parsing.spec.ts.snap +++ b/tests/integration/__snapshots__/sketch-parsing.spec.ts.snap @@ -2007,13 +2007,17 @@ Object { } `; -exports[`sketch parser should match md-components-buttons-lights.sketch snapshot for 52 1`] = ` +exports[`sketch parser should match md-components-buttons-fabs-light.sketch snapshot for 59 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "do_objectID": "3C9A0FC2-9C25-44D7-B6E9-2A68271FEAE3", + "exportPresets": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -2023,13 +2027,113 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D", + "do_objectID": "07940257-BA95-49BD-B375-6EE1414E8D4D", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], "layerStyles": Object { "_class": "sharedStyleContainer", - "objects": Array [], + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2DEC6056-D4A8-4EE3-93E6-B46AD450B6BC", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "82E576EC-8FF4-47FD-BBF8-276D3E80CC8E", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], }, "layerSymbols": Object { "_class": "symbolContainer", @@ -2042,52 +2146,46 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "_ref": "pages/06732C75-3171-4248-9998-E4DCDB514056", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 121, }, - "fonts": Array [ - "Roboto-Medium", - ], + "fonts": Array [], "pagesAndArtboards": Object { - "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "06732C75-3171-4248-9998-E4DCDB514056": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "do_objectID": "06732C75-3171-4248-9998-E4DCDB514056", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -2103,6 +2201,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -2125,18 +2226,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "36px", + "height": "56px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "94px", + "width": "56px", }, }, - "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", + "do_objectID": "9F8AC6A1-F4A4-422B-A677-30C517A1A9ED", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2817D758-4D6F-44B3-A3B2-5D58193F7253", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -2145,12 +2245,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "35D18917-4257-43AD-BC71-DD8B0CFD9910", - "height": 36, - "width": 94, + "height": 56, + "width": 56, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -2161,46 +2263,58 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "oval", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 28px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "106px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "106px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(0,150,136,1.00)", - "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "border-radius": "50%", + "box-shadow": "0px 14px 14px 0px rgba(0,0,0,0.24),0px 0px 14px 0px rgba(0,0,0,0.12),0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "36px", + "height": "56px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "94px", + "width": "56px", }, }, - "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", + "do_objectID": "2B0A10B9-981F-4000-8E2E-2BDD9F30C8E6", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F95DBC43-E22E-48EE-84C3-BFF761BF5FF0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 2, "frame": Object { "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 94, + "constrainProportions": true, + "height": 56, + "width": 56, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -2208,49 +2322,50 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "button bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, ], "resizingConstraint": 63, @@ -2259,37 +2374,38 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", - "endMarkerType": 0, - "fills": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "blue": 0, + "green": 0, "red": 0, }, - "do_objectID": "518A65E4-7447-46E4-8E6D-2500863E0FEE", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "do_objectID": "441BA153-38D1-4932-89DB-A7E0FA4BF10E", - "fillType": 0, + "fillType": 1, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -2300,10 +2416,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.2, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, "position": 0, }, @@ -2311,7 +2427,18 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, "blue": 0, "green": 0, "red": 0, @@ -2319,24 +2446,27 @@ Object { "position": 1, }, ], - "to": "{0.5, 1}", + "to": "{0.5, 0.99021444515306123}", }, - "isEnabled": false, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 0.2000000029802322, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - "fillType": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -2347,7 +2477,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 0.12, "blue": 1, "green": 1, "red": 1, @@ -2358,30 +2488,61 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.06, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, "position": 1, }, ], "to": "{0.5, 1}", }, - "isEnabled": false, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "94F9F8A1-AEFC-4EAB-BC5F-96090A7EFAAF", + "endMarkerType": 0, + "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.1, - "blue": 0.6, - "green": 0.6, - "red": 0.6, + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, "fillType": 0, "gradient": Object { @@ -2394,7 +2555,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 1, "blue": 1, "green": 1, "red": 1, @@ -2405,7 +2566,7 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.5, + "alpha": 1, "blue": 0, "green": 0, "red": 0, @@ -2415,18 +2576,19 @@ Object { ], "to": "{0.5, 1}", }, - "isEnabled": false, + "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, "patternFillType": 0, "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { "_class": "shadow", - "blurRadius": 8, + "blurRadius": 14, "color": Object { "_class": "color", "alpha": 0.2376019021739131, @@ -2441,12 +2603,12 @@ Object { }, "isEnabled": false, "offsetX": 0, - "offsetY": 8, + "offsetY": 14, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 8, + "blurRadius": 14, "color": Object { "_class": "color", "alpha": 0.12, @@ -2466,7 +2628,7 @@ Object { }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.24, @@ -2481,12 +2643,12 @@ Object { }, "isEnabled": true, "offsetX": 0, - "offsetY": 2, + "offsetY": 8, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.12, @@ -2510,97 +2672,29 @@ Object { }, "web": Object { "attributes": Array [ - "role=\\"rectangle\\"", + "role=\\"oval\\"", "aria-label=\\"button bg\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "NORMAL", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "16.5px", + "height": "24px", + "left": "16px", "position": "absolute", - "top": "10px", + "top": "16px", "visibility": "visible", - "width": "61px", + "width": "24px", }, }, - "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", - "dontSynchroniseWithSymbol": false, + "do_objectID": "31DE405C-40EA-4542-9157-77FDF05E4CF7", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "81E4C18A-C5B1-4FCD-A4EC-F507E67A763E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -2609,13 +2703,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C77760CF-EB51-4E10-B303-70D70714C011", - "height": 16, - "width": 61, - "x": 16.5, - "y": 10, + "height": 24, + "width": 24, + "x": 16, + "y": 16, }, - "glyphBounds": "{{0, 0}, {61, 16}}", + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -2623,77 +2719,612 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NORMAL", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CFA250F8-ABC2-487A-9323-8BBD10C0BFAD", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, + "do_objectID": "4B044FF4-ABB5-4B8D-947B-F6DA47EEA22F", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ECC1178A-3EEF-42C8-827B-B6C79CE429AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "95323268-06B8-47A3-9C1E-841E1D3AD72B", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{1, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{0, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.42857142857142855}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.42857142857142855, 1}", + "curveMode": 1, + "curveTo": "{0.42857142857142855, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.42857142857142855, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 1}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5714285714285714, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{0.5714285714285714, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5714285714285714, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.5714285714285714}", + "curveMode": 1, + "curveTo": "{1, 0.5714285714285714}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5714285714285714}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.42857142857142855}", + "curveMode": 1, + "curveTo": "{1, 0.42857142857142855}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.42857142857142855}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2DEC6056-D4A8-4EE3-93E6-B46AD450B6BC", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E402A47E-CCFA-4061-96E5-361F20410BD4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M14 6,L 8 6,L 8 0,L 6 0,L 6 6,L 0 6,L 0 8,L 6 8,L 6 14,L 8 14,L 8 8,L 14 8,L 14 6,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "add", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7E088BE-F829-42B5-99DB-5E12CD9E02A6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"add\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "fab", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "016AD96A-E9C8-4EC3-A372-D87BDA49078B", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"button\\"", + "aria-label=\\"fab\\"", ], }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -2702,8 +3333,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "278171CB-6472-4F87-A815-3E3C593D515A", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -2716,11 +3381,11 @@ Object { ], "previews": Array [], "user": Object { - "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { - "scrollOrigin": "{134, 134}", + "06732C75-3171-4248-9998-E4DCDB514056": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, - "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { + "E516E877-5092-41C7-92B9-C9E0EDE398FA": Object { "pageListHeight": 110, }, "document": Object { @@ -2731,15 +3396,13 @@ Object { } `; -exports[`sketch parser should match md-components-buttons-lights.sketch snapshot for 53 1`] = ` +exports[`sketch parser should match md-components-buttons-lights.sketch snapshot for 52 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", - "colorAssets": Array [], "colors": Array [], - "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -2775,19 +3438,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 105, }, "fonts": Array [ "Roboto-Medium", @@ -2799,10 +3462,14 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { @@ -2825,9 +3492,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -2876,9 +3540,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -3445,7 +4106,7 @@ Object { "previews": Array [], "user": Object { "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{134, 134}", "zoomValue": 1, }, "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { @@ -3459,13 +4120,15 @@ Object { } `; -exports[`sketch parser should match md-components-cards-homes.sketch snapshot for 52 1`] = ` +exports[`sketch parser should match md-components-buttons-lights.sketch snapshot for 53 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -3475,257 +4138,13 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", + "do_objectID": "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], "layerStyles": Object { "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "layerSymbols": Object { "_class": "symbolContainer", @@ -3738,52 +4157,48 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", + "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ - "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", + "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -3799,6 +4214,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -3821,18 +4239,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "224px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "344px", + "width": "94px", }, }, - "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", + "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "98074A6E-84B2-4F16-B665-C835B1F1F186", + "do_objectID": "2817D758-4D6F-44B3-A3B2-5D58193F7253", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -3841,12 +4259,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E63A53AF-E7EE-46D8-BFE8-0AAB73C9D3DE", - "height": 224, - "width": 344, + "do_objectID": "35D18917-4257-43AD-BC71-DD8B0CFD9910", + "height": 36, + "width": 94, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -3865,22 +4286,22 @@ Object { "before": Object {}, }, "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "background-color": "rgba(0,150,136,1.00)", + "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "224px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "344px", + "width": "94px", }, }, - "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", + "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0713C981-1FBB-49DE-8AF4-82CEF028725A", + "do_objectID": "F95DBC43-E22E-48EE-84C3-BFF761BF5FF0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -3890,12 +4311,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 224, - "width": 344, + "height": 36, + "width": 94, "x": 0, "y": 0, }, - "hasClippingMask": true, + "hasClippingMask": false, "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, @@ -3904,7 +4325,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "button bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -3914,7 +4335,6 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", - "do_objectID": "9EF2F25A-8C0B-490A-8B6B-CB89A9CA3FE0", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -3925,7 +4345,6 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", - "do_objectID": "76222E59-B93C-48FF-9FC5-055A32CBC1D2", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -3936,7 +4355,6 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", - "do_objectID": "598CF3D5-4C1A-4AD1-B2B7-1D97BE8C6704", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -3947,7 +4365,6 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", - "do_objectID": "DD1184C0-136D-418C-8EA0-1ED3D172E028", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -3956,21 +4373,40 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, - "fillType": 1, + "do_objectID": "518A65E4-7447-46E4-8E6D-2500863E0FEE", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "do_objectID": "441BA153-38D1-4932-89DB-A7E0FA4BF10E", + "fillType": 0, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -3981,10 +4417,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.2, + "blue": 0.6, + "green": 0.6, + "red": 0.6, }, "position": 0, }, @@ -3992,52 +4428,32 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, }, "position": 1, }, ], "to": "{0.5, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.2000000029802322, + "blue": 0.6, + "green": 0.6, + "red": 0.6, }, - "fillType": 1, + "fillType": 0, "gradient": Object { "_class": "gradient", "elipseLength": 0, @@ -4048,10 +4464,10 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, }, "position": 0, }, @@ -4059,29 +4475,54 @@ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0, + "alpha": 0.5, "blue": 0, "green": 0, "red": 0, }, - "position": 0.8, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, }, - "position": 0.950255322222858, + "position": 0, }, Object { "_class": "gradientStop", "color": Object { "_class": "color", - "alpha": 0.04, + "alpha": 0.5, "blue": 0, "green": 0, "red": 0, @@ -4091,25 +4532,7 @@ Object { ], "to": "{0.5, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, + "isEnabled": false, "noiseIndex": 0, "noiseIntensity": 0, "patternFillType": 0, @@ -4120,10 +4543,10 @@ Object { "shadows": Array [ Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", - "alpha": 0.24, + "alpha": 0.2376019021739131, "blue": 0, "green": 0, "red": 0, @@ -4133,14 +4556,14 @@ Object { "blendMode": 0, "opacity": 1, }, - "isEnabled": true, + "isEnabled": false, "offsetX": 0, - "offsetY": 2, + "offsetY": 8, "spread": 0, }, Object { "_class": "shadow", - "blurRadius": 2, + "blurRadius": 8, "color": Object { "_class": "color", "alpha": 0.12, @@ -4153,149 +4576,59 @@ Object { "blendMode": 0, "opacity": 1, }, - "isEnabled": true, + "isEnabled": false, "offsetX": 0, "offsetY": 0, "spread": 0, }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,187,211,1.00)", - "display": "block", - "height": "176px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B245FB2F-7F3C-4D6A-AAF3-18FE3B124490", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 176, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", - "endMarkerType": 0, - "fills": Array [ Object { - "_class": "fill", + "_class": "shadow", + "blurRadius": 2, "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.8274509803921568, - "green": 0.7333333333333333, + "alpha": 0.24, + "blue": 0, + "green": 0, "red": 0, }, - "do_objectID": "462C738B-C65E-434C-9FF9-916E784F8EB1", - "fillType": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, ], - "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", + "aria-label=\\"button bg\\"", ], }, }, @@ -4317,24 +4650,51 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, - "kerning": 0, + "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 13, + "length": 5, "location": 0, }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, ], - "string": "Pre-fab Homes", + "string": "NORMAL", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -4343,21 +4703,21 @@ Object { "rules": Object { "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "24px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "16.5px", "position": "absolute", - "top": "137px", + "top": "10px", "visibility": "visible", - "width": "161px", + "width": "61px", }, }, - "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", + "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "386665A7-C098-49E9-AB71-126A8B4ED607", + "do_objectID": "81E4C18A-C5B1-4FCD-A4EC-F507E67A763E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -4366,13 +4726,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D0438ADA-75E5-48E5-A3AB-A55AF5E84029", - "height": 24, - "width": 161, - "x": 19, - "y": 137, + "do_objectID": "C77760CF-EB51-4E10-B303-70D70714C011", + "height": 16, + "width": 61, + "x": 16.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {161, 24}}", + "glyphBounds": "{{0, 0}, {61, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -4381,7 +4741,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Pre-fab Homes 2", + "name": "NORMAL", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -4389,13 +4749,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", + "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "45243A28-E9FB-4A4A-8DB1-A8B2F38B9657", + "do_objectID": "CFA250F8-ABC2-487A-9323-8BBD10C0BFAD", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -4407,17 +4767,16 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, - "kerning": 0, + "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -4429,1282 +4788,863 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "209px", - "position": "absolute", - "top": "188px", - "visibility": "visible", - "width": "119px", - }, - }, - "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2A26EE59-59EE-4608-8D68-FC2A4BB1CE74", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E30F338C-0755-4F54-AED4-4CA9BDE48A46", - "height": 24, - "width": 119, - "x": 209, - "y": 188, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "95px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B6AF0990-0F41-4695-BD54-00197F4BEAE8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "307E9C13-BD4D-44C3-8559-96F0E46B186E", - "height": 24, - "width": 24, - "x": 95, - "y": 0, + ], + "name": "button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"button\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`sketch parser should match md-components-buttons-lights.sketch snapshot for 59 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "6C6C25B1-9B38-4ECB-9E0C-76B5AA0FB022", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "516247EF-188D-4E72-AC55-64B03A15D2AD", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "94px", + }, + }, + "do_objectID": "4305685C-C551-4387-89B9-0D26EF7919C4", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 94, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 47px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "86px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "144px", }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8C0747D3-9212-4C92-8FE5-0707A83F6760", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "box-shadow": "0px 8px 8px 0px rgba(0,0,0,0.24),0px 0px 8px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "36px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "94px", + }, + }, + "do_objectID": "D1E9E16D-9246-4763-8198-329B41523EA5", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 94, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bg", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0DBDD7F2-F6AD-4250-BD2A-F508C214C5B2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "3px", - "position": "absolute", - "top": "1.999899999999798px", - "visibility": "visible", - "width": "18px", - }, - }, - "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E1DB8B35-B319-4E78-9E45-9CA53344E3C5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CBDA8CB3-7920-4DDC-BAC9-B6B509B94BE1", - "height": 20, - "width": 18, - "x": 3, - "y": 1.999899999999798, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.79111111111111099, 0.70682730923694814}", - "curveMode": 4, - "curveTo": "{0.83333333333333337, 0.70682730923694814}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.83333333333333337, 0.70682730923694814}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.72444444444444445, 0.74548192771084365}", - "curveMode": 4, - "curveTo": "{0.7533333333333333, 0.72188755020080353}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.72444444444444445, 0.74548192771084365}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33111111111111119, 0.52560240963855442}", - "curveMode": 4, - "curveTo": "{0.32833333333333337, 0.53714859437751028}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32833333333333337, 0.53714859437751028}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33333333333333337, 0.48995983935743004}", - "curveMode": 2, - "curveTo": "{0.33333333333333337, 0.51405622489959857}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.33333333333333337, 0.5020080321285143}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.32833333333333337, 0.46686746987951833}", - "curveMode": 4, - "curveTo": "{0.33111111111111119, 0.47841365461847413}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.32833333333333337, 0.46686746987951833}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.75, 0.28564257028112472}", - "curveMode": 4, - "curveTo": "{0.72000000000000008, 0.26054216867469898}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.72000000000000008, 0.26054216867469898}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.92555555555555558, 0.30120481927710863}", - "curveMode": 3, - "curveTo": "{0.7894444444444445, 0.30120481927710863}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 0.30120481927710863}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.067269076305220984}", - "curveMode": 2, - "curveTo": "{1, 0.23393574297188771}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.15060240963855434}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", - "curveMode": 2, - "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 8.8817841970012528e-17}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.66666666666666663, 0.16265060240963869}", - "curveMode": 3, - "curveTo": "{0.66666666666666663, 0.067269076305220984}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.66666666666666663, 0.15060240963855434}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.67166666666666663, 0.18574297188755035}", - "curveMode": 4, - "curveTo": "{0.66888888888888887, 0.17419678714859449}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.67166666666666663, 0.18574297188755035}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.25, 0.36696787148594401}", - "curveMode": 4, - "curveTo": "{0.28000000000000003, 0.39206827309236975}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.28000000000000003, 0.39206827309236975}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.074444444444444438, 0.35140562248996005}", - "curveMode": 3, - "curveTo": "{0.21055555555555555, 0.35140562248996005}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.16666666666666666, 0.35140562248996005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.58534136546184767}", - "curveMode": 2, - "curveTo": "{0, 0.41867469879518093}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5020080321285143}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.21055555555555555, 0.65261044176706862}", - "curveMode": 3, - "curveTo": "{0.074444444444444438, 0.65261044176706862}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.16666666666666666, 0.65261044176706862}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.28000000000000003, 0.61194779116465892}", - "curveMode": 4, - "curveTo": "{0.25, 0.6370481927710846}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.28000000000000003, 0.61194779116465892}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.6727777777777777, 0.83132530120481973}", - "curveMode": 4, - "curveTo": "{0.67555555555555558, 0.82078313253012092}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.67555555555555558, 0.82078313253012092}", - }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.67111111111111121, 0.93423694779116495}", - "curveMode": 3, - "curveTo": "{0.67111111111111121, 0.84236947791164696}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.67111111111111121, 0.85341365461847429}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9227777777777777, 1}", - "curveMode": 2, - "curveTo": "{0.74388888888888893, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.83333333333333337, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 0.6, + "green": 0.6, + "red": 0.6, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99555555555555564, 0.77259036144578308}", - "curveMode": 2, - "curveTo": "{0.99555555555555564, 0.93423694779116495}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.99555555555555564, 0.85341365461847385}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.83333333333333337, 0.7068273092369477}", - "curveMode": 4, - "curveTo": "{0.92277777777777792, 0.7068273092369477}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.83333333333333337, 0.7068273092369477}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.5, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "395F98C8-7A7D-448B-9431-77AE198CD2AA", - "opacity": 0.5399999618530273, - }, - "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - ], - "name": "share", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "isEnabled": false, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"share\\"", - ], + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.2376019021739131, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 8, + "spread": 0, }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "47px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A01478AF-F442-48D4-876B-7B242558A1C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1CD9EA03-E457-4DE2-AB87-E53E4CA3F6CE", - "height": 24, - "width": 24, - "x": 47, - "y": 0, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "18px", - "left": "5px", - "position": "absolute", - "top": "3px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0792DFC7-13AE-4023-BC28-6EAE2F525D94", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 18, - "width": 14, - "x": 5, - "y": 3, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"button bg\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.8571428571428571, 1}", - "curveMode": 1, - "curveTo": "{0.8571428571428571, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.8571428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.064285714285714307, 1}", - "curveMode": 4, - "curveTo": "{0.14285714285714285, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.14285714285714285, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.88888888888888884}", - "curveMode": 4, - "curveTo": "{0, 0.95000000000000007}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.88888888888888884}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.16666666666666666}", - "curveMode": 1, - "curveTo": "{0.5, 0.16666666666666666}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.16666666666666666}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.95000000000000007}", - "curveMode": 4, - "curveTo": "{1, 0.88888888888888884}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.88888888888888884}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.8571428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.93571428571428583, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.8571428571428571, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "1BB40B22-9947-481D-BDFD-D499709536C5", - "opacity": 0.5399999618530273, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", - ], - "type": "path", - }, - ], }, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "78FE6195-3CDF-434D-90A3-E224F31C3763", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", - }, - ], }, - "web": Object { - "attributes": Array [], + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - ], - "name": "bookmark", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"bookmark\\"", - ], + "length": 1, + "location": 5, }, + ], + "string": "NORMAL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "16.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "61px", }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "25px", + }, + "do_objectID": "F3D31733-6429-4E7C-AEFA-ED324114E719", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 61, + "x": 16.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {61, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "NORMAL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "40BC3C2B-AA2A-42DB-9071-0BDD8FC0A7C3", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - }, - "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0E3F3B31-21D5-4AB9-9C91-1DD6589D73BC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9B35355B-154A-4833-84D9-5218A91A7536", - "height": 24, - "width": 25, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "16px", - "left": "3.125px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "18.75px", - }, - }, - "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ABBE7457-D1CB-4143-BB68-1D95867C1CA6", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 16, - "width": 18.75, - "x": 3.125, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.63888888888888884, 1}", - "curveMode": 4, - "curveTo": "{0.75, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.75, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.46111111111111114, 0.91874999999999996}", - "curveMode": 4, - "curveTo": "{0.53888888888888886, 0.91874999999999996}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0.8125}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1111111111111111, 1}", - "curveMode": 3, - "curveTo": "{0.3611111111111111, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.25, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.5}", - "curveMode": 3, - "curveTo": "{0, 0.88124999999999998}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.71875}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.80555555555555558, 0.3125}", - "curveMode": 4, - "curveTo": "{0.19444444444444445, 0.3125}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.88124999999999998}", - "curveMode": 3, - "curveTo": "{1, 0.5}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.71875}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.75, 1}", - "curveMode": 4, - "curveTo": "{0.88888888888888884, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.75, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "746B6BFB-EEFE-454B-A634-4D361594E58D", - "opacity": 0.5399999618530273, - }, - "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "25px", - }, - }, - "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C5CE84E-EE96-4490-92D4-0DBB46A90FAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 25, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - ], - "name": "favorite", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"favorite\\"", - ], }, + "verticalAlignment": 0, }, - ], - "name": "Buttons", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Buttons\\"", - ], + "attributes": Array [], }, }, ], - "name": "homes", + "maintainScrollPosition": false, + "name": "button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -5712,20 +5652,54 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ADA7D997-A6B4-4622-BE3E-C82592CC2B0B", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"homes\\"", + "aria-label=\\"button\\"", ], }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -5734,8 +5708,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "EF515898-537B-469C-9036-E6B725CF8307", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -5748,11 +5756,11 @@ Object { ], "previews": Array [], "user": Object { - "401CB139-CDA3-476B-A400-674DCF860FB6": Object { - "scrollOrigin": "{134, 134}", + "2740A37B-F315-4ED5-BF31-3EAA8C7AA0F7": Object { + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, - "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "80A21AD8-F2CE-4D9C-83F1-CE2C838F9B7D": Object { "pageListHeight": 110, }, "document": Object { @@ -5763,15 +5771,13 @@ Object { } `; -exports[`sketch parser should match md-components-cards-homes.sketch snapshot for 53 1`] = ` +exports[`sketch parser should match md-components-cards-homes.sketch snapshot for 52 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", - "colorAssets": Array [], "colors": Array [], - "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -6051,19 +6057,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 105, }, "fonts": Array [ "Roboto-Regular", @@ -6075,10 +6081,14 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { @@ -6101,9 +6111,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -6152,9 +6159,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -6770,9 +6774,6 @@ Object { "x": 209, "y": 188, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -6815,9 +6816,6 @@ Object { "x": 95, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -7324,9 +7322,6 @@ Object { "x": 47, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -7684,9 +7679,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -8069,7 +8061,7 @@ Object { "previews": Array [], "user": Object { "401CB139-CDA3-476B-A400-674DCF860FB6": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{134, 134}", "zoomValue": 1, }, "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { @@ -8083,13 +8075,15 @@ Object { } `; -exports[`sketch parser should match md-components-cards-pooch.sketch snapshot for 52 1`] = ` +exports[`sketch parser should match md-components-cards-homes.sketch snapshot for 53 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -8099,7 +8093,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "do_objectID": "826FEE27-3648-45D5-94A6-B899EF4233BC", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -8108,7 +8102,7 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", "name": "Material/Light/Card", "value": Object { "_class": "style", @@ -8316,27 +8310,34 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "name": "Material/Light/Divider", + "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", + "name": "Material/Icon dark", "value": Object { "_class": "style", - "borders": Array [ + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, "fillType": 0, "isEnabled": true, - "position": 0, - "thickness": 1, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -8350,137 +8351,53 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", + "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ "Roboto-Regular", - "Roboto-Medium", ], "pagesAndArtboards": Object { - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", + "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -8496,6 +8413,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -8518,7 +8438,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "136px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -8526,21 +8446,11 @@ Object { "width": "344px", }, }, - "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", + "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], + "do_objectID": "98074A6E-84B2-4F16-B665-C835B1F1F186", + "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -8548,12 +8458,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", - "height": 136, + "do_objectID": "E63A53AF-E7EE-46D8-BFE8-0AAB73C9D3DE", + "height": 224, "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -8575,7 +8488,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "136px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -8583,21 +8496,21 @@ Object { "width": "344px", }, }, - "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", + "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", + "do_objectID": "0713C981-1FBB-49DE-8AF4-82CEF028725A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 3, + "fixedRadius": 2, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 136, + "height": 224, "width": 344, "x": 0, "y": 0, @@ -8611,46 +8524,50 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card 2", + "name": "card", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", + "do_objectID": "9EF2F25A-8C0B-490A-8B6B-CB89A9CA3FE0", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", + "do_objectID": "76222E59-B93C-48FF-9FC5-055A32CBC1D2", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", + "do_objectID": "598CF3D5-4C1A-4AD1-B2B7-1D97BE8C6704", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 3, + "cornerRadius": 2, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", + "do_objectID": "DD1184C0-136D-418C-8EA0-1ED3D172E028", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -8659,7 +8576,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -8799,7 +8716,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", + "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", "endMarkerType": 0, "fills": Array [ Object { @@ -8868,7 +8785,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card 2\\"", + "aria-label=\\"card\\"", ], }, }, @@ -8881,21 +8798,21 @@ Object { "before": Object {}, }, "rules": Object { - "background-color": "rgba(0,0,0,0.25)", + "background-color": "rgba(0,187,211,1.00)", "display": "block", - "height": "136px", + "height": "176px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "88px", + "width": "344px", }, }, - "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", + "do_objectID": "B245FB2F-7F3C-4D6A-AAF3-18FE3B124490", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -8905,8 +8822,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 136, - "width": 88, + "height": 176, + "width": 344, "x": 0, "y": 0, }, @@ -8970,19 +8887,19 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.25, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.8274509803921568, + "green": 0.7333333333333333, "red": 0, }, - "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "do_objectID": "462C738B-C65E-434C-9FF9-916E784F8EB1", "fillType": 0, "isEnabled": true, "noiseIndex": 0, @@ -8993,34 +8910,6 @@ Object { ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { @@ -9030,122 +8919,6 @@ Object { ], }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "82px", - "visibility": "visible", - "width": "256px", - }, - }, - "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", - "height": 3, - "width": 256, - "x": 88, - "y": 82, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.51388888888888884}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.51388888888888884}", - "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", - "curveMode": 1, - "curveTo": "{0.0058593749999999445, 0.54166666666666663}", - "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, Object { "_class": "text", "attributedString": Object { @@ -9157,52 +8930,54 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "name": "Roboto-Regular", + "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - "length": 6, + "length": 13, "location": 0, }, ], - "string": "REVIEW", + "string": "Pre-fab Homes", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "223.5px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "19px", "position": "absolute", - "top": "100px", + "top": "137px", "visibility": "visible", - "width": "51px", + "width": "161px", }, }, - "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", + "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", + "do_objectID": "386665A7-C098-49E9-AB71-126A8B4ED607", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -9211,12 +8986,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 51, - "x": 223.5, - "y": 100, + "do_objectID": "D0438ADA-75E5-48E5-A3AB-A55AF5E84029", + "height": 24, + "width": 161, + "x": 19, + "y": 137, }, - "glyphBounds": "{{0, 0}, {50, 16}}", + "glyphBounds": "{{0, 0}, {161, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -9225,7 +9001,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "REVIEW", + "name": "Pre-fab Homes 2", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -9233,33 +9009,35 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", + "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", + "do_objectID": "45243A28-E9FB-4A4A-8DB1-A8B2F38B9657", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "name": "Roboto-Regular", + "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, "verticalAlignment": 0, @@ -9272,62 +9050,24 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 11, - "location": 0, - }, - ], - "string": "FREE SAMPLE", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "108.5px", + "height": "24px", + "left": "209px", "position": "absolute", - "top": "100px", + "top": "188px", "visibility": "visible", - "width": "92px", + "width": "119px", }, }, - "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", - "dontSynchroniseWithSymbol": false, + "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", + "do_objectID": "2A26EE59-59EE-4608-8D68-FC2A4BB1CE74", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -9336,2199 +9076,1590 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 92, - "x": 108.5, - "y": 100, + "do_objectID": "E30F338C-0755-4F54-AED4-4CA9BDE48A46", + "height": 24, + "width": 119, + "x": 209, + "y": 188, }, - "glyphBounds": "{{0, 0}, {91, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "FREE SAMPLE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B6AF0990-0F41-4695-BD54-00197F4BEAE8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "307E9C13-BD4D-44C3-8559-96F0E46B186E", + "height": 24, + "width": 24, + "x": 95, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8C0747D3-9212-4C92-8FE5-0707A83F6760", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", + ], + "type": "path", + }, + ], }, - }, - "length": 14, - "location": 0, - }, - ], - "string": "By Alex Nelson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "107px", - "position": "absolute", - "top": "43px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 95, - "x": 107, - "y": 43, - }, - "glyphBounds": "{{0, 0}, {93, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "By Alex Nelson 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "3px", + "position": "absolute", + "top": "1.999899999999798px", + "visibility": "visible", + "width": "18px", }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, + "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E1DB8B35-B319-4E78-9E45-9CA53344E3C5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - }, - "length": 8, - "location": 0, - }, - ], - "string": "El Pooch", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "106px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 95, - "x": 106, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {94, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "El Pooch 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "CBDA8CB3-7920-4DDC-BAC9-B6B509B94BE1", + "height": 20, + "width": 18, + "x": 3, + "y": 1.999899999999798, }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "pooch", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"pooch\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { - "pageListHeight": 110, - }, - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`sketch parser should match md-components-cards-pooch.sketch snapshot for 53 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.79111111111111099, 0.70682730923694814}", + "curveMode": 4, + "curveTo": "{0.83333333333333337, 0.70682730923694814}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.83333333333333337, 0.70682730923694814}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.72444444444444445, 0.74548192771084365}", + "curveMode": 4, + "curveTo": "{0.7533333333333333, 0.72188755020080353}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.72444444444444445, 0.74548192771084365}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33111111111111119, 0.52560240963855442}", + "curveMode": 4, + "curveTo": "{0.32833333333333337, 0.53714859437751028}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32833333333333337, 0.53714859437751028}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33333333333333337, 0.48995983935743004}", + "curveMode": 2, + "curveTo": "{0.33333333333333337, 0.51405622489959857}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33333333333333337, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.32833333333333337, 0.46686746987951833}", + "curveMode": 4, + "curveTo": "{0.33111111111111119, 0.47841365461847413}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.32833333333333337, 0.46686746987951833}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.28564257028112472}", + "curveMode": 4, + "curveTo": "{0.72000000000000008, 0.26054216867469898}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.72000000000000008, 0.26054216867469898}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.92555555555555558, 0.30120481927710863}", + "curveMode": 3, + "curveTo": "{0.7894444444444445, 0.30120481927710863}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.30120481927710863}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.067269076305220984}", + "curveMode": 2, + "curveTo": "{1, 0.23393574297188771}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", + "curveMode": 2, + "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 8.8817841970012528e-17}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.66666666666666663, 0.16265060240963869}", + "curveMode": 3, + "curveTo": "{0.66666666666666663, 0.067269076305220984}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.66666666666666663, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67166666666666663, 0.18574297188755035}", + "curveMode": 4, + "curveTo": "{0.66888888888888887, 0.17419678714859449}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.67166666666666663, 0.18574297188755035}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.36696787148594401}", + "curveMode": 4, + "curveTo": "{0.28000000000000003, 0.39206827309236975}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.28000000000000003, 0.39206827309236975}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.074444444444444438, 0.35140562248996005}", + "curveMode": 3, + "curveTo": "{0.21055555555555555, 0.35140562248996005}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.35140562248996005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.58534136546184767}", + "curveMode": 2, + "curveTo": "{0, 0.41867469879518093}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.21055555555555555, 0.65261044176706862}", + "curveMode": 3, + "curveTo": "{0.074444444444444438, 0.65261044176706862}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.65261044176706862}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.28000000000000003, 0.61194779116465892}", + "curveMode": 4, + "curveTo": "{0.25, 0.6370481927710846}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.28000000000000003, 0.61194779116465892}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.6727777777777777, 0.83132530120481973}", + "curveMode": 4, + "curveTo": "{0.67555555555555558, 0.82078313253012092}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.67555555555555558, 0.82078313253012092}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67111111111111121, 0.93423694779116495}", + "curveMode": 3, + "curveTo": "{0.67111111111111121, 0.84236947791164696}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.67111111111111121, 0.85341365461847429}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9227777777777777, 1}", + "curveMode": 2, + "curveTo": "{0.74388888888888893, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99555555555555564, 0.77259036144578308}", + "curveMode": 2, + "curveTo": "{0.99555555555555564, 0.93423694779116495}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.99555555555555564, 0.85341365461847385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.83333333333333337, 0.7068273092369477}", + "curveMode": 4, + "curveTo": "{0.92277777777777792, 0.7068273092369477}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.7068273092369477}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "395F98C8-7A7D-448B-9431-77AE198CD2AA", + "opacity": 0.5399999618530273, + }, + "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", + ], + "type": "path", + }, + ], }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "web": Object { + "attributes": Array [], }, - "position": 1, }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "name": "share", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "position": 0.8, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"share\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "47px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A01478AF-F442-48D4-876B-7B242558A1C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1CD9EA03-E457-4DE2-AB87-E53E4CA3F6CE", + "height": 24, + "width": 24, + "x": 47, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "5px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0792DFC7-13AE-4023-BC28-6EAE2F525D94", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 14, + "x": 5, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 1, + "curveTo": "{0.8571428571428571, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.8571428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.064285714285714307, 1}", + "curveMode": 4, + "curveTo": "{0.14285714285714285, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.14285714285714285, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.88888888888888884}", + "curveMode": 4, + "curveTo": "{0, 0.95000000000000007}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.16666666666666666}", + "curveMode": 1, + "curveTo": "{0.5, 0.16666666666666666}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.16666666666666666}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.95000000000000007}", + "curveMode": 4, + "curveTo": "{1, 0.88888888888888884}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.93571428571428583, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.8571428571428571, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "1BB40B22-9947-481D-BDFD-D499709536C5", + "opacity": 0.5399999618530273, + }, + "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - "position": 0.950255322222858, }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "78FE6195-3CDF-434D-90A3-E224F31C3763", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - "position": 1, }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "name": "bookmark", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"bookmark\\"", + ], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", - "height": 136, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 3, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 136, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": true, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card 2", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, Object { - "_class": "curvePoint", - "cornerRadius": 3, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, + }, + "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E3F3B31-21D5-4AB9-9C91-1DD6589D73BC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9B35355B-154A-4833-84D9-5218A91A7536", + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3.125px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18.75px", }, + }, + "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ABBE7457-D1CB-4143-BB68-1D95867C1CA6", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 18.75, + "x": 3.125, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.63888888888888884, 1}", + "curveMode": 4, + "curveTo": "{0.75, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.75, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.46111111111111114, 0.91874999999999996}", + "curveMode": 4, + "curveTo": "{0.53888888888888886, 0.91874999999999996}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0.8125}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1111111111111111, 1}", + "curveMode": 3, + "curveTo": "{0.3611111111111111, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.25, 1}", }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5}", + "curveMode": 3, + "curveTo": "{0, 0.88124999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.71875}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.80555555555555558, 0.3125}", + "curveMode": 4, + "curveTo": "{0.19444444444444445, 0.3125}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.88124999999999998}", + "curveMode": 3, + "curveTo": "{1, 0.5}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.71875}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 1}", + "curveMode": 4, + "curveTo": "{0.88888888888888884, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.75, 1}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "746B6BFB-EEFE-454B-A634-4D361594E58D", + "opacity": 0.5399999618530273, + }, + "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", + }, + }, + "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C5CE84E-EE96-4490-92D4-0DBB46A90FAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, + ], + "name": "favorite", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"favorite\\"", + ], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card 2\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.25)", - "display": "block", - "height": "136px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 136, - "width": 88, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", }, ], + "name": "Buttons", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.25, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", + "role=\\"group\\"", + "aria-label=\\"Buttons\\"", ], }, }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "82px", - "visibility": "visible", - "width": "256px", + ], + "name": "homes", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"homes\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`sketch parser should match md-components-cards-homes.sketch snapshot for 59 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "501349E4-2CFB-4642-95FE-E18C5840D5E0", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "52BD125A-8DAF-4D9A-9745-66C9DD33B546", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "8490B663-C223-463C-8C44-54459083B56B", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", - "height": 3, - "width": 256, - "x": 88, - "y": 82, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.51388888888888884}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.51388888888888884}", - "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", - "curveMode": 1, - "curveTo": "{0.0058593749999999445, 0.54166666666666663}", - "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, - "length": 6, - "location": 0, - }, - ], - "string": "REVIEW", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "223.5px", - "position": "absolute", - "top": "100px", - "visibility": "visible", - "width": "51px", - }, - }, - "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 51, - "x": 223.5, - "y": 100, - }, - "glyphBounds": "{{0, 0}, {50, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "REVIEW", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.2, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0, + "blue": 0, + "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 0, }, - "length": 11, - "location": 0, - }, - ], - "string": "FREE SAMPLE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "108.5px", - "position": "absolute", - "top": "100px", - "visibility": "visible", - "width": "92px", - }, - }, - "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 92, - "x": 108.5, - "y": 100, - }, - "glyphBounds": "{{0, 0}, {91, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "FREE SAMPLE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6C7A151B-8B7A-4669-AEB0-325A3E85F7DD", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.5438462409, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "position": 1, }, - "length": 14, - "location": 0, - }, - ], - "string": "By Alex Nelson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "107px", - "position": "absolute", - "top": "43px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 95, - "x": 107, - "y": 43, - }, - "glyphBounds": "{{0, 0}, {93, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "By Alex Nelson 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 8, - "location": 0, - }, - ], - "string": "El Pooch", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "106px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "95px", - }, - }, - "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 95, - "x": 106, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {94, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "El Pooch 2", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "pooch", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"pooch\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { - "pageListHeight": 110, - }, - "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`sketch parser should match md-components-cards-safari.sketch snapshot for 52 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -11578,28 +10709,99 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "name": "Material/Light/Divider", + "do_objectID": "FA2315BE-E562-403A-A500-48C120C50447", + "name": "Material/Icon dark", "value": Object { "_class": "style", - "borders": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "EC7B3116-BA69-4AB8-A43A-ACF2B1514F3B", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, - "position": 0, - "thickness": 1, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "endMarkerType": 0, + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -11617,52 +10819,48 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref": "pages/401CB139-CDA3-476B-A400-674DCF860FB6", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "49.3", - "build": 51167, - "commit": "2b45d75f77b3d86c8cfab3e1090bcc520c37ea74", - "compatibilityVersion": 93, + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 101, + "version": 121, }, "fonts": Array [ "Roboto-Regular", - "Roboto-Medium", ], "pagesAndArtboards": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "do_objectID": "401CB139-CDA3-476B-A400-674DCF860FB6", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -11678,6 +10876,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -11700,7 +10901,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "304px", + "height": "224px", "left": "0px", "position": "absolute", "top": "0px", @@ -11708,21 +10909,10 @@ Object { "width": "344px", }, }, - "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "do_objectID": "AB45C154-4FB9-4C06-9215-8AC28B2323F8", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], + "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -11730,12 +10920,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", - "height": 304, + "height": 224, "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -11751,25 +10943,38 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "274px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "304px", + "height": "224px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", "width": "344px", }, }, - "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "do_objectID": "4037B480-FBAF-4D6E-B8F9-2E8061D47659", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -11779,7 +10984,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 304, + "height": 224, "width": 344, "x": 0, "y": 0, @@ -11793,8 +10998,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "card", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -11803,7 +11010,6 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", - "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -11814,7 +11020,6 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", - "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -11825,7 +11030,6 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", - "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -11836,7 +11040,6 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", - "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -11845,10 +11048,26 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "sharedStyleID": "8490B663-C223-463C-8C44-54459083B56B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -11859,7 +11078,11 @@ Object { "green": 0.592, "red": 0.592, }, - "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -11876,7 +11099,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -11888,7 +11110,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -11900,7 +11121,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -11912,7 +11132,6 @@ Object { "green": 1, "red": 1, }, - "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -11931,7 +11150,11 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -11948,7 +11171,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -11960,7 +11182,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -11972,7 +11193,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -11984,7 +11204,6 @@ Object { "green": 0, "red": 0, }, - "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -11995,7 +11214,20 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA1E3681-6F14-4FA6-B6A2-D21959CEBC60", "endMarkerType": 0, "fills": Array [ Object { @@ -12007,7 +11239,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -12015,6 +11283,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -12032,7 +11301,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -12053,7 +11321,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -12076,24 +11343,37 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(0,187,211,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "226px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { - "background-color": "rgba(0,150,136,1.00)", + "background": "inherit", + "background-color": "rgba(0,187,211,1.00)", "display": "block", "height": "176px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", "width": "344px", }, }, - "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "do_objectID": "1BF27E7F-871C-4987-AC53-9DD9A8A3FC63", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12117,8 +11397,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "image placeholder", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -12168,7 +11450,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "79FACAF0-A36E-4680-8DB7-CA5F47EF99A0", "endMarkerType": 0, "fills": Array [ Object { @@ -12176,11 +11488,47 @@ Object { "color": Object { "_class": "color", "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, + "blue": 0.8274509803921568, + "green": 0.7333333333333333, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -12188,7 +11536,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -12221,6 +11571,7 @@ Object { "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", @@ -12229,11 +11580,11 @@ Object { "minimumLineHeight": 24, }, }, - "length": 22, + "length": 13, "location": 0, }, ], - "string": "Kangaroo Valley Safari", + "string": "Pre-fab Homes", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -12245,18 +11596,17 @@ Object { "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", "font-size": "24px", "height": "24px", - "left": "18px", + "left": "19px", "position": "absolute", "top": "137px", "visibility": "visible", - "width": "245px", + "width": "161px", }, }, - "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "do_objectID": "768384C6-1DAB-4A38-BDF4-5C676623CE86", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12266,11 +11616,11 @@ Object { "_class": "rect", "constrainProportions": false, "height": 24, - "width": 245, - "x": 18, + "width": 161, + "x": 19, "y": 137, }, - "glyphBounds": "{{0, 0}, {241, 24}}", + "glyphBounds": "{{0, 0}, {161, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -12279,7 +11629,8 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Kangaroo Valley Safari", + "maintainScrollPosition": false, + "name": "Pre-fab Homes 2", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -12287,13 +11638,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3ACBDB66-E7DC-47A4-9687-4C09B00703E3", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -12309,6 +11692,7 @@ Object { "size": 24, }, }, + "kerning": 0, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", @@ -12326,134 +11710,6 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 83, - "location": 0, - }, - ], - "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "48px", - "left": "18px", - "position": "absolute", - "top": "183px", - "visibility": "visible", - "width": "311px", - }, - }, - "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", - "height": 48, - "width": 311, - "x": 18, - "y": 183, - }, - "glyphBounds": "{{0, 0}, {311, 48}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Located two hours so 2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, Object { "_class": "group", "booleanOperation": 0, @@ -12461,18 +11717,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "36px", - "left": "76px", + "height": "24px", + "left": "209px", "position": "absolute", - "top": "260px", + "top": "188px", "visibility": "visible", - "width": "112px", + "width": "119px", }, }, - "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "do_objectID": "FF025A25-CAD0-404D-B307-CB2E05A920A6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12481,11 +11736,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", - "height": 36, - "width": 112, - "x": 76, - "y": 260, + "height": 24, + "width": 119, + "x": 209, + "y": 188, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -12497,25 +11754,23 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "36px", - "left": "0px", + "height": "24px", + "left": "95px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "112px", + "width": "24px", }, }, - "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", - "edited": true, + "do_objectID": "07068EE8-6A87-472A-AF78-D361DCDCEDAE", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -12524,555 +11779,668 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 36, - "width": 112, - "x": 0, + "height": 24, + "width": 24, + "x": 95, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, - "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", - "opacity": 0.5, - }, - "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, - "length": 10, - "location": 0, }, - ], - "string": "LEARN MORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "12.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "87px", - }, - }, - "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 87, - "x": 12.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {86, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "LEARN MORE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "do_objectID": "C7FEEEE2-8465-489D-AF00-75219DF2BE56", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "do_objectID": "74B5A074-40F3-4E8A-80A2-8C016D5DD98D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "8px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", - "height": 36, - "width": 68, - "x": 8, - "y": 260, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", - "opacity": 0.5, - }, - "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 24 0,L 24 24,L 0 24,z\\"", + ], + "type": "path", + }, ], - "type": "path", }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, + "web": Object { + "attributes": Array [], }, - ], - "string": "SHARE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "11.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "46px", }, - }, - "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", - "dontSynchroniseWithSymbol": false, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "3px", + "position": "absolute", + "top": "1.999899999999798px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "3C46C5B1-9D92-4E35-9ADA-C87F29364E82", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 18, + "x": 3, + "y": 1.999899999999798, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.79111111111111099, 0.70682730923694814}", + "curveMode": 4, + "curveTo": "{0.83333333333333337, 0.70682730923694814}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.83333333333333337, 0.70682730923694814}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.72444444444444445, 0.74548192771084365}", + "curveMode": 4, + "curveTo": "{0.7533333333333333, 0.72188755020080353}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.72444444444444445, 0.74548192771084365}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33111111111111119, 0.52560240963855442}", + "curveMode": 4, + "curveTo": "{0.32833333333333337, 0.53714859437751028}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32833333333333337, 0.53714859437751028}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33333333333333337, 0.48995983935743004}", + "curveMode": 2, + "curveTo": "{0.33333333333333337, 0.51405622489959857}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33333333333333337, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.32833333333333337, 0.46686746987951833}", + "curveMode": 4, + "curveTo": "{0.33111111111111119, 0.47841365461847413}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.32833333333333337, 0.46686746987951833}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.28564257028112472}", + "curveMode": 4, + "curveTo": "{0.72000000000000008, 0.26054216867469898}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.72000000000000008, 0.26054216867469898}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.92555555555555558, 0.30120481927710863}", + "curveMode": 3, + "curveTo": "{0.7894444444444445, 0.30120481927710863}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.30120481927710863}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.067269076305220984}", + "curveMode": 2, + "curveTo": "{1, 0.23393574297188771}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74111111111111105, 8.8817841970012528e-17}", + "curveMode": 2, + "curveTo": "{0.92555555555555558, 8.8817841970012528e-17}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 8.8817841970012528e-17}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.66666666666666663, 0.16265060240963869}", + "curveMode": 3, + "curveTo": "{0.66666666666666663, 0.067269076305220984}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.66666666666666663, 0.15060240963855434}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67166666666666663, 0.18574297188755035}", + "curveMode": 4, + "curveTo": "{0.66888888888888887, 0.17419678714859449}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.67166666666666663, 0.18574297188755035}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.36696787148594401}", + "curveMode": 4, + "curveTo": "{0.28000000000000003, 0.39206827309236975}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.28000000000000003, 0.39206827309236975}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.074444444444444438, 0.35140562248996005}", + "curveMode": 3, + "curveTo": "{0.21055555555555555, 0.35140562248996005}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.35140562248996005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.58534136546184767}", + "curveMode": 2, + "curveTo": "{0, 0.41867469879518093}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5020080321285143}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.21055555555555555, 0.65261044176706862}", + "curveMode": 3, + "curveTo": "{0.074444444444444438, 0.65261044176706862}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.16666666666666666, 0.65261044176706862}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.28000000000000003, 0.61194779116465892}", + "curveMode": 4, + "curveTo": "{0.25, 0.6370481927710846}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.28000000000000003, 0.61194779116465892}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.6727777777777777, 0.83132530120481973}", + "curveMode": 4, + "curveTo": "{0.67555555555555558, 0.82078313253012092}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.67555555555555558, 0.82078313253012092}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.67111111111111121, 0.93423694779116495}", + "curveMode": 3, + "curveTo": "{0.67111111111111121, 0.84236947791164696}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.67111111111111121, 0.85341365461847429}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9227777777777777, 1}", + "curveMode": 2, + "curveTo": "{0.74388888888888893, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.83333333333333337, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99555555555555564, 0.77259036144578308}", + "curveMode": 2, + "curveTo": "{0.99555555555555564, 0.93423694779116495}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.99555555555555564, 0.85341365461847385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.83333333333333337, 0.7068273092369477}", + "curveMode": 4, + "curveTo": "{0.92277777777777792, 0.7068273092369477}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.83333333333333337, 0.7068273092369477}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "10925B80-0D6E-410C-B666-67D8E5D5D287", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M15 14.137,S 13.56 14.438, 13.04 14.91,S 5.91 10.743, 5.91 10.743,S 6 10.281, 6 10.04,S 5.96 9.568, 5.91 9.337,S 12.96 5.211, 12.96 5.211,S 14.21 6.024, 15 6.024,S 18 4.679, 18 3.012,S 16.66 0, 15 0,S 12 1.345, 12 3.012,S 12.04 3.484, 12.09 3.715,S 5.04 7.841, 5.04 7.841,S 3.79 7.028, 3 7.028,S 0 8.373, 0 10.04,S 1.34 13.052, 3 13.052,S 4.5 12.741, 5.04 12.239,S 12.16 16.416, 12.16 16.416,S 12.08 16.847, 12.08 17.068,S 13.39 20, 15 20,S 17.92 18.685, 17.92 17.068,S 16.61 14.137, 15 14.137,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "share", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A78C7BD2-B908-4E61-BB54-AD271783FED9", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"share\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "47px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCA8D01-4CE8-44F4-9A35-B44F2818B281", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -13081,12 +12449,15 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 38, - "width": 46, - "x": 11.5, - "y": 10, + "height": 24, + "width": 24, + "x": 47, + "y": 0, }, - "glyphBounds": "{{0, 0}, {45, 16}}", + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -13094,2528 +12465,1424 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "SHARE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "5px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "14px", }, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "250px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", - "height": 3, - "width": 344, - "x": 0, - "y": 250, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.50694444444444431}", - "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.52083333333333326}", - "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "safari", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"safari\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`sketch parser should match md-components-cards-safari.sketch snapshot for 53 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, + "do_objectID": "40428233-48A8-463F-82D6-ABB774BC81A1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 14, + "x": 5, + "y": 3, }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 1, + "curveTo": "{0.8571428571428571, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.8571428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.064285714285714307, 1}", + "curveMode": 4, + "curveTo": "{0.14285714285714285, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.14285714285714285, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.88888888888888884}", + "curveMode": 4, + "curveTo": "{0, 0.95000000000000007}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.16666666666666666}", + "curveMode": 1, + "curveTo": "{0.5, 0.16666666666666666}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.16666666666666666}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.95000000000000007}", + "curveMode": 4, + "curveTo": "{1, 0.88888888888888884}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.88888888888888884}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.8571428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.93571428571428583, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.8571428571428571, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "7293758E-851C-4EB8-9F53-33766431828C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M12 18,S 2 18, 2 18,S 0 17.1, 0 16,L 0 0,L 7 3,L 14 0,S 14 16, 14 16,S 13.1 18, 12 18,z\\"", + ], + "type": "path", + }, + ], }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "web": Object { + "attributes": Array [], }, - "position": 0, }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "A8165DEE-8DA1-45CD-B390-B7331D25BAAF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "304px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", - "exportFormats": Array [ - Object { - "_class": "exportFormat", - "absoluteSize": 0, - "fileFormat": "png", - "name": "", - "namingScheme": 0, - "scale": 1, - "visibleScaleType": 0, - }, - ], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", - "height": 304, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(250,250,250,1.00)", - "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", - "display": "block", - "height": "304px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 2, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 304, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": true, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", - "position": 0.05, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", - "position": 0, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", - "position": 0.950255322222858, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "BE40041B-B43A-4869-AAA8-9898E96B2C5F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", }, - "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", - "position": 1, - }, - ], - "to": "{0.5, 1}", + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + ], + "maintainScrollPosition": false, + "name": "bookmark", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 1, }, - "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, + "do_objectID": "48166D1E-18C8-42D0-AC51-FAF864698384", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"bookmark\\"", + ], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"card\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "display": "block", - "height": "176px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 176, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "image placeholder", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"image placeholder\\"", - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 22, - "location": 0, + "do_objectID": "AF94197C-9DB1-4DDB-B490-00C1E7AA369D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - ], - "string": "Kangaroo Valley Safari", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "24px", - "left": "18px", - "position": "absolute", - "top": "137px", - "visibility": "visible", - "width": "245px", - }, - }, - "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 245, - "x": 18, - "y": 137, - }, - "glyphBounds": "{{0, 0}, {241, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Kangaroo Valley Safari", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3.125px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18.75px", }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "do_objectID": "9DD6EEBD-FB2E-461C-BEF9-6C4FB0477A0D", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - }, - "length": 83, - "location": 0, - }, - ], - "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "48px", - "left": "18px", - "position": "absolute", - "top": "183px", - "visibility": "visible", - "width": "311px", - }, - }, - "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", - "height": 48, - "width": 311, - "x": 18, - "y": 183, - }, - "glyphBounds": "{{0, 0}, {311, 48}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Located two hours so 2", - "nameIsFixed": false, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 18.75, + "x": 3.125, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.63888888888888884, 1}", + "curveMode": 4, + "curveTo": "{0.75, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.75, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.46111111111111114, 0.91874999999999996}", + "curveMode": 4, + "curveTo": "{0.53888888888888886, 0.91874999999999996}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0.8125}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1111111111111111, 1}", + "curveMode": 3, + "curveTo": "{0.3611111111111111, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.25, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.5}", + "curveMode": 3, + "curveTo": "{0, 0.88124999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.80555555555555558, 0.3125}", + "curveMode": 4, + "curveTo": "{0.19444444444444445, 0.3125}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.88124999999999998}", + "curveMode": 3, + "curveTo": "{1, 0.5}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.71875}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 1}", + "curveMode": 4, + "curveTo": "{0.88888888888888884, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.75, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "FA2315BE-E562-403A-A500-48C120C50447", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "0FE12C9C-D240-466A-A999-43B8A86B6955", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M14.063 16,S 10.104 14.7, 9.375 13,S 6.771 16, 4.688 16,S 0 14.1, 0 11.5,S 3.646 5, 9.375 0,S 18.75 8, 18.75 11.5,S 16.667 16, 14.063 16,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "25px", + }, + }, + "do_objectID": "19399963-F807-4409-A827-64FB33B94F01", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 25, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3CE2BCB1-1C1D-410E-830B-3A0E3D477D23", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M25 0,L 0 0,L 0 24,L 25 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "favorite", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C36173C9-FA09-46A9-ADBC-64426D712FED", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"favorite\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Buttons", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1EC709E2-ABC8-4830-81B0-226414931B28", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8700000048, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Buttons\\"", + ], }, }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "76px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "112px", + ], + "maintainScrollPosition": false, + "name": "homes", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E565F4A9-B662-4CFD-AF95-FFD3DF24854C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"homes\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2D01F6AA-EF00-425B-A17B-ED2C957D63AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "401CB139-CDA3-476B-A400-674DCF860FB6": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "826FEE27-3648-45D5-94A6-B899EF4233BC": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`sketch parser should match md-components-cards-pooch.sketch snapshot for 52 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", - "height": 36, - "width": 112, - "x": 76, - "y": 260, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "112px", - }, - }, - "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 112, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", - "opacity": 0.5, - }, - "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "LEARN MORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "12.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "87px", + "position": 0.950255322222858, }, - }, - "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 87, - "x": 12.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {86, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "LEARN MORE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "8px", - "position": "absolute", - "top": "260px", - "visibility": "visible", - "width": "68px", + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", - "height": 36, - "width": 68, - "x": 8, - "y": 260, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", - }, - }, - "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "button bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", - "opacity": 0.5, - }, - "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 5, - "location": 0, - }, - ], - "string": "SHARE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "11.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "46px", - }, - }, - "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 46, - "x": 11.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {45, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "SHARE", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "250px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", - "height": 3, - "width": 344, - "x": 0, - "y": 250, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.50694444444444431}", - "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.52083333333333326}", - "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - }, - ], - "name": "safari", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + ], "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"safari\\"", - ], - }, }, ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "319AD824-DAE8-44E7-8EB2-B07161591010": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, }, - "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { - "pageListHeight": 110, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`sketch parser should match md-components-cards-welcome-back.sketch snapshot for 52 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", - "name": "Material/Light/Card", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.12, + "alpha": 0.5438462409, "blue": 0, "green": 0, "red": 0, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, + "verticalAlignment": 0, + }, "windingRule": 1, }, }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", - "name": "Material/Light/Subhead", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", "value": Object { "_class": "style", "endMarkerType": 0, @@ -15635,15 +13902,15 @@ Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 24, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, "verticalAlignment": 0, @@ -15656,7 +13923,7 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], @@ -15682,7 +13949,7 @@ Object { "Roboto-Medium", ], "pagesAndArtboards": Object { - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, @@ -15702,7 +13969,7 @@ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -15740,7 +14007,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -15748,10 +14015,10 @@ Object { "width": "344px", }, }, - "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -15770,8 +14037,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", - "height": 208, + "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", + "height": 136, "width": 344, "x": 0, "y": 0, @@ -15797,7 +14064,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -15805,11 +14072,11 @@ Object { "width": "344px", }, }, - "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -15819,7 +14086,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 208, + "height": 136, "width": 344, "x": 0, "y": 0, @@ -15833,7 +14100,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "card 2", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -15881,7 +14148,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -16021,7 +14288,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -16090,191 +14357,341 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card\\"", + "aria-label=\\"card 2\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 13, - "location": 0, - }, - ], - "string": "Welcome Back!", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,150,136,1.00)", + "background-color": "rgba(0,0,0,0.25)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "18px", + "height": "136px", + "left": "0px", "position": "absolute", - "top": "22px", + "top": "0px", "visibility": "visible", - "width": "166px", + "width": "88px", }, }, - "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", - "dontSynchroniseWithSymbol": false, + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 32, - "width": 166, - "x": 18, - "y": 22, + "height": 136, + "width": 88, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {165, 28}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Welcome Back!", - "nameIsFixed": false, - "resizingConstraint": 47, + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.8703294837, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 24, + "size": 16, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 54, + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, "location": 0, }, ], - "string": "It’s been a while, have you read any new books lately?", + "string": "REVIEW", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "48px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "61px", + "top": "100px", "visibility": "visible", - "width": "204px", + "width": "51px", }, }, - "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16283,13 +14700,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", - "height": 48, - "width": 204, - "x": 19, - "y": 61, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {204, 48}}", + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16298,73 +14714,109 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "It’s been a while, h", + "name": "REVIEW", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 11, + "location": 0, + }, + ], + "string": "FREE SAMPLE", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "36px", - "left": "77px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "165px", + "top": "100px", "visibility": "visible", - "width": "54px", + "width": "92px", }, }, - "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16373,13 +14825,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", - "height": 36, - "width": 54, - "x": 77, - "y": 165, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16387,343 +14838,239 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "54px", - }, - }, - "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 54, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", + "lineSpacingBehaviour": 0, + "name": "FREE SAMPLE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", - "opacity": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 14, }, - "length": 3, - "location": 0, }, - ], - "string": "YES", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "14.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "26px", - }, - }, - "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 26, - "x": 14.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {25, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "YES", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "length": 14, + "location": 0, }, + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", + "position": "absolute", + "top": "43px", + "visibility": "visible", + "width": "95px", }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, + }, + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 95, + "x": 107, + "y": 43, + }, + "glyphBounds": "{{0, 0}, {93, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "36px", - "left": "8px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", "position": "absolute", - "top": "165px", + "top": "10px", "visibility": "visible", - "width": "68px", + "width": "95px", }, }, - "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -16732,13 +15079,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", - "height": 36, - "width": 68, - "x": 8, - "y": 165, + "height": 32, + "width": 95, + "x": 106, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {94, 32}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -16746,581 +15092,195 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", + "lineSpacingBehaviour": 0, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, - "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "pooch", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"pooch\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { + "pageListHeight": 110, + }, + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`sketch parser should match md-components-cards-pooch.sketch snapshot for 53 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", - "opacity": 0.5, - }, - "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "NO", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "24.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", - "height": 16, - "width": 20, - "x": 24.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {20, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NO", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "154px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", - "height": 3, - "width": 344, - "x": 0, - "y": 154, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Line", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.52777777777777746}", - "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.58333333333333326}", - "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Welcome back", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Welcome back\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { - "pageListHeight": 110, - }, - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`sketch parser should match md-components-cards-welcome-back.sketch snapshot for 53 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { "_class": "gradientStop", @@ -17476,7 +15436,7 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", "name": "Material/Light/Divider", "value": Object { "_class": "style", @@ -17513,8 +15473,8 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", - "name": "Material/Light/Subhead", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", "endMarkerType": 0, @@ -17525,7 +15485,7 @@ Object { "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, + "alpha": 0.5438462409, "blue": 0, "green": 0, "red": 0, @@ -17534,15 +15494,15 @@ Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -17550,12 +15510,51 @@ Object { "windingRule": 1, }, }, - ], - }, + Object { + "_class": "sharedStyle", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], @@ -17581,7 +15580,7 @@ Object { "Roboto-Medium", ], "pagesAndArtboards": Object { - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, @@ -17597,7 +15596,7 @@ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -17638,7 +15637,7 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -17646,10 +15645,10 @@ Object { "width": "344px", }, }, - "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "do_objectID": "E9C361BD-EB7D-45D7-993E-FA23D00BFA98", "exportFormats": Array [ Object { "_class": "exportFormat", @@ -17668,8 +15667,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", - "height": 208, + "do_objectID": "FB393AC6-905E-4F1E-9032-ABF5317047FE", + "height": 136, "width": 344, "x": 0, "y": 0, @@ -17698,7 +15697,7 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "208px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", @@ -17706,11 +15705,11 @@ Object { "width": "344px", }, }, - "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "do_objectID": "9D000DC3-8018-45E4-A5DF-5CD2FDEDFFE8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -17720,7 +15719,7 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 208, + "height": 136, "width": 344, "x": 0, "y": 0, @@ -17734,7 +15733,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", + "name": "card 2", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -17782,7 +15781,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -17922,7 +15921,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -17991,9 +15990,283 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"card\\"", + "aria-label=\\"card 2\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.25)", + "display": "block", + "height": "136px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B64A5E-33A2-4991-91B7-66CF8A77358F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 136, + "width": 88, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "2A351673-93A4-460F-B690-1B73DA4B367A", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E0371D94-7A99-4EB8-AE35-648DCD9EB7A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F287B838-47AC-492E-B473-CFD515733FB0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1EE76A15-EF66-4842-984E-E5473373006F", + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "do_objectID": "67DD54CD-2018-456C-BDF8-792DBB8E884E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "do_objectID": "91A3A7CF-0518-4F4F-9B7B-1D49FF5698EF", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "text", @@ -18013,21 +16286,22 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 13, + "length": 6, "location": 0, }, ], - "string": "Welcome Back!", + "string": "REVIEW", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -18036,21 +16310,21 @@ Object { "rules": Object { "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "18px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "22px", + "top": "100px", "visibility": "visible", - "width": "166px", + "width": "51px", }, }, - "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "do_objectID": "C77CFEE9-F154-4C1C-BFB9-7B75B3AF8857", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18059,12 +16333,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 32, - "width": 166, - "x": 18, - "y": 22, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {165, 28}}", + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18073,7 +16347,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "Welcome Back!", + "name": "REVIEW", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -18081,13 +16355,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "do_objectID": "59D7A1A6-E476-4A84-8F4A-131F24F8718E", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -18099,13 +16373,14 @@ Object { "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 24, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -18128,54 +16403,53 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, - "length": 54, + "length": 11, "location": 0, }, ], - "string": "It’s been a while, have you read any new books lately?", + "string": "FREE SAMPLE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "48px", - "left": "19px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "61px", + "top": "100px", "visibility": "visible", - "width": "204px", + "width": "92px", }, }, - "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "do_objectID": "D61373AA-E8D1-4D1E-82AB-95813BCE9DF6", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18184,13 +16458,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", - "height": 48, - "width": 204, - "x": 19, - "y": 61, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "glyphBounds": "{{0, 0}, {204, 48}}", + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18199,73 +16472,110 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "It’s been a while, h", + "name": "FREE SAMPLE", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "do_objectID": "9DD3D31B-CFB7-4864-AE48-949FA9DFCCD0", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 16, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, }, }, "verticalAlignment": 0, }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 14, + "location": 0, + }, + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.54)", "display": "block", - "height": "36px", - "left": "77px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", "position": "absolute", - "top": "165px", + "top": "43px", "visibility": "visible", - "width": "54px", + "width": "95px", }, }, - "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "do_objectID": "28B9C66F-C52C-400F-A962-B7D68C4AAA21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18274,16 +16584,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", - "height": 36, - "width": 54, - "x": 77, - "y": 165, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 20, + "width": 95, + "x": 107, + "y": 43, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {93, 20}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18291,343 +16597,113 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "54px", - }, - }, - "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 54, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9821428571428571, 1}", - "curveMode": 4, - "curveTo": "{0.99196428571428563, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9821428571428571, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0080357142857142728, 1}", - "curveMode": 4, - "curveTo": "{0.017857142857142856, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.017857142857142856, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.017857142857142856, 0}", - "curveMode": 4, - "curveTo": "{0.0080357142857142728, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.017857142857142856, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99196428571428563, 0}", - "curveMode": 4, - "curveTo": "{0.9821428571428571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9821428571428571, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", - "opacity": 0.5, - }, - "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 3, - "location": 0, - }, - ], - "string": "YES", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "14.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "26px", - }, - }, - "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 26, - "x": 14.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {25, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "YES", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "EEB58BA2-869B-416B-B2CC-9D6BFF0C4CCE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], + "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "36px", - "left": "8px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", "position": "absolute", - "top": "165px", + "top": "10px", "visibility": "visible", - "width": "68px", + "width": "95px", }, }, - "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "do_objectID": "8F3F7ED5-6D4E-4E43-B238-ADE1A80AECC7", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -18636,16 +16712,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", - "height": 36, - "width": 68, - "x": 8, - "y": 165, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 32, + "width": 95, + "x": 106, + "y": 10, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {94, 32}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -18653,443 +16725,57 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "36px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "68px", + "lineSpacingBehaviour": 0, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "11C73A16-6999-43B1-AB74-C7FACE090B3A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - }, - "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 36, - "width": 68, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Shape", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.97500000000000064}", - "curveMode": 4, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97058823529411764, 1}", - "curveMode": 4, - "curveTo": "{0.98676470588235288, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.97058823529411764, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.013235294117647142, 1}", - "curveMode": 4, - "curveTo": "{0.029411764705882353, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.029411764705882353, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{0, 0.97500000000000064}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.02499999999999937}", - "curveMode": 4, - "curveTo": "{0, 0.055555555555555552}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.029411764705882353, 0}", - "curveMode": 4, - "curveTo": "{0.013235294117647142, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.029411764705882353, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.98676470588235288, 0}", - "curveMode": 4, - "curveTo": "{0.97058823529411764, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.97058823529411764, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.055555555555555552}", - "curveMode": 4, - "curveTo": "{1, 0.02499999999999937}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 1, - "curveTo": "{1, 0.94444444444444442}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.94444444444444442}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", - "opacity": 0.5, - }, - "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "NO", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "24.5px", - "position": "absolute", - "top": "10px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", - "height": 16, - "width": 20, - "x": 24.5, - "y": 10, - }, - "glyphBounds": "{{0, 0}, {20, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "NO", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, + "verticalAlignment": 0, }, - ], - "name": "Button", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"Button\\"", - ], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "0px", - "position": "absolute", - "top": "154px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", - "height": 3, - "width": 344, - "x": 0, - "y": 154, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Line", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", - "curveMode": 1, - "curveTo": "{0.0014534883720930232, 0.52777777777777746}", - "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", - "curveMode": 1, - "curveTo": "{0.0043562068495639136, 0.58333333333333326}", - "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 345 2.5\\"", - ], - "type": "path", - }, - ], - }, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, ], - "name": "Welcome back", + "name": "pooch", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -19097,7 +16783,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -19106,7 +16792,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"Welcome back\\"", + "aria-label=\\"pooch\\"", ], }, }, @@ -19133,10 +16819,10 @@ Object { ], "previews": Array [], "user": Object { - "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { "pageListHeight": 110, }, - "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "scrollOrigin": "{160, 160}", "zoomValue": 1, }, @@ -19148,13 +16834,17 @@ Object { } `; -exports[`sketch parser should match md-components-chips-open-chip.sketch snapshot for 52 1`] = ` +exports[`sketch parser should match md-components-cards-pooch.sketch snapshot for 59 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "do_objectID": "4B1A9331-4617-4A21-B711-BE5F8924794F", + "exportPresets": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -19164,7 +16854,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "do_objectID": "69B317A2-7627-4FC2-A275-B06F3229E81E", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -19173,10 +16863,26 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "do_objectID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "name": "Material/Light/Card", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -19187,6 +16893,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19254,6 +16965,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19313,6 +17029,20 @@ Object { "thickness": 0.5, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0E4EE3DD-559D-4D15-B962-74EBE5A82DB0", "endMarkerType": 0, "fills": Array [ Object { @@ -19324,7 +17054,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -19332,6 +17098,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -19381,30 +17148,97 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "name": "Material/Icon white", + "do_objectID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", + "name": "Material/Light/Divider", "value": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "position": 0, + "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D1660E01-8DB4-448C-9F7D-D0A333CE5A83", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -19420,12 +17254,46 @@ Object { "objects": Array [ Object { "_class": "sharedStyle", - "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "do_objectID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", "name": "Material/Light/Body 1 secondary", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A1F549B8-1061-4ED6-BA84-122DBECF75E7", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -19459,75 +17327,70 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "name": "Material/Dark/Body 1 secondary", + "do_objectID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "name": "Material/Light/Headline", "value": Object { "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "name": "Material/Dark/Subhead", - "value": Object { - "_class": "style", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1450729C-392E-421D-8ACB-CAB7C2715807", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Regular", - "size": 16, + "size": 24, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, }, "verticalAlignment": 0, @@ -19540,52 +17403,49 @@ Object { "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref": "pages/6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "59.1", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 121, }, "fonts": Array [ "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 121, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "do_objectID": "6E569BEC-BE0B-41CC-881D-93B8D0D2F465", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -19601,6 +17461,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -19623,19 +17486,28 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "184px", + "height": "136px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "do_objectID": "DDD901D1-0EF3-40F5-AF98-7DEDE1BF513B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", - "exportFormats": Array [], + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -19643,12 +17515,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", - "height": 184, - "width": 296, + "height": 136, + "width": 344, "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -19664,36 +17538,49 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "186px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "184px", + "height": "136px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "do_objectID": "C51FF24E-A613-4D7B-B311-3777B7A4CE77", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 2, + "fixedRadius": 3, "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 184, - "width": 296, + "height": 136, + "width": 344, "x": 0, "y": 0, }, @@ -19706,13 +17593,15 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "chip bg", + "maintainScrollPosition": false, + "name": "card 2", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", @@ -19722,7 +17611,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", @@ -19732,7 +17621,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", @@ -19742,7 +17631,7 @@ Object { }, Object { "_class": "curvePoint", - "cornerRadius": 2, + "cornerRadius": 3, "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", @@ -19754,10 +17643,26 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "sharedStyleID": "2CC3A792-4213-43B1-896B-BAA6A941E2A2", "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -19768,6 +17673,11 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19835,6 +17745,11 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 1, "gradient": Object { "_class": "gradient", @@ -19894,7 +17809,20 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7EEDA3C7-5130-43D0-A51D-680EB9D3CA2F", "endMarkerType": 0, "fills": Array [ Object { @@ -19906,7 +17834,43 @@ Object { "green": 0.9803921568627451, "red": 0.9803921568627451, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -19914,6 +17878,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -19963,487 +17928,486 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"chip bg\\"", + "aria-label=\\"card 2\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 44px rgba(0,0,0,0.25)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "186px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "138px", + }, + }, "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.25)", "display": "block", - "height": "56px", + "height": "136px", "left": "0px", + "overflow": "hidden", "position": "absolute", - "top": "128px", + "top": "0px", "visibility": "visible", - "width": "296px", + "width": "88px", }, }, - "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "do_objectID": "BBB42447-B25A-4903-8FD3-465F51F15F28", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", - "height": 56, - "width": 296, + "height": 136, + "width": 88, "x": 0, - "y": 128, + "y": 0, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "maintainScrollPosition": false, + "name": "image placeholder", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", - }, - }, - "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B733E144-D6D0-4CDD-8D5E-CCE04A6286D7", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.25, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.5438462409, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "position": 1, }, - "length": 16, - "location": 0, - }, - ], - "string": "email3@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "14px", - "visibility": "visible", - "width": "121px", + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 14, - }, - "glyphBounds": "{{0, 0}, {120, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "email3@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "82px", + "visibility": "visible", + "width": "256px", }, + }, + "do_objectID": "33357766-1F4F-4C49-A4A5-99426C7452B6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 256, + "x": 88, + "y": 82, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.51388888888888884}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.51388888888888884}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058593749999999445, 0.54166666666666663}", + "curveMode": 1, + "curveTo": "{0.0058593749999999445, 0.54166666666666663}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", }, ], - "name": "email 3", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "56F82DBF-6585-4ACF-AA59-ACDCBA7402FA", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E8F86E04-AC03-4F72-85DE-1F93DE876365", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 3\\"", + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { - "_class": "group", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "REVIEW", + }, + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "56px", - "left": "0px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "223.5px", "position": "absolute", - "top": "72px", + "top": "100px", "visibility": "visible", - "width": "296px", + "width": "51px", }, }, - "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "do_objectID": "04C20A55-90A4-4FB4-A916-8D24A652C2A7", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -20452,13 +18416,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", - "height": 56, - "width": 296, - "x": 0, - "y": 72, + "height": 38, + "width": 51, + "x": 223.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {50, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -20466,442 +18429,142 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "REVIEW", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8DBBF284-B312-4EF3-B96F-8E61AC4ED202", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 16, - "location": 0, - }, - ], - "string": "email2@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "15px", - "visibility": "visible", - "width": "121px", - }, - }, - "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 15, - }, - "glyphBounds": "{{0, 0}, {120, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "email2@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], + "length": 11, + "location": 0, }, - }, - ], - "name": "email 2", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 2\\"", ], + "string": "FREE SAMPLE", }, - }, - Object { - "_class": "group", + "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,150,136,1.00)", "display": "block", - "height": "72px", - "left": "0px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "108.5px", "position": "absolute", - "top": "0px", + "top": "100px", "visibility": "visible", - "width": "296px", + "width": "92px", }, }, - "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "do_objectID": "29C80977-5A84-4F66-B864-DBA1654F8EA0", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -20910,13 +18573,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", - "height": 72, - "width": 296, - "x": 0, - "y": 0, + "height": 38, + "width": 92, + "x": 108.5, + "y": 100, }, - "hasClickThrough": false, + "glyphBounds": "{{0, 0}, {91, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -20924,1507 +18586,730 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "72px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "FREE SAMPLE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B75FB2B0-0DA8-4ABC-9361-D8CF67849068", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 72, - "width": 296, - "x": 0, - "y": 0, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 14, + "location": 0, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 1, - "curveTo": "{0.9932432432432432, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.9932432432432432, 0}", + ], + "string": "By Alex Nelson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "107px", + "position": "absolute", + "top": "43px", + "visibility": "visible", + "width": "95px", + }, + }, + "do_objectID": "1670A382-5542-40DE-AE19-625FA071A167", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 95, + "x": 107, + "y": 43, + }, + "glyphBounds": "{{0, 0}, {93, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "By Alex Nelson 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CDCA2D6-6419-4A65-8D5F-AC6407D113AE", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AEE86187-CDBF-4CB6-9D6A-114D19FDA077", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0030405405405404635, 0}", - "curveMode": 4, - "curveTo": "{0.0067567567567567571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0067567567567567571, 0}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.027777777777777776}", - "curveMode": 4, - "curveTo": "{0, 0.012499999999999685}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.027777777777777776}", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 8, + "location": 0, + }, + ], + "string": "El Pooch", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "106px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "95px", + }, + }, + "do_objectID": "78AD8A32-C7C2-4083-9BA9-BB0E73F90123", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 95, + "x": 106, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {94, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "El Pooch 2", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "95DD1901-8534-47E5-9B62-AC3497C4277A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "420CEEC4-056D-4BF8-80FA-B75D0F761B93", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "pooch", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4325C8D2-967D-4139-88E8-800C0A14F98B", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"pooch\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CF3835DE-4882-4452-A2CD-B75697A2E4CF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "001F8DFE-9F5D-43E9-BF53-0A952F07A9E6": Object { + "pageListHeight": 110, + }, + "6E569BEC-BE0B-41CC-881D-93B8D0D2F465": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`sketch parser should match md-components-cards-safari.sketch snapshot for 52 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.012499999999999685}", - "curveMode": 4, - "curveTo": "{1, 0.027777777777777776}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 4, - "curveTo": "{0.99695945945945952, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9932432432432432, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "260px", - "position": "absolute", - "top": "24px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", - "height": 24, - "width": 24, - "x": 260, - "y": 24, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, Object { - "_class": "shapeGroup", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "2px", - "position": "absolute", - "top": "2px", - "visibility": "visible", - "width": "20px", - }, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", - "height": 20, - "width": 20, - "x": 2, - "y": 2, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", - "height": 20, - "width": 20, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000001, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22500000000000001}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000002}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77500000000000002, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000001, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000002}", - "curveMode": 2, - "curveTo": "{1, 0.22500000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77500000000000002, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "10px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "10px", - }, - }, - "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", - "height": 10, - "width": 10, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 0}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.35999999999999999}", - "curveMode": 1, - "curveTo": "{0.5, 0.35999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.35999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 0}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{0, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.35999999999999999, 0.5}", - "curveMode": 1, - "curveTo": "{0.35999999999999999, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.35999999999999999, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{0, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 1}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.64000000000000001}", - "curveMode": 1, - "curveTo": "{0.5, 0.64000000000000001}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.64000000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 1}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{1, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.64000000000000001, 0.5}", - "curveMode": 1, - "curveTo": "{0.64000000000000001, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.64000000000000001, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "Shape", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"shapeGroup\\"", - "aria-label=\\"Shape\\"", - ], - }, - "windingRule": 1, + "position": 1, }, ], - "name": "cancel", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"cancel\\"", - ], - }, + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 22, - "location": 0, - }, - ], - "string": "primaryemail@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,0.70)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "35px", - "visibility": "visible", - "width": "161px", - }, - }, - "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 161, - "x": 72, - "y": 35, - }, - "glyphBounds": "{{0, 0}, {160, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "primaryemail@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 12, - "location": 0, - }, - ], - "string": "Contact Name", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "24px", - "left": "72px", - "position": "absolute", - "top": "12px", - "visibility": "visible", - "width": "104px", - }, - }, - "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 104, - "x": 72, - "y": 12, - }, - "glyphBounds": "{{0, 0}, {103, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Contact Name", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 16, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", - ], - }, - }, - ], - "name": "open chip", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"open chip\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { - "scrollOrigin": "{161, 161}", - "zoomValue": 1, - }, - "C3625949-D986-454A-9835-E894A1794432": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`sketch parser should match md-components-chips-open-chip.sketch snapshot for 53 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "C3625949-D986-454A-9835-E894A1794432", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", - "name": "Material/Light/Card", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.05, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.950255322222858, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, "contextSettings": Object { "_class": "graphicsContextSettings", @@ -22463,29 +19348,27 @@ Object { }, Object { "_class": "sharedStyle", - "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "name": "Material/Icon white", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", "value": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ + "borders": Array [ Object { - "_class": "fill", + "_class": "border", "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, "fillType": 0, "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "position": 0, + "thickness": 1, }, ], + "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -22499,171 +19382,57 @@ Object { }, "layerTextStyles": Object { "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", - "name": "Material/Light/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "name": "Material/Dark/Body 1 secondary", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "name": "Material/Dark/Subhead", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], + "objects": Array [], }, "pages": Array [ Object { "_class": "MSJSONFileReference", - "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", "_ref_class": "MSImmutablePage", }, ], }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "52.4", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, + "appVersion": "49.3", + "build": 51167, + "commit": "2b45d75f77b3d86c8cfab3e1090bcc520c37ea74", + "compatibilityVersion": 93, "variant": "NONAPPSTORE", - "version": 116, + "version": 101, }, "fonts": Array [ "Roboto-Regular", + "Roboto-Medium", ], "pagesAndArtboards": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { "artboards": Object {}, "name": "Page 1", }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 112, }, "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -22679,9 +19448,6 @@ Object { "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -22704,19 +19470,29 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "184px", + "height": "304px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", - "exportFormats": Array [], + "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, @@ -22724,15 +19500,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", - "height": 184, - "width": 296, + "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", + "height": 304, + "width": 344, "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -22754,19 +19527,19 @@ Object { "background-color": "rgba(250,250,250,1.00)", "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", "display": "block", - "height": "184px", + "height": "304px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -22776,8 +19549,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 184, - "width": 296, + "height": 304, + "width": 344, "x": 0, "y": 0, }, @@ -22790,7 +19563,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "chip bg", + "name": "card", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ @@ -22800,6 +19573,7 @@ Object { "curveFrom": "{0, 0}", "curveMode": 1, "curveTo": "{0, 0}", + "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 0}", @@ -22810,6 +19584,7 @@ Object { "curveFrom": "{0, 1}", "curveMode": 1, "curveTo": "{0, 1}", + "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", "hasCurveFrom": false, "hasCurveTo": false, "point": "{0, 1}", @@ -22820,6 +19595,7 @@ Object { "curveFrom": "{1, 1}", "curveMode": 1, "curveTo": "{1, 1}", + "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 1}", @@ -22830,6 +19606,7 @@ Object { "curveFrom": "{1, 0}", "curveMode": 1, "curveTo": "{1, 0}", + "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", "hasCurveFrom": false, "hasCurveTo": false, "point": "{1, 0}", @@ -22838,7 +19615,7 @@ Object { "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", "shouldBreakMaskChain": false, "style": Object { "_class": "style", @@ -22852,6 +19629,7 @@ Object { "green": 0.592, "red": 0.592, }, + "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -22868,6 +19646,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", "position": 0, }, Object { @@ -22879,6 +19658,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", "position": 0.05, }, Object { @@ -22890,6 +19670,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", "position": 0.2, }, Object { @@ -22901,6 +19682,7 @@ Object { "green": 1, "red": 1, }, + "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", "position": 1, }, ], @@ -22919,6 +19701,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", "fillType": 1, "gradient": Object { "_class": "gradient", @@ -22935,6 +19718,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", "position": 0, }, Object { @@ -22946,6 +19730,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", "position": 0.8, }, Object { @@ -22957,6 +19742,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", "position": 0.950255322222858, }, Object { @@ -22968,6 +19754,7 @@ Object { "green": 0, "red": 0, }, + "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", "position": 1, }, ], @@ -22978,7 +19765,7 @@ Object { "thickness": 0.5, }, ], - "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", "endMarkerType": 0, "fills": Array [ Object { @@ -23015,6 +19802,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", "isEnabled": true, "offsetX": 0, "offsetY": 2, @@ -23035,6 +19823,7 @@ Object { "blendMode": 0, "opacity": 1, }, + "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -23047,223 +19836,654 @@ Object { "web": Object { "attributes": Array [ "role=\\"rectangle\\"", - "aria-label=\\"chip bg\\"", + "aria-label=\\"card\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(0,150,136,1.00)", "display": "block", - "height": "56px", + "height": "176px", "left": "0px", "position": "absolute", - "top": "128px", + "top": "0px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", - "height": 56, - "width": 296, + "height": 176, + "width": 344, "x": 0, - "y": 128, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 0, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "image placeholder", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "length": 22, + "location": 0, + }, + ], + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "76px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 10, "location": 0, }, ], - "string": "email3@email.com", + "string": "LEARN MORE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "20px", - "left": "72px", + "height": "38px", + "left": "12.5px", "position": "absolute", - "top": "14px", + "top": "10px", "visibility": "visible", - "width": "121px", + "width": "87px", }, }, - "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23272,12 +20492,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 14, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {86, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -23286,43 +20506,41 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email3@email.com", + "name": "LEARN MORE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -23334,31 +20552,90 @@ Object { "attributes": Array [], }, }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "oval", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", "display": "block", - "height": "40px", - "left": "12px", + "height": "36px", + "left": "0px", "position": "absolute", - "top": "8px", + "top": "0px", "visibility": "visible", - "width": "40px", + "width": "68px", }, }, - "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", - "edited": false, + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23367,10 +20644,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, + "height": 36, + "width": 68, + "x": 0, + "y": 0, }, "hasClippingMask": false, "isClosed": true, @@ -23380,272 +20657,99 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "mask", + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, "hasCurveTo": true, - "point": "{1, 0.5}", + "point": "{0.97058823529411764, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "email 3", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"email 3\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "72px", - "visibility": "visible", - "width": "296px", - }, - }, - "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", - "height": 56, - "width": 296, - "x": 0, - "y": 72, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "56px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", }, - }, - "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 296, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{0.97058823529411764, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", + "curveFrom": "{1, 0.94444444444444442}", "curveMode": 1, - "curveTo": "{1, 0}", + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -23654,18 +20758,33 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "text", @@ -23677,54 +20796,53 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, - "length": 16, + "length": 5, "location": 0, }, ], - "string": "email2@email.com", + "string": "SHARE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "20px", - "left": "72px", + "height": "38px", + "left": "11.5px", "position": "absolute", - "top": "15px", + "top": "10px", "visibility": "visible", - "width": "121px", + "width": "46px", }, }, - "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -23733,12 +20851,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 20, - "width": 121, - "x": 72, - "y": 15, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {120, 20}}", + "glyphBounds": "{{0, 0}, {45, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -23747,43 +20865,41 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "email2@email.com", + "name": "SHARE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.5438462409, - "blue": 0, - "green": 0, + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, }, }, "verticalAlignment": 0, @@ -23795,164 +20911,8 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "8px", - "visibility": "visible", - "width": "40px", - }, - }, - "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 8, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, ], - "name": "email 2", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -23960,7 +20920,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -23969,29 +20929,30 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"email 2\\"", + "aria-label=\\"Button\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "72px", + "height": "3px", "left": "0px", "position": "absolute", - "top": "0px", + "top": "250px", "visibility": "visible", - "width": "296px", + "width": "344px", }, }, - "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -24000,1998 +20961,1264 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", - "height": 72, - "width": 296, + "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", + "height": 3, + "width": 344, "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 250, }, - "hasClickThrough": false, "hasClippingMask": false, + "isClosed": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "72px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "296px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 72, - "width": 296, - "x": 0, - "y": 0, + ], + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`sketch parser should match md-components-cards-safari.sketch snapshot for 53 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "DC1551F0-7EFB-4E30-832B-60A7413DBA42", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 1, - "curveTo": "{0.9932432432432432, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.9932432432432432, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0030405405405404635, 0}", - "curveMode": 4, - "curveTo": "{0.0067567567567567571, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0067567567567567571, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.027777777777777776}", - "curveMode": 4, - "curveTo": "{0, 0.012499999999999685}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.012499999999999685}", - "curveMode": 4, - "curveTo": "{1, 0.027777777777777776}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.027777777777777776}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9932432432432432, 0}", - "curveMode": 4, - "curveTo": "{0.99695945945945952, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9932432432432432, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", - ], - "type": "path", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "260px", - "position": "absolute", - "top": "24px", - "visibility": "visible", - "width": "24px", + "position": 0.950255322222858, }, - }, - "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", - "height": 24, - "width": 24, - "x": 260, - "y": 24, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": true, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5A7019EA-74C9-4CCF-982C-4E9980A9496F", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4D83E939-FD2D-4C99-AE51-E66B6FF635EC", + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CDADD662-FCFF-4394-946A-793F689DC38D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "do_objectID": "6E3D136A-E433-4159-A03D-995EEF09B0A4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "4BC3DBAF-0EC0-441B-A8C6-FE4E5657A37E", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "0E1C2F7A-B58A-4812-A216-30183E45A986", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "do_objectID": "439F3A74-6DD0-40A2-985E-23FE9A941740", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "do_objectID": "4D3E9A9C-AA9A-45C8-8133-2A415A475320", + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "752F5764-3E5D-438B-89C2-48C85F853C90", + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "49B37B93-9CC2-40C7-909E-BAD43ACC3CB7", + "position": 0.05, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "do_objectID": "FEA81079-011C-4485-9299-F27DC71A4D2D", + "position": 0.2, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"none\\"", - "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", - ], - "type": "path", + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "do_objectID": "921DB827-3F44-486D-8FEB-9B53769D9904", + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "shapeGroup", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "2px", - "position": "absolute", - "top": "2px", - "visibility": "visible", - "width": "20px", + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "A087F5DB-3E45-46E3-A133-FEE2A2AFCBD8", + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "A21B4BDC-568A-4261-80C0-38D869670C62", + "position": 0, }, - }, - "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", - "height": 20, - "width": 20, - "x": 2, - "y": 2, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "20px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "20px", - }, - }, - "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", - "height": 20, - "width": 20, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000001, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22500000000000001}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000002}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77500000000000002, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000001, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000002}", - "curveMode": 2, - "curveTo": "{1, 0.22500000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77500000000000002, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "1C08D726-D534-4E75-9260-9EA798AA9D61", + "position": 0.8, }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "10px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "10px", - }, - }, - "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", - "height": 10, - "width": 10, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 0}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.35999999999999999}", - "curveMode": 1, - "curveTo": "{0.5, 0.35999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.35999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 0}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{0, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.14000000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.35999999999999999, 0.5}", - "curveMode": 1, - "curveTo": "{0.35999999999999999, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.35999999999999999, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{0, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.14000000000000004, 1}", - "curveMode": 1, - "curveTo": "{0.14000000000000004, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.14000000000000004, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 0.64000000000000001}", - "curveMode": 1, - "curveTo": "{0.5, 0.64000000000000001}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.5, 0.64000000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.85999999999999999, 1}", - "curveMode": 1, - "curveTo": "{0.85999999999999999, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.85999999999999999, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.85999999999999999}", - "curveMode": 1, - "curveTo": "{1, 0.85999999999999999}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.85999999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.64000000000000001, 0.5}", - "curveMode": 1, - "curveTo": "{0.64000000000000001, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.64000000000000001, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.14000000000000004}", - "curveMode": 1, - "curveTo": "{1, 0.14000000000000004}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.14000000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", - ], - "type": "path", - }, - ], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "web": Object { - "attributes": Array [], + "do_objectID": "49AC5C96-D36D-446F-A853-3D250D32ACF9", + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "F57A93DD-F5A3-493B-ADA1-F00E0DB460D7", + "position": 1, }, ], - "name": "Shape", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"shapeGroup\\"", - "aria-label=\\"Shape\\"", - ], - }, - "windingRule": 1, + "to": "{0.5, 1}", }, - ], - "name": "cancel", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"cancel\\"", - ], + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 22, - "location": 0, - }, - ], - "string": "primaryemail@email.com", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,0.70)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "72px", - "position": "absolute", - "top": "35px", - "visibility": "visible", - "width": "161px", - }, - }, - "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 161, - "x": 72, - "y": 35, - }, - "glyphBounds": "{{0, 0}, {160, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "primaryemail@email.com", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.6999999881, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "length": 12, - "location": 0, - }, - ], - "string": "Contact Name", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "16px", - "height": "24px", - "left": "72px", - "position": "absolute", - "top": "12px", - "visibility": "visible", - "width": "104px", - }, - }, - "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 24, - "width": 104, - "x": 72, - "y": 12, - }, - "glyphBounds": "{{0, 0}, {103, 24}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Contact Name", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, + ], + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "40px", - "left": "12px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "40px", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "do_objectID": "844AC053-A76D-4714-9F49-E948BF4436B8", + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 40, - "width": 40, - "x": 12, - "y": 16, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], + "do_objectID": "0A6D014F-FA89-4A11-BACF-EC41065A236F", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", - "endMarkerType": 0, - "miterLimit": 10, + ], "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", ], }, }, - ], - "name": "open chip", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"open chip\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { - "scrollOrigin": "{187, 187}", - "zoomValue": 1, - }, - "C3625949-D986-454A-9835-E894A1794432": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`sketch parser should match md-components-date-picker.sketch snapshot for 52 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", - "name": "Material/Light/Dialog", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", - "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 105, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", - ], - "variant": "NONAPPSTORE", - "version": 112, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "556px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", - }, - }, - "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", - "height": 556, - "width": 320, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 2, - "layers": Array [ Object { - "_class": "shapePath", + "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(0,150,136,1.00)", "display": "block", - "height": "555.999999998099px", - "left": "-0.00000201463535631774px", + "height": "176px", + "left": "0px", "position": "absolute", - "top": "-3.019895302713849e-7px", + "top": "0px", "visibility": "visible", - "width": "320.0000020097797px", + "width": "344px", }, }, - "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", - "edited": true, + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "do_objectID": "1510F840-6AF7-4A91-8C0F-9A42EE45E703", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", - "height": 555.999999998099, - "width": 320.0000020097797, - "x": -0.00000201463535631774, - "y": -3.019895302713849e-7, + "height": 176, + "width": 344, + "x": 0, + "y": 0, }, - "hasClippingMask": true, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": true, + "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "dialog bg", + "name": "image placeholder", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "cornerRadius": 0, + "curveFrom": "{0, 0}", "curveMode": 1, - "curveTo": "{1.2468725677856276, 0.75157476876403528}", - "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "curveTo": "{0, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{0.99999999579623011, 1}", + "point": "{0, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "cornerRadius": 0, + "curveFrom": "{0, 1}", "curveMode": 1, - "curveTo": "{0.24954874040058797, 1.2495487419762428}", - "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "curveTo": "{0, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{-7.4954264546158371e-12, 1}", + "point": "{0, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "cornerRadius": 0, + "curveFrom": "{1, 1}", "curveMode": 1, - "curveTo": "{-0.25090333211297938, 0.25000080577825212}", - "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "curveTo": "{1, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + "point": "{1, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "cornerRadius": 0, + "curveFrom": "{1, 0}", "curveMode": 1, - "curveTo": "{0.75044518048476361, -0.25022102273838404}", - "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "curveTo": "{1, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1.0000000000151725, 5.4314714836243111e-10}", + "point": "{1, 0}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, + "fillType": 0, "isEnabled": true, - "position": 1, - "thickness": 0.5, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - ], - "to": "{0.5, 1}", + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "length": 22, + "location": 0, }, ], - "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "EFB4F893-3926-458E-BDAD-428CB4A50072", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8D8E5D61-558E-4270-ACB3-8EC7F6FD0BEC", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + "blue": 1, + "green": 1, + "red": 1, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3A66B657-D1DD-4C2E-8494-8046CE40F4C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1426C0D4-2243-49E1-9887-67451044201E", + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9812C9C8-D0C4-4B45-BEBC-20E009EC996B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.22, + "alpha": 0.8700000048, "blue": 0, "green": 0, "red": 0, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, }, - ], - "startMarkerType": 0, + "verticalAlignment": 0, + }, "windingRule": 1, }, - "svg": Object { - "offset": 0.5, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"0.5\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", - ], - "type": "path", - }, - ], - }, + "textBehaviour": 1, "web": Object { "attributes": Array [], }, @@ -26003,18 +22230,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "16px", - "left": "172px", + "height": "36px", + "left": "76px", "position": "absolute", - "top": "519px", + "top": "260px", "visibility": "visible", - "width": "114px", + "width": "112px", }, }, - "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "do_objectID": "D5BA16B2-054E-4E46-95B5-1AB6D00C69AE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26023,11 +22250,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", - "height": 16, - "width": 114, - "x": 172, - "y": 519, + "do_objectID": "DFDBA5FD-0674-4831-BBE1-8E3D91FC6AF2", + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -26039,89 +22269,25 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 1, - }, - ], - "string": "OK", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "19px", - "left": "95px", + "height": "36px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "20px", + "width": "112px", }, }, - "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", - "dontSynchroniseWithSymbol": false, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "do_objectID": "54C4D6C1-1D04-4B1B-A5DF-7F490425D678", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26130,72 +22296,135 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 19, - "width": 20, - "x": 95, + "height": 36, + "width": 112, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {19, 16}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "OK", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", }, - "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", - "endMarkerType": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "do_objectID": "32975FEA-750D-4232-86FA-5E832CE54018", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "0AA5E62B-C917-45DA-A8C1-1C65EAFE132F", + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, @@ -26222,45 +22451,18 @@ Object { "size": 14, }, }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 5, + "length": 10, "location": 0, }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, - }, ], - "string": "CANCEL", + "string": "LEARN MORE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, @@ -26271,19 +22473,19 @@ Object { "display": "block", "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", "font-size": "14px", - "height": "16px", - "left": "0px", + "height": "38px", + "left": "12.5px", "position": "absolute", - "top": "0px", + "top": "10px", "visibility": "visible", - "width": "56px", + "width": "87px", }, }, - "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "do_objectID": "14567043-499E-4E90-8374-455E27D5E4A1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26292,13 +22494,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", - "height": 16, - "width": 56, - "x": 0, - "y": 0, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {56, 16}}", + "glyphBounds": "{{0, 0}, {86, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -26307,7 +22508,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "CANCEL", + "name": "LEARN MORE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -26315,23 +22516,13 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "do_objectID": "5584F61D-EFE1-4BA5-9BBE-15894B9C9A4D", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -26347,10 +22538,10 @@ Object { "size": 14, }, }, - "kerning": 0.5, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", + "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -26364,7 +22555,7 @@ Object { }, }, ], - "name": "ok + cancel", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -26372,7 +22563,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -26381,7 +22572,7 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"ok + cancel\\"", + "aria-label=\\"Button\\"", ], }, }, @@ -26392,18 +22583,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "199px", - "left": "0px", + "height": "36px", + "left": "8px", "position": "absolute", - "top": "0px", + "top": "260px", "visibility": "visible", - "width": "320px", + "width": "68px", }, }, - "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "do_objectID": "B44F7A42-B45D-411B-9170-ADEFA4CF749D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26412,11 +22603,14 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", - "height": 199, - "width": 320, - "x": 0, - "y": 0, + "do_objectID": "CB8CF3B7-DDF8-4D29-A7A9-521DE1DB9C9D", + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", }, "hasClickThrough": false, "hasClippingMask": false, @@ -26434,19 +22628,19 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "199px", + "height": "36px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "320px", + "width": "68px", }, }, - "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "do_objectID": "9E94E774-1AB4-40F9-B126-161EE81A0938", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26455,8 +22649,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 199, - "width": 320, + "height": 36, + "width": 68, "x": 0, "y": 0, }, @@ -26468,191 +22662,99 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "header bg", + "name": "button bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", - "hasCurveFrom": false, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 1}", + "point": "{1, 0.94444444444444442}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24746906759014342, -0.24902547682027013}", - "curveMode": 1, - "curveTo": "{-0.24746906759014342, 0.24902547682027015}", - "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", - "curveMode": 1, - "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", - "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", - "hasCurveFrom": false, + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0}", + "point": "{0.029411764705882353, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "31.99999999997413px", - "left": "1.060561771737412e-7px", - "position": "absolute", - "top": "2.546585164964199e-11px", - "visibility": "visible", - "width": "319.9999998939438px", + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", }, - }, - "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", - "height": 31.99999999997413, - "width": 319.9999998939438, - "x": 1.060561771737412e-7, - "y": 2.546585164964199e-11, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bar", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", - "curveMode": 1, - "curveTo": "{0.25000000504962155, 1.2500000000002023}", - "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", - "hasCurveFrom": false, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{4.9667651341541571e-09, 1.0000000000000002}", + "point": "{0, 0.055555555555555552}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24687257374643226, -0.24842523169513558}", - "curveMode": 1, - "curveTo": "{-0.24687257440928329, 0.24842523169351868}", - "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + "point": "{0.97058823529411764, 0}", }, Object { "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2507861404771796, 0.2507861405226906}", - "curveMode": 1, - "curveTo": "{0.74921385952282049, -0.2507861402658404}", - "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.2842510388477008e-10}", + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveFrom": "{1, 0.94444444444444442}", "curveMode": 1, - "curveTo": "{1.2580645141857014, 0.75806451674907216}", - "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "curveTo": "{1, 0.94444444444444442}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 1.0000000000000002}", + "point": "{1, 0.94444444444444442}", }, ], "resizingConstraint": 63, @@ -26661,27 +22763,14 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "89877CD0-18B1-4224-B38D-C779492D6F69", + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.4823529411764705, - "green": 0.5372549019607843, - "red": 0, - }, - "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -26691,8 +22780,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,137,123,1.00)\\"", - "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], "type": "path", }, @@ -26713,15 +22802,15 @@ Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 80, + "name": "Roboto-Medium", + "size": 14, }, }, "ligature": 0, @@ -26731,34 +22820,34 @@ Object { "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 2, + "length": 5, "location": 0, }, ], - "string": "13", + "string": "SHARE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(255,255,255,1.00)", + "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "80px", - "height": "212px", - "left": "114.5px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "11.5px", "position": "absolute", - "top": "70px", + "top": "10px", "visibility": "visible", - "width": "91px", + "width": "46px", }, }, - "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "do_objectID": "998DA7D9-3B59-4D04-8C6B-D23AE232686B", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -26767,12 +22856,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 212, - "width": 91, - "x": 114.5, - "y": 70, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, }, - "glyphBounds": "{{0, 0}, {90, 94}}", + "glyphBounds": "{{0, 0}, {45, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -26781,132 +22870,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 6, - "location": 0, - }, - ], - "string": "Friday", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "140.5px", - "position": "absolute", - "top": "7px", - "visibility": "visible", - "width": "39px", - }, - }, - "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 39, - "x": 140.5, - "y": 7, - }, - "glyphBounds": "{{0, 0}, {38, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Friday", + "name": "SHARE", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -26914,25 +22878,25 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "do_objectID": "2FA80EA5-3F23-46F3-BE4D-3AC33AD62271", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", + "name": "Roboto-Medium", "size": 14, }, }, @@ -26952,264 +22916,8 @@ Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 3, - "location": 0, - }, - ], - "string": "MAR", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "133.5px", - "position": "absolute", - "top": "46px", - "visibility": "visible", - "width": "53px", - }, - }, - "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 53, - "x": 133.5, - "y": 46, - }, - "glyphBounds": "{{0, 0}, {52, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "MAR", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 4, - "location": 0, - }, - ], - "string": "2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "132.5px", - "position": "absolute", - "top": "162px", - "visibility": "visible", - "width": "55px", - }, - }, - "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 55, - "x": 132.5, - "y": 162, - }, - "glyphBounds": "{{0, 0}, {54, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", - "opacity": 0.5423274253731343, - }, - "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, - }, ], - "name": "header", + "name": "Button", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -27217,7 +22925,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -27226,29 +22934,30 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"header\\"", + "aria-label=\\"Button\\"", ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "288px", - "left": "21px", + "height": "3px", + "left": "0px", "position": "absolute", - "top": "211px", + "top": "250px", "visibility": "visible", - "width": "278px", + "width": "344px", }, }, - "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "do_objectID": "2E178E6B-F836-4BF6-B43A-DC698F0B3FE2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -27257,5673 +22966,44465 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", - "height": 288, - "width": 278, - "x": 21, - "y": 211, + "do_objectID": "0680A5C3-6434-49C3-B12A-D037F0C01CE0", + "height": 3, + "width": 344, + "x": 0, + "y": 250, }, - "hasClickThrough": true, "hasClippingMask": false, + "isClosed": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "34px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "do_objectID": "EB0CE7D0-6084-4148-8DD0-848DC70B85C7", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "do_objectID": "CAA59354-293F-495C-A67B-ABB1153814AE", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, }, - "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", - "height": 14, - "width": 278, - "x": 0, - "y": 34, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + ], + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`sketch parser should match md-components-cards-safari.sketch snapshot for 59 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "B942A9A6-E496-4B25-A9A9-81AC2108F6C9", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BED55B92-66FF-4E8F-A709-745BAD777E1B", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "M", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", - "height": 14, - "width": 14, - "x": 44, - "y": 0, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "M", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "911371BB-173C-4187-A744-2C860A116095", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "S", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4FBD87AE-A8B3-430F-9AEE-F509FBF7B62E", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", - "height": 14, - "width": 14, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "W", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", - "height": 14, - "width": 14, - "x": 132, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "W", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "T", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", - "height": 14, - "width": 14, - "x": 176, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "F", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", - "height": 14, - "width": 14, - "x": 220, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "F", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FF1343AD-DDEE-42ED-8A8E-5EEB85CA53DC", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/319AD824-DAE8-44E7-8EB2-B07161591010", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "319AD824-DAE8-44E7-8EB2-B07161591010", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "304px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EF20460E-1A74-4A30-9BCF-6C2D629DC397", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "354px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "304px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "CB20DD20-DAEA-4562-9F61-6D1A1FFE32C8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 304, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F951EC0B-C9FE-45DF-92BF-6756E23FDA8A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0.05, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "T", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", - "height": 14, - "width": 14, - "x": 88, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "weekdays", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"weekdays\\"", - ], + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C070F448-79F2-42C7-8134-67532014E942", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "border-radius": "50%", - "display": "block", - "height": "44px", - "left": "161px", - "position": "absolute", - "top": "143px", - "visibility": "visible", - "width": "44px", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 44, - "width": 44, - "x": 161, - "y": 143, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "selection", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"selection\\"", - ], + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "226px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", }, }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "display": "block", + "height": "176px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "B83B06C3-C045-422F-B629-D9B739E6F4CD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 176, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "image placeholder", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "214px", - "left": "0px", - "position": "absolute", - "top": "74px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DF946EAC-C59A-421F-BE8B-A1AB6C2BD6C3", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, }, - }, - "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", - "height": 214, - "width": 278, - "x": 0, - "y": 74, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "30", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", - "height": 14, - "width": 14, - "x": 0, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "30", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "31", + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"image placeholder\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", - "height": 14, - "width": 14, - "x": 44, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "31", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "length": 22, + "location": 0, + }, + ], + "string": "Kangaroo Valley Safari", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "24px", + "left": "18px", + "position": "absolute", + "top": "137px", + "visibility": "visible", + "width": "245px", + }, + }, + "do_objectID": "578B1F6F-C295-4480-981F-66A2C34817D5", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 245, + "x": 18, + "y": 137, + }, + "glyphBounds": "{{0, 0}, {241, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Kangaroo Valley Safari", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A1A382E5-4261-4B3E-93AF-2079CDC6E0B6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "1", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, - "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "length": 83, + "location": 0, + }, + ], + "string": "Located two hours south of Sydney in the Southern Highlands of New South Wales, ...", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "48px", + "left": "18px", + "position": "absolute", + "top": "183px", + "visibility": "visible", + "width": "311px", + }, + }, + "do_objectID": "00C4F2BC-9B0F-4BC7-AD3D-8A29651E6A70", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 48, + "width": 311, + "x": 18, + "y": 183, + }, + "glyphBounds": "{{0, 0}, {311, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Located two hours so 2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "02D0C272-ED3B-41D4-9ECE-4E7236DB3335", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8700000048, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "76px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "15A0664E-D28D-4B7E-B0FB-63774C37D230", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 76, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "112px", + }, + }, + "do_objectID": "59D2E380-CC55-402B-8C81-54012EE3DED5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 112, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "EA041F32-EBC7-460A-B801-F4D6B0C7C34F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M110 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 110 0, 110 0,S 112 0.9, 112 2,S 112 34, 112 34,z\\"", ], - "string": "16", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", - "height": 14, - "width": 14, - "x": 0, - "y": 124, + "type": "path", }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "16", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, }, - "verticalAlignment": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 10, + "location": 0, }, + ], + "string": "LEARN MORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "12.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "87px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "17", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + }, + "do_objectID": "47FA7CC5-A5F1-407B-A37A-25C133BE1374", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 87, + "x": 12.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {86, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "LEARN MORE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0D5DBF78-9B9B-4CF1-8C4B-A2DF9847B0FF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", - "height": 14, - "width": 14, - "x": 44, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "17", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "739E8C2A-CFD2-4F44-A714-C75AD98ADC68", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "260px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "C3936B83-9F4B-4ABE-9D71-0153AF0EB677", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 8, + "y": 260, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "03A794C9-D619-48C7-A49A-EA42851382FF", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "button bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "023DB932-8315-469E-BEEC-0E87E3CF799C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], - "string": "19", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, + "type": "path", }, - "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", - "height": 14, - "width": 14, - "x": 132, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "19", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "20", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", - "height": 14, - "width": 14, - "x": 176, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "20", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, + ], + "string": "SHARE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "11.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "46px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "21", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + }, + "do_objectID": "B8290996-8123-4BBB-AC2D-397D0141FB00", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 46, + "x": 11.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {45, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "SHARE", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BFD4318-C038-4FFD-87B8-C4D13C8F6B6A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", - "height": 14, - "width": 14, - "x": 220, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "21", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "22", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, }, }, - "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", - "height": 14, - "width": 14, - "x": 264, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "22", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B1DC2BC2-55C9-4EEE-B866-FFE1795E68E2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "250px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "9BA56225-57E6-4FD1-A602-F4C876D2E375", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 344, + "x": 0, + "y": 250, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.50694444444444431}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.50694444444444431}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.52083333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.52083333333333326}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "E916A90A-B03E-4087-8F84-CB4B279D231A", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AD9D47D6-9A01-4323-B6D3-2C7E1DC06321", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "safari", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B48056A0-46DA-4A51-BEAF-F29032D64A9C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"safari\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C43A3796-415D-48DC-B7DC-F4DAB0E3D04F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "319AD824-DAE8-44E7-8EB2-B07161591010": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "DC1551F0-7EFB-4E30-832B-60A7413DBA42": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`sketch parser should match md-components-cards-welcome-back.sketch snapshot for 52 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.05, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "18", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", - "height": 14, - "width": 14, - "x": 88, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "18", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "23", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", - "height": 14, - "width": 14, - "x": 0, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "23", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "24", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", - "height": 14, - "width": 14, - "x": 44, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "24", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "26", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", - "height": 14, - "width": 14, - "x": 132, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "26", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "27", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", - "height": 14, - "width": 14, - "x": 176, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "27", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "28", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0.05, }, - }, - "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", - "height": 14, - "width": 14, - "x": 220, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "28", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "29", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0.2, }, - }, - "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", - "height": 14, - "width": 14, - "x": 264, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "29", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "25", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", - "height": 14, - "width": 14, - "x": 88, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "25", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "13", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + "position": 0.950255322222858, }, - }, - "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", - "height": 14, - "width": 14, - "x": 176, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "9", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", - "height": 14, - "width": 14, - "x": 0, - "y": 84, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "9", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "10", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", - "height": 14, - "width": 14, - "x": 44, - "y": 84, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "10", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "12", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", - "height": 14, - "width": 14, - "x": 132, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "12", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "14", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "length": 3, + "location": 0, }, - "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", - "height": 14, - "width": 14, - "x": 220, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "14", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", ], - "string": "15", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", - "height": 14, - "width": 14, - "x": 264, - "y": 84, + "type": "path", }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "15", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 14, }, - "length": 2, - "location": 0, }, - ], - "string": "11", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - }, - "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", - "height": 14, - "width": 14, - "x": 88, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "11", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`sketch parser should match md-components-cards-welcome-back.sketch snapshot for 53 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "BCF6D784-9892-4409-B0FD-45080081CBD8", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "7", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, - "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", - "height": 14, - "width": 14, - "x": 220, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "7", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "2", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", - "height": 14, - "width": 14, - "x": 0, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "3", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", - "height": 14, - "width": 14, - "x": 44, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "3", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.8, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "5", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", - "height": 14, - "width": 14, - "x": 132, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "5", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.950255322222858, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "6", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", - "height": 14, - "width": 14, - "x": 176, - "y": 44, + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "6", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "337CF9CA-A46D-482B-B304-04ACE4440D4E", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BAA538A3-0F37-4203-8875-9A3AE4A8EC3B", + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2D7A1BCD-CCD4-425D-980A-672210E7435F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "8", + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", - "height": 14, - "width": 14, - "x": 264, - "y": 44, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3515F2AB-65DD-4EE0-876A-DBB9B708DDA9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C66E6C69-9184-487C-88DF-13985819C1A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "8", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C57A958D-D048-46D2-895F-4389AC8EEB73", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A383283F-2AA1-4EFF-9B44-41706FF34334", + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "815B9917-0E4F-4783-9346-C1534862D261", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C8205CFA-0A12-4D77-AA14-1946E6AD06E8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D657F52-AED6-49E8-B780-803B55B20138", + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C733D5F7-D3F0-4133-AE77-C9E98AAAB52D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "8C03141F-D363-4E01-869E-E7CCC2D91717", + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7EE58C80-2D19-4479-9C76-B3D9E21F0EC8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "40360303-694C-4D30-B6DD-FB1C687C9399", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "87FFEFF3-4EFA-49C8-866C-BE906B46A083", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1C22AFF3-B593-4212-884A-51F22975E6AF", + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C81FA79E-ACB2-4F2E-AD4D-283B2587428F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "C2D0E9F3-919B-4784-A9D0-C9B00D097B71", + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F6540BCA-7459-4730-88B5-7742A5D7034F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "089C4CB7-A19F-4D16-80ED-5F5DFCAAC6EE", + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "34D7ADD0-45C7-45C2-96A1-C19DBF41D7BF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A703607B-86A0-493B-98BC-E6EBE0B7844B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9A484847-0B0B-4D5E-A37C-22A46222A3D5", + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "do_objectID": "0BFBDF1F-45BD-405D-A4C6-01CBBF9B52E0", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "do_objectID": "61496D9C-8B44-40B0-925C-26A47056F117", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`sketch parser should match md-components-cards-welcome-back.sketch snapshot for 59 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "1FACE5CD-4C60-4C14-BEB5-1AABD8469E9F", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "3380750C-0BB8-4F98-8363-20B02C5282DC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD5B068-1942-4F90-9DAF-E3C2ADD11B60", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5A0185BB-EA56-4FBB-8C2F-A846AE43C2F6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "name": "Material/Light/Subhead", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FF036CE5-F1BB-4440-B775-36E64E65026F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "208px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8EEDCF04-DE6B-42A4-B7A2-131023246588", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [ + Object { + "_class": "exportFormat", + "absoluteSize": 0, + "fileFormat": "png", + "name": "", + "namingScheme": 0, + "scale": 1, + "visibleScaleType": 0, + }, + ], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 172px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "258px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "394px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "208px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "5B7E77B6-6D48-442A-BBEB-1A46F82D3AF3", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 3, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 208, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 3, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "15B76542-483C-4D5E-99DD-4CE0E77DC5A4", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CA052CC9-21FE-4B8D-AC2F-5747FA138CC6", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"card\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Welcome Back!", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "18px", + "position": "absolute", + "top": "22px", + "visibility": "visible", + "width": "166px", + }, + }, + "do_objectID": "97AC82C0-CD3B-4FB3-85BB-F8C89D898BBA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 166, + "x": 18, + "y": 22, + }, + "glyphBounds": "{{0, 0}, {165, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Welcome Back!", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "436E1553-AAE7-41B9-B6AD-D823B005172E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 54, + "location": 0, + }, + ], + "string": "It’s been a while, have you read any new books lately?", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "48px", + "left": "19px", + "position": "absolute", + "top": "61px", + "visibility": "visible", + "width": "204px", + }, + }, + "do_objectID": "6FEDE5F2-8515-4011-A10B-2E2E105B8928", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 48, + "width": 204, + "x": 19, + "y": 61, + }, + "glyphBounds": "{{0, 0}, {204, 48}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "It’s been a while, h", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "6013833E-7EF6-4D3F-9CBD-ED1A9C9B9A4B", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "697B16C9-80C7-44A2-9AA5-AFDF5E752D08", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "77px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "E7B1B481-EA1B-449A-A8A1-75F4E84C7B9D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 77, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "54px", + }, + }, + "do_objectID": "F6B4CF7C-FD4E-4241-A02F-B46E2D5F0268", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 54, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9821428571428571, 1}", + "curveMode": 4, + "curveTo": "{0.99196428571428563, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9821428571428571, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0080357142857142728, 1}", + "curveMode": 4, + "curveTo": "{0.017857142857142856, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.017857142857142856, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.017857142857142856, 0}", + "curveMode": 4, + "curveTo": "{0.0080357142857142728, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.017857142857142856, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99196428571428563, 0}", + "curveMode": 4, + "curveTo": "{0.9821428571428571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9821428571428571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "39FC5825-5936-4C4D-9DAB-7918F1FFEC10", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M54 34,S 53.566 36, 53.036 36,S 0.964 36, 0.964 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.434 0, 0.964 0,S 53.036 0, 53.036 0,S 54 0.9, 54 2,L 54 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "YES", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "14.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "26px", + }, + }, + "do_objectID": "3FE0C2A6-A817-47D9-B070-ED2CD9D39D7D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 26, + "x": 14.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {25, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "YES", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1A254178-C57E-4915-8550-3E91ACD97F96", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "743C925D-4A4C-435F-B50A-0923FD524DA2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "8px", + "position": "absolute", + "top": "165px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "A147FF7C-F32C-4E80-B23B-2708FF7B1880", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 8, + "y": 165, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "36px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "68px", + }, + }, + "do_objectID": "6D287BF2-0FE7-43CC-AA85-84EB6F8B4ED2", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 36, + "width": 68, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.97500000000000064}", + "curveMode": 4, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97058823529411764, 1}", + "curveMode": 4, + "curveTo": "{0.98676470588235288, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.97058823529411764, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.013235294117647142, 1}", + "curveMode": 4, + "curveTo": "{0.029411764705882353, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.029411764705882353, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{0, 0.97500000000000064}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.02499999999999937}", + "curveMode": 4, + "curveTo": "{0, 0.055555555555555552}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.029411764705882353, 0}", + "curveMode": 4, + "curveTo": "{0.013235294117647142, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.029411764705882353, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.98676470588235288, 0}", + "curveMode": 4, + "curveTo": "{0.97058823529411764, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.97058823529411764, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.055555555555555552}", + "curveMode": 4, + "curveTo": "{1, 0.02499999999999937}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 1, + "curveTo": "{1, 0.94444444444444442}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.94444444444444442}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5, + }, + "do_objectID": "34A66C71-5DC3-4ED3-934A-C60C34E44E88", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M68 34,S 67.1 36, 66 36,S 2 36, 2 36,S 0 35.1, 0 34,S 0 2, 0 2,S 0.9 0, 2 0,S 66 0, 66 0,S 68 0.9, 68 2,L 68 34,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "NO", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "24.5px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B40DD28B-85D6-4D87-A801-0E543573111E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 20, + "x": 24.5, + "y": 10, + }, + "glyphBounds": "{{0, 0}, {20, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "NO", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2DEB03B0-7A4C-4FD4-81DC-85E0837DA00B", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Button", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "474D1C33-E1C7-4BC5-AA82-BBBF47447E8C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Button\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "154px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "EB7DE674-A68C-48F9-892D-384361B76903", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 344, + "x": 0, + "y": 154, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Line", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0014534883720930232, 0.52777777777777746}", + "curveMode": 1, + "curveTo": "{0.0014534883720930232, 0.52777777777777746}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0043562068495639136, 0.58333333333333326}", + "curveMode": 1, + "curveTo": "{0.0043562068495639136, 0.58333333333333326}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "F74BC98A-5522-4712-B071-AFC7A4AABB0C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "64157376-846E-4ABA-B333-5C69E78361AF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 345 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Welcome back", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4FAED633-FEA2-46EE-AB86-DBBE3AEECE4A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"Welcome back\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "54D44EEB-920F-4B41-AF72-8DC08E9F4211", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BCF6D784-9892-4409-B0FD-45080081CBD8": Object { + "pageListHeight": 110, + }, + "E0427AC9-BA39-4A59-AFB0-11C43C5EFADF": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`sketch parser should match md-components-chips-open-chip.sketch snapshot for 52 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "chip bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{161, 161}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`sketch parser should match md-components-chips-open-chip.sketch snapshot for 53 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "C3625949-D986-454A-9835-E894A1794432", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0E6E8F36-96F4-4B41-A65D-BCA091AFBB79", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "50C63B45-8F44-402B-B5D2-23759720EE88", + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D4734A1D-8A8E-42DA-B4E7-AE09D9448D7B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "chip bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A5ADC64-80B0-46E4-B9A7-7BE21526E05E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2C0119CA-EA5D-437B-B861-7ECD7949BD7A", + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6B96F9D0-698D-46F0-ADBD-6B860B2E5956", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3FF3D7AA-B10E-481B-B1D3-0BE0A6B1ADDC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3A9EDABB-0B69-4396-9993-33969635B7CB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8ECB0717-8BD4-4E67-905E-3E43B9DCEFAF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "2B2D48BB-D35D-4875-AE83-D560C09EBEAE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96A9A800-CF21-4386-A70C-EBDEFF420D59", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0315EC63-2FE6-40F4-A1C1-27455BEDFA95", + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FBAA5B73-7016-439A-8ECE-AE4B93228EC5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "83E36AE6-8A57-4153-9D10-AFD2B746D510", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "133D7699-EC7F-47AD-856E-9921BB3F9143", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89684842-C88B-4973-AECE-444DD1EEA895", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FDF0B9B-6F55-4394-9D94-4F0F1B3E6788", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D82C88A0-1976-41C1-BC2F-6BA9A970778A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0E9DAB8-B7B3-4290-A4CB-FB9105A8724A", + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9C36D43F-36A2-43CC-9C82-E4F8745ED3E5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "D3410FA0-8CBD-4D39-8F7A-9B73D9B08C47", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CC2FE5E6-7CAB-4729-A898-38334BE507AA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B67263CD-774B-462D-BF39-A149BA6A1AC3", + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B807F3EE-D3AE-4AC1-B82C-B3DE2C7B4539", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "034CF2EF-EDAF-4699-9594-593635B87EE2", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4E6B2F99-4561-407F-BF4C-7D1FEA3472EB", + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C997788A-3936-409B-8DB6-5F3981670993", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3EF1F069-C5CE-49B9-9A93-691B037BD561", + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC4148F6-77D3-4CAC-8B28-9231CFA5DA21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "ED694AA9-4D0E-4E50-80FD-82DBA9F67BFD", + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CF895651-5D73-41E1-96AF-D2957CC3FD66", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1D32A7A5-8569-43E5-AFE9-CA7A56A9287C", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8CE2DFDC-3F1F-4179-93C0-683FC166CA64", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E3AB25A3-D85E-4121-8C50-65685E2C04C0", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "77163921-9871-44DF-898A-28D21F525C1A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9F552E55-8FC3-4F4E-B561-85A12CAF3135", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{187, 187}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`sketch parser should match md-components-chips-open-chip.sketch snapshot for 59 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "4A03D0FC-C955-4776-B3BC-49D10D2EC1F8", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "49BFDC6A-22E2-466E-8E43-BDF2E5AAACAC", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "name": "Material/Light/Card", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "51B03871-5B61-4062-857D-E49186F9AC46", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E277DCE4-ADAA-446B-A298-363DE0FA8604", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "name": "Material/Light/Body 1 secondary", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AD75B14C-A64A-42AD-B14E-D1A5E6A05962", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "name": "Material/Dark/Body 1 secondary", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "18396A61-DA04-41CB-9E7C-D48127DB4EC8", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "name": "Material/Dark/Subhead", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FAE2BEC9-E60B-4591-A988-BEA3B5B508AA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + ], + "pagesAndArtboards": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "BF1B81AB-AE5C-453F-8B6E-96462FCD7785", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "184px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "37328F7B-6C00-4F36-B298-D2591D3F3455", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 148px rgba(250,250,250,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "234px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "346px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(250,250,250,1.00)", + "box-shadow": "0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12)", + "display": "block", + "height": "184px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "64A016D6-60A2-46DF-ABE3-6BAEF4ED5F4F", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 2, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 184, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "chip bg", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "248FC5A5-0803-47FC-B286-EC5C1723B002", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.05, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.950255322222858, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4A327020-1812-4283-B880-1CA09C89733C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"chip bg\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "128px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E61818B7-E900-45F0-9176-9BFBEC42BB22", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 128, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "526C2C34-EFD0-45BF-B09D-532FDD1EBD0D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D6974CB3-6928-468C-ACA2-03608ED5B305", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email3@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "14px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "3592C802-2160-418B-9A49-C9031EE6CF39", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 14, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "email3@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA52218C-951F-4E2A-BD17-F406A6C59205", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9AED3D76-16DD-4DDC-84C4-BD7E0647DF46", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2882920F-0E70-4EE5-9722-8E6FF0583648", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "email 3", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A46699C7-561B-4322-9F05-34EF9F415531", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 3\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "72px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "E16B39A2-764B-47CB-BF6E-24B20BD9E142", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 72, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "56px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "A727D5F7-A442-447C-AD38-07B3CEB4C7AD", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "28519FC2-BAF9-4A9E-9B18-D8F94B84A475", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 16, + "location": 0, + }, + ], + "string": "email2@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "15px", + "visibility": "visible", + "width": "121px", + }, + }, + "do_objectID": "5F7BA2B3-A9CF-402D-92A0-AB347195C176", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 121, + "x": 72, + "y": 15, + }, + "glyphBounds": "{{0, 0}, {120, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "email2@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "D85C9CAF-CFDE-42B3-9CA9-3EE80D1BC121", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4043F3F7-3F29-463A-AFDB-40FD91F8A48A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5438462409, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "8px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "9BD2455A-1177-4D1A-AC8B-877C4B0FA060", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 8, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C2779719-6834-4E25-B4D6-053B73B1EE92", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "email 2", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F9865297-9DE3-41E9-84BF-E173461582F9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"email 2\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "8EFB74BD-987A-47AF-8836-EFE9429FC6B0", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "72px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "296px", + }, + }, + "do_objectID": "B1075D1E-EB3A-40D0-B252-7451E2F3BC72", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 72, + "width": 296, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 1, + "curveTo": "{0.9932432432432432, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.9932432432432432, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0030405405405404635, 0}", + "curveMode": 4, + "curveTo": "{0.0067567567567567571, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0067567567567567571, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.027777777777777776}", + "curveMode": 4, + "curveTo": "{0, 0.012499999999999685}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.012499999999999685}", + "curveMode": 4, + "curveTo": "{1, 0.027777777777777776}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.027777777777777776}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9932432432432432, 0}", + "curveMode": 4, + "curveTo": "{0.99695945945945952, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9932432432432432, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "43EFDB71-9B3F-4811-A652-E1A8DB1DA1A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M294 0,S 2 0, 2 0,S 0 0.9, 0 2,L 0 72,L 296 72,S 296 2, 296 2,S 295.1 0, 294 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "260px", + "position": "absolute", + "top": "24px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "2DCAACE4-D5CC-4F73-A2A8-C8C982A7683D", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 260, + "y": 24, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": true, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "51C9D904-64E6-44B1-9616-BA4CBE991BA3", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "085A6DB0-9975-4F29-8A2D-9FD96B731661", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M24 0,L 0 0,L 0 24,L 24 24,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "2px", + "position": "absolute", + "top": "2px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "9F805DE7-06DE-424A-A052-6CD62B32AA19", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 20, + "x": 2, + "y": 2, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "20px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "DAA1C5F1-3C4B-41A1-90EC-10E0484458E5", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 20, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000001, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000001}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000002}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000002, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000001, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000002}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000002, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 20,S 0 15.5, 0 10,S 4.5 0, 10 0,S 20 4.5, 20 10,S 15.5 20, 10 20,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "10px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "10px", + }, + }, + "do_objectID": "B830B60A-2844-48F9-A022-A9E47E25E2DA", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 10, + "width": 10, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 0}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.35999999999999999}", + "curveMode": 1, + "curveTo": "{0.5, 0.35999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.35999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 0}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{0, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.14000000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.35999999999999999, 0.5}", + "curveMode": 1, + "curveTo": "{0.35999999999999999, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.35999999999999999, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{0, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.14000000000000004, 1}", + "curveMode": 1, + "curveTo": "{0.14000000000000004, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.14000000000000004, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0.64000000000000001}", + "curveMode": 1, + "curveTo": "{0.5, 0.64000000000000001}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.5, 0.64000000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.85999999999999999, 1}", + "curveMode": 1, + "curveTo": "{0.85999999999999999, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.85999999999999999, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.85999999999999999}", + "curveMode": 1, + "curveTo": "{1, 0.85999999999999999}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.85999999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.64000000000000001, 0.5}", + "curveMode": 1, + "curveTo": "{0.64000000000000001, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.64000000000000001, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.14000000000000004}", + "curveMode": 1, + "curveTo": "{1, 0.14000000000000004}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.14000000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M10 1.4,L 8.6 0,L 5 3.6,L 1.4 0,L 0 1.4,L 3.6 5,L 0 8.6,L 1.4 10,L 5 6.4,L 8.6 10,L 10 8.6,L 6.4 5,L 10 1.4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "40F569EB-629E-43AF-B6DB-178EAC412B6E", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C5EAC3C4-5363-4FEA-A4F1-9D44B44406E8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + ], + "maintainScrollPosition": false, + "name": "cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "19F01663-EF7F-4353-95B1-061E76EBB309", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"cancel\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "length": 22, + "location": 0, + }, + ], + "string": "primaryemail@email.com", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,0.70)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "72px", + "position": "absolute", + "top": "35px", + "visibility": "visible", + "width": "161px", + }, + }, + "do_objectID": "C6E842E8-308E-4676-B78E-564D6FA3210D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 161, + "x": 72, + "y": 35, + }, + "glyphBounds": "{{0, 0}, {160, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "primaryemail@email.com", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0CB7C941-BD47-490F-847F-1446C170FEA9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9875BFB1-B0D8-4DCD-B905-5B7BE36A4104", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.6999999881, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "length": 12, + "location": 0, + }, + ], + "string": "Contact Name", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "16px", + "height": "24px", + "left": "72px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "104px", + }, + }, + "do_objectID": "15596F2E-1CF9-4DD7-A436-78E9E471D8B7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 104, + "x": 72, + "y": 12, + }, + "glyphBounds": "{{0, 0}, {103, 24}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Contact Name", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "76430B97-043B-4F8E-BAD7-21B62E10C1AB", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A8D138AA-7E14-4E66-8A68-0EF36BC7C924", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 20px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "90px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "90px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "40px", + "left": "12px", + "overflow": "hidden", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "40px", + }, + }, + "do_objectID": "6563E652-9320-4AC1-8F08-5747329331AC", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 40, + "width": 40, + "x": 12, + "y": 16, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "67962D5E-C70C-4830-9281-A0CF6294FFF4", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "13EA5C0C-FE2F-4702-AE61-3D8516E7EBA3", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "open chip", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "784AF547-1481-4D5E-8C66-93D3CAAA7FDF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"open chip\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "07067FE7-93D6-434B-AC60-5A67C2AC90BC", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "BF1B81AB-AE5C-453F-8B6E-96462FCD7785": Object { + "scrollOrigin": "{213, 213}", + "zoomValue": 1, + }, + "C3625949-D986-454A-9835-E894A1794432": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`sketch parser should match md-components-date-picker.sketch snapshot for 52 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`sketch parser should match md-components-date-picker.sketch snapshot for 53 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`sketch parser should match md-components-date-picker.sketch snapshot for 59 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "12502ADD-A7A9-4768-B787-016A2A6F9576", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "7B8C8B1E-63AB-49EC-ADA6-091B4FAB2F94", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "name": "Material/Light/Dialog", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C9D81A22-4232-4094-83AB-4269D7CF672C", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "556px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 556, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 2, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "555.999999998099px", + "left": "-0.00000201463535631774px", + "position": "absolute", + "top": "-3.019895302713849e-7px", + "visibility": "visible", + "width": "320.0000020097797px", + }, + }, + "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 555.999999998099, + "width": 320.0000020097797, + "x": -0.00000201463535631774, + "y": -3.019895302713849e-7, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": true, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "dialog bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.75312742380683251, 1.2484252312359647}", + "curveMode": 1, + "curveTo": "{1.2468725677856276, 0.75157476876403528}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.99999999579623011, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", + "curveMode": 1, + "curveTo": "{0.24954874040058797, 1.2495487419762428}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-7.4954264546158371e-12, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.25090333626656247, -0.25000080578509032}", + "curveMode": 1, + "curveTo": "{-0.25090333211297938, 0.25000080577825212}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2495548195455812, 0.25022102382467826}", + "curveMode": 1, + "curveTo": "{0.75044518048476361, -0.25022102273838404}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1.0000000000151725, 5.4314714836243111e-10}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.8, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.4, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.04936005799731481, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 0.5, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 38, + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 19, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 12, + "color": Object { + "_class": "color", + "alpha": 0.22, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 15, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0.5, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"0.5\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "172px", + "position": "absolute", + "top": "519px", + "visibility": "visible", + "width": "114px", + }, + }, + "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 114, + "x": 172, + "y": 519, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 1, + }, + ], + "string": "OK", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "19px", + "left": "95px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "20px", + }, + }, + "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 19, + "width": 20, + "x": 95, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {19, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "OK", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "CANCEL", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 56, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "CANCEL", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10.001000049995, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ok + cancel", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ok + cancel\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "199px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "320px", + }, + }, + "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 199, + "width": 320, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "header bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24746906759014342, -0.24902547682027013}", + "curveMode": 1, + "curveTo": "{-0.24746906759014342, 0.24902547682027015}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", + "curveMode": 1, + "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,150,136,1.00)\\"", + "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "31.99999999997413px", + "left": "1.060561771737412e-7px", + "position": "absolute", + "top": "2.546585164964199e-11px", + "visibility": "visible", + "width": "319.9999998939438px", + }, + }, + "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 31.99999999997413, + "width": 319.9999998939438, + "x": 1.060561771737412e-7, + "y": 2.546585164964199e-11, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "bar", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", + "curveMode": 1, + "curveTo": "{0.25000000504962155, 1.2500000000002023}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{4.9667651341541571e-09, 1.0000000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{0.24687257374643226, -0.24842523169513558}", + "curveMode": 1, + "curveTo": "{-0.24687257440928329, 0.24842523169351868}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 2, + "curveFrom": "{1.2507861404771796, 0.2507861405226906}", + "curveMode": 1, + "curveTo": "{0.74921385952282049, -0.2507861402658404}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.2842510388477008e-10}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74193548581429836, 1.2419354832509284}", + "curveMode": 1, + "curveTo": "{1.2580645141857014, 0.75806451674907216}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1.0000000000000002}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.4823529411764705, + "green": 0.5372549019607843, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,137,123,1.00)\\"", + "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "80px", + "height": "212px", + "left": "114.5px", + "position": "absolute", + "top": "70px", + "visibility": "visible", + "width": "91px", + }, + }, + "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 212, + "width": 91, + "x": 114.5, + "y": 70, + }, + "glyphBounds": "{{0, 0}, {90, 94}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 80, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 6, + "location": 0, + }, + ], + "string": "Friday", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "38px", + "left": "140.5px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "39px", + }, + }, + "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 38, + "width": 39, + "x": 140.5, + "y": 7, + }, + "glyphBounds": "{{0, 0}, {38, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Friday", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 3, + "location": 0, + }, + ], + "string": "MAR", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "133.5px", + "position": "absolute", + "top": "46px", + "visibility": "visible", + "width": "53px", + }, + }, + "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 53, + "x": 133.5, + "y": 46, + }, + "glyphBounds": "{{0, 0}, {52, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "MAR", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 4, + "location": 0, + }, + ], + "string": "2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "64px", + "left": "132.5px", + "position": "absolute", + "top": "162px", + "visibility": "visible", + "width": "55px", + }, + }, + "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 64, + "width": 55, + "x": 132.5, + "y": 162, + }, + "glyphBounds": "{{0, 0}, {54, 28}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5423274253731343, + }, + "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "header", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"header\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "288px", + "left": "21px", + "position": "absolute", + "top": "211px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 288, + "width": 278, + "x": 21, + "y": 211, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "34px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 278, + "x": 0, + "y": 34, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "M", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "M", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "911371BB-173C-4187-A744-2C860A116095", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "W", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "W", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "F", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "F", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "S", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "S", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "T", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "T", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.5433367301, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "weekdays", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"weekdays\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 22px rgba(0,150,136,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "94px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "94px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,150,136,1.00)", + "border-radius": "50%", + "display": "block", + "height": "44px", + "left": "161px", + "overflow": "hidden", + "position": "absolute", + "top": "143px", + "visibility": "visible", + "width": "44px", + }, + }, + "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 44, + "width": 44, + "x": 161, + "y": 143, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "selection", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333333334, + "green": 0.5882352941176471, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"selection\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "214px", + "left": "0px", + "position": "absolute", + "top": "74px", + "visibility": "visible", + "width": "278px", + }, + }, + "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 214, + "width": 278, + "x": 0, + "y": 74, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "31", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "200px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 200, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "31", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "1", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "16", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "16", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "17", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "17", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "19", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "19", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "20", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "20", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "21", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "21", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "22", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "22", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "18", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "124px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 124, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "18", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "23", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "23", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "24", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "24", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "26", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "26", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "27", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "27", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "28", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "28", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "29", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "29", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "25", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "164px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 164, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "25", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "13", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(255,255,255,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "13", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "9", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "9", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "10", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "10", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "12", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "12", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "14", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "14", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "15", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "15", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 2, + "location": 0, + }, + ], + "string": "11", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "84px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 84, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "11", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "7", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,150,136,1.00)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "220px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 220, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "7", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5333333333, + "green": 0.5882352941, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "2", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "0px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 0, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "2", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "3", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "44px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 44, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "3", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "5", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "132px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 132, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "5", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "6", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "176px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 176, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "6", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "8", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "264px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 264, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "8", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 1, + "location": 0, + }, + ], + "string": "4", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "12px", + "height": "14px", + "left": "88px", + "position": "absolute", + "top": "44px", + "visibility": "visible", + "width": "14px", + }, + }, + "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 14, + "x": 88, + "y": 44, + }, + "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "4", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8677819293, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 12, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "dates", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dates\\"", + ], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 10, + "location": 0, + }, + ], + "string": "March 2014", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "101.5px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "76px", + }, + }, + "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 76, + "x": 101.5, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {76, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "March 2014", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8725656703, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "alignment": 2, + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "calendar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"calendar\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "dialog", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"dialog\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3B3CEF08-C0D6-4980-9B05-59D2869A0405", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`sketch parser should match md-components-notifications-heads-up.sketch snapshot for 52 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "4", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", - "height": 14, - "width": 14, - "x": 88, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "4", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - ], - "name": "dates", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dates\\"", - ], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 0.8725656703, + "alpha": 0.02, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "position": 0.95, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, + "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", + "position": 0.9864078443877551, }, - "length": 10, - "location": 0, - }, - ], - "string": "March 2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "101.5px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "76px", + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", - "height": 16, - "width": 76, - "x": 101.5, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {76, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "March 2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.0490476332782268, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, }, - }, - "verticalAlignment": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + ], + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", }, ], - "name": "calendar", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"calendar\\"", + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, - ], - "name": "dialog", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dialog\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`sketch parser should match md-components-date-picker.sketch snapshot for 53 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "F48B402A-BF10-42BC-8523-C16A2E01B971", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", - "name": "Material/Light/Dialog", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.04, + "alpha": 0.87, "blue": 0, "green": 0, "red": 0, }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "position": 1, }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + "length": 13, + "location": 0, + }, + ], + "string": "Incoming call", }, - ], - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "556px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", }, - }, - "do_objectID": "A354EC87-C51F-4855-9B75-DDE0A3F52754", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "91A576C2-6A9A-4D3F-BED1-C6C4370A0739", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "AD036160-EA82-4B6A-ADB9-129572CE3E93", - "height": 556, - "width": 320, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 2, - "layers": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 15, + "location": 0, + }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { + "color": "rgba(0,0,0,0.87)", "display": "block", - "height": "555.999999998099px", - "left": "-0.00000201463535631774px", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", "position": "absolute", - "top": "-3.019895302713849e-7px", + "top": "42px", "visibility": "visible", - "width": "320.0000020097797px", + "width": "180px", }, }, - "do_objectID": "68AB9A76-F646-413C-84B0-F555E439D187", - "edited": true, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "45CC2A80-5014-44DF-A6BF-B2352321FD6B", + "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -32932,288 +67433,681 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D65F5237-3996-4253-9420-E3CCBF90BA33", - "height": 555.999999998099, - "width": 320.0000020097797, - "x": -0.00000201463535631774, - "y": -3.019895302713849e-7, + "height": 32, + "width": 180, + "x": 88, + "y": 42, }, - "hasClippingMask": true, - "isClosed": true, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": true, + "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "dialog bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.75312742380683251, 1.2484252312359647}", - "curveMode": 1, - "curveTo": "{1.2468725677856276, 0.75157476876403528}", - "do_objectID": "D01614C5-7D54-4464-BA30-53DE44F9FB3F", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.99999999579623011, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{-0.24954874041557873, 0.75045125802375723}", - "curveMode": 1, - "curveTo": "{0.24954874040058797, 1.2495487419762428}", - "do_objectID": "8E94630E-0C22-402A-873E-FED82B03E915", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{-7.4954264546158371e-12, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.25090333626656247, -0.25000080578509032}", - "curveMode": 1, - "curveTo": "{-0.25090333211297938, 0.25000080577825212}", - "do_objectID": "898007DD-C46D-463A-A656-F1FE464EAE7F", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{2.0767915256975468e-09, -3.4190907499433488e-12}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2495548195455812, 0.25022102382467826}", - "curveMode": 1, - "curveTo": "{0.75044518048476361, -0.25022102273838404}", - "do_objectID": "A7893524-EA56-4335-B5A3-12D6C06E9EDB", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1.0000000000151725, 5.4314714836243111e-10}", - }, - ], - "resizingConstraint": 63, + "lineSpacingBehaviour": 0, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, - "sharedStyleID": "9CB97EFA-1F00-4BC9-B37D-6E6C0DA1F865", + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "88px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "81px", + }, + }, + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", + "height": 24, + "width": 81, + "x": 88, + "y": 116, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 5, + "location": 0, + }, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", + }, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "14px", + "left": "5px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "13.999px", + }, + }, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 14, + "width": 13.999, + "x": 5, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.8, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.4, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.04936005799731481, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", }, Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", }, ], - "to": "{0.5, 1}", + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - "isEnabled": true, - "position": 1, - "thickness": 0.5, + ], + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "do_objectID": "E70D5407-B298-46A5-83EE-BF6484BB7951", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], }, - ], + }, + ], + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 38, - "color": Object { - "_class": "color", - "alpha": 0.3, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 19, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 12, - "color": Object { - "_class": "color", - "alpha": 0.22, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "isEnabled": true, - "offsetX": 0, - "offsetY": 15, - "spread": 0, - }, - ], "startMarkerType": 0, "windingRule": 1, }, - "svg": Object { - "offset": 0.5, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"0.5\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M320.5 556.5,S 80.356 695.249, 0.5 556.5,S -79.789 139.5, 0.5 0.5,S 240.642 -138.623, 320.5 0.5,z\\"", - ], - "type": "path", - }, - ], - }, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], }, }, Object { @@ -33223,18 +68117,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "16px", - "left": "172px", + "height": "24px", + "left": "215px", "position": "absolute", - "top": "519px", + "top": "116px", "visibility": "visible", - "width": "114px", + "width": "88px", }, }, - "do_objectID": "94C194EE-5146-455B-B99A-22D1219A3412", + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "59CFF41D-2CDC-4499-8E72-533529E4EFF5", + "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33243,14 +68137,11 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "57F2B501-5E1D-4419-A2F2-93091911F1CB", - "height": 16, - "width": 114, - "x": 172, - "y": 519, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", + "height": 24, + "width": 88, + "x": 215, + "y": 116, }, "hasClickThrough": false, "hasClippingMask": false, @@ -33271,16 +68162,16 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0.5, @@ -33288,9 +68179,11 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 1, + "length": 5, "location": 0, }, Object { @@ -33298,16 +68191,16 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0, @@ -33315,36 +68208,38 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "length": 1, - "location": 1, + "location": 5, }, ], - "string": "OK", + "string": "ANSWER", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", + "color": "rgba(0,0,0,0.54)", "display": "block", "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "19px", - "left": "95px", + "font-size": "13px", + "height": "16px", + "left": "32px", "position": "absolute", - "top": "0px", + "top": "4px", "visibility": "visible", - "width": "20px", + "width": "56px", }, }, - "do_objectID": "B0B53EF8-7535-460F-A46A-BA1C44118B99", + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "68B0F189-2A59-4F7D-9BC2-0FF70A589B3D", + "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33353,12 +68248,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 19, - "width": 20, - "x": 95, - "y": 0, + "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", + "height": 16, + "width": 56, + "x": 32, + "y": 4, }, - "glyphBounds": "{{0, 0}, {19, 16}}", + "glyphBounds": "{{0, 0}, {56, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -33367,7 +68263,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "OK", + "name": "ANSWER", "nameIsFixed": false, "resizingConstraint": 47, "resizingType": 0, @@ -33375,36 +68271,26 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "37709926-8A1F-44FC-97A1-8A33DC0188FA", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "FC868ADF-9CC1-411B-B370-2ED1D092385F", + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "95469715-5393-4644-97A7-1FE3C8983873", + "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, + "alpha": 0.54, + "blue": 0, + "green": 0, "red": 0, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { "name": "Roboto-Medium", - "size": 14, + "size": 13, }, }, "kerning": 0.5, @@ -33412,6 +68298,8 @@ Object { "paragraphStyle": Object { "_class": "paragraphStyle", "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -33424,170 +68312,430 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, - "length": 5, - "location": 0, }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "3px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": 3, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Imported Layers", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 5, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, - ], - "string": "CANCEL", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,150,136,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "56px", }, - }, - "do_objectID": "344B41E5-B881-4603-9E90-8CFB60CC8462", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EA9C96F-74B4-4C27-BE9E-1E71FF54CB83", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FE27502F-0D6A-4A6A-BACA-EE01CC9F251B", - "height": 16, - "width": 56, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {56, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "CANCEL", - "nameIsFixed": false, - "resizingConstraint": 47, + ], + "name": "call icon", + "nameIsFixed": true, + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "blur": Object { - "_class": "blur", - "center": "{0.5, 0.5}", - "do_objectID": "85E54241-DC7E-412F-B69C-780B9D51375F", - "isEnabled": false, - "motionAngle": 0, - "radius": 10.001000049995, - "saturation": 1, - "type": 0, - }, - "do_objectID": "06572B30-63ED-4923-A6D0-3027BE015189", + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E202510E-CABA-4718-BF24-45884FC07196", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"call icon\\"", + ], }, }, ], - "name": "ok + cancel", + "name": "answer", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -33595,7 +68743,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5E510DA1-6856-4D7B-A8B1-F06521491FF4", + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -33604,29 +68752,565 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"ok + cancel\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", ], }, }, + ], + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`sketch parser should match md-components-notifications-heads-up.sketch snapshot for 53 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "autosaved": 0, + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 116, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.72520", + ], + "variant": "NONAPPSTORE", + "version": 116, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "group", - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "199px", + "height": "160px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "320px", + "width": "344px", }, }, - "do_objectID": "C912F160-6408-4359-88CF-F2CAC04A02C8", + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D0CD3266-9FCE-4AF3-9734-8E3DD93B79AC", + "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -33635,825 +69319,756 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7A7B771D-6831-4708-91DC-BAE505CBEE0C", - "height": 199, - "width": 320, + "height": 160, + "width": 344, "x": 0, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "199px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "320px", - }, - }, - "do_objectID": "746DCEED-74FC-43A9-9139-2C96CF6728DD", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4372D904-B35A-4D53-9A2B-489DA7C46D18", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 199, - "width": 320, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "header bg", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "do_objectID": "0B04F9B3-AF57-4735-B8BE-0D589BEB7350", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24746906759014342, -0.24902547682027013}", - "curveMode": 1, - "curveTo": "{-0.24746906759014342, 0.24902547682027015}", - "do_objectID": "BAA10E5D-08FE-4195-AA63-CB9F6D8EE5B5", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.0058846929683962, 5.9142642898453594e-05}", - "curveMode": 1, - "curveTo": "{0.99411530703160411, -5.9142642898453594e-05}", - "do_objectID": "AD7B3C47-3040-47E8-97E3-1B73BE5D8BF4", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "do_objectID": "BC3894F9-4EB7-49A1-9F79-BE181757DDD5", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "BA2EB174-DB41-4503-9602-B3577A1631E5", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "A3688127-CD38-4386-8BD9-C5C1068781C8", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,150,136,1.00)\\"", - "d=\\"M0 199,S -79.19 49.556, 0 0,S 318.117 -0.012, 320 0,L 320 199,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "31.99999999997413px", - "left": "1.060561771737412e-7px", - "position": "absolute", - "top": "2.546585164964199e-11px", - "visibility": "visible", - "width": "319.9999998939438px", - }, - }, - "do_objectID": "10BBA48B-E3B6-42F0-871C-74E86955FD93", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "D046A164-B8B9-4861-8B2E-72851D06FC13", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C8CD1AF0-78F3-4FCD-95EA-974FD054A7D7", - "height": 31.99999999997413, - "width": 319.9999998939438, - "x": 1.060561771737412e-7, - "y": 2.546585164964199e-11, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bar", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{-0.24999999511609125, 0.74999999999979827}", - "curveMode": 1, - "curveTo": "{0.25000000504962155, 1.2500000000002023}", - "do_objectID": "4C396557-E07D-45A4-A8E9-18AA4D6EF224", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{4.9667651341541571e-09, 1.0000000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{0.24687257374643226, -0.24842523169513558}", - "curveMode": 1, - "curveTo": "{-0.24687257440928329, 0.24842523169351868}", - "do_objectID": "B47E2F7E-C05B-4660-873A-6BA8AB8F82F6", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{-3.314255537777842e-10, -8.0840889538146144e-13}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 2, - "curveFrom": "{1.2507861404771796, 0.2507861405226906}", - "curveMode": 1, - "curveTo": "{0.74921385952282049, -0.2507861402658404}", - "do_objectID": "B14DF15E-8862-48F6-9659-24860D844CE9", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.2842510388477008e-10}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74193548581429836, 1.2419354832509284}", - "curveMode": 1, - "curveTo": "{1.2580645141857014, 0.75806451674907216}", - "do_objectID": "6169919A-9D22-48AD-902C-D70D656097DC", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1.0000000000000002}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "698D620C-319E-4D30-9443-81E09A53E174", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.4823529411764705, - "green": 0.5372549019607843, - "red": 0, - }, - "do_objectID": "0541D78C-8844-4E42-AFD2-8025401D4464", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,137,123,1.00)\\"", - "d=\\"M0 32,S -78.999 7.95, 0 0,S 239.748 -8.025, 320 0,S 402.581 24.258, 320 32,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0, }, - "length": 2, - "location": 0, - }, - ], - "string": "13", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "80px", - "height": "212px", - "left": "114.5px", - "position": "absolute", - "top": "70px", - "visibility": "visible", - "width": "91px", - }, - }, - "do_objectID": "56E1D22D-9E5B-4BE5-8CEC-CBC0FB86875A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3B87F437-8696-4D99-8BBA-D6062290F7D1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 212, - "width": 91, - "x": 114.5, - "y": 70, - }, - "glyphBounds": "{{0, 0}, {90, 94}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "E0D275FE-96AE-457F-BE66-FDA01D0DE584", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "69488B0E-DD7A-4339-ADA2-E959B32DB647", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 0.8, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 80, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 0.95, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, + }, + "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", + "position": 0.9864078443877551, }, - }, - "verticalAlignment": 0, + ], + "to": "{0.5, 1}", }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "isEnabled": true, + "position": 1, + "thickness": 1, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { "_class": "color", - "alpha": 1, + "alpha": 0.2000000029802322, "blue": 1, "green": 1, "red": 1, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "position": 0.0490476332782268, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, }, + "position": 0.2, }, - "length": 6, - "location": 0, - }, - ], - "string": "Friday", + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 1, + "thickness": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "38px", - "left": "140.5px", - "position": "absolute", - "top": "7px", - "visibility": "visible", - "width": "39px", + ], + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, }, + "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "do_objectID": "D4B2344A-3C8C-45D3-A0F5-2561C91713BD", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CEAF5E74-588E-4943-9204-0FB9984E8AEE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 38, - "width": 39, - "x": 140.5, - "y": 7, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - "glyphBounds": "{{0, 0}, {38, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Friday", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0B55AAE3-5927-4250-85DE-DD626AA3B62D", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "35735B19-F5D6-41F5-85C8-7A12DEEC970A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - "windingRule": 1, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 14, }, - "length": 3, - "location": 0, }, - ], - "string": "MAR", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "133.5px", - "position": "absolute", - "top": "46px", - "visibility": "visible", - "width": "53px", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, }, + "length": 13, + "location": 0, }, - "do_objectID": "43E4CFAB-26B5-430B-A06D-6CAA35FFC384", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5E818E2D-E7DC-4FC7-9239-B827E28FD9CE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 53, - "x": 133.5, - "y": 46, - }, - "glyphBounds": "{{0, 0}, {52, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "MAR", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A48CD42A-059A-4B3D-84A2-129B9F21C398", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6688D86D-AFBD-445F-8ADF-347DA9013899", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "Incoming call", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", + }, + }, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, }, + "verticalAlignment": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Regular", + "size": 24, }, - "length": 4, - "location": 0, }, - ], - "string": "2014", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "64px", - "left": "132.5px", - "position": "absolute", - "top": "162px", - "visibility": "visible", - "width": "55px", - }, - }, - "do_objectID": "C618D274-3477-47F7-98E3-8DE050D86D6B", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E369142A-A5D4-4A17-9CB2-4A6D234ABFCA", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 64, - "width": 55, - "x": 132.5, - "y": 162, - }, - "glyphBounds": "{{0, 0}, {54, 28}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2014", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "2C7544BA-CE71-4015-9F4E-DFA33E6984BF", - "opacity": 0.5423274253731343, - }, - "do_objectID": "421EB7CE-0893-44CC-BDA4-B1E0546D5562", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "FC15D976-39F6-4F22-961C-21C502AB67A9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], + "length": 15, + "location": 0, }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", + "position": "absolute", + "top": "42px", + "visibility": "visible", + "width": "180px", }, - ], - "name": "header", - "nameIsFixed": true, - "resizingConstraint": 63, + }, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 180, + "x": 88, + "y": 42, + }, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "0A4E76A5-98F8-4374-84BC-003A0A2BB0A5", + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, "windingRule": 1, }, + "textBehaviour": 0, "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"header\\"", - ], + "attributes": Array [], }, }, Object { @@ -34463,18 +70078,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "288px", - "left": "21px", + "height": "24px", + "left": "88px", "position": "absolute", - "top": "211px", + "top": "116px", "visibility": "visible", - "width": "278px", + "width": "81px", }, }, - "do_objectID": "E9E00624-EF50-462A-A9CF-0EEBA09C7640", + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C85CD692-A83C-46A2-8120-752586442F7E", + "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -34483,16 +70098,16 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1B917096-8463-4675-B947-62B85C1D5FFE", - "height": 288, - "width": 278, - "x": 21, - "y": 211, + "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", + "height": 24, + "width": 81, + "x": 88, + "y": 116, }, "groupLayout": Object { "_class": "MSImmutableFreeformGroupLayout", }, - "hasClickThrough": true, + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -34502,611 +70117,338 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "34px", - "visibility": "visible", - "width": "278px", - }, - }, - "do_objectID": "0EA9A70A-5109-4115-ADD4-7BE2E7A18768", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4C45D1B1-E180-4711-9EC7-CAA54D1817DF", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "54680165-5610-45E9-8D91-D909E71A1510", - "height": 14, - "width": 278, - "x": 0, - "y": 34, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "M", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "7CCB7BF8-82CF-490F-9A03-8C6732819C44", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2E31A00A-57C1-466A-BCF8-1421931D2191", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A681D9F1-DFF0-465C-93FD-A82FA4766975", - "height": 14, - "width": 14, - "x": 44, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "M", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "911371BB-173C-4187-A744-2C860A116095", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A301C58A-8A85-4E14-B96E-FD2AAF783ABB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "S", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "B467A2AB-C794-46C5-A2CD-8A0B2FCAA2F0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7F31AAFE-584D-4544-B18A-17625A6BD624", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A148D934-C0C6-4022-96C9-78E94F82880E", - "height": 14, - "width": 14, - "x": 0, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D971F295-F7E8-4AC7-A393-626A95CA6597", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0B8CC6F3-0523-455C-ACC1-244652339715", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "W", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "5440E012-7C1B-4722-8532-5019C6E1F927", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "6057E40E-09BD-4751-932C-F4BB52AA0E08", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "4C69AC5B-3D08-4E81-988D-DC262D9CD5F1", - "height": 14, - "width": 14, - "x": 132, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "W", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "8CCA87BF-A825-4D8F-A03A-F8D23FBA02DE", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CB8DE44D-AADA-4BA0-8716-F8F6510C40AB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 1, + "location": 5, }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - ], - "string": "T", + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", + "height": "24px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "DAFDD76A-9899-4BE1-B1C2-FA7FA4F663D4", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "24ACC561-1CC3-4A37-AFD3-97A7AC72C825", + "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "66D69BDE-4CF4-4218-AC2D-5B40E36EA5BE", - "height": 14, - "width": 14, - "x": 176, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "D4512549-3EB9-4EE0-A7D5-C3FE76AA8CA9", + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3F287EF5-19F6-4D3E-A426-FADC6B3B604A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "F", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", "height": "14px", - "left": "220px", + "left": "5px", "position": "absolute", - "top": "0px", + "top": "5px", "visibility": "visible", - "width": "14px", + "width": "13.999px", }, }, - "do_objectID": "C71B7899-6250-4AA6-BC2D-D3A0299848A0", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "AB187528-2246-4915-9D01-8CEAEF19CA44", + "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -35115,250 +70457,620 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0281F866-0558-4F3E-A8ED-1E8B7F6A4EFF", "height": 14, - "width": 14, - "x": 220, - "y": 0, + "width": 13.999, + "x": 5, + "y": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "F", - "nameIsFixed": false, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5140FFDB-8053-4C61-A5E7-809527FDCE2A", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9E18E830-F658-4E79-8261-5A51EDF7A7B4", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.5433367301, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + ], + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], + }, + }, + ], + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "215px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", + "height": 24, + "width": 88, + "x": 215, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 1, - "location": 0, }, - ], - "string": "S", + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 5, + "location": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "length": 1, + "location": 5, + }, + ], + "string": "ANSWER", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", + "height": 16, + "width": 56, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "ANSWER", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, + }, + }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "height": "24px", + "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "29AAFC15-F840-441F-B889-3BF4EE496EA3", - "dontSynchroniseWithSymbol": false, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0A78585C-A045-4E96-B57E-4600C80270BE", + "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "87F8001C-0498-4A3C-A1D1-F9BB1F797241", - "height": 14, - "width": 14, - "x": 264, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "S", - "nameIsFixed": false, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2485C638-8D4F-4A01-A800-2EB198F0B645", + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "393084A4-5C9D-474F-A885-4CB33ED80442", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.5433367301, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "T", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", + "height": "18px", + "left": "3px", "position": "absolute", - "top": "0px", + "top": "3px", "visibility": "visible", - "width": "14px", + "width": "18px", }, }, - "do_objectID": "29C9F8D0-E7D7-4298-A0B0-33FBB71FC77A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F3129FDF-B34B-4519-9FED-749498A5F1B3", + "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -35367,69 +71079,229 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1121F178-C600-4579-B78C-28A2AA8067B6", - "height": 14, - "width": 14, - "x": 88, - "y": 0, + "height": 18, + "width": 18, + "x": 3, + "y": 3, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "T", + "name": "Imported Layers", "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E9935BBD-297E-415A-AB49-1FF2303FDEEE", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "616B85BD-52D6-4E92-B218-544E04EB7B10", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.5433367301, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, ], - "name": "weekdays", + "name": "call icon", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -35437,26 +71309,8 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1DC7C7E7-6C5C-4ACF-8574-479F8B24B4A2", + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -35464,1375 +71318,2176 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"weekdays\\"", + "aria-label=\\"call icon\\"", ], }, }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,150,136,1.00)", - "border-radius": "50%", - "display": "block", - "height": "44px", - "left": "161px", - "position": "absolute", - "top": "143px", - "visibility": "visible", - "width": "44px", - }, - }, - "do_objectID": "7FC733C7-579D-4CB0-9CED-AB703214F4AA", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "54632B3C-4143-4148-9E22-78B347650D9C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 44, - "width": 44, - "x": 161, - "y": 143, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "selection", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ + ], + "name": "answer", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{160, 160}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": -1, + }, + }, +} +`; + +exports[`sketch parser should match md-components-notifications-heads-up.sketch snapshot for 59 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colorAssets": Array [], + "colors": Array [], + "do_objectID": "D68BDF6C-B753-479E-95BC-A139BDC457D9", + "exportPresets": Array [], + "gradientAssets": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "B31581C1-0A5F-4F6E-8CA6-4AE64984C599", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "name": "Material/Light/Divider", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "4DDF8DAE-BAA8-49BD-931C-4977FA79B4DE", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", + "name": "Material/Icon dark", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "B1396A0F-1D1C-4ECF-BCB7-FEAC24A4A1CA", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, }, ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "EAA76313-0A27-4C24-93CE-EC6172DE24EB", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333333334, - "green": 0.5882352941176471, - "red": 0, - }, - "do_objectID": "48CC3D2A-2116-48D8-A98C-9F6E363469AF", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "name": "Material/Light/Body 1", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F391C9D8-9C3C-451F-8B54-55C386CDEB21", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"selection\\"", - ], + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + Object { + "_class": "sharedStyle", + "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "name": "Material/Light/Headline", + "value": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "501DFA3F-FAB0-4A19-8A58-1E1D8DA547D6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "autosaved": 0, + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 121, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.86144", + ], + "variant": "NONAPPSTORE", + "version": 121, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "160px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "344px", + }, + }, + "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 160, + "width": 344, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "card", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.9941860465116279, 1}", + "curveMode": 4, + "curveTo": "{0.99738372093023264, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.9941860465116279, 1}", + }, Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "214px", - "left": "0px", - "position": "absolute", - "top": "74px", - "visibility": "visible", - "width": "278px", + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0026162790697673759, 1}", + "curveMode": 4, + "curveTo": "{0.0058139534883720929, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.0058139534883720929, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.98687500000000006}", + "curveMode": 4, + "curveTo": "{0, 0.99437500000000001}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.98750000000000004}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.0056250000000000354}", + "curveMode": 4, + "curveTo": "{0, 0.013125000000000008}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.0058139534883720929, 0}", + "curveMode": 4, + "curveTo": "{0.0026162790697673759, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.0058139534883720929, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99709302325581395, 0}", + "curveMode": 4, + "curveTo": "{0.9938953488372092, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.9941860465116279, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.99970930232558131, 0.013125000000000008}", + "curveMode": 4, + "curveTo": "{0.99970930232558131, 0.0056250000000000354}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.012500000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.99437500000000012}", + "curveMode": 1, + "curveTo": "{0.99970930232558131, 0.98687500000000006}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.98750000000000004}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, - }, - "do_objectID": "B2C4F1E1-9E20-4332-B9C5-BBBC1E7A66B0", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FB58F3C6-A704-42FE-BD39-35C019B9AB39", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5D394602-8A8F-4785-ADBE-B9108022E918", - "height": 214, - "width": 278, - "x": 0, - "y": 74, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "30", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "995E15EE-E70B-4ECF-8730-215FD3549D58", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "ED61791D-E44E-411B-B843-4033A1C63F2C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F12056A2-904A-4898-88E3-73A0DA594371", - "height": 14, - "width": 14, - "x": 0, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "30", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "9C89BC2F-3C7F-4ED8-AECD-B765D1110682", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "CEB37737-E3E9-45F2-8322-55BD5D3A3B18", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.8, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.02, + "blue": 0, + "green": 0, + "red": 0, }, - ], - "string": "31", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "200px", - "visibility": "visible", - "width": "14px", + "position": 0.95, }, - }, - "do_objectID": "C6BF7A40-7BD1-415D-BDA6-FE739B805AD7", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3BD9ED0E-7A6E-4474-B15B-F5690494DBAC", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "73D5D4C5-4C62-406C-9336-F7064D453989", - "height": 14, - "width": 14, - "x": 44, - "y": 200, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "31", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "51934C18-9ED6-432E-A204-EDE432702265", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "7FA5C886-1132-43FB-8318-8D7483E6327B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.04, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 0.9864078443877551, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 8, + "opacity": 1, + }, + "fillType": 1, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.2000000029802322, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "1", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "6742CF8B-B00F-4816-95D4-7F9EEAEF013A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "CBEC3680-396E-49B1-A7F2-D541B61A55A5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "9BF32FE7-7E1E-46F4-9F13-DC1823B9A0A1", - "height": 14, - "width": 14, - "x": 264, - "y": 0, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D7EE7BFF-67B8-42E2-B332-D231F89F6167", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1E47BD16-32FB-482A-93A0-3F4C160074CE", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0.1, + "blue": 1, + "green": 1, + "red": 1, }, - "verticalAlignment": 0, + "position": 0.0490476332782268, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0.2, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "isEnabled": true, + "position": 1, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.9803921568627451, + "green": 0.9803921568627451, + "red": 0.9803921568627451, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "16", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "EEA909CF-B0EE-46F0-B1C8-1B88EC47DEEF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "96AB7313-7589-415C-A2D5-0703D7CD5AB9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A5024156-B4E2-411F-A874-025142A54CC7", - "height": 14, - "width": 14, - "x": 0, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "16", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "CA2382A7-E62C-436D-96EB-D06F15878918", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "DCB851A7-B376-481B-99F1-7F71B06247F8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 8, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 8, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 2, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 2, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 0, + "spread": 0, + }, + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#979797ff\\"", + "fill=\\"rgba(250,250,250,1.00)\\"", + "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "3px", + "left": "88px", + "position": "absolute", + "top": "94px", + "visibility": "visible", + "width": "256px", + }, + }, + "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 256, + "x": 88, + "y": 94, + }, + "hasClippingMask": false, + "isClosed": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "divider", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveMode": 1, + "curveTo": "{0.001953125, 0.48611111111111105}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveMode": 1, + "curveTo": "{-0.087891101837158522, 0.6041666666666663}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "17", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "A7E8FD20-1AF4-4E5E-B216-5494276ACD84", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "98C2E01C-2EF8-4DD4-8C7F-8FEDF9D5E27B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "E2F06090-9535-4A5A-9237-050B756B3317", - "height": 14, - "width": 14, - "x": 44, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "17", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6F9F1AE4-6FEF-4B65-B216-1FCC2484A984", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A4E8D068-B381-4A1D-BA17-130683147534", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + ], + "to": "{0.5, 1}", }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "19", + "isEnabled": true, + "position": 0, + "thickness": 1, + }, + ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 1, + "paths": Array [ + Object { + "attributes": Array [ + "stroke-width=\\"1\\"", + "stroke=\\"#0000001f\\"", + "fill=\\"none\\"", + "d=\\"M1 2.5,L 257 2.5\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, }, - "do_objectID": "642FC344-DEA2-4D1B-8F59-AC9D34CC91CB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "F99D39ED-0063-45F8-BB7E-D9FF9823FD2B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "5BA1EC31-45A7-4056-9B3E-A90F83BD5D86", - "height": 14, - "width": 14, - "x": 132, - "y": 124, + }, + "length": 13, + "location": 0, + }, + ], + "string": "Incoming call", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "20px", + "left": "88px", + "position": "absolute", + "top": "19px", + "visibility": "visible", + "width": "85px", + }, + }, + "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 20, + "width": 85, + "x": 88, + "y": 19, + }, + "glyphBounds": "{{0, 0}, {84, 20}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Incoming call", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 14, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "19", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "6712CE3E-7C71-4BF1-AD9F-27FCC1029811", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "82FE0735-231F-4C07-A9A9-E8B32744CE39", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 20, + "minimumLineHeight": 20, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, - "windingRule": 1, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "length": 15, + "location": 0, + }, + ], + "string": "Scott Masterson", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.87)", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "24px", + "height": "32px", + "left": "88px", + "position": "absolute", + "top": "42px", + "visibility": "visible", + "width": "180px", + }, + }, + "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 32, + "width": 180, + "x": 88, + "y": 42, + }, + "glyphBounds": "{{0, 0}, {177, 32}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Scott Masterson", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.87, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 24, }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 32, + "minimumLineHeight": 32, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "88px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "81px", + }, + }, + "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 81, + "x": 88, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "20", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "060D8476-F9A4-4DB5-80AE-EA3791B59CB0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0823E4BB-E9A1-4F61-A9FD-AFEB9F6564B5", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "072ED673-D56F-4183-8BC3-242F53300474", - "height": 14, - "width": 14, - "x": 176, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "20", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C003B87F-1CED-49C9-8431-F1793659B67F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0DB703EB-1DE7-4160-9A13-21182645FC2E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "21", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "124px", - "visibility": "visible", - "width": "14px", + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "length": 1, + "location": 5, }, - "do_objectID": "7410EC60-E05A-4370-AEF8-E76537C2566F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "1BFEB198-63E7-4B3E-9FAE-9E4DDCBC34AE", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "EE7A9B0E-63F4-4583-B304-07506EBEEF44", - "height": 14, - "width": 14, - "x": 220, - "y": 124, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "21", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "598A2F2D-607D-4D02-8D3D-0D587834237C", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "585F3D41-0BA1-4449-906A-20EFE006C77F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "IGNORE", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "50px", + }, + }, + "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 50, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {49, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "Ignore", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "22", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "124px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "C0756F31-4596-487E-8BDB-C145E90F1241", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "89A4E2DE-1BC9-4271-A029-12E75BC7ED67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A585901-0728-4C6B-944C-99768D50EB80", - "height": 14, - "width": 14, - "x": 264, - "y": 124, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "22", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "12E7BC07-22AD-48E9-926E-C719370E5363", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "720CB2EB-24E5-4657-A713-7BEBF17158E9", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "18", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", "height": "14px", - "left": "88px", + "left": "5px", "position": "absolute", - "top": "124px", + "top": "5px", "visibility": "visible", - "width": "14px", + "width": "13.999px", }, }, - "do_objectID": "72CDB22A-7E00-4FB8-BB9A-B07DF9614F3A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B13D592C-2D38-442B-AF28-ADDC706DC077", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -36841,376 +73496,811 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1D56C663-72C8-4031-A082-F913D0D76F7D", "height": 14, - "width": 14, - "x": 88, - "y": 124, + "width": 13.999, + "x": 5, + "y": 5, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "18", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "shape", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.39900000000000002}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.39900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.39900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 0}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{0, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.39895706836202588, 0.5}", + "curveMode": 1, + "curveTo": "{0.39895706836202588, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.39895706836202588, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{0, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.1010072148010572, 1}", + "curveMode": 1, + "curveTo": "{0.1010072148010572, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.1010072148010572, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.50003571683691694, 0.60099999999999998}", + "curveMode": 1, + "curveTo": "{0.50003571683691694, 0.60099999999999998}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.50003571683691694, 0.60099999999999998}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 1}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.89900000000000002}", + "curveMode": 1, + "curveTo": "{1, 0.89900000000000002}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.89900000000000002}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.60104293163797429, 0.5}", + "curveMode": 1, + "curveTo": "{0.60104293163797429, 0.5}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.60104293163797429, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10099999999999985}", + "curveMode": 1, + "curveTo": "{1, 0.10099999999999985}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0.10099999999999985}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.89906421887277665, 0}", + "curveMode": 1, + "curveTo": "{0.89906421887277665, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.89906421887277665, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "56D84CB7-654D-45C5-95CB-763CB24F2D88", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "32F0FA3F-E389-4057-8EA2-068C45460576", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ignore icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore icon\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "ignore", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"ignore\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "215px", + "position": "absolute", + "top": "116px", + "visibility": "visible", + "width": "88px", + }, + }, + "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 88, + "x": 215, + "y": 116, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, }, - "verticalAlignment": 0, + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "length": 5, + "location": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "name": "Roboto-Medium", + "size": 13, }, - "length": 2, - "location": 0, }, - ], - "string": "23", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "kerning": 0, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "length": 1, + "location": 5, }, - "do_objectID": "05C49A63-F4D8-4477-9A37-8B6A0D06B7E6", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "FEA69091-E144-4547-84BF-6E4BE2AB1B38", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F4C039E8-B9A7-4714-9147-4B88DE7D5E67", - "height": 14, - "width": 14, - "x": 0, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "23", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "A929AE0A-D38C-47CB-977E-8FCB390C9402", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "0D68B251-FC33-4BA9-B636-EAE85DE51D07", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + ], + "string": "ANSWER", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "rgba(0,0,0,0.54)", + "display": "block", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "16px", + "left": "32px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 16, + "width": 56, + "x": 32, + "y": 4, + }, + "glyphBounds": "{{0, 0}, {56, 16}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, + "name": "ANSWER", + "nameIsFixed": false, + "resizingConstraint": 47, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.54, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 13, }, - "verticalAlignment": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + "kerning": 0.5, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, + }, }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 0, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", }, + }, + "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "24", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "164px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "37124DC1-066F-4C48-A4D2-F5B713C3DF40", - "dontSynchroniseWithSymbol": false, + "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E9479D01-4197-4753-A4BA-65A78423BDD1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": false, - "do_objectID": "3C67D09A-0058-4CC2-8238-51862E2A9853", - "height": 14, - "width": 14, - "x": 44, - "y": 164, + "constrainProportions": true, + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "24", - "nameIsFixed": false, + "maintainScrollPosition": false, + "name": "bounds", + "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "974A8723-FE4B-4A68-8396-7C3B2425BC52", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "3E7C3D57-D17B-4093-B3E2-219663B87204", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "26", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "height": "18px", + "left": "3px", "position": "absolute", - "top": "164px", + "top": "3px", "visibility": "visible", - "width": "14px", + "width": "18px", }, }, - "do_objectID": "C9560BC4-A576-47DD-8186-A3795533D89D", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4FA6806A-5487-4B6D-A043-D0A3F4AC3B60", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -37219,947 +74309,1461 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C963E671-58F3-4470-87EF-ED9E41F4DB38", - "height": 14, - "width": 14, - "x": 132, - "y": 164, + "height": 18, + "width": 18, + "x": 3, + "y": 3, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "26", + "maintainScrollPosition": false, + "name": "Imported Layers", "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.024833333333333336, 0}", + "curveMode": 4, + "curveTo": "{0.055555555555555552, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.055555555555555552, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.57711111111111113}", + "curveMode": 3, + "curveTo": "{0, 0.024833333333333287}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.97516666666666674, 1}", + "curveMode": 3, + "curveTo": "{0.42288888888888887, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.94444444444444442}", + "curveMode": 4, + "curveTo": "{1, 0.97516666666666674}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.94444444444444442}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.71933333333333338}", + "curveMode": 4, + "curveTo": "{1, 0.75}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.75}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.87511111111111106, 0.69450000000000001}", + "curveMode": 3, + "curveTo": "{0.97516666666666674, 0.69450000000000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.94444444444444442, 0.69450000000000001}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.74044444444444446, 0.66111111111111109}", + "curveMode": 3, + "curveTo": "{0.80844444444444441, 0.68333333333333324}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.746, 0.66288888888888886}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveMode": 2, + "curveTo": "{0.7346111111111111, 0.66022222222222227}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.72883333333333333, 0.66022222222222227}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.68961111111111117, 0.67649999999999999}", + "curveMode": 4, + "curveTo": "{0.70044444444444443, 0.66566666666666663}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.68961111111111117, 0.67649999999999999}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.41000000000000003, 0.71888888888888891}", + "curveMode": 4, + "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.56733333333333336, 0.79888888888888887}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.20127777777777778, 0.43300000000000005}", + "curveMode": 4, + "curveTo": "{0.28138888888888886, 0.59027777777777779}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.20127777777777778, 0.43300000000000005}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.33877777777777784, 0.29516666666666658}", + "curveMode": 4, + "curveTo": "{0.32350000000000001, 0.31038888888888888}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.32350000000000001, 0.31038888888888888}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.31666666666666671, 0.19149999999999995}", + "curveMode": 3, + "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.33711111111111108, 0.25399999999999995}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.30550000000000005, 0.024833333333333287}", + "curveMode": 3, + "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.30550000000000005, 0.055555555555555552}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 4, + "curveTo": "{0.28066666666666662, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.25, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B3F5D1B7-9966-4762-9789-E36B9B72E29F", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.5399999618530273, + }, + "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "58957F63-8E1F-4A5E-8097-98AB255E4BA1", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(0,0,0,1.00)\\"", + "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, + ], + "maintainScrollPosition": false, + "name": "call icon", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"call icon\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "answer", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"answer\\"", + ], + }, + }, + Object { + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 28px rgba(0,0,0,0.26)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "106px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "106px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(0,0,0,0.26)", + "border-radius": "50%", + "display": "block", + "height": "56px", + "left": "15px", + "overflow": "hidden", + "position": "absolute", + "top": "16px", + "visibility": "visible", + "width": "56px", + }, + }, + "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 56, + "width": 56, + "x": 15, + "y": 16, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.26, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, - ], - "string": "27", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", + "position": 0, }, - }, - "do_objectID": "6152FDBB-88B2-43C3-8439-268918151023", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7A2346FB-95EB-49E7-90A5-7ABBF1D0397C", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "C78C5CD3-346E-464D-AE4C-BFA801F8389B", - "height": 14, - "width": 14, - "x": 176, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "27", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "5EDE4D84-2E8A-47B6-98BC-BD553FDB1670", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "4296C5F1-41B2-452C-B584-25B353DB1751", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, - "verticalAlignment": 0, + "position": 1, }, - "windingRule": 1, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 0.8703294837, + "blue": 0, + "green": 0, + "red": 0, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 16, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 24, + "minimumLineHeight": 24, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"mask\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "heads-up notification", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"heads-up notification\\"", + ], + }, + }, + ], + "maintainScrollPosition": false, + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2C7E3706-6E18-408D-85F6-CE90C5F8EE44", + "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + }, + ], + "previews": Array [], + "user": Object { + "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { + "scrollOrigin": "{186, 186}", + "zoomValue": 1, + }, + "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "pageListHeight": 110, + }, + "document": Object { + "pageListCollapsed": 1, + "pageListHeight": 289, + }, + }, +} +`; + +exports[`sketch parser should match md-components-tabs-status-bar.sketch snapshot for 52 1`] = ` +Object { + "document": Object { + "_class": "document", + "assets": Object { + "_class": "assetCollection", + "colors": Array [], + "gradients": Array [], + "imageCollection": Object { + "_class": "imageCollection", + "images": Object {}, + }, + "images": Array [], + }, + "colorSpace": 0, + "currentPageIndex": 0, + "do_objectID": "5B57D242-95C3-47E3-BC5E-22376F9F834B", + "foreignLayerStyles": Array [], + "foreignSymbols": Array [], + "foreignTextStyles": Array [], + "layerStyles": Object { + "_class": "sharedStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "name": "Material/Icon white", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + }, + ], + }, + "layerSymbols": Object { + "_class": "symbolContainer", + "objects": Array [], + }, + "layerTextStyles": Object { + "_class": "sharedTextStyleContainer", + "objects": Array [ + Object { + "_class": "sharedStyle", + "do_objectID": "FD154772-5D9F-4899-88F9-5124F223C73E", + "name": "Material/Dark/Title", + "value": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringColorAttribute": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Medium", + "size": 20, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + }, + ], + }, + "pages": Array [ + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/F88D7516-E1DF-48A7-BA35-A0F4EF393BBE", + "_ref_class": "MSImmutablePage", + }, + Object { + "_class": "MSJSONFileReference", + "_ref": "pages/267D6DEC-0F7B-4667-BA1A-1FA1BCA04485", + "_ref_class": "MSImmutablePage", + }, + ], + }, + "meta": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "52.4", + "autosaved": 0, + "build": 67378, + "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "compatibilityVersion": 99, + "created": Object { + "app": "com.bohemiancoding.sketch3", + "appVersion": "51.1", + "build": 57501, + "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "compatibilityVersion": 99, + "variant": "NONAPPSTORE", + "version": 105, + }, + "fonts": Array [ + "Roboto-Regular", + "Roboto-Medium", + ], + "pagesAndArtboards": Object { + "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485": Object { + "artboards": Object { + "85FE2CA3-7BC8-4647-8950-9AB676A1C91A": Object { + "name": "Material/Android/Status bar content", + }, + }, + "name": "Symbols", + }, + "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { + "artboards": Object {}, + "name": "Page 1", + }, + }, + "saveHistory": Array [ + "NONAPPSTORE.57501", + "NONAPPSTORE.51167", + "NONAPPSTORE.55047", + "NONAPPSTORE.57544", + "NONAPPSTORE.67378", + ], + "variant": "NONAPPSTORE", + "version": 112, + }, + "pages": Array [ + Object { + "_class": "page", + "booleanOperation": 0, + "clippingMaskMode": 0, + "do_objectID": "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 300, + "width": 300, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "2145D356-40E2-4569-95CF-84F00DD9818F", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "BB51E5D5-5BA5-419F-9D6A-49A171E7ED21", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "7D8CA104-45E8-4835-B4DA-CCAF17E60C45", + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "A94FA51A-099C-4CC1-B1AE-4F3CBFE4B381", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "DC89A630-0EF2-4276-944C-D7254BED2EF4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "8C36F8CD-481B-455B-B132-E7E7E477D5D0", + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "128px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", }, + }, + "do_objectID": "D6E225E7-E0FF-41C3-BF62-95BB15DA2258", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "9B79BB7B-176C-4CA3-99DC-D5866EA83AB4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 128, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "app bar bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "28", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "C8A9DF12-C6B8-43CE-88EE-EF6AC284BCF0", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "9ED0F24C-B1DE-49AA-BC82-9F41CC3C2F9E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "74CB11DB-5914-4CFA-860C-350A14FDC2EB", - "height": 14, - "width": 14, - "x": 220, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "28", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C956071C-EC7B-4314-8E70-1BF930988DF1", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "A009AA8D-D191-44AD-BF15-2782CCB080B6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "29", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "8FC04F6A-797D-4D2E-BB98-99A68A32240C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "36C643D5-5211-4711-B96F-A5DFAFDD962A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "438E7173-E5FB-4D17-AA44-9C8A3F9F6B6C", - "height": 14, - "width": 14, - "x": 264, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "29", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "0864CB68-D937-4B91-8022-C1F3229929DF", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "BE0EDAAF-053A-4A7D-97FA-865014345A8F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "25", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "164px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "377138B6-36FD-48E2-AC13-7C8B6210D0FF", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "8A957919-75D8-4235-89A8-A1C0A58711F1", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "FB0C04A6-7BA5-4D57-A8C7-675D43E7044E", - "height": 14, - "width": 14, - "x": 88, - "y": 164, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "25", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "72A48CE3-3FC5-45C2-B286-F03334849992", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "6E92F77B-5F85-4EDE-9710-091F64A46548", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "ACEE65BC-1CF2-45E4-9889-621210096AED", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.8274509803921568, + "green": 0.7333333333333334, + "red": 0, }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "13", + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(255,255,255,1.00)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + ], + "miterLimit": 10, + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 4, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, }, - }, - "do_objectID": "8E5572A4-A222-4D3D-A5D1-B4F8A98E831A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3C455BAA-E185-4AFA-9533-BADD325F3409", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "60C0CDF3-05DF-4ABC-8665-A1B932D123F8", - "height": 14, - "width": 14, - "x": 176, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "13", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "48F7BA0C-C7A7-4EC3-90A5-09A0D83B5BF8", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "8DD1A85A-9DE7-4531-8513-48F7DE6F2EEA", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "windingRule": 1, + "do_objectID": "7E855B0A-CD99-4BC0-9320-25BCD81DE1B0", + "isEnabled": true, + "offsetX": 0, + "offsetY": 4, + "spread": 0, }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], + Object { + "_class": "shadow", + "blurRadius": 4, + "color": Object { + "_class": "color", + "alpha": 0.12, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "464524C7-C0E7-414E-8B14-DC85D1E28DCE", + "isEnabled": true, + "offsetX": 0, + "offsetY": 0, + "spread": 0, }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", + ], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, + "fill=\\"rgba(0,187,211,1.00)\\"", + "d=\\"M360 0,L 0 0,L 0 128,L 360 128,z\\"", ], - "string": "9", + "type": "path", }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "48px", + "left": "0px", + "position": "absolute", + "top": "80px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "DD13F059-6DD2-4413-9C59-5A3ABD7D44D7", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "C9CE81BD-C917-48C0-9755-A60CAB214BD0", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "D025D61C-6D8C-4DEF-9770-3BF04763FB53", + "height": 48, + "width": 360, + "x": 0, + "y": 80, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", + "background-color": "rgba(255,255,255,0.00)", + "box-shadow": "0 0 0 1px rgba(151,151,151,1.00) inset", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", + "height": "48px", "left": "0px", "position": "absolute", - "top": "84px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "360px", }, }, - "do_objectID": "6EBD7421-5071-4015-960B-8CF021B3AF66", - "dontSynchroniseWithSymbol": false, + "do_objectID": "B272B09E-BAB6-4010-AE2E-B09CA0800607", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C082092D-CB6A-482E-864D-392A1B21C829", + "do_objectID": "9DD7A316-362F-4C9A-BFF3-5AB347DF1433", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0CCC7A10-4082-4616-AEEE-C0F55B1751AA", - "height": 14, - "width": 14, + "height": 48, + "width": 360, "x": 0, - "y": 84, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, + "hasClippingMask": true, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "9", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "D704F733-760C-44EE-87A3-329CA47423CB", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B7FC8D9F-75E3-4F90-A05B-CE9ED2AAE4A6", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "10", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "84px", - "visibility": "visible", - "width": "14px", + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - }, - "do_objectID": "BD0D4F3B-D0FD-422B-B951-C0CA3C3D19EB", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7CE8C684-2AA4-4798-B9F5-69DCF1CFEC06", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "F5689CF9-A4A9-4DC8-A846-F9673FEB4FA8", - "height": 14, - "width": 14, - "x": 44, - "y": 84, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "10", - "nameIsFixed": false, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2D77EB79-3949-4AC1-8160-0A586FB3DCE2", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "1F2B0D65-7B0F-4363-923D-64F8525E1B17", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "borders": Array [ + Object { + "_class": "border", + "color": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, }, + "fillType": 0, + "isEnabled": false, + "position": 1, + "thickness": 1, }, - "verticalAlignment": 0, - }, + ], + "do_objectID": "451D43C8-1885-40BE-9887-80738B61DBAA", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], }, }, Object { @@ -38172,53 +75776,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 9, "location": 0, }, ], - "string": "12", + "string": "THE THIRD", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,0.70)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "240px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "3F12B043-1DF3-4F49-A3EE-37ADAE24CCD8", + "do_objectID": "EA8BF223-8245-42D6-AF64-B4A4A529DEBA", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1F74D864-11A5-463B-974D-F67EFCB5540E", + "do_objectID": "440F05BA-2072-4C6B-B78F-6CDF2E0DA718", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38227,13 +75832,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2D32487D-B3AF-4C52-A340-5170C22D68F2", - "height": 14, - "width": 14, - "x": 132, - "y": 84, + "do_objectID": "65C64BBE-7EA8-4BAA-B6F4-933EB86CA11D", + "height": 16, + "width": 120, + "x": 240, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38242,7 +75847,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "12", + "name": "THE THIRD", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38250,33 +75855,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "5795907C-6CD6-4FF2-95FC-5F5D8DF5FF47", + "do_objectID": "33A4A266-8DB2-45A7-A7E1-2E46C90421B9", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "48BF4896-41B7-403D-9AE9-6394D84FE2DB", + "do_objectID": "4B3B58A2-ADCE-4A57-B0A9-E9F4263044C5", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38298,53 +75904,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 8, "location": 0, }, ], - "string": "14", + "string": "ITEM TWO", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,0.70)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "120px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "5ECA9077-2F1A-49D7-B231-574C9DFAA04E", + "do_objectID": "33A046AA-2704-40B5-9DE7-A5F7C8AD52BA", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "69DA4073-DFE5-4567-91EA-E106E479CA82", + "do_objectID": "14290AE1-FA35-44A1-B010-6330DB239370", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38353,13 +75960,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "E4E18355-E4AC-4616-A2D6-7D6B5F2CA483", - "height": 14, - "width": 14, - "x": 220, - "y": 84, + "do_objectID": "91542702-E1CB-49DE-AE0B-9145054DB80C", + "height": 16, + "width": 120, + "x": 120, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38368,7 +75975,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "14", + "name": "ITEM TWO", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38376,33 +75983,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "9B4A3E67-BD20-41C0-B0AB-A5780919F1E7", + "do_objectID": "9578BCCE-56FF-4CD0-A6C2-0A67738FF257", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "BB18A6F0-0039-40F0-96ED-2FBAA0151EFF", + "do_objectID": "9140AD60-AC75-4423-BD05-4120E3C53D2A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.7, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38424,53 +76032,54 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, - "length": 2, + "length": 7, "location": 0, }, ], - "string": "15", + "string": "NO. ONE", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "14px", + "height": "16px", + "left": "0px", "position": "absolute", - "top": "84px", + "top": "15px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "9556DC5C-E213-429F-A5BC-5AD9CF48681A", + "do_objectID": "2FEE7291-7D60-47B5-AF0C-9794FC70479A", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8708D7E8-FD7F-4DA2-A3AB-1274DD685E91", + "do_objectID": "1C8BB07D-4549-4474-85DE-AAC36D4ED7FE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38479,13 +76088,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "0A8FAE6F-2690-4DC0-8DF8-8546F5F74654", - "height": 14, - "width": 14, - "x": 264, - "y": 84, + "do_objectID": "D08C8D43-D4F0-426D-BBE7-5BA4CA030851", + "height": 16, + "width": 120, + "x": 0, + "y": 15, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {120, 16}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -38494,7 +76103,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "15", + "name": "NO. ONE", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -38502,33 +76111,34 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "28291AD3-6872-4435-8890-B7A3860D6E19", + "do_objectID": "E1B0E40B-4579-4740-A63F-6C4231A7DCF8", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9EC8E6BD-9892-49B4-A068-5E8DE025F8C1", + "do_objectID": "07FC4EB1-FE4E-4EFB-8BD3-1562B7D69B89", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 14, }, }, - "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", "alignment": 2, "allowsDefaultTighteningForTruncation": 0, + "maximumLineHeight": 16, + "minimumLineHeight": 16, }, }, "verticalAlignment": 0, @@ -38541,188 +76151,277 @@ Object { }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 2, - "location": 0, - }, - ], - "string": "11", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.87)", + "background-color": "rgba(255,255,140,1.00)", + "box-shadow": "0px 1px 1.5px 0px rgba(0,0,0,0.12),0px 1px 1px 0px rgba(0,0,0,0.24)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", + "height": "2px", + "left": "0px", "position": "absolute", - "top": "84px", + "top": "46px", "visibility": "visible", - "width": "14px", + "width": "120px", }, }, - "do_objectID": "F1507388-B653-4511-BF77-FE5BB49273BC", - "dontSynchroniseWithSymbol": false, + "do_objectID": "0CD5019F-4477-41F0-B7F4-1437084D2FAD", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B972EE15-1FE4-4038-9E72-119FA38B2C55", + "do_objectID": "9B2FA7EA-E5FC-4F3F-A38A-91AB190DD24E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "46FB645A-6907-4277-A4B2-061A50CD8CF8", - "height": 14, - "width": 14, - "x": 88, - "y": 84, + "height": 2, + "width": 120, + "x": 0, + "y": 46, }, - "glyphBounds": "{{0, 0}, {14, 14}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "11", - "nameIsFixed": false, + "name": "indicator", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "sharedStyleID": "A14002AC-97A3-482B-A0C5-D44A77B354E6", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "BB1CB6DF-A471-409E-A72A-81F5B18E25C9", + "borders": Array [ + Object { + "_class": "border", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.592, + "green": 0.592, + "red": 0.592, + }, + "fillType": 0, + "isEnabled": false, + "position": 1, + "thickness": 1, + }, + ], + "do_objectID": "87D45A0F-6AC3-4D68-8521-AF6E8F85FD82", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.5490196078431373, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C09A9AE1-FBE3-4B6A-8F80-319EBBE38312", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "shadows": Array [ + Object { + "_class": "shadow", + "blurRadius": 1.5, + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 0.12, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "isEnabled": false, + "offsetX": 0, + "offsetY": 1, + "spread": 0, + }, + Object { + "_class": "shadow", + "blurRadius": 1, + "color": Object { + "_class": "color", + "alpha": 0.24, + "blue": 0, + "green": 0, + "red": 0, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, + "isEnabled": false, + "offsetX": 0, + "offsetY": 1, + "spread": 0, }, - "verticalAlignment": 0, - }, + ], + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"indicator\\"", + ], }, }, + ], + "name": "tabs", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "56450478-45EE-4020-829D-3D7106A99B8C", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"tabs\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "16px", + "position": "absolute", + "top": "40px", + "visibility": "visible", + "width": "328px", + }, + }, + "do_objectID": "54F2B126-EBC8-42E4-9CCC-6025866EA532", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E919A5D5-7F14-43AB-937D-4AC73AD038A8", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "1244F84B-12C1-420C-A2BD-58EBC9D323FF", + "height": 24, + "width": 328, + "x": 16, + "y": 40, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "7", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,150,136,1.00)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "220px", + "height": "24px", + "left": "316px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "12px", }, }, - "do_objectID": "31CC0D64-C0A7-436C-926E-1DBE207F0310", - "dontSynchroniseWithSymbol": false, + "do_objectID": "2EAB1189-97C4-4EC1-8CBF-1E24214B7177", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2AC689E8-4EC5-44F7-8641-F422E92625B8", + "do_objectID": "B5AE9619-0144-403F-B016-9A1F7F494DC5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -38731,317 +76430,686 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "BC422849-F0E5-4248-BA8F-E933FFF8D07E", - "height": 14, - "width": 14, - "x": 220, - "y": 44, + "do_objectID": "13FAD583-AC89-4F3A-A6B6-A0CF3DBA26AC", + "height": 24, + "width": 12, + "x": 316, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, - "isFlippedVertical": false, + "isFlippedVertical": true, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "7", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "FC5460BC-F61D-4AEB-89AC-C347ECF7EB98", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "5634E7F0-48F9-4609-A6C5-8ECDECF51255", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 1, - "blue": 0.5333333333, - "green": 0.5882352941, - "red": 0, + "layers": Array [ + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "16px", + "left": "3px", + "position": "absolute", + "top": "4px", + "visibility": "visible", + "width": "4px", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 12, + }, + "do_objectID": "044E322D-A4FA-476E-8BFB-CB5BD971A007", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "29F06F1B-0927-4D93-BDE8-5828E3184007", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "09DF51C0-DFDA-497B-9205-AB1963FD1154", + "height": 16, + "width": 4, + "x": 3, + "y": 4, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "12px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "3B936567-EF75-4459-8908-92C1DA27C1FE", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "F1F98697-0674-4D9C-A0F6-B7D2C30462F5", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "C0EAD72B-E995-4B23-A15E-81E3ACD60B80", + "height": 4, + "width": 4, + "x": 0, + "y": 12, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77499999999999991}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000009}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 2, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000009}", + "curveMode": 2, + "curveTo": "{0, 0.77499999999999991}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "6px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "5F4D6AE3-A563-4C5E-86C0-66332A65E9B1", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "0BEF50BC-CCDF-4CDB-BEEE-4CB4FB2CE90D", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2CF02168-028C-4296-82F3-C32431ED0BEA", + "height": 4, + "width": 4, + "x": 0, + "y": 6, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22500000000000009}", + "curveMode": 2, + "curveTo": "{0, 0.77499999999999991}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77499999999999991}", + "curveMode": 2, + "curveTo": "{1, 0.22500000000000009}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "4px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "E4AC1434-7A30-45CD-8976-A852E84BBF9A", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "313C2770-48E7-45CF-AD51-6CE335D14FEE", + "height": 4, + "width": 4, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22499999999999964}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000036}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000036}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999964}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "length": 1, - "location": 0, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "string": "2", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "0px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, }, - }, - "do_objectID": "4A8CD098-BB09-45AE-9AAD-C22B25C8951D", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "3881D7D1-38C4-4059-A2C2-A1D9AB31675D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "7A5215C0-DA0F-429E-A578-65A1E17643DD", - "height": 14, - "width": 14, - "x": 0, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "2", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "84F0FF3B-6016-4A63-AE28-911A1872A49E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "486B0065-A87C-4BFE-9C57-A8E92D42A729", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "12px", }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, + }, + "do_objectID": "E4792B29-BF0E-42DB-95C8-4DDBCAC7798F", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "8B85D384-7961-4B39-87B7-A05B22F94D02", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 12, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Shape", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "946562AE-3059-44F0-8DC3-54BE98B4ACFC", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M12 0,L 0 0,L 0 24,L 12 24,z\\"", + ], + "type": "path", }, - }, - "length": 1, - "location": 0, + ], + }, + "web": Object { + "attributes": Array [], }, - ], - "string": "3", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "44px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", }, - }, - "do_objectID": "2EFF4885-0F96-41FB-B0DF-FB68A47C5373", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5C6AE705-42DC-46CE-91A0-CA196563A887", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "900C44CB-9A24-4E81-953F-74043464AA6E", - "height": 14, - "width": 14, - "x": 44, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "3", - "nameIsFixed": false, + ], + "name": "more", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C99B167E-DCB8-4555-A102-367E07FC6987", + "do_objectID": "06EE712E-EDFF-4466-B1D7-A63C20D4C50F", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "F48CFD73-6CB3-4320-A527-86D2691B4AF5", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"more\\"", + ], }, }, Object { @@ -39054,53 +77122,52 @@ Object { "attributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 20, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, - "length": 1, + "length": 10, "location": 0, }, ], - "string": "5", + "string": "Page Title", }, "automaticallyDrawOnUnderlyingPath": false, "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", + "color": "rgba(255,255,255,1.00)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "132px", + "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", + "font-size": "20px", + "height": "26px", + "left": "56px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "91px", }, }, - "do_objectID": "635BCB8E-8BAA-4942-B462-A695982BD18B", + "do_objectID": "90E271D7-D279-45F2-95DC-47441AC6F11F", "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "710DA589-5846-4B59-8C03-5B20E2918419", + "do_objectID": "BBB1B522-64CF-4563-B8E9-F138ED2B426C", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39109,13 +77176,12 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6D4CD0C1-071E-4EB9-B2B6-73798F36225F", - "height": 14, - "width": 14, - "x": 132, - "y": 44, + "height": 26, + "width": 91, + "x": 56, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "glyphBounds": "{{0, 0}, {90, 24}}", "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -39124,40 +77190,40 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, - "name": "5", + "name": "Page Title", "nameIsFixed": false, - "resizingConstraint": 63, + "resizingConstraint": 47, "resizingType": 0, "rotation": 0, + "sharedStyleID": "FD154772-5D9F-4899-88F9-5124F223C73E", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "E19D57BA-3451-4580-939E-301287E89C65", + "do_objectID": "E2DF08D7-CE0B-4A04-A46E-02C8D9DC19DD", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9B0D3715-2B53-47BD-90D0-B72C60A2F9F6", + "do_objectID": "E92BA203-2A38-4841-BE87-23D9A757DC8A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, }, "MSAttributedStringFontAttribute": Object { "_class": "fontDescriptor", "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "name": "Roboto-Medium", + "size": 20, }, }, "ligature": 0, "paragraphStyle": Object { "_class": "paragraphStyle", - "alignment": 2, "allowsDefaultTighteningForTruncation": 0, }, }, @@ -39165,68 +77231,30 @@ Object { }, "windingRule": 1, }, - "textBehaviour": 1, + "textBehaviour": 0, "web": Object { "attributes": Array [], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "6", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "group", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.87)", "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "176px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "44px", + "top": "0px", "visibility": "visible", - "width": "14px", + "width": "24px", }, }, - "do_objectID": "3A943487-0DD2-4013-B627-79179EE3753E", - "dontSynchroniseWithSymbol": false, + "do_objectID": "A7B39194-67E6-4391-84D0-3590B6A9C8C6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1BE7121C-D336-48BB-9DE4-5C100EA723FF", + "do_objectID": "C4FDFF6F-90CA-42E5-B4EA-02196E788C67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39235,13 +77263,13 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2998EC74-1A7E-49F1-935D-9A8E94B9F599", - "height": 14, - "width": 14, - "x": 176, - "y": 44, + "do_objectID": "C1D0BFE2-05CA-4895-8105-DEBC39E206B0", + "height": 24, + "width": 24, + "x": 0, + "y": 0, }, - "glyphBounds": "{{0, 0}, {14, 14}}", + "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -39249,384 +77277,893 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "6", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1FD002DD-1E3C-4218-9C99-5F3658265C1E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "C74FC4E3-3D05-442D-BA27-6942E8C43ADB", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "798D3C77-B6E0-4D8D-9EF6-ABDC9A4C8B2D", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "1D1A9FCF-0DAD-4917-B2EA-6CC0D24671C4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "bounds", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "31EF773D-8AEB-4113-BED9-1CB4C1CC4417", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", + ], + }, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "12px", + "left": "3px", + "position": "absolute", + "top": "6px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "894DE14D-3249-43A6-A9E5-13D74A715EAF", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "5E9A3EF6-B3AB-4018-A46A-4C09A1B6E2EC", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "A14A0CC3-5811-4C0B-AB5D-66BABB31C092", + "height": 12, + "width": 18, + "x": 3, + "y": 6, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "10px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "02902742-F6CF-47B2-A5EC-DD22510DA7DD", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "A8D67E3B-9CAB-4149-B260-2B85A40190E9", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "59305F95-A91C-43CD-BBC5-08B12D2CFEBD", + "height": 2, + "width": 18, + "x": 0, + "y": 10, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 2,L 18 2,L 18 0,L 0 0,L 0 2,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "5px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "D6BB75D0-AB30-43EC-B104-7BF224DA30B9", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "3E227245-30B1-4F5B-B4D2-B2EC3199D671", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "2178831E-0EA9-4B03-B0B6-05303ABBB4B7", + "height": 2, + "width": 18, + "x": 0, + "y": 5, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 2,L 18 2,L 18 0,L 0 0,L 0 2,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "2px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "18px", + }, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, + "do_objectID": "C6B5B3A2-5CA0-4787-A6F1-47DAFF9CCAB9", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "574554BD-6E97-4715-BD86-7A3FEC2A86BF", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "4B258FC6-50FA-406A-AFD3-A641D2D0E332", + "height": 2, + "width": 18, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M0 0,L 0 2,L 18 2,L 18 0,L 0 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], }, }, - "length": 1, - "location": 0, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "sharedStyleID": "05162022-416A-4D3D-AB6D-697C9AF39F7C", + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "string": "8", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "264px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, }, - }, - "do_objectID": "65F5B652-30AA-46EF-9848-31B838542CDA", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "C755D3C7-AB13-4290-962F-107FC370B0C9", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "2E8C8B12-DCA2-467A-AA97-23F9D6671313", - "height": 14, - "width": 14, - "x": 264, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "8", - "nameIsFixed": false, + ], + "name": "menu", + "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "CFD743B6-2A81-4C4D-A553-35EF3FA9CA93", + "do_objectID": "0E6232B9-D813-4EF6-86CD-A008760CB052", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9602C6FF-F55D-4288-BF71-BA89C50AD31B", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.8677819293, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 1, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"menu\\"", + ], }, }, + ], + "name": "app bar contents", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "CEB14821-8174-404A-B9B3-70B0D89FF07A", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"app bar contents\\"", + ], + }, + }, + ], + "name": "app bar", + "nameIsFixed": true, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "do_objectID": "6D2C6775-C00E-459D-BF35-6BF75842EAB0", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"app bar\\"", + ], + }, + }, + Object { + "_class": "group", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "FA4CA9F5-471E-4E2A-9466-D3AE5C74D5E9", + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "CAF63BAA-809D-4491-BA10-6E6BE6B675F4", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "do_objectID": "096F6677-3466-4D31-8976-C5099741CC33", + "height": 24, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClickThrough": true, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(0,150,166,1.00)", + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "360px", + }, + }, + "do_objectID": "C27B6B4D-AE72-45DB-A433-BCF83BD5FA33", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "do_objectID": "7FF88E2C-E6A4-45D7-A3B0-7D665AB5D111", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 360, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "status bar bg", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 1, - "location": 0, - }, - ], - "string": "4", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "12px", - "height": "14px", - "left": "88px", - "position": "absolute", - "top": "44px", - "visibility": "visible", - "width": "14px", - }, - }, - "do_objectID": "3D28A3E0-06C6-46D8-9D49-74E2889D999F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5EFD64D6-B59C-4411-A0E9-D5A360AA034B", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8434E221-0969-4C42-8026-4D8AE30EAAEF", - "height": 14, - "width": 14, - "x": 88, - "y": 44, - }, - "glyphBounds": "{{0, 0}, {14, 14}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "4", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "F5900C93-8D84-4B5D-9297-26C1D117AB68", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "38D7DFB9-61C1-4FF9-8709-0349CD289D0A", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8677819293, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 12, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 1, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "dates", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "066436C1-A015-40CB-93A6-2568E63BF83D", + "do_objectID": "5C253197-535A-49C9-85CC-3D1E6ECC5E36", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0.6509803921568628, + "green": 0.5882352941176472, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"dates\\"", + "role=\\"rectangle\\"", + "aria-label=\\"status bar bg\\"", ], }, }, Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "length": 10, - "location": 0, - }, - ], - "string": "March 2014", - }, - "automaticallyDrawOnUnderlyingPath": false, + "_class": "symbolInstance", "booleanOperation": 0, "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "16px", - "left": "101.5px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "76px", - }, - }, - "do_objectID": "4C11C1D3-DD6B-421C-A379-B9BEA6A35B59", - "dontSynchroniseWithSymbol": false, + "do_objectID": "2897CFF8-D7D1-4C1F-B13C-E4DAE67067FA", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "26D17DF6-4B49-4EBB-98BA-B6D7C10C473F", + "do_objectID": "1E5FD2ED-1738-4855-A83E-3E2986B601A2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -39635,69 +78172,41 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "02E65290-D089-4262-B5CE-2475D40D5AD1", - "height": 16, - "width": 76, - "x": 101.5, + "do_objectID": "139BCC43-36EB-444E-A4E6-44A1B5DA3103", + "height": 24, + "width": 118, + "x": 242, "y": 0, }, - "glyphBounds": "{{0, 0}, {76, 16}}", "hasClippingMask": false, + "horizontalSpacing": 0, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": false, + "isLocked": true, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "March 2014", + "name": "status bar contents", "nameIsFixed": false, - "resizingConstraint": 47, + "overrideValues": Array [], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, + "scale": 1, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "169B5AAB-726B-4D0D-9276-18F3F2194502", + "do_objectID": "4FFF4E6F-61BA-4E30-B769-FC2F51E39F2F", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "9055483B-992A-46D8-9AF1-DA3F0546CB8E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8725656703, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "alignment": 2, - "allowsDefaultTighteningForTruncation": 0, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], - }, + "symbolID": "080C0EF9-47BD-4900-BB91-42C80173D424", + "verticalSpacing": 0, }, ], - "name": "calendar", + "name": "status bar", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -39705,7 +78214,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "8B893904-CF99-469F-96A9-0930583B7E89", + "do_objectID": "1804FEE3-D722-4D5E-BD63-2DF8F2DB5FD5", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -39714,12 +78223,12 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"calendar\\"", + "aria-label=\\"status bar\\"", ], }, }, ], - "name": "dialog", + "name": "app bar + status bar", "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, @@ -39727,7 +78236,7 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B7E17374-D9AD-417E-9616-494EFFF2147F", + "do_objectID": "807C67B1-1EBA-45A7-AAA4-BF807BDF4729", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, @@ -39736,273 +78245,35 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"dialog\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "DF58F6C1-4219-4E6B-86D1-3F805B49AD2E": Object { - "scrollOrigin": "{160, 160}", - "zoomValue": 1, - }, - "F48B402A-BF10-42BC-8523-C16A2E01B971": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`sketch parser should match md-components-notifications-heads-up.sketch snapshot for 52 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colors": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, + "aria-label=\\"app bar + status bar\\"", ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "name": "Material/Light/Body 1", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", - "_ref_class": "MSImmutablePage", + }, + }, + ], + "name": "Page 1", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", - "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 105, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "artboards": Object {}, - "name": "Page 1", + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], }, }, - "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", - ], - "variant": "NONAPPSTORE", - "version": 112, - }, - "pages": Array [ Object { "_class": "page", "booleanOperation": 0, "clippingMaskMode": 0, - "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", + "do_objectID": "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485", "exportOptions": Object { "_class": "exportOptions", "exportFormats": Array [], @@ -40029,830 +78300,163 @@ Object { "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9941860465116279, 1}", - "curveMode": 4, - "curveTo": "{0.99738372093023264, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9941860465116279, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0026162790697673759, 1}", - "curveMode": 4, - "curveTo": "{0.0058139534883720929, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0058139534883720929, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.98687500000000006}", - "curveMode": 4, - "curveTo": "{0, 0.99437500000000001}", - "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.98750000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.0056250000000000354}", - "curveMode": 4, - "curveTo": "{0, 0.013125000000000008}", - "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058139534883720929, 0}", - "curveMode": 4, - "curveTo": "{0.0026162790697673759, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.0058139534883720929, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99709302325581395, 0}", - "curveMode": 4, - "curveTo": "{0.9938953488372092, 0}", - "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9941860465116279, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99970930232558131, 0.013125000000000008}", - "curveMode": 4, - "curveTo": "{0.99970930232558131, 0.0056250000000000354}", - "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.99437500000000012}", - "curveMode": 1, - "curveTo": "{0.99970930232558131, 0.98687500000000006}", - "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.98750000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", - "position": 0.9864078443877551, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, - }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.2000000029802322, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.1, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.0490476332782268, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", - }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - ], - "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, - }, - "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", - "isEnabled": true, - "offsetX": 0, - "offsetY": 8, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", - "isEnabled": false, - "offsetX": 0, - "offsetY": 2, - "spread": 0, - }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, - }, - "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", - "isEnabled": false, - "offsetX": 0, - "offsetY": 0, - "spread": 0, - }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "symbolMaster", + "backgroundColor": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "booleanOperation": 0, + "changeIdentifier": 6, + "clippingMaskMode": 0, + "do_objectID": "85FE2CA3-7BC8-4647-8950-9AB676A1C91A", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 118, + "x": 0, + "y": 0, + }, + "hasBackgroundColor": false, + "hasClickThrough": true, + "hasClippingMask": false, + "horizontalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, + "includeBackgroundColorInExport": true, + "includeBackgroundColorInInstance": false, + "includeInCloudUpload": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isFlowHome": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ Object { - "_class": "shapePath", + "_class": "rectangle", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { "display": "block", - "height": "3px", - "left": "88px", + "height": "24px", + "left": "0px", "position": "absolute", - "top": "94px", + "top": "0px", "visibility": "visible", - "width": "256px", + "width": "118px", }, }, - "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", - "edited": true, + "do_objectID": "61B8B31F-4531-4223-B67B-9F81955A0731", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", - "height": 3, - "width": 256, - "x": 88, - "y": 94, + "height": 24, + "width": 118, + "x": 0, + "y": 0, }, "hasClippingMask": false, - "isClosed": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "divider", + "name": "bounds", "nameIsFixed": true, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.48611111111111105}", + "curveFrom": "{0, 0}", "curveMode": 1, - "curveTo": "{0.001953125, 0.48611111111111105}", - "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", + "curveTo": "{0, 0}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{0, 0.5}", + "point": "{0, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", + "curveFrom": "{0, 1}", "curveMode": 1, - "curveTo": "{-0.087891101837158522, 0.6041666666666663}", - "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", + "curveTo": "{0, 1}", "hasCurveFrom": false, "hasCurveTo": false, - "point": "{1, 0.5}", + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 13, - "location": 0, - }, - ], - "string": "Incoming call", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "88px", - "position": "absolute", - "top": "19px", - "visibility": "visible", - "width": "85px", - }, - }, - "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 85, - "x": 88, - "y": 19, - }, - "glyphBounds": "{{0, 0}, {84, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Incoming call", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 15, - "location": 0, - }, + "role=\\"rectangle\\"", + "aria-label=\\"bounds\\"", ], - "string": "Scott Masterson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "88px", - "position": "absolute", - "top": "42px", - "visibility": "visible", - "width": "180px", - }, - }, - "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 180, - "x": 88, - "y": 42, - }, - "glyphBounds": "{{0, 0}, {177, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Scott Masterson", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, }, Object { @@ -40862,129 +78466,58 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "88px", + "height": "12px", + "left": "8px", "position": "absolute", - "top": "116px", + "top": "6px", "visibility": "visible", - "width": "81px", - }, - }, - "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", - "height": 24, - "width": 81, - "x": 88, - "y": 116, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "IGNORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "width": "16px", + }, + }, + "do_objectID": "0F7636EC-3486-4CC5-99A9-684896927622", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 16, + "x": 8, + "y": 6, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "12px", + "left": "1.70530256582424e-13px", "position": "absolute", - "top": "4px", + "top": "0px", "visibility": "visible", - "width": "50px", + "width": "16px", }, }, - "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", - "dontSynchroniseWithSymbol": false, + "do_objectID": "48C609B3-F9AE-422F-8D11-F6812E58FE3A", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -40993,87 +78526,99 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 16, - "width": 50, - "x": 32, - "y": 4, + "height": 12, + "width": 16, + "x": 1.70530256582424e-13, + "y": 0, }, - "glyphBounds": "{{0, 0}, {49, 16}}", - "hasClippingMask": false, + "hasClippingMask": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Ignore", - "nameIsFixed": false, - "resizingConstraint": 47, + "name": "wifi mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.49999999999999828, 1}", + "curveMode": 1, + "curveTo": "{0.49999999999999828, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.49999999999999828, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M0 0,L 8 12,L 16 0,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", + "_class": "shapeGroup", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", "height": "24px", - "left": "0px", + "left": "-4.000000000000114px", "position": "absolute", "top": "0px", "visibility": "visible", "width": "24px", }, }, - "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "do_objectID": "287233C0-7413-448D-82F6-AC1AD74EDE8C", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41082,10 +78627,9 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", "height": 24, "width": 24, - "x": 0, + "x": -4.000000000000114, "y": 0, }, "hasClickThrough": false, @@ -41098,44 +78642,398 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, + "rules": Object { + "display": "block", + "height": "24px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "24px", + }, + }, + "do_objectID": "CC5B3585-0E1B-45E9-BF72-0B8BCB2EA440", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 24, + "width": 24, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22499999999999906, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.7749999999999998}", + "curveMode": 2, + "curveTo": "{0, 0.22500000000000023}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77500000000000091, 1}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22500000000000023}", + "curveMode": 2, + "curveTo": "{1, 0.7749999999999998}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77500000000000091, 0}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.30)\\"", + "d=\\"M12 0,S 0 5.4, 0 12,S 5.4 24, 12 24,S 24 18.6, 24 12,S 18.6 0, 12 0,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "3px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "CD540E6A-760E-4F36-8DB5-F793A9F1A479", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": 3, + "y": 3, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22222222222222221, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22222222222222221}", + "curveMode": 2, + "curveTo": "{0, 0.77777777777777779}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77777777777777779, 0}", + "curveMode": 2, + "curveTo": "{0.22222222222222221, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77777777777777779}", + "curveMode": 2, + "curveTo": "{1, 0.22222222222222221}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77777777777777779, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.30)\\"", + "d=\\"M9 18,S 0 14, 0 9,S 4 0, 9 0,S 18 4, 18 9,S 14 18, 9 18,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + ], + "name": "Shape", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], + }, + "windingRule": 1, + }, + Object { + "_class": "shapeGroup", + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "18px", + "left": "-1.000000000000114px", + "position": "absolute", + "top": "3px", + "visibility": "visible", + "width": "18px", + }, + }, + "do_objectID": "99CA80EA-99CB-4F9D-AE59-61E715C9D579", + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 18, + "width": 18, + "x": -1.000000000000114, + "y": 3, + }, + "hasClickThrough": false, + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "layers": Array [ + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { "rules": Object { "display": "block", - "height": "24px", + "height": "18px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "18px", }, }, - "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", - "edited": false, + "do_objectID": "3B0F2CD9-E800-48D8-8695-71CEE8180B3C", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, + "constrainProportions": false, + "height": 18, + "width": 18, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -41143,49 +79041,59 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0.22222222222222221, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "curveFrom": "{0, 0.77777777777777779}", + "curveMode": 2, + "curveTo": "{0, 0.22222222222222221}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "curveFrom": "{0.77777777777777779, 1}", + "curveMode": 2, + "curveTo": "{0.22222222222222221, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", + "curveFrom": "{1, 0.22222222222222221}", + "curveMode": 2, + "curveTo": "{1, 0.77777777777777779}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77777777777777779, 0}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "hasCurveTo": true, + "point": "{0.5, 0}", }, ], "resizingConstraint": 63, @@ -41194,18 +79102,44 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M9 0,S 0 4, 0 9,S 4 18, 9 18,S 18 14, 18 9,S 14 0, 9 0,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "shapePath", @@ -41214,19 +79148,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "14px", - "left": "5px", + "height": "12px", + "left": "3px", "position": "absolute", - "top": "5px", + "top": "3px", "visibility": "visible", - "width": "13.999px", + "width": "12px", }, }, - "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", + "do_objectID": "B479B32B-CF71-44A5-AF7E-EEA917A2D816", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41235,10 +79168,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 14, - "width": 13.999, - "x": 5, - "y": 5, + "height": 12, + "width": 12, + "x": 3, + "y": 3, }, "hasClippingMask": false, "isClosed": true, @@ -41248,155 +79181,77 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "shape", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.39900000000000002}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.39900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.39900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 0}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{0, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.39895706836202588, 0.5}", - "curveMode": 1, - "curveTo": "{0.39895706836202588, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.39895706836202588, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{0, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 1}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.60099999999999998}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.60099999999999998}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.60099999999999998}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 1}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 1}", - "hasCurveFrom": false, + "curveFrom": "{0.22499999999999906, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0.89906421887277665, 1}", + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{1, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.89900000000000002}", + "curveFrom": "{0, 0.22499999999999906}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000091}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.60104293163797429, 0.5}", - "curveMode": 1, - "curveTo": "{0.60104293163797429, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.60104293163797429, 0.5}", + "curveFrom": "{0.77499999999999625, 0}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{1, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.10099999999999985}", + "curveFrom": "{1, 0.77500000000000091}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999906}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 0}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 0}", + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77500000000000568, 1}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 0}", + "hasCurveTo": true, + "point": "{0.5, 1}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", - "opacity": 0.5399999618530273, - }, - "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, "fillType": 0, "isEnabled": true, @@ -41415,8 +79270,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M6 12,S 0 9.3, 0 6,S 2.7 0, 6 0,S 12 2.7, 12 6,S 9.3 12, 6 12,z\\"", ], "type": "path", }, @@ -41427,269 +79282,63 @@ Object { }, }, ], - "name": "ignore icon", - "nameIsFixed": true, + "name": "Shape", + "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore icon\\"", - ], - }, - }, - ], - "name": "ignore", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "215px", - "position": "absolute", - "top": "116px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", - "height": 24, - "width": 88, - "x": 215, - "y": 116, - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, + "fills": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "ANSWER", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.54)", - "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", - "position": "absolute", - "top": "4px", - "visibility": "visible", - "width": "56px", - }, - }, - "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", - "height": 16, - "width": 56, - "x": 32, - "y": 4, - }, - "glyphBounds": "{{0, 0}, {56, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "ANSWER", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", + ], }, + "windingRule": 1, }, Object { - "_class": "group", + "_class": "shapeGroup", "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "0px", + "height": "12px", + "left": "1.999999999999886px", "position": "absolute", - "top": "0px", + "top": "6px", "visibility": "visible", - "width": "24px", + "width": "12px", }, }, - "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "do_objectID": "17E4F2B4-96B0-411A-88F6-61FDC86B6DDE", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41698,11 +79347,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", - "height": 24, - "width": 24, - "x": 0, - "y": 0, + "height": 12, + "width": 12, + "x": 1.999999999999886, + "y": 6, }, "hasClickThrough": false, "hasClippingMask": false, @@ -41714,44 +79362,38 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "rectangle", + "_class": "shapePath", "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { "display": "block", - "height": "24px", + "height": "12px", "left": "0px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "12px", }, }, - "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", - "edited": false, + "do_objectID": "EE70DE52-A724-4E3D-A42F-CE005CC6DEE5", + "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, - "fixedRadius": 0, "frame": Object { "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, + "constrainProportions": false, + "height": 12, + "width": 12, "x": 0, "y": 0, }, "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, @@ -41759,49 +79401,59 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, + "name": "Path", + "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, + "curveFrom": "{0.22499999999999906, 0}", + "curveMode": 4, + "curveTo": "{0.5, 0}", + "hasCurveFrom": true, "hasCurveTo": false, - "point": "{0, 0}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "curveFrom": "{0, 0.77500000000000091}", + "curveMode": 2, + "curveTo": "{0, 0.22499999999999906}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "curveFrom": "{0.77499999999999625, 1}", + "curveMode": 2, + "curveTo": "{0.22499999999999906, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", + "curveFrom": "{1, 0.22499999999999906}", + "curveMode": 2, + "curveTo": "{1, 0.77500000000000091}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 0}", + "curveMode": 4, + "curveTo": "{0.77500000000000568, 0}", "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "hasCurveTo": true, + "point": "{0.5, 0}", }, ], "resizingConstraint": 63, @@ -41810,18 +79462,44 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M6 0,S 0 2.7, 0 6,S 2.7 12, 6 12,S 12 9.3, 12 6,S 9.3 0, 6 0,z\\"", + ], + "type": "path", + }, ], }, + "web": Object { + "attributes": Array [], + }, }, Object { "_class": "shapePath", @@ -41830,19 +79508,18 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "18px", + "height": "6px", "left": "3px", "position": "absolute", "top": "3px", "visibility": "visible", - "width": "18px", + "width": "6px", }, }, - "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", + "do_objectID": "BD7374FA-0B5C-49B4-9D33-6515AAA9219E", "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -41851,8 +79528,8 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 18, - "width": 18, + "height": 6, + "width": 6, "x": 3, "y": 3, }, @@ -41864,185 +79541,77 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "Imported Layers", + "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, "points": Array [ Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.024833333333333336, 0}", - "curveMode": 4, - "curveTo": "{0.055555555555555552, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.055555555555555552, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.57711111111111113}", - "curveMode": 3, - "curveTo": "{0, 0.024833333333333287}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97516666666666674, 1}", - "curveMode": 3, - "curveTo": "{0.42288888888888887, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{1, 0.97516666666666674}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.71933333333333338}", + "curveFrom": "{0.21666666666666856, 1}", "curveMode": 4, - "curveTo": "{1, 0.75}", + "curveTo": "{0.5, 1}", "hasCurveFrom": true, "hasCurveTo": false, - "point": "{1, 0.75}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.87511111111111106, 0.69450000000000001}", - "curveMode": 3, - "curveTo": "{0.97516666666666674, 0.69450000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 0.69450000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74044444444444446, 0.66111111111111109}", - "curveMode": 3, - "curveTo": "{0.80844444444444441, 0.68333333333333324}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.746, 0.66288888888888886}", + "point": "{0.5, 1}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.71466666666666667, 0.66022222222222227}", + "curveFrom": "{0, 0.21666666666666856}", "curveMode": 2, - "curveTo": "{0.7346111111111111, 0.66022222222222227}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.72883333333333333, 0.66022222222222227}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.68961111111111117, 0.67649999999999999}", - "curveMode": 4, - "curveTo": "{0.70044444444444443, 0.66566666666666663}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.68961111111111117, 0.67649999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.41000000000000003, 0.71888888888888891}", - "curveMode": 4, - "curveTo": "{0.56733333333333336, 0.79888888888888887}", + "curveTo": "{0, 0.78333333333333144}", "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.56733333333333336, 0.79888888888888887}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.20127777777777778, 0.43300000000000005}", - "curveMode": 4, - "curveTo": "{0.28138888888888886, 0.59027777777777779}", - "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.20127777777777778, 0.43300000000000005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33877777777777784, 0.29516666666666658}", - "curveMode": 4, - "curveTo": "{0.32350000000000001, 0.31038888888888888}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32350000000000001, 0.31038888888888888}", + "point": "{0, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.31666666666666671, 0.19149999999999995}", - "curveMode": 3, - "curveTo": "{0.34327777777777779, 0.2732222222222222}", + "curveFrom": "{0.78333333333334088, 0}", + "curveMode": 2, + "curveTo": "{0.21666666666666856, 0}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.33711111111111108, 0.25399999999999995}", + "point": "{0.5, 0}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.30550000000000005, 0.024833333333333287}", - "curveMode": 3, - "curveTo": "{0.30550000000000005, 0.12483333333333332}", + "curveFrom": "{1, 0.78333333333333144}", + "curveMode": 2, + "curveTo": "{1, 0.21666666666666856}", "hasCurveFrom": true, "hasCurveTo": true, - "point": "{0.30550000000000005, 0.055555555555555552}", + "point": "{1, 0.5}", }, Object { "_class": "curvePoint", "cornerRadius": 0, - "curveFrom": "{0.25, 0}", + "curveFrom": "{0.5, 1}", "curveMode": 4, - "curveTo": "{0.28066666666666662, 0}", + "curveTo": "{0.78333333333334088, 1}", "hasCurveFrom": false, "hasCurveTo": true, - "point": "{0.25, 0}", + "point": "{0.5, 1}", }, ], "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", - "opacity": 0.5399999618530273, - }, - "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, "fillType": 0, "isEnabled": true, @@ -42061,8 +79630,8 @@ Object { "paths": Array [ Object { "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", + "fill=\\"rgba(255,255,255,0.90)\\"", + "d=\\"M3 6,S 0 4.7, 0 3,S 1.3 0, 3 0,S 6 1.3, 6 3,S 4.7 6, 3 6,z\\"", ], "type": "path", }, @@ -42073,604 +79642,229 @@ Object { }, }, ], - "name": "call icon", - "nameIsFixed": true, + "name": "Shape", + "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"call icon\\"", + "role=\\"shapeGroup\\"", + "aria-label=\\"Shape\\"", ], }, - }, - ], - "name": "answer", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"answer\\"", - ], - }, - }, - Object { - "_class": "oval", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", - "display": "block", - "height": "56px", - "left": "15px", - "position": "absolute", - "top": "16px", - "visibility": "visible", - "width": "56px", - }, - }, - "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 56, - "width": 56, - "x": 15, - "y": 16, - }, - "hasClippingMask": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", + "windingRule": 1, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "oval", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "border-radius": "50%", + "display": "block", + "height": "6px", + "left": "5px", + "position": "absolute", + "top": "9px", + "visibility": "visible", + "width": "6px", + }, + }, + "do_objectID": "D27B5981-CCA7-4D15-BDB6-1307F55D4185", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 6, + "width": 6, + "x": 5, + "y": 9, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Oval", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77614237490000004, 1}", + "curveMode": 2, + "curveTo": "{0.22385762510000001, 1}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.22385762510000001}", + "curveMode": 2, + "curveTo": "{1, 0.77614237490000004}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22385762510000001, 0}", + "curveMode": 2, + "curveTo": "{0.77614237490000004, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.77614237490000004}", + "curveMode": 2, + "curveTo": "{0, 0.22385762510000001}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"oval\\"", + "aria-label=\\"Oval\\"", + ], + }, }, ], + "name": "wifi", + "nameIsFixed": true, + "originalObjectID": "0F7636EC-3486-4CC5-99A9-684896927622", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.26, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, + "alpha": 1, "blue": 0, "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", - ], - }, - }, - ], - "name": "heads-up notification", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"heads-up notification\\"", - ], - }, - }, - ], - "name": "Page 1", - "nameIsFixed": false, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "verticalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - }, - ], - "previews": Array [], - "user": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "scrollOrigin": "{134, 134}", - "zoomValue": 1, - }, - "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { - "pageListHeight": 110, - }, - "document": Object { - "pageListCollapsed": 1, - "pageListHeight": -1, - }, - }, -} -`; - -exports[`sketch parser should match md-components-notifications-heads-up.sketch snapshot for 53 1`] = ` -Object { - "document": Object { - "_class": "document", - "assets": Object { - "_class": "assetCollection", - "colorAssets": Array [], - "colors": Array [], - "gradientAssets": Array [], - "gradients": Array [], - "imageCollection": Object { - "_class": "imageCollection", - "images": Object {}, - }, - "images": Array [], - }, - "colorSpace": 0, - "currentPageIndex": 0, - "do_objectID": "A9C33D52-8B9C-4D33-B3A2-119099BA92B4", - "foreignLayerStyles": Array [], - "foreignSymbols": Array [], - "foreignTextStyles": Array [], - "layerStyles": Object { - "_class": "sharedStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", - "name": "Material/Light/Divider", - "value": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "name": "Material/Icon dark", - "value": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 0.5399999618530273, - }, - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - }, - ], - }, - "layerSymbols": Object { - "_class": "symbolContainer", - "objects": Array [], - }, - "layerTextStyles": Object { - "_class": "sharedTextStyleContainer", - "objects": Array [ - Object { - "_class": "sharedStyle", - "do_objectID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "name": "Material/Light/Body 1", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - Object { - "_class": "sharedStyle", - "do_objectID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "name": "Material/Light/Headline", - "value": Object { - "_class": "style", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - }, - ], - }, - "pages": Array [ - Object { - "_class": "MSJSONFileReference", - "_ref": "pages/79F9080C-DFBE-41C5-8884-E66187BAF505", - "_ref_class": "MSImmutablePage", - }, - ], - }, - "meta": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "created": Object { - "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", - "compatibilityVersion": 99, - "variant": "NONAPPSTORE", - "version": 116, - }, - "fonts": Array [ - "Roboto-Regular", - "Roboto-Medium", - ], - "pagesAndArtboards": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "artboards": Object {}, - "name": "Page 1", - }, - }, - "saveHistory": Array [ - "NONAPPSTORE.72520", - ], - "variant": "NONAPPSTORE", - "version": 116, - }, - "pages": Array [ - Object { - "_class": "page", - "booleanOperation": 0, - "clippingMaskMode": 0, - "do_objectID": "79F9080C-DFBE-41C5-8884-E66187BAF505", - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 300, - "width": 300, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": true, - "hasClippingMask": false, - "horizontalRulerData": Object { - "_class": "rulerData", - "base": 0, - "guides": Array [], - }, - "includeInCloudUpload": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "160px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "344px", - }, - }, - "do_objectID": "8E7999E1-2931-4401-A108-23FBD7583581", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "2EE6736B-3404-4E98-8268-61742FEBD393", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "8409D277-0B98-45B7-B08A-AB84800535C6", - "height": 160, - "width": 344, - "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"group\\"", + "aria-label=\\"wifi\\"", + ], + }, + }, Object { - "_class": "shapePath", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { "rules": Object { "display": "block", - "height": "160px", - "left": "0px", + "height": "12px", + "left": "34px", "position": "absolute", - "top": "0px", + "top": "6px", "visibility": "visible", - "width": "344px", + "width": "12px", }, }, - "do_objectID": "55789A76-C34E-4D99-B58A-E534D9231281", - "edited": true, + "do_objectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "99F15D80-0008-4A7F-B22E-C211AE1FC2FB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -42679,756 +79873,668 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 160, - "width": 344, - "x": 0, - "y": 0, + "height": 12, + "width": 12, + "x": 34, + "y": 6, }, + "hasClickThrough": false, "hasClippingMask": false, - "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "card", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.9941860465116279, 1}", - "curveMode": 4, - "curveTo": "{0.99738372093023264, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.9941860465116279, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0026162790697673759, 1}", - "curveMode": 4, - "curveTo": "{0.0058139534883720929, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.0058139534883720929, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.98687500000000006}", - "curveMode": 4, - "curveTo": "{0, 0.99437500000000001}", - "do_objectID": "6B40E147-E6C5-4078-A04D-6B3DAA2EFEA1", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0, 0.98750000000000004}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.0056250000000000354}", - "curveMode": 4, - "curveTo": "{0, 0.013125000000000008}", - "do_objectID": "E3E3CEE2-64BC-462F-860B-8B0E6FDCAB11", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0, 0.012500000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.0058139534883720929, 0}", - "curveMode": 4, - "curveTo": "{0.0026162790697673759, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.0058139534883720929, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99709302325581395, 0}", - "curveMode": 4, - "curveTo": "{0.9938953488372092, 0}", - "do_objectID": "62A6AD0F-CCEE-4D0F-B2D3-17535ED9FD84", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.9941860465116279, 0}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.99970930232558131, 0.013125000000000008}", - "curveMode": 4, - "curveTo": "{0.99970930232558131, 0.0056250000000000354}", - "do_objectID": "BD65A1C5-A071-4A24-8A64-9D32574BE786", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.012500000000000001}", + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "12px", + "left": "-1.13686837721616e-13px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "12px", + }, + }, + "do_objectID": "40BA2EEC-83D4-453D-8478-4F0193497A23", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 12, + "x": -1.13686837721616e-13, + "y": 0, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "reception mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M12 12,L 12 0,L 0 12,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.99437500000000012}", - "curveMode": 1, - "curveTo": "{0.99970930232558131, 0.98687500000000006}", - "do_objectID": "0BEBB06C-5710-4BD6-913A-A410E1F5521A", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.98750000000000004}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "borders": Array [ - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.8, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.02, - "blue": 0, - "green": 0, - "red": 0, - }, - "position": 0.95, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.04, - "blue": 0, - "green": 0, - "red": 0, - }, - "do_objectID": "DD563321-B16D-48DB-971E-EFA5CBCC9B68", - "position": 0.9864078443877551, - }, - ], - "to": "{0.5, 1}", + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "12px", + "left": "9px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "isEnabled": true, - "position": 1, - "thickness": 1, }, - Object { - "_class": "border", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.592, - "green": 0.592, - "red": 0.592, + "do_objectID": "D0C86B5E-4173-4729-A3AF-88C232B22652", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 9, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 8, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "fillType": 1, - "gradient": Object { - "_class": "gradient", - "elipseLength": 0, - "from": "{0.5, 0}", - "gradientType": 0, - "stops": Array [ - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.2000000029802322, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0.1, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.0490476332782268, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 0.2, - }, - Object { - "_class": "gradientStop", - "color": Object { - "_class": "color", - "alpha": 0, - "blue": 1, - "green": 1, - "red": 1, - }, - "position": 1, - }, - ], - "to": "{0.5, 1}", + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", }, - "isEnabled": true, - "position": 1, - "thickness": 1, - }, - ], - "do_objectID": "9BA61E04-064A-43BA-BE20-A41809BBCE07", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0.9803921568627451, - "green": 0.9803921568627451, - "red": 0.9803921568627451, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, - "do_objectID": "9DAE72BE-FEC5-43AC-8DF6-3CA503C9F981", - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], }, - ], - "miterLimit": 10, - "shadows": Array [ - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "12px", + "left": "6px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "do_objectID": "A0D59076-EC11-4C4E-9E20-E28EE23CFF84", - "isEnabled": true, - "offsetX": 0, - "offsetY": 8, - "spread": 0, }, - Object { - "_class": "shadow", - "blurRadius": 8, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "EF62075C-CD4D-4710-991E-3FCE6FB02448", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 6, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "do_objectID": "F7F53853-CC34-42F3-980C-47DD7560D641", - "isEnabled": true, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.24, - "blue": 0, - "green": 0, - "red": 0, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "3px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", }, - "do_objectID": "6BD7C012-8C17-4603-98EA-3C68A8F44378", - "isEnabled": false, - "offsetX": 0, - "offsetY": 2, - "spread": 0, }, - Object { - "_class": "shadow", - "blurRadius": 2, - "color": Object { - "_class": "color", - "alpha": 0.12, - "blue": 0, - "green": 0, - "red": 0, + "do_objectID": "8639EA38-59EA-4C41-AC59-E235A01C9985", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 3, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "opacity": 1, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", }, - "do_objectID": "47323438-6000-4454-B4AE-6DF79FCC38E2", - "isEnabled": false, - "offsetX": 0, - "offsetY": 0, - "spread": 0, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - ], - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { + "web": Object { "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#979797ff\\"", - "fill=\\"rgba(250,250,250,1.00)\\"", - "d=\\"M343 161,S 3 161, 3 161,S 1 160.1, 1 159,S 1 3.1, 1 3,S 1.9 1, 3 1,S 342.9 1, 343 1,S 344.9 1.9, 345 3,S 344.9 158.9, 345 159,z\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], - "type": "path", }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "3px", - "left": "88px", - "position": "absolute", - "top": "94px", - "visibility": "visible", - "width": "256px", - }, - }, - "do_objectID": "BD1F3F7D-2E73-43ED-B734-5DCB80245774", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7FF9D2F4-25A2-488A-96EF-77DD5FDD4E45", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B7921892-9955-415B-8B6D-F87E6273671E", - "height": 3, - "width": 256, - "x": 88, - "y": 94, - }, - "hasClippingMask": false, - "isClosed": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "divider", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.001953125, 0.48611111111111105}", - "curveMode": 1, - "curveTo": "{0.001953125, 0.48611111111111105}", - "do_objectID": "1094F20B-DB68-4378-AA21-AEE9F2AB8135", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.5}", }, Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{-0.087891101837158522, 0.6041666666666663}", - "curveMode": 1, - "curveTo": "{-0.087891101837158522, 0.6041666666666663}", - "do_objectID": "ADB348CB-795D-44D7-95F7-8C7327FAE504", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.5}", + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", + }, + }, + "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, }, ], + "name": "reception", + "nameIsFixed": true, + "originalObjectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "sharedStyleID": "0D4957BF-8525-4E4A-9AC1-785B9EFE17C9", "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "borders": Array [ + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "border", + "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.12, + "alpha": 1, "blue": 0, "green": 0, "red": 0, }, "fillType": 0, "isEnabled": true, - "position": 0, - "thickness": 1, - }, - ], - "do_objectID": "60C9804D-930D-445F-BC3C-1DCB154176A5", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 1, - "paths": Array [ - Object { - "attributes": Array [ - "stroke-width=\\"1\\"", - "stroke=\\"#0000001f\\"", - "fill=\\"none\\"", - "d=\\"M1 2.5,L 257 2.5\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "length": 13, - "location": 0, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "string": "Incoming call", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "14px", - "height": "20px", - "left": "88px", - "position": "absolute", - "top": "19px", - "visibility": "visible", - "width": "85px", - }, - }, - "do_objectID": "F278ED26-968D-44A1-93FF-B1D9CC51840C", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "A847C42A-97B6-4D62-B930-84E2B38C526E", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 20, - "width": 85, - "x": 88, - "y": 19, - }, - "glyphBounds": "{{0, 0}, {84, 20}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Incoming call", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "7524EF95-E92F-4738-8F0B-270F756BCC15", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "21FF1AC6-5C46-4C6E-95FA-BFB7CF9A43C6", - "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E2D73D81-DCAA-4AD0-AC02-E4EF2AE2464E", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 14, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 20, - "minimumLineHeight": 20, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "length": 15, - "location": 0, - }, + "role=\\"group\\"", + "aria-label=\\"reception\\"", ], - "string": "Scott Masterson", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "color": "rgba(0,0,0,0.87)", - "display": "block", - "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", - "font-size": "24px", - "height": "32px", - "left": "88px", - "position": "absolute", - "top": "42px", - "visibility": "visible", - "width": "180px", - }, - }, - "do_objectID": "617AEC1F-71BF-4D17-88C1-D4449A31307F", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "4167CE6C-984E-49B8-BF3A-5007AA2A0500", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 32, - "width": 180, - "x": 88, - "y": 42, - }, - "glyphBounds": "{{0, 0}, {177, 32}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Scott Masterson", - "nameIsFixed": false, - "resizingConstraint": 47, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "B9611F0C-2E3E-49FA-BB1C-11286A9F342F", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "71903DC8-0CDD-4066-B398-A13A7D037F4F", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "E370DCC3-B119-40FD-8576-BC4EA067D637", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.87, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 24, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 32, - "minimumLineHeight": 32, - }, - }, - "verticalAlignment": 0, - }, - "windingRule": 1, - }, - "textBehaviour": 0, - "web": Object { - "attributes": Array [], }, }, Object { @@ -43438,18 +80544,17 @@ Object { "css": Object { "rules": Object { "display": "block", - "height": "24px", - "left": "88px", + "height": "13px", + "left": "60px", "position": "absolute", - "top": "116px", + "top": "5px", "visibility": "visible", - "width": "81px", + "width": "8px", }, }, - "do_objectID": "66B17F4E-F264-4B70-AA07-79FF01C7C87A", + "do_objectID": "394BBD24-BE18-4203-8A03-D37C48937738", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "4D7B8B3B-F803-49B1-B8A2-75E725088B9A", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -43458,14 +80563,10 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A867450F-8A37-4985-A1A7-55A6DDDDAFDA", - "height": 24, - "width": 81, - "x": 88, - "y": 116, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "height": 13, + "width": 8, + "x": 60, + "y": 5, }, "hasClickThrough": false, "hasClippingMask": false, @@ -43477,1222 +80578,871 @@ Object { "layerListExpandedType": 0, "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 1, - "location": 5, - }, - ], - "string": "IGNORE", - }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "_class": "shapePath", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { "rules": Object { - "color": "rgba(0,0,0,0.54)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "13px", + "left": "-1.13686837721616e-13px", "position": "absolute", - "top": "4px", + "top": "0px", "visibility": "visible", - "width": "50px", + "width": "8px", + }, + }, + "do_objectID": "36B2AC85-DF12-4169-8718-5F3D3C549F84", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 13, + "width": 8, + "x": -1.13686837721616e-13, + "y": 0, + }, + "hasClippingMask": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "battery mask", + "nameIsFixed": true, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.875, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.875, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.875, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.75, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.75, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.75, 0}", + "curveMode": 1, + "curveTo": "{0.75, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.75, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0}", + "curveMode": 1, + "curveTo": "{0.25, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.25, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.25, 0.076923076923076927}", + "curveMode": 1, + "curveTo": "{0.25, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0.25, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.049999999999997158, 0.076923076923076927}", + "curveMode": 4, + "curveTo": "{0.125, 0.076923076923076927}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.125, 0.076923076923076927}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.15384615384615385}", + "curveMode": 4, + "curveTo": "{0, 0.10769230769230813}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0, 0.15384615384615385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.96923076923076878}", + "curveMode": 4, + "curveTo": "{0, 0.92307692307692313}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0, 0.92307692307692313}", }, - }, - "do_objectID": "41897058-D51E-4F23-8504-3D7FF3441F95", - "dontSynchroniseWithSymbol": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "5D8AD0F7-5C5E-45F6-A744-EB475F20F810", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 16, - "width": 50, - "x": 32, - "y": 4, - }, - "glyphBounds": "{{0, 0}, {49, 16}}", - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "Ignore", - "nameIsFixed": false, - "resizingConstraint": 47, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.125, 1}", + "curveMode": 4, + "curveTo": "{0.049999999999997158, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.125, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.95000000000000284, 1}", + "curveMode": 4, + "curveTo": "{0.875, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.875, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.92307692307692313}", + "curveMode": 4, + "curveTo": "{1, 0.96923076923076878}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{1, 0.92307692307692313}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.10769230769230813}", + "curveMode": 4, + "curveTo": "{1, 0.15384615384615385}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{1, 0.15384615384615385}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.875, 0.076923076923076927}", + "curveMode": 4, + "curveTo": "{0.95000000000000284, 0.076923076923076927}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.875, 0.076923076923076927}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "6A74DFEC-54BD-4FC9-B183-6BF05FAAC5EA", "endMarkerType": 0, "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "988113A0-75B4-43A1-91E1-1C6052CB589F", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, - "textBehaviour": 0, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"none\\"", + "d=\\"M7 1,L 6 1,L 6 0,L 2 0,L 2 1,S 1 1, 1 1,S 0 1.4, 0 2,S 0 12, 0 12,S 0.4 13, 1 13,S 7 13, 7 13,S 8 12.6, 8 12,S 8 2, 8 2,S 7.6 1, 7 1,z\\"", + ], + "type": "path", + }, + ], + }, "web": Object { "attributes": Array [], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(255,255,255,0.90)", "display": "block", - "height": "24px", + "height": "3px", "left": "0px", "position": "absolute", - "top": "0px", + "top": "10px", "visibility": "visible", - "width": "24px", + "width": "8px", }, }, - "do_objectID": "5417E316-45B2-4E5A-B4AC-45DF97D555C5", + "do_objectID": "50A264EB-01E5-4A89-91A4-6BC7B6F43B82", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1DACA3E-BBDD-4A5D-A047-40158E028AB1", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "6B2D0E1E-99DD-4BE2-92A1-669C16C12ABA", - "height": 24, - "width": 24, + "height": 3, + "width": 8, "x": 0, - "y": 0, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", + "y": 10, }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "0FA1C276-F933-4F8E-B2FD-880D6EE9A445", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "16B90922-8BE4-43C6-BF02-920BBB23D02A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "C6EE7767-31F7-4620-BF0F-0F399E50D9ED", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "14px", - "left": "5px", - "position": "absolute", - "top": "5px", - "visibility": "visible", - "width": "13.999px", - }, - }, - "do_objectID": "A8272C05-A42D-44B7-9604-89911D5E7674", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "0792FEB8-751E-477A-A490-767093A2F55D", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 14, - "width": 13.999, - "x": 5, - "y": 5, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "shape", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.39900000000000002}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.39900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.39900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 0}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{0, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.39895706836202588, 0.5}", - "curveMode": 1, - "curveTo": "{0.39895706836202588, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.39895706836202588, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{0, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.1010072148010572, 1}", - "curveMode": 1, - "curveTo": "{0.1010072148010572, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.1010072148010572, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.50003571683691694, 0.60099999999999998}", - "curveMode": 1, - "curveTo": "{0.50003571683691694, 0.60099999999999998}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.50003571683691694, 0.60099999999999998}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 1}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.89900000000000002}", - "curveMode": 1, - "curveTo": "{1, 0.89900000000000002}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.89900000000000002}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.60104293163797429, 0.5}", - "curveMode": 1, - "curveTo": "{0.60104293163797429, 0.5}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.60104293163797429, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.10099999999999985}", - "curveMode": 1, - "curveTo": "{1, 0.10099999999999985}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0.10099999999999985}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.89906421887277665, 0}", - "curveMode": 1, - "curveTo": "{0.89906421887277665, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0.89906421887277665, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "CD5153DD-DE3E-456F-A211-3446FE4F6D78", - "opacity": 0.5399999618530273, - }, - "do_objectID": "6B634C74-B793-42E3-AAFE-D802492E6FB2", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M7 5.586,L 1.414 0,L 0 1.414,L 5.585 7,L 0 12.586,L 1.414 14,L 7 8.414,L 12.586 14,L 13.999 12.586,L 8.414 7,L 13.999 1.414,L 12.586 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "ignore icon", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "7094C522-3E53-4C18-BE67-288DF46DD599", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore icon\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], }, }, - ], - "name": "ignore", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "73396DAC-D3ED-4453-813C-CD0CFBFF3AFD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"ignore\\"", - ], - }, - }, - Object { - "_class": "group", - "booleanOperation": 0, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "24px", - "left": "215px", - "position": "absolute", - "top": "116px", - "visibility": "visible", - "width": "88px", - }, - }, - "do_objectID": "931BCD4A-499C-478F-B21F-E6CCF84B359F", - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E02490EE-A7C7-4F19-8FA8-8A64B7107D16", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "B911EBD7-937E-41E1-9D72-BF3BCBFE8979", - "height": 24, - "width": 88, - "x": 215, - "y": 116, - }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, - "hasClippingMask": false, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "layers": Array [ Object { - "_class": "text", - "attributedString": Object { - "_class": "attributedString", - "attributes": Array [ - Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, - }, - "length": 5, - "location": 0, - }, + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "7px", + "visibility": "visible", + "width": "8px", + }, + }, + "do_objectID": "104A5BDF-320D-45A2-9EFB-DA0F9A056E07", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 8, + "x": 0, + "y": 7, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ Object { - "_class": "stringAttribute", - "attributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, - }, - "kerning": 0, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, - }, + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, }, - "length": 1, - "location": 5, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, ], - "string": "ANSWER", + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, }, - "automaticallyDrawOnUnderlyingPath": false, - "booleanOperation": 0, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { - "color": "rgba(0,0,0,0.54)", + "background-color": "rgba(255,255,255,0.30)", "display": "block", - "font-family": "'Roboto-Medium', 'Roboto', 'sans-serif'", - "font-size": "13px", - "height": "16px", - "left": "32px", + "height": "3px", + "left": "0px", "position": "absolute", "top": "4px", "visibility": "visible", - "width": "56px", + "width": "8px", }, }, - "do_objectID": "1537BD3C-891A-4F61-8F55-BC4CEBEBBD0A", - "dontSynchroniseWithSymbol": false, + "do_objectID": "4162C6FB-40B4-4940-AF52-911CB4C18D05", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "253396C7-6912-4130-8B5E-53FA21C63323", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "3D3FD027-736C-4804-98F2-6453BC7E7B64", - "height": 16, - "width": 56, - "x": 32, + "height": 3, + "width": 8, + "x": 0, "y": 4, }, - "glyphBounds": "{{0, 0}, {56, 16}}", "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "lineSpacingBehaviour": 0, - "name": "ANSWER", + "name": "Rectangle-path", "nameIsFixed": false, - "resizingConstraint": 47, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "2AE23441-EE0C-474C-8467-A97D2188B06F", "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "B879430C-08C6-444C-B016-09E0A51D4739", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { + "fills": Array [ + Object { + "_class": "fill", + "color": Object { "_class": "color", - "alpha": 0.54, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Medium", - "size": 13, - }, + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, - "kerning": 0.5, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 16, - "minimumLineHeight": 16, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, + "rules": Object { + "background-color": "rgba(255,255,255,0.30)", + "display": "block", + "height": "3px", + "left": "0px", + "position": "absolute", + "top": "1px", + "visibility": "visible", + "width": "8px", + }, + }, + "do_objectID": "7EEACE8D-CEA3-4118-BA2B-20DA6BB9C643", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 3, + "width": 8, + "x": 0, + "y": 1, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, }, - "verticalAlignment": 0, - }, + ], + "miterLimit": 10, + "startMarkerType": 0, "windingRule": 1, }, - "textBehaviour": 0, "web": Object { - "attributes": Array [], + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], }, }, Object { - "_class": "group", - "booleanOperation": 0, + "_class": "rectangle", + "booleanOperation": -1, "clippingMaskMode": 0, "css": Object { + "pseudoElements": Object { + "before": Object {}, + }, "rules": Object { + "background-color": "rgba(255,255,255,0.30)", "display": "block", - "height": "24px", - "left": "0px", + "height": "1px", + "left": "2px", "position": "absolute", "top": "0px", "visibility": "visible", - "width": "24px", + "width": "4px", }, }, - "do_objectID": "FF9CC5BE-6308-47C9-A317-26D5ECF79080", + "do_objectID": "B5950202-1A67-4112-84B9-936E5A627174", + "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "D9B31BD2-6820-4C94-B456-CC5CC9022565", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, "shouldTrim": false, }, + "fixedRadius": 0, "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "B80CCC63-FDEA-4453-887C-A4C3369FF180", - "height": 24, - "width": 24, - "x": 0, + "height": 1, + "width": 4, + "x": 2, "y": 0, }, - "groupLayout": Object { - "_class": "MSImmutableFreeformGroupLayout", - }, - "hasClickThrough": false, "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "layers": Array [ + "name": "Rectangle-path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "display": "block", - "height": "24px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "24px", - }, - }, - "do_objectID": "AA1A8D6E-C59C-40DB-8B35-0C18964B3177", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "597D1265-E129-4CC7-B8FC-5E17C3A58D6A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": true, - "height": 24, - "width": 24, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "bounds", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "1A3E5BEF-9F3B-44A7-81D8-2D0197FDDEAD", - "endMarkerType": 0, - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"bounds\\"", - ], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", }, Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "18px", - "left": "3px", - "position": "absolute", - "top": "3px", - "visibility": "visible", - "width": "18px", - }, - }, - "do_objectID": "0F4F4BAF-C422-44C5-8BC0-8F9246E532E6", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "7E6A2262-48DB-4167-85B7-1E7251D84923", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 18, - "width": 18, - "x": 3, - "y": 3, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Imported Layers", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.024833333333333336, 0}", - "curveMode": 4, - "curveTo": "{0.055555555555555552, 0}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.055555555555555552, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.57711111111111113}", - "curveMode": 3, - "curveTo": "{0, 0.024833333333333287}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.97516666666666674, 1}", - "curveMode": 3, - "curveTo": "{0.42288888888888887, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.94444444444444442}", - "curveMode": 4, - "curveTo": "{1, 0.97516666666666674}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{1, 0.94444444444444442}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.71933333333333338}", - "curveMode": 4, - "curveTo": "{1, 0.75}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{1, 0.75}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.87511111111111106, 0.69450000000000001}", - "curveMode": 3, - "curveTo": "{0.97516666666666674, 0.69450000000000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.94444444444444442, 0.69450000000000001}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.74044444444444446, 0.66111111111111109}", - "curveMode": 3, - "curveTo": "{0.80844444444444441, 0.68333333333333324}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.746, 0.66288888888888886}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.71466666666666667, 0.66022222222222227}", - "curveMode": 2, - "curveTo": "{0.7346111111111111, 0.66022222222222227}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.72883333333333333, 0.66022222222222227}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.68961111111111117, 0.67649999999999999}", - "curveMode": 4, - "curveTo": "{0.70044444444444443, 0.66566666666666663}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.68961111111111117, 0.67649999999999999}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.41000000000000003, 0.71888888888888891}", - "curveMode": 4, - "curveTo": "{0.56733333333333336, 0.79888888888888887}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.56733333333333336, 0.79888888888888887}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.20127777777777778, 0.43300000000000005}", - "curveMode": 4, - "curveTo": "{0.28138888888888886, 0.59027777777777779}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.20127777777777778, 0.43300000000000005}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.33877777777777784, 0.29516666666666658}", - "curveMode": 4, - "curveTo": "{0.32350000000000001, 0.31038888888888888}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.32350000000000001, 0.31038888888888888}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.31666666666666671, 0.19149999999999995}", - "curveMode": 3, - "curveTo": "{0.34327777777777779, 0.2732222222222222}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.33711111111111108, 0.25399999999999995}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.30550000000000005, 0.024833333333333287}", - "curveMode": 3, - "curveTo": "{0.30550000000000005, 0.12483333333333332}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.30550000000000005, 0.055555555555555552}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.25, 0}", - "curveMode": 4, - "curveTo": "{0.28066666666666662, 0}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.25, 0}", - }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "sharedStyleID": "2F5B06DE-A2F3-4D60-9121-74D7B4432C8D", - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "contextSettings": Object { - "_class": "graphicsContextSettings", - "blendMode": 0, - "do_objectID": "5A587EE4-8725-49D3-B43D-69B2D0ECF699", - "opacity": 0.5399999618530273, - }, - "do_objectID": "FCBE4178-99D1-48E0-AA2B-DAA8552B6B4B", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(0,0,0,1.00)\\"", - "d=\\"M1 0,S 0 0.447, 0 1,S 7.612 18, 17 18,S 18 17.553, 18 17,S 18 13.5, 18 13.5,S 17.553 12.501, 17 12.501,S 14.552 12.3, 13.428 11.932,S 13.223 11.884, 13.119 11.884,S 12.608 11.982, 12.413 12.177,S 10.212 14.38, 10.212 14.38,S 5.065 10.625, 3.623 7.794,S 5.823 5.587, 5.823 5.587,S 6.179 4.918, 6.068 4.572,S 5.499 2.247, 5.499 1,S 5.052 0, 4.5 0,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", }, ], - "name": "call icon", - "nameIsFixed": true, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "33D04892-40CF-426D-980B-309C1E4A5F13", "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.3, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"call icon\\"", + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", ], }, - }, - ], - "name": "answer", - "nameIsFixed": true, - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", - "do_objectID": "7F483D16-C96B-438F-9609-B9CB4F99636E", - "endMarkerType": 0, + }, + ], + "name": "battery", + "nameIsFixed": true, + "originalObjectID": "394BBD24-BE18-4203-8A03-D37C48937738", + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, @@ -44700,35 +81450,28 @@ Object { "web": Object { "attributes": Array [ "role=\\"group\\"", - "aria-label=\\"answer\\"", + "aria-label=\\"battery\\"", ], }, }, Object { - "_class": "oval", - "booleanOperation": -1, + "_class": "group", + "booleanOperation": 0, "clippingMaskMode": 0, "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, "rules": Object { - "background-color": "rgba(0,0,0,0.26)", - "border-radius": "50%", "display": "block", - "height": "56px", - "left": "15px", + "height": "15px", + "left": "77px", "position": "absolute", - "top": "16px", + "top": "5px", "visibility": "visible", - "width": "56px", + "width": "33px", }, }, - "do_objectID": "22D80829-82E4-4275-92A4-FA77D070C047", - "edited": false, + "do_objectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "2C29B384-78D5-439C-800F-45783D68D1AB", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -44737,78 +81480,166 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "height": 56, - "width": 56, - "x": 15, - "y": 16, + "height": 15, + "width": 33, + "x": 77, + "y": 5, }, - "hasClippingMask": true, - "isClosed": true, + "hasClickThrough": false, + "hasClippingMask": false, "isFixedToViewport": false, "isFlippedHorizontal": false, "isFlippedVertical": false, "isLocked": false, "isVisible": true, "layerListExpandedType": 0, - "name": "mask", - "nameIsFixed": true, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77614237490000004, 1}", - "curveMode": 2, - "curveTo": "{0.22385762510000001, 1}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.22385762510000001}", - "curveMode": 2, - "curveTo": "{1, 0.77614237490000004}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22385762510000001, 0}", - "curveMode": 2, - "curveTo": "{0.77614237490000004, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, + "layers": Array [ Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.77614237490000004}", - "curveMode": 2, - "curveTo": "{0, 0.22385762510000001}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "_class": "text", + "attributedString": Object { + "_class": "attributedString", + "attributes": Array [ + Object { + "_class": "stringAttribute", + "attributes": Object { + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 13, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "length": 5, + "location": 0, + }, + ], + "string": "12:30", + }, + "automaticallyDrawOnUnderlyingPath": false, + "booleanOperation": 0, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "color": "black", + "display": "block", + "font-family": "'Roboto-Regular', 'Roboto', 'sans-serif'", + "font-size": "13px", + "height": "15px", + "left": "2.273736754432321e-13px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "33px", + }, + }, + "do_objectID": "180DADB8-0C0B-40BD-A964-08340D4A7861", + "dontSynchroniseWithSymbol": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 15, + "width": 33, + "x": 2.273736754432321e-13, + "y": 0, + }, + "glyphBounds": "{{0, 0}, {33, 15}}", + "hasClippingMask": false, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "lineSpacingBehaviour": 0, + "name": "12:30", + "nameIsFixed": false, + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "fillType": 0, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "miterLimit": 10, + "startMarkerType": 0, + "textStyle": Object { + "_class": "textStyle", + "encodedAttributes": Object { + "MSAttributedStringFontAttribute": Object { + "_class": "fontDescriptor", + "attributes": Object { + "name": "Roboto-Regular", + "size": 13, + }, + }, + "ligature": 0, + "paragraphStyle": Object { + "_class": "paragraphStyle", + "allowsDefaultTighteningForTruncation": 0, + }, + }, + "verticalAlignment": 0, + }, + "windingRule": 1, + }, + "textBehaviour": 1, + "web": Object { + "attributes": Array [], + }, }, ], + "name": "time", + "nameIsFixed": true, + "originalObjectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", "resizingConstraint": 63, "resizingType": 0, "rotation": 0, "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "B1B72238-D141-487E-ADFB-4162720B325F", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 0.9, + }, "endMarkerType": 0, "fills": Array [ Object { "_class": "fill", "color": Object { "_class": "color", - "alpha": 0.26, + "alpha": 1, "blue": 0, "green": 0, "red": 0, @@ -44823,85 +81654,45 @@ Object { ], "miterLimit": 10, "startMarkerType": 0, - "textStyle": Object { - "_class": "textStyle", - "do_objectID": "D882ACD6-8FD5-44B2-941C-DE9F1736A8C8", - "encodedAttributes": Object { - "MSAttributedStringColorAttribute": Object { - "_class": "color", - "alpha": 0.8703294837, - "blue": 0, - "green": 0, - "red": 0, - }, - "MSAttributedStringFontAttribute": Object { - "_class": "fontDescriptor", - "attributes": Object { - "name": "Roboto-Regular", - "size": 16, - }, - }, - "ligature": 0, - "paragraphStyle": Object { - "_class": "paragraphStyle", - "allowsDefaultTighteningForTruncation": 0, - "maximumLineHeight": 24, - "minimumLineHeight": 24, - }, - }, - "verticalAlignment": 0, - }, "windingRule": 1, }, "web": Object { "attributes": Array [ - "role=\\"oval\\"", - "aria-label=\\"mask\\"", + "role=\\"group\\"", + "aria-label=\\"time\\"", ], }, }, ], - "name": "heads-up notification", - "nameIsFixed": true, + "name": "Material/Android/Status bar content", + "nameIsFixed": false, + "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, "rotation": 0, - "shouldBreakMaskChain": false, + "shouldBreakMaskChain": true, "style": Object { "_class": "style", - "do_objectID": "1ADCCA22-3086-4526-825E-519AC0F6889F", "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], "miterLimit": 10, "startMarkerType": 0, "windingRule": 1, }, + "symbolID": "080C0EF9-47BD-4900-BB91-42C80173D424", + "verticalRulerData": Object { + "_class": "rulerData", + "base": 0, + "guides": Array [], + }, "web": Object { "attributes": Array [ - "role=\\"group\\"", - "aria-label=\\"heads-up notification\\"", + "role=\\"symbolMaster\\"", + "aria-label=\\"Material/Android/Status bar content\\"", ], }, }, ], - "name": "Page 1", + "name": "Symbols", "nameIsFixed": false, "resizingConstraint": 63, "resizingType": 0, @@ -44923,13 +81714,17 @@ Object { ], "previews": Array [], "user": Object { - "79F9080C-DFBE-41C5-8884-E66187BAF505": Object { - "scrollOrigin": "{160, 160}", + "267D6DEC-0F7B-4667-BA1A-1FA1BCA04485": Object { + "scrollOrigin": "{-60, 40}", "zoomValue": 1, }, - "A9C33D52-8B9C-4D33-B3A2-119099BA92B4": Object { + "5B57D242-95C3-47E3-BC5E-22376F9F834B": Object { "pageListHeight": 110, }, + "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { + "scrollOrigin": "{134, 134}", + "zoomValue": 1, + }, "document": Object { "pageListCollapsed": 1, "pageListHeight": -1, @@ -44938,13 +81733,15 @@ Object { } `; -exports[`sketch parser should match md-components-tabs-status-bar.sketch snapshot for 52 1`] = ` +exports[`sketch parser should match md-components-tabs-status-bar.sketch snapshot for 53 1`] = ` Object { "document": Object { "_class": "document", "assets": Object { "_class": "assetCollection", + "colorAssets": Array [], "colors": Array [], + "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { "_class": "imageCollection", @@ -45054,19 +81851,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "52.4", + "appVersion": "53", "autosaved": 0, - "build": 67378, - "commit": "e4f505f4594eb188a22de2c3452fcb4587639e38", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "51.1", - "build": 57501, - "commit": "e5cf8fcadc29a655fd4ba2db99d732034a0d0445", + "appVersion": "53", + "build": 72520, + "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 105, + "version": 116, }, "fonts": Array [ "Roboto-Regular", @@ -45087,14 +81884,10 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.57501", - "NONAPPSTORE.51167", - "NONAPPSTORE.55047", - "NONAPPSTORE.57544", - "NONAPPSTORE.67378", + "NONAPPSTORE.72520", ], "variant": "NONAPPSTORE", - "version": 112, + "version": 116, }, "pages": Array [ Object { @@ -45117,6 +81910,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -45165,6 +81961,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -45207,6 +82006,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -45425,6 +82227,9 @@ Object { "x": 0, "y": 80, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46208,6 +83013,9 @@ Object { "x": 16, "y": 40, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46250,6 +83058,9 @@ Object { "x": 316, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -46292,6 +83103,9 @@ Object { "x": 3, "y": 4, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47083,6 +83897,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47235,6 +84052,9 @@ Object { "x": 3, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -47832,6 +84652,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "isFixedToViewport": false, @@ -48103,6 +84926,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": true, "hasClippingMask": false, "horizontalRulerData": Object { @@ -48146,6 +84972,9 @@ Object { "x": 0, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasBackgroundColor": false, "hasClickThrough": true, "hasClippingMask": false, @@ -48304,6 +85133,9 @@ Object { "x": 8, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -48446,6 +85278,9 @@ Object { "x": -4.000000000000114, "y": 0, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -48806,6 +85641,9 @@ Object { "x": -1.000000000000114, "y": 3, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -49166,6 +86004,9 @@ Object { "x": 1.999999999999886, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -49692,6 +86533,9 @@ Object { "x": 34, "y": 6, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -50382,6 +87226,9 @@ Object { "x": 60, "y": 5, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -51299,6 +88146,9 @@ Object { "x": 77, "y": 5, }, + "groupLayout": Object { + "_class": "MSImmutableFreeformGroupLayout", + }, "hasClickThrough": false, "hasClippingMask": false, "isFixedToViewport": false, @@ -51480,6 +88330,13 @@ Object { ], "name": "Material/Android/Status bar content", "nameIsFixed": false, + "overrideProperties": Array [ + Object { + "_class": "MSImmutableOverrideProperty", + "canOverride": true, + "overrideName": "180DADB8-0C0B-40BD-A964-08340D4A7861_stringValue", + }, + ], "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, @@ -51536,7 +88393,7 @@ Object { "pageListHeight": 110, }, "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { - "scrollOrigin": "{134, 134}", + "scrollOrigin": "{160, 160}", "zoomValue": 1, }, "document": Object { @@ -51547,7 +88404,7 @@ Object { } `; -exports[`sketch parser should match md-components-tabs-status-bar.sketch snapshot for 53 1`] = ` +exports[`sketch parser should match md-components-tabs-status-bar.sketch snapshot for 59 1`] = ` Object { "document": Object { "_class": "document", @@ -51555,6 +88412,8 @@ Object { "_class": "assetCollection", "colorAssets": Array [], "colors": Array [], + "do_objectID": "0FB6DBC2-8E69-447B-B801-1645BB3CCD50", + "exportPresets": Array [], "gradientAssets": Array [], "gradients": Array [], "imageCollection": Object { @@ -51565,7 +88424,7 @@ Object { }, "colorSpace": 0, "currentPageIndex": 0, - "do_objectID": "5B57D242-95C3-47E3-BC5E-22376F9F834B", + "do_objectID": "E77B5BBC-BBCC-49BD-AE26-62F8394AB8E2", "foreignLayerStyles": Array [], "foreignSymbols": Array [], "foreignTextStyles": Array [], @@ -51578,6 +88437,37 @@ Object { "name": "Material/Icon white", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "27C70A2F-DEF7-41B2-963C-C5CAE0286B89", "endMarkerType": 0, "fills": Array [ Object { @@ -51589,7 +88479,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51597,7 +88523,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -51617,8 +88545,42 @@ Object { "name": "Material/Dark/Title", "value": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "990371CA-39D1-4236-8DF5-27DA6896FEFD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -51665,19 +88627,19 @@ Object { }, "meta": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", + "appVersion": "59.1", "autosaved": 0, - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "created": Object { "app": "com.bohemiancoding.sketch3", - "appVersion": "53", - "build": 72520, - "commit": "6bf1bb7d02be2c7e63a1a6d1a4e221acacddb3fe", + "appVersion": "59.1", + "build": 86144, + "commit": "ebe35af5ba78090fd351ed427ecaafac003e0331", "compatibilityVersion": 99, "variant": "NONAPPSTORE", - "version": 116, + "version": 121, }, "fonts": Array [ "Roboto-Regular", @@ -51698,10 +88660,10 @@ Object { }, }, "saveHistory": Array [ - "NONAPPSTORE.72520", + "NONAPPSTORE.86144", ], "variant": "NONAPPSTORE", - "version": 116, + "version": 121, }, "pages": Array [ Object { @@ -51760,7 +88722,6 @@ Object { "do_objectID": "2145D356-40E2-4569-95CF-84F00DD9818F", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "BB51E5D5-5BA5-419F-9D6A-49A171E7ED21", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51769,7 +88730,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "7D8CA104-45E8-4835-B4DA-CCAF17E60C45", "height": 128, "width": 360, "x": 0, @@ -51805,7 +88765,6 @@ Object { "do_objectID": "A94FA51A-099C-4CC1-B1AE-4F3CBFE4B381", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "DC89A630-0EF2-4276-944C-D7254BED2EF4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51814,7 +88773,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "8C36F8CD-481B-455B-B132-E7E7E477D5D0", "height": 128, "width": 360, "x": 0, @@ -51851,7 +88809,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9B79BB7B-176C-4CA3-99DC-D5866EA83AB4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -51873,6 +88830,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "app bar bg", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -51924,6 +88882,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "ACEE65BC-1CF2-45E4-9889-621210096AED", "endMarkerType": 0, "fills": Array [ @@ -51936,7 +88924,43 @@ Object { "green": 0.7333333333333334, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -51944,6 +88968,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -51961,7 +88986,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "7E855B0A-CD99-4BC0-9320-25BCD81DE1B0", "isEnabled": true, "offsetX": 0, "offsetY": 4, @@ -51982,7 +89006,6 @@ Object { "blendMode": 0, "opacity": 1, }, - "do_objectID": "464524C7-C0E7-414E-8B14-DC85D1E28DCE", "isEnabled": true, "offsetX": 0, "offsetY": 0, @@ -52026,7 +89049,6 @@ Object { "do_objectID": "DD13F059-6DD2-4413-9C59-5A3ABD7D44D7", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C9CE81BD-C917-48C0-9755-A60CAB214BD0", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52035,7 +89057,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D025D61C-6D8C-4DEF-9770-3BF04763FB53", "height": 48, "width": 360, "x": 0, @@ -52059,14 +89080,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 180px rgba(255,255,255,0.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "98px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "410px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.00)", "box-shadow": "0 0 0 1px rgba(151,151,151,1.00) inset", "display": "block", "height": "48px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -52077,7 +89112,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9DD7A316-362F-4C9A-BFF3-5AB347DF1433", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52101,8 +89135,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -52152,6 +89188,22 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -52162,12 +89214,61 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": false, "position": 1, "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "451D43C8-1885-40BE-9887-80738B61DBAA", "endMarkerType": 0, "fills": Array [ @@ -52180,7 +89281,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -52188,7 +89325,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -52256,7 +89395,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "440F05BA-2072-4C6B-B78F-6CDF2E0DA718", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52265,7 +89403,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "65C64BBE-7EA8-4BAA-B6F4-933EB86CA11D", "height": 16, "width": 120, "x": 240, @@ -52280,6 +89417,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "THE THIRD", "nameIsFixed": false, "resizingConstraint": 63, @@ -52288,13 +89426,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "33A4A266-8DB2-45A7-A7E1-2E46C90421B9", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "4B3B58A2-ADCE-4A57-B0A9-E9F4263044C5", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52384,7 +89554,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "14290AE1-FA35-44A1-B010-6330DB239370", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52393,7 +89562,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "91542702-E1CB-49DE-AE0B-9145054DB80C", "height": 16, "width": 120, "x": 120, @@ -52408,6 +89576,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "ITEM TWO", "nameIsFixed": false, "resizingConstraint": 63, @@ -52416,13 +89585,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "9578BCCE-56FF-4CD0-A6C2-0A67738FF257", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "9140AD60-AC75-4423-BD05-4120E3C53D2A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52512,7 +89713,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1C8BB07D-4549-4474-85DE-AAC36D4ED7FE", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52521,7 +89721,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "D08C8D43-D4F0-426D-BBE7-5BA4CA030851", "height": 16, "width": 120, "x": 0, @@ -52536,6 +89735,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "NO. ONE", "nameIsFixed": false, "resizingConstraint": 63, @@ -52544,13 +89744,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "E1B0E40B-4579-4740-A63F-6C4231A7DCF8", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "07FC4EB1-FE4E-4EFB-8BD3-1562B7D69B89", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -52589,14 +89821,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 60px rgba(255,255,140,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "52px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "170px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,140,1.00)", "box-shadow": "0px 1px 1.5px 0px rgba(0,0,0,0.12),0px 1px 1px 0px rgba(0,0,0,0.24)", "display": "block", "height": "2px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "46px", "visibility": "visible", @@ -52607,7 +89853,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "9B2FA7EA-E5FC-4F3F-A38A-91AB190DD24E", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52631,8 +89876,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "indicator", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -52683,6 +89930,22 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, "borders": Array [ Object { "_class": "border", @@ -52693,12 +89956,61 @@ Object { "green": 0.592, "red": 0.592, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": false, "position": 1, "thickness": 1, }, ], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "87D45A0F-6AC3-4D68-8521-AF6E8F85FD82", "endMarkerType": 0, "fills": Array [ @@ -52711,7 +90023,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -52719,6 +90067,7 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, "shadows": Array [ Object { @@ -52773,6 +90122,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "tabs", "nameIsFixed": true, "resizingConstraint": 63, @@ -52781,9 +90131,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "56450478-45EE-4020-829D-3D7106A99B8C", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -52812,7 +90195,6 @@ Object { "do_objectID": "54F2B126-EBC8-42E4-9CCC-6025866EA532", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "E919A5D5-7F14-43AB-937D-4AC73AD038A8", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52821,7 +90203,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "1244F84B-12C1-420C-A2BD-58EBC9D323FF", "height": 24, "width": 328, "x": 16, @@ -52857,7 +90238,6 @@ Object { "do_objectID": "2EAB1189-97C4-4EC1-8CBF-1E24214B7177", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "B5AE9619-0144-403F-B016-9A1F7F494DC5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52866,7 +90246,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "13FAD583-AC89-4F3A-A6B6-A0CF3DBA26AC", "height": 24, "width": 12, "x": 316, @@ -52902,7 +90281,6 @@ Object { "do_objectID": "044E322D-A4FA-476E-8BFB-CB5BD971A007", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "29F06F1B-0927-4D93-BDE8-5828E3184007", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52911,7 +90289,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "09DF51C0-DFDA-497B-9205-AB1963FD1154", "height": 16, "width": 4, "x": 3, @@ -52948,7 +90325,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "F1F98697-0674-4D9C-A0F6-B7D2C30462F5", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -52957,7 +90333,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C0EAD72B-E995-4B23-A15E-81E3ACD60B80", "height": 4, "width": 4, "x": 0, @@ -52971,6 +90346,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53032,6 +90408,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53044,7 +90450,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53052,7 +90494,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53091,7 +90535,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "0BEF50BC-CCDF-4CDB-BEEE-4CB4FB2CE90D", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53100,7 +90543,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2CF02168-028C-4296-82F3-C32431ED0BEA", "height": 4, "width": 4, "x": 0, @@ -53114,6 +90556,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53175,149 +90618,246 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 1, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "svg": Object { - "offset": 0, - "paths": Array [ - Object { - "attributes": Array [ - "fill=\\"rgba(255,255,255,1.00)\\"", - "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", - ], - "type": "path", - }, - ], - }, - "web": Object { - "attributes": Array [], - }, - }, - Object { - "_class": "shapePath", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "rules": Object { - "display": "block", - "height": "4px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "4px", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "svg": Object { + "offset": 0, + "paths": Array [ + Object { + "attributes": Array [ + "fill=\\"rgba(255,255,255,1.00)\\"", + "d=\\"M2 4,S 0 3.1, 0 2,S 0.9 0, 2 0,S 4 0.9, 4 2,S 3.1 4, 2 4,z\\"", + ], + "type": "path", + }, + ], + }, + "web": Object { + "attributes": Array [], + }, + }, + Object { + "_class": "shapePath", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "rules": Object { + "display": "block", + "height": "4px", + "left": "0px", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "4px", + }, + }, + "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", + "edited": true, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 4, + "width": 4, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Path", + "nameIsFixed": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.22500000000000009, 1}", + "curveMode": 4, + "curveTo": "{0.5, 1}", + "hasCurveFrom": true, + "hasCurveTo": false, + "point": "{0.5, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0.22499999999999964}", + "curveMode": 2, + "curveTo": "{0, 0.77500000000000036}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.77499999999999991, 0}", + "curveMode": 2, + "curveTo": "{0.22500000000000009, 0}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{0.5, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0.77500000000000036}", + "curveMode": 2, + "curveTo": "{1, 0.22499999999999964}", + "hasCurveFrom": true, + "hasCurveTo": true, + "point": "{1, 0.5}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0.5, 1}", + "curveMode": 4, + "curveTo": "{0.77499999999999991, 1}", + "hasCurveFrom": false, + "hasCurveTo": true, + "point": "{0.5, 1}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - }, - "do_objectID": "BD1D4A8E-E7B8-496D-AA91-E4278ED2DE16", - "edited": true, - "exportOptions": Object { - "_class": "exportOptions", - "do_objectID": "E4AC1434-7A30-45CD-8976-A852E84BBF9A", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "do_objectID": "313C2770-48E7-45CF-AD51-6CE335D14FEE", - "height": 4, - "width": 4, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.22500000000000009, 1}", - "curveMode": 4, - "curveTo": "{0.5, 1}", - "hasCurveFrom": true, - "hasCurveTo": false, - "point": "{0.5, 1}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0.22499999999999964}", - "curveMode": 2, - "curveTo": "{0, 0.77500000000000036}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0, 0.5}", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.77499999999999991, 0}", - "curveMode": 2, - "curveTo": "{0.22500000000000009, 0}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{0.5, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0.77500000000000036}", - "curveMode": 2, - "curveTo": "{1, 0.22499999999999964}", - "hasCurveFrom": true, - "hasCurveTo": true, - "point": "{1, 0.5}", + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0.5, 1}", - "curveMode": 4, - "curveTo": "{0.77499999999999991, 1}", - "hasCurveFrom": false, - "hasCurveTo": true, - "point": "{0.5, 1}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53330,7 +90870,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53338,7 +90914,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53359,6 +90937,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -53368,6 +90947,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "FB45A7ED-B988-437C-840D-EA6B18CBF5A8", "endMarkerType": 0, "fills": Array [ @@ -53380,7 +90989,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53388,7 +91033,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53419,7 +91066,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "8B85D384-7961-4B39-87B7-A05B22F94D02", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53441,6 +91087,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53492,9 +91139,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "946562AE-3059-44F0-8DC3-54BE98B4ACFC", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53515,6 +91195,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "more", "nameIsFixed": true, "resizingConstraint": 63, @@ -53523,6 +91204,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "06EE712E-EDFF-4466-B1D7-A63C20D4C50F", "endMarkerType": 0, "fills": Array [ @@ -53535,7 +91246,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -53543,7 +91290,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53609,7 +91358,6 @@ Object { "dontSynchroniseWithSymbol": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "BBB1B522-64CF-4563-B8E9-F138ED2B426C", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53632,6 +91380,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "Page Title", "nameIsFixed": false, "resizingConstraint": 47, @@ -53641,13 +91390,45 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "E2DF08D7-CE0B-4A04-A46E-02C8D9DC19DD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", - "do_objectID": "E92BA203-2A38-4841-BE87-23D9A757DC8A", "encodedAttributes": Object { "MSAttributedStringColorAttribute": Object { "_class": "color", @@ -53696,7 +91477,6 @@ Object { "do_objectID": "A7B39194-67E6-4391-84D0-3590B6A9C8C6", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "C4FDFF6F-90CA-42E5-B4EA-02196E788C67", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53705,7 +91485,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "C1D0BFE2-05CA-4895-8105-DEBC39E206B0", "height": 24, "width": 24, "x": 0, @@ -53745,7 +91524,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1D1A9FCF-0DAD-4917-B2EA-6CC0D24671C4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53769,8 +91547,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -53820,9 +91600,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "31EF773D-8AEB-4113-BED9-1CB4C1CC4417", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -53851,7 +91664,6 @@ Object { "do_objectID": "894DE14D-3249-43A6-A9E5-13D74A715EAF", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "5E9A3EF6-B3AB-4018-A46A-4C09A1B6E2EC", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53860,7 +91672,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "A14A0CC3-5811-4C0B-AB5D-66BABB31C092", "height": 12, "width": 18, "x": 3, @@ -53897,7 +91708,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "A8D67E3B-9CAB-4149-B260-2B85A40190E9", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -53906,7 +91716,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "59305F95-A91C-43CD-BBC5-08B12D2CFEBD", "height": 2, "width": 18, "x": 0, @@ -53920,6 +91729,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -53981,6 +91791,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -53993,7 +91833,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54001,7 +91877,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54040,7 +91918,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "3E227245-30B1-4F5B-B4D2-B2EC3199D671", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54049,7 +91926,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "2178831E-0EA9-4B03-B0B6-05303ABBB4B7", "height": 2, "width": 18, "x": 0, @@ -54063,6 +91939,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -54124,6 +92001,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54136,7 +92043,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54144,7 +92087,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54183,7 +92128,6 @@ Object { "edited": true, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "574554BD-6E97-4715-BD86-7A3FEC2A86BF", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54192,7 +92136,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "4B258FC6-50FA-406A-AFD3-A641D2D0E332", "height": 2, "width": 18, "x": 0, @@ -54206,6 +92149,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -54267,6 +92211,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54279,7 +92253,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54287,7 +92297,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54308,6 +92320,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -54317,6 +92330,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "621805EE-0807-4DB8-AE0B-2B9F4D3D2EE8", "endMarkerType": 0, "fills": Array [ @@ -54329,7 +92372,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54337,7 +92416,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54350,6 +92431,7 @@ Object { "windingRule": 1, }, ], + "maintainScrollPosition": false, "name": "menu", "nameIsFixed": true, "resizingConstraint": 63, @@ -54358,6 +92440,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "0E6232B9-D813-4EF6-86CD-A008760CB052", "endMarkerType": 0, "fills": Array [ @@ -54370,7 +92482,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54378,7 +92526,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54390,6 +92540,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar contents", "nameIsFixed": true, "resizingConstraint": 63, @@ -54398,9 +92549,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "CEB14821-8174-404A-B9B3-70B0D89FF07A", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54412,6 +92596,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54420,9 +92605,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "6D2C6775-C00E-459D-BF35-6BF75842EAB0", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54451,7 +92669,6 @@ Object { "do_objectID": "FA4CA9F5-471E-4E2A-9466-D3AE5C74D5E9", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "CAF63BAA-809D-4491-BA10-6E6BE6B675F4", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54460,7 +92677,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "096F6677-3466-4D31-8976-C5099741CC33", "height": 24, "width": 360, "x": 0, @@ -54484,13 +92700,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 180px rgba(0,150,166,1.00)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "74px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "410px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(0,150,166,1.00)", "display": "block", "height": "24px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -54501,7 +92731,6 @@ Object { "edited": false, "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "7FF88E2C-E6A4-45D7-A3B0-7D665AB5D111", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54525,8 +92754,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "status bar bg", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -54576,6 +92807,36 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "5C253197-535A-49C9-85CC-3D1E6ECC5E36", "endMarkerType": 0, "fills": Array [ @@ -54588,7 +92849,43 @@ Object { "green": 0.5882352941176472, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -54596,7 +92893,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54614,7 +92913,6 @@ Object { "do_objectID": "2897CFF8-D7D1-4C1F-B13C-E4DAE67067FA", "exportOptions": Object { "_class": "exportOptions", - "do_objectID": "1E5FD2ED-1738-4855-A83E-3E2986B601A2", "exportFormats": Array [], "includedLayerIds": Array [], "layerOptions": 0, @@ -54623,7 +92921,6 @@ Object { "frame": Object { "_class": "rect", "constrainProportions": false, - "do_objectID": "139BCC43-36EB-444E-A4E6-44A1B5DA3103", "height": 24, "width": 118, "x": 242, @@ -54637,6 +92934,7 @@ Object { "isLocked": true, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "status bar contents", "nameIsFixed": false, "overrideValues": Array [], @@ -54647,9 +92945,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "4FFF4E6F-61BA-4E30-B769-FC2F51E39F2F", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54657,6 +92988,7 @@ Object { "verticalSpacing": 0, }, ], + "maintainScrollPosition": false, "name": "status bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54665,9 +92997,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "1804FEE3-D722-4D5E-BD63-2DF8F2DB5FD5", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54679,6 +93044,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "app bar + status bar", "nameIsFixed": true, "resizingConstraint": 63, @@ -54687,9 +93053,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "do_objectID": "807C67B1-1EBA-45A7-AAA4-BF807BDF4729", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54701,6 +93100,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Page 1", "nameIsFixed": false, "resizingConstraint": 63, @@ -54709,8 +93109,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "425882D9-8A7F-4789-BDC1-5B95332270BD", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54760,6 +93194,7 @@ Object { "layers": Array [ Object { "_class": "symbolMaster", + "allowsOverrides": true, "backgroundColor": Object { "_class": "color", "alpha": 1, @@ -54853,8 +93288,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "bounds", "nameIsFixed": true, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -54904,8 +93341,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "16D5846F-E801-40A5-A66C-9856E8991587", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -54999,6 +93470,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "wifi mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -55040,8 +93512,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "9EA07FE4-7266-4D17-9AB1-4D9A85003E24", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55144,6 +93650,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55205,6 +93712,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "207F3F7C-A186-4692-B6F7-2F22ADB65331", "endMarkerType": 0, "fills": Array [ Object { @@ -55216,7 +93754,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55224,7 +93798,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55284,6 +93860,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55345,6 +93922,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "ED8C40E5-7B97-467B-9FBA-E384B5A1EF08", "endMarkerType": 0, "fills": Array [ Object { @@ -55356,7 +93964,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55364,7 +94008,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55385,6 +94031,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -55393,6 +94040,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "633BB062-4F01-4615-BCEB-FD9F241E3F9D", "endMarkerType": 0, "fills": Array [ Object { @@ -55404,7 +94082,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55412,7 +94126,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55507,6 +94223,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55568,6 +94285,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "01493057-AA98-4FFB-B444-C91DA4A72D69", "endMarkerType": 0, "fills": Array [ Object { @@ -55579,7 +94327,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55587,7 +94371,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55647,6 +94433,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55708,6 +94495,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "747BF648-4668-4BBC-9B4E-6F1BFA0FCAD8", "endMarkerType": 0, "fills": Array [ Object { @@ -55719,7 +94537,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55727,7 +94581,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55748,6 +94604,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -55756,6 +94613,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D46A94B6-197C-4FB0-9568-F6533089E7D3", "endMarkerType": 0, "fills": Array [ Object { @@ -55767,7 +94655,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55775,7 +94699,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -55870,6 +94796,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -55931,6 +94858,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "07F598E6-F6BC-462F-B7B1-066CB2DD4FD1", "endMarkerType": 0, "fills": Array [ Object { @@ -55942,7 +94900,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -55950,7 +94944,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56010,6 +95006,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Path", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -56071,6 +95068,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C2D8F30B-8A91-4590-B744-F52909B3B514", "endMarkerType": 0, "fills": Array [ Object { @@ -56082,7 +95110,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56090,7 +95154,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56111,6 +95177,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Shape", "nameIsFixed": false, "resizingConstraint": 63, @@ -56119,6 +95186,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DAFEC00D-06AE-41BB-8B9A-809963A5EAB6", "endMarkerType": 0, "fills": Array [ Object { @@ -56130,7 +95228,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56138,7 +95272,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56156,14 +95292,28 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 3px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "56px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "56px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "border-radius": "50%", "display": "block", "height": "6px", "left": "5px", + "overflow": "hidden", "position": "absolute", "top": "9px", "visibility": "visible", @@ -56195,6 +95345,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Oval", "nameIsFixed": false, "pointRadiusBehaviour": 0, @@ -56246,6 +95397,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "78FF238D-9541-41A3-8F84-47EE681F7DBA", "endMarkerType": 0, "fills": Array [ Object { @@ -56257,7 +95439,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56265,7 +95483,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56277,6 +95497,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "wifi", "nameIsFixed": true, "originalObjectID": "0F7636EC-3486-4CC5-99A9-684896927622", @@ -56286,6 +95507,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "2AB52446-9354-4AC2-81A0-ECBBD0F78459", "endMarkerType": 0, "fills": Array [ Object { @@ -56297,7 +95549,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56305,7 +95593,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56399,6 +95689,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "reception mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -56440,8 +95731,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C18AFE15-E9B9-4E3E-9A97-B7DC1987FB3D", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56467,13 +95792,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "12px", "left": "9px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56507,8 +95846,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56558,6 +95899,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "84E1F9EE-314E-46F5-A41B-09F70C022501", "endMarkerType": 0, "fills": Array [ Object { @@ -56569,7 +95941,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56577,7 +95985,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56594,13 +96004,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "12px", "left": "6px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56634,8 +96058,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56685,6 +96111,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "DC2F89AB-5291-412D-88F1-403422F66E22", "endMarkerType": 0, "fills": Array [ Object { @@ -56696,7 +96153,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56704,7 +96197,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56721,13 +96216,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "12px", "left": "3px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -56761,8 +96270,222 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, + "name": "Rectangle-path", + "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, + "pointRadiusBehaviour": 0, + "points": Array [ + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 0}", + "curveMode": 1, + "curveTo": "{0, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 0}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{0, 1}", + "curveMode": 1, + "curveTo": "{0, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{0, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 1}", + "curveMode": 1, + "curveTo": "{1, 1}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 1}", + }, + Object { + "_class": "curvePoint", + "cornerRadius": 0, + "curveFrom": "{1, 0}", + "curveMode": 1, + "curveTo": "{1, 0}", + "hasCurveFrom": false, + "hasCurveTo": false, + "point": "{1, 0}", + }, + ], + "resizingConstraint": 63, + "resizingType": 0, + "rotation": 0, + "shouldBreakMaskChain": false, + "style": Object { + "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "D1FD5EC3-72EE-4F72-B970-B7AF1B6E2F6F", + "endMarkerType": 0, + "fills": Array [ + Object { + "_class": "fill", + "color": Object { + "_class": "color", + "alpha": 0.9, + "blue": 1, + "green": 1, + "red": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, + "isEnabled": true, + "noiseIndex": 0, + "noiseIntensity": 0, + "patternFillType": 0, + "patternTileScale": 1, + }, + ], + "innerShadows": Array [], + "miterLimit": 10, + "shadows": Array [], + "startMarkerType": 0, + "windingRule": 1, + }, + "web": Object { + "attributes": Array [ + "role=\\"rectangle\\"", + "aria-label=\\"Rectangle-path\\"", + ], + }, + }, + Object { + "_class": "rectangle", + "booleanOperation": -1, + "clippingMaskMode": 0, + "css": Object { + "pseudoElements": Object { + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 1.5px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "62px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "53px", + }, + }, + "rules": Object { + "background": "inherit", + "background-color": "rgba(255,255,255,0.90)", + "display": "block", + "height": "12px", + "left": "0px", + "overflow": "hidden", + "position": "absolute", + "top": "0px", + "visibility": "visible", + "width": "3px", + }, + }, + "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", + "edited": false, + "exportOptions": Object { + "_class": "exportOptions", + "exportFormats": Array [], + "includedLayerIds": Array [], + "layerOptions": 0, + "shouldTrim": false, + }, + "fixedRadius": 0, + "frame": Object { + "_class": "rect", + "constrainProportions": false, + "height": 12, + "width": 3, + "x": 0, + "y": 0, + }, + "hasClippingMask": false, + "hasConvertedToNewRoundCorners": true, + "isClosed": true, + "isFixedToViewport": false, + "isFlippedHorizontal": false, + "isFlippedVertical": false, + "isLocked": false, + "isVisible": true, + "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -56812,133 +96535,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", - "endMarkerType": 0, - "fills": Array [ - Object { - "_class": "fill", - "color": Object { - "_class": "color", - "alpha": 0.9, - "blue": 1, - "green": 1, - "red": 1, - }, - "fillType": 0, - "isEnabled": true, - "noiseIndex": 0, - "noiseIntensity": 0, - "patternFillType": 0, - "patternTileScale": 1, - }, - ], - "miterLimit": 10, - "startMarkerType": 0, - "windingRule": 1, - }, - "web": Object { - "attributes": Array [ - "role=\\"rectangle\\"", - "aria-label=\\"Rectangle-path\\"", - ], - }, - }, - Object { - "_class": "rectangle", - "booleanOperation": -1, - "clippingMaskMode": 0, - "css": Object { - "pseudoElements": Object { - "before": Object {}, - }, - "rules": Object { - "background-color": "rgba(255,255,255,0.90)", - "display": "block", - "height": "12px", - "left": "0px", - "position": "absolute", - "top": "0px", - "visibility": "visible", - "width": "3px", - }, - }, - "do_objectID": "03D57E4D-0423-45FE-BCB7-7B3DF1A5B1A8", - "edited": false, - "exportOptions": Object { - "_class": "exportOptions", - "exportFormats": Array [], - "includedLayerIds": Array [], - "layerOptions": 0, - "shouldTrim": false, - }, - "fixedRadius": 0, - "frame": Object { - "_class": "rect", - "constrainProportions": false, - "height": 12, - "width": 3, - "x": 0, - "y": 0, - }, - "hasClippingMask": false, - "hasConvertedToNewRoundCorners": true, - "isClosed": true, - "isFixedToViewport": false, - "isFlippedHorizontal": false, - "isFlippedVertical": false, - "isLocked": false, - "isVisible": true, - "layerListExpandedType": 0, - "name": "Rectangle-path", - "nameIsFixed": false, - "pointRadiusBehaviour": 0, - "points": Array [ - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 0}", - "curveMode": 1, - "curveTo": "{0, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 0}", - }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{0, 1}", - "curveMode": 1, - "curveTo": "{0, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{0, 1}", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 1}", - "curveMode": 1, - "curveTo": "{1, 1}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 1}", + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, }, - Object { - "_class": "curvePoint", - "cornerRadius": 0, - "curveFrom": "{1, 0}", - "curveMode": 1, - "curveTo": "{1, 0}", - "hasCurveFrom": false, - "hasCurveTo": false, - "point": "{1, 0}", + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, }, - ], - "resizingConstraint": 63, - "resizingType": 0, - "rotation": 0, - "shouldBreakMaskChain": false, - "style": Object { - "_class": "style", + "do_objectID": "136EE959-007D-41D3-B0C1-8938386FADCD", "endMarkerType": 0, "fills": Array [ Object { @@ -56950,7 +96577,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56958,7 +96621,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -56970,6 +96635,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "reception", "nameIsFixed": true, "originalObjectID": "E3D79703-0A3F-4793-8B32-D2D80B1B7B8A", @@ -56979,6 +96645,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3F0D2CAD-8A47-471C-9154-23FB2F68AFB8", "endMarkerType": 0, "fills": Array [ Object { @@ -56990,7 +96687,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -56998,7 +96731,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57092,6 +96827,7 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "battery mask", "nameIsFixed": true, "pointRadiusBehaviour": 0, @@ -57233,8 +96969,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "C9A935A7-ADA0-4B4D-92F2-4938BEAA5E2D", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57260,13 +97030,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "10px", "visibility": "visible", @@ -57300,8 +97084,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57351,6 +97137,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7C76E4ED-F9CB-455D-AD9C-2816AAF3E6DE", "endMarkerType": 0, "fills": Array [ Object { @@ -57362,7 +97179,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57370,7 +97223,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57387,13 +97242,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.90)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.90)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "7px", "visibility": "visible", @@ -57427,8 +97296,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57478,6 +97349,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "88E9FB48-6A96-444E-A384-497859BAF1D3", "endMarkerType": 0, "fills": Array [ Object { @@ -57489,7 +97391,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57497,7 +97435,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57514,13 +97454,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "4px", "visibility": "visible", @@ -57554,8 +97508,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57605,6 +97561,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "AA9666DD-FA8E-4B02-88AF-DA777F73169F", "endMarkerType": 0, "fills": Array [ Object { @@ -57616,7 +97603,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57624,7 +97647,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57641,13 +97666,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 4px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "53px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "58px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "3px", "left": "0px", + "overflow": "hidden", "position": "absolute", "top": "1px", "visibility": "visible", @@ -57681,8 +97720,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57732,6 +97773,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F2A609A7-8117-42F0-A587-21510D054997", "endMarkerType": 0, "fills": Array [ Object { @@ -57743,7 +97815,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57751,7 +97859,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57768,13 +97878,27 @@ Object { "clippingMaskMode": 0, "css": Object { "pseudoElements": Object { - "before": Object {}, + "before": Object { + "background": "inherit", + "bottom": "0", + "box-shadow": "inset 0 0 0 2px rgba(255,255,255,0.30)", + "content": "\\"\\"", + "filter": "blur(10.00px)", + "height": "51px", + "left": "-25px", + "position": "absolute", + "right": "0", + "top": "-25px", + "width": "54px", + }, }, "rules": Object { + "background": "inherit", "background-color": "rgba(255,255,255,0.30)", "display": "block", "height": "1px", "left": "2px", + "overflow": "hidden", "position": "absolute", "top": "0px", "visibility": "visible", @@ -57808,8 +97932,10 @@ Object { "isLocked": false, "isVisible": true, "layerListExpandedType": 0, + "maintainScrollPosition": false, "name": "Rectangle-path", "nameIsFixed": false, + "needsConvertionToNewRoundCorners": false, "pointRadiusBehaviour": 0, "points": Array [ Object { @@ -57859,6 +97985,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "F731A3DE-3FB6-47A2-9EAD-3D557D62F212", "endMarkerType": 0, "fills": Array [ Object { @@ -57870,7 +98027,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57878,7 +98071,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -57890,6 +98085,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "battery", "nameIsFixed": true, "originalObjectID": "394BBD24-BE18-4203-8A03-D37C48937738", @@ -57899,6 +98095,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "953ABBE9-32A5-4B5B-82B6-1CDCCAEA218E", "endMarkerType": 0, "fills": Array [ Object { @@ -57910,7 +98137,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -57918,7 +98181,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58042,6 +98307,7 @@ Object { "isVisible": true, "layerListExpandedType": 0, "lineSpacingBehaviour": 0, + "maintainScrollPosition": false, "name": "12:30", "nameIsFixed": false, "resizingConstraint": 63, @@ -58050,6 +98316,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "7EB19CE4-A958-42FA-BE57-CBC6CEEB413A", "endMarkerType": 0, "fills": Array [ Object { @@ -58061,7 +98358,43 @@ Object { "green": 1, "red": 1, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -58069,7 +98402,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "textStyle": Object { "_class": "textStyle", @@ -58097,6 +98432,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "time", "nameIsFixed": true, "originalObjectID": "07EA6ABD-426B-469E-85BA-0D2542F1EB5B", @@ -58106,11 +98442,37 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, "contextSettings": Object { "_class": "graphicsContextSettings", "blendMode": 0, "opacity": 0.9, }, + "do_objectID": "C0CD5027-0BD9-4D15-85D7-E49DDC42A675", "endMarkerType": 0, "fills": Array [ Object { @@ -58122,7 +98484,43 @@ Object { "green": 0, "red": 0, }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, "fillType": 0, + "gradient": Object { + "_class": "gradient", + "elipseLength": 0, + "from": "{0.5, 0}", + "gradientType": 0, + "stops": Array [ + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 1, + "green": 1, + "red": 1, + }, + "position": 0, + }, + Object { + "_class": "gradientStop", + "color": Object { + "_class": "color", + "alpha": 1, + "blue": 0, + "green": 0, + "red": 0, + }, + "position": 1, + }, + ], + "to": "{0.5, 1}", + }, "isEnabled": true, "noiseIndex": 0, "noiseIntensity": 0, @@ -58130,7 +98528,9 @@ Object { "patternTileScale": 1, }, ], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58142,6 +98542,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Material/Android/Status bar content", "nameIsFixed": false, "overrideProperties": Array [ @@ -58151,6 +98552,7 @@ Object { "overrideName": "180DADB8-0C0B-40BD-A964-08340D4A7861_stringValue", }, ], + "presetDictionary": Object {}, "resizesContent": false, "resizingConstraint": 63, "resizingType": 0, @@ -58158,8 +98560,42 @@ Object { "shouldBreakMaskChain": true, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "3D897CB1-1358-4576-831E-CB624B39BC23", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58177,6 +98613,7 @@ Object { }, }, ], + "maintainScrollPosition": false, "name": "Symbols", "nameIsFixed": false, "resizingConstraint": 63, @@ -58185,8 +98622,42 @@ Object { "shouldBreakMaskChain": false, "style": Object { "_class": "style", + "blur": Object { + "_class": "blur", + "center": "{0.5, 0.5}", + "isEnabled": false, + "motionAngle": 0, + "radius": 10, + "saturation": 1, + "type": 0, + }, + "borderOptions": Object { + "_class": "borderOptions", + "dashPattern": Array [], + "isEnabled": true, + "lineCapStyle": 0, + "lineJoinStyle": 0, + }, + "borders": Array [], + "colorControls": Object { + "_class": "colorControls", + "brightness": 0, + "contrast": 1, + "hue": 0, + "isEnabled": false, + "saturation": 1, + }, + "contextSettings": Object { + "_class": "graphicsContextSettings", + "blendMode": 0, + "opacity": 1, + }, + "do_objectID": "580F243F-C85F-4ADD-82C3-92BA90AD8437", "endMarkerType": 0, + "fills": Array [], + "innerShadows": Array [], "miterLimit": 10, + "shadows": Array [], "startMarkerType": 0, "windingRule": 1, }, @@ -58207,7 +98678,7 @@ Object { "pageListHeight": 110, }, "F88D7516-E1DF-48A7-BA35-A0F4EF393BBE": Object { - "scrollOrigin": "{160, 160}", + "scrollOrigin": "{186, 186}", "zoomValue": 1, }, "document": Object { From c1a501edcf472a74ad9958f8cb8b09cd8556c260 Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sat, 29 Feb 2020 23:50:55 +0100 Subject: [PATCH 09/26] chore: add missing codelyzer package --- package-lock.json | 127 ++++++++++++++++++++++++++++++++++++++++++++++ package.json | 1 + 2 files changed, 128 insertions(+) diff --git a/package-lock.json b/package-lock.json index 56babd4da..3f175898b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5879,6 +5879,12 @@ "normalize-path": "^2.1.1" } }, + "app-root-path": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-2.2.1.tgz", + "integrity": "sha512-91IFKeKk7FjfmezPKkwtaRvSpnUc4gDwPAjA1YZ9Gn0q0PPeW+vbeUsZuyDwjI7+QTHhcLen2v25fi/AmhvbJA==", + "dev": true + }, "aproba": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", @@ -6224,6 +6230,15 @@ "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz", "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==" }, + "axobject-query": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.0.2.tgz", + "integrity": "sha512-MCeek8ZH7hKyO1rWUbKNQBbl4l2eY0ntk7OGi+q0RlafrCnfPxC06WZA+uebCfmYp4mNU9jRBP1AhGyf8+W3ww==", + "dev": true, + "requires": { + "ast-types-flow": "0.0.7" + } + }, "babel-jest": { "version": "25.1.0", "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-25.1.0.tgz", @@ -7485,6 +7500,37 @@ "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", "dev": true }, + "codelyzer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/codelyzer/-/codelyzer-5.2.1.tgz", + "integrity": "sha512-awBZXFcJUyC5HMYXiHzjr3D24tww2l1D1OqtfA9vUhEtYr32a65A+Gblm/OvsO+HuKLYzn8EDMw1inSM3VbxWA==", + "dev": true, + "requires": { + "app-root-path": "^2.2.1", + "aria-query": "^3.0.0", + "axobject-query": "2.0.2", + "css-selector-tokenizer": "^0.7.1", + "cssauron": "^1.4.0", + "damerau-levenshtein": "^1.0.4", + "semver-dsl": "^1.0.1", + "source-map": "^0.5.7", + "sprintf-js": "^1.1.2" + }, + "dependencies": { + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + }, + "sprintf-js": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz", + "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==", + "dev": true + } + } + }, "collect-v8-coverage": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.0.tgz", @@ -8467,6 +8513,17 @@ "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==", "dev": true }, + "css-selector-tokenizer": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.1.tgz", + "integrity": "sha512-xYL0AMZJ4gFzJQsHUKa5jiWWi2vH77WVNg7JYRyewwj6oPh4yb/y6Y9ZCw9dsj/9UauMhtuxR+ogQd//EdEVNA==", + "dev": true, + "requires": { + "cssesc": "^0.1.0", + "fastparse": "^1.1.1", + "regexpu-core": "^1.0.0" + } + }, "css-tree": { "version": "1.0.0-alpha.37", "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", @@ -8497,6 +8554,21 @@ "integrity": "sha512-WwOrosiQTvyms+Ti5ZC5vGEK0Vod3FTt1ca+payZqvKuGJF+dq7bG63DstxtN0dpm6FxY27a/zS3Wten+gEtGw==", "dev": true }, + "cssauron": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/cssauron/-/cssauron-1.4.0.tgz", + "integrity": "sha1-pmAt/34EqDBtwNuaVR6S6LVmKtg=", + "dev": true, + "requires": { + "through": "X.X.X" + } + }, + "cssesc": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz", + "integrity": "sha1-yBSQPkViM3GgR3tAEJqq++6t27Q=", + "dev": true + }, "cssnano": { "version": "4.1.10", "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-4.1.10.tgz", @@ -8717,6 +8789,12 @@ "integrity": "sha512-S/czzqAj1BYz6Xxnfpx2aSc6hXsj76fd8/iuycJ2RxoxCcQMliw8eQV0ugzVlkzr1GD5dKGviNFGYqv3nRJ+Tg==", "dev": true }, + "damerau-levenshtein": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.6.tgz", + "integrity": "sha512-JVrozIeElnj3QzfUIt8tB8YMluBJom4Vw9qTPpjGYQ9fYlB3D/rb6OordUxf3xeFB35LKWs0xqcO5U6ySvBtug==", + "dev": true + }, "dargs": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz", @@ -9968,6 +10046,12 @@ "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", "dev": true }, + "fastparse": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.2.tgz", + "integrity": "sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==", + "dev": true + }, "fastq": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.6.0.tgz", @@ -19584,6 +19668,17 @@ } } }, + "regexpu-core": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-1.0.0.tgz", + "integrity": "sha1-hqdj9Y7k18L2sQLkdkBQ3n7ZDGs=", + "dev": true, + "requires": { + "regenerate": "^1.2.1", + "regjsgen": "^0.2.0", + "regjsparser": "^0.1.4" + } + }, "registry-auth-token": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.1.1.tgz", @@ -19602,6 +19697,29 @@ "rc": "^1.2.8" } }, + "regjsgen": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz", + "integrity": "sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc=", + "dev": true + }, + "regjsparser": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz", + "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=", + "dev": true, + "requires": { + "jsesc": "~0.5.0" + }, + "dependencies": { + "jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", + "dev": true + } + } + }, "release-it": { "version": "12.4.3", "resolved": "https://registry.npmjs.org/release-it/-/release-it-12.4.3.tgz", @@ -20603,6 +20721,15 @@ } } }, + "semver-dsl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/semver-dsl/-/semver-dsl-1.0.1.tgz", + "integrity": "sha1-02eN5VVeimH2Ke7QJTZq5fJzQKA=", + "dev": true, + "requires": { + "semver": "^5.3.0" + } + }, "semver-intersect": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/semver-intersect/-/semver-intersect-1.4.0.tgz", diff --git a/package.json b/package.json index 9f0441a13..6ebe106b1 100644 --- a/package.json +++ b/package.json @@ -95,6 +95,7 @@ "@types/jest": "^25.1.2", "@types/node": "^12.11.1", "@types/sketchapp": "^56.0.0", + "codelyzer": "^5.2.1", "conventional-changelog-cli": "^2.0.31", "cypress-file-upload": "^3.5.3", "husky": "^4.2.1", From 6c680f9b504653a584802928f33459bf7468dd65 Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sun, 1 Mar 2020 00:00:14 +0100 Subject: [PATCH 10/26] ci: use Node lts on circle ci --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5e9ea6674..a19be6bc5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: "ci/build-app": docker: - - image: circleci/node:11.13.0 + - image: circleci/node:lts working_directory: ~/repo @@ -28,7 +28,7 @@ jobs: "ci/build-all librarys": docker: - - image: circleci/node:11.13.0 + - image: circleci/node:lts working_directory: ~/repo @@ -55,7 +55,7 @@ jobs: "ci/test": docker: - - image: cypress/base:11.13.0 + - image: cypress/base:12.13.0 steps: - checkout - restore_cache: @@ -79,7 +79,7 @@ jobs: "ci/lint": docker: - - image: circleci/node:11.13.0 + - image: circleci/node:lts steps: - checkout - restore_cache: From 184cd460c7797808b2231122b83d13e5e2882627 Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sun, 1 Mar 2020 00:06:23 +0100 Subject: [PATCH 11/26] ci: use Node 12.13.0 on circle ci --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a19be6bc5..ff90b5cbc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: "ci/build-app": docker: - - image: circleci/node:lts + - image: circleci/node:12.13.0 working_directory: ~/repo @@ -28,7 +28,7 @@ jobs: "ci/build-all librarys": docker: - - image: circleci/node:lts + - image: circleci/node:12.13.0 working_directory: ~/repo @@ -79,7 +79,7 @@ jobs: "ci/lint": docker: - - image: circleci/node:lts + - image: circleci/node:12.13.0 steps: - checkout - restore_cache: From d9c6310c418218973858f11c9f9be63fa529837b Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sun, 1 Mar 2020 00:24:57 +0100 Subject: [PATCH 12/26] ci: build libraries before running tests --- .circleci/config.yml | 4 +- .gitignore | 1 + package-lock.json | 126 ++++++++++++++++++++++++++++++++++--------- package.json | 1 + 4 files changed, 104 insertions(+), 28 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ff90b5cbc..9f297e4f5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,15 +65,13 @@ jobs: - v2-dependencies- - run: npm install - - run: - name: Install JUnit coverage reporter - command: npm i -D jest-junit - save_cache: paths: - ~/.cache key: v2-dependencies-{{ checksum "package.json" }} + - run: npm run build.library.all - run: npm run test.ci -- --reporters=default --reporters=jest-junit --maxWorkers=2 - run: npm run e2e diff --git a/.gitignore b/.gitignore index a84a3c6d8..4ffba7444 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ testem.log /typings tls.* .firebase +junit.xml # System Files .DS_Store diff --git a/package-lock.json b/package-lock.json index 3f175898b..e0a285b6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5260,14 +5260,12 @@ "@types/istanbul-lib-coverage": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz", - "integrity": "sha512-hRJD2ahnnpLgsj6KWMYSrmXkM3rm2Dl1qkx6IOFD5FnuNPXJIG5L0dhgKXCYTRMGzU4n0wImQ/xfmRc4POUFlg==", - "dev": true + "integrity": "sha512-hRJD2ahnnpLgsj6KWMYSrmXkM3rm2Dl1qkx6IOFD5FnuNPXJIG5L0dhgKXCYTRMGzU4n0wImQ/xfmRc4POUFlg==" }, "@types/istanbul-lib-report": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", - "dev": true, "requires": { "@types/istanbul-lib-coverage": "*" } @@ -5276,7 +5274,6 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-1.1.1.tgz", "integrity": "sha512-UpYjBi8xefVChsCoBpKShdxTllC9pwISirfoZsUa2AAdQg/Jd2KQGtSbw+ya7GPo7x/wAPlH6JBhKhAsXUEZNA==", - "dev": true, "requires": { "@types/istanbul-lib-coverage": "*", "@types/istanbul-lib-report": "*" @@ -5460,8 +5457,7 @@ "@types/yargs-parser": { "version": "15.0.0", "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-15.0.0.tgz", - "integrity": "sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==", - "dev": true + "integrity": "sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==" }, "@webassemblyjs/ast": { "version": "1.8.5", @@ -7105,8 +7101,7 @@ "camelcase": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" }, "camelcase-keys": { "version": "4.2.0", @@ -7169,7 +7164,6 @@ "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, "requires": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", @@ -7180,7 +7174,6 @@ "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, "requires": { "color-convert": "^1.9.0" } @@ -7561,7 +7554,6 @@ "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, "requires": { "color-name": "1.1.3" } @@ -7569,8 +7561,7 @@ "color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" }, "color-string": { "version": "1.5.3", @@ -9471,8 +9462,7 @@ "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "escodegen": { "version": "1.14.1", @@ -11492,8 +11482,7 @@ "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" }, "has-symbols": { "version": "1.0.0", @@ -14162,6 +14151,93 @@ } } }, + "jest-junit": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-10.0.0.tgz", + "integrity": "sha512-dbOVRyxHprdSpwSAR9/YshLwmnwf+RSl5hf0kCGlhAcEeZY9aRqo4oNmaT0tLC16Zy9D0zekDjWkjHGjXlglaQ==", + "requires": { + "jest-validate": "^24.9.0", + "mkdirp": "^0.5.1", + "strip-ansi": "^5.2.0", + "uuid": "^3.3.3", + "xml": "^1.0.1" + }, + "dependencies": { + "@jest/types": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-24.9.0.tgz", + "integrity": "sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==", + "requires": { + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^1.1.1", + "@types/yargs": "^13.0.0" + } + }, + "@types/yargs": { + "version": "13.0.8", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-13.0.8.tgz", + "integrity": "sha512-XAvHLwG7UQ+8M4caKIH0ZozIOYay5fQkAgyIXegXT9jPtdIGdhga+sUEdAr1CiG46aB+c64xQEYyEzlwWVTNzA==", + "requires": { + "@types/yargs-parser": "*" + } + }, + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "jest-get-type": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-24.9.0.tgz", + "integrity": "sha512-lUseMzAley4LhIcpSP9Jf+fTrQ4a1yHQwLNeeVa2cEmbCGeoZAtYPOIv8JaxLD/sUpKxetKGP+gsHl8f8TSj8Q==" + }, + "jest-validate": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-24.9.0.tgz", + "integrity": "sha512-HPIt6C5ACwiqSiwi+OfSSHbK8sG7akG8eATl+IPKaeIjtPOeBUd/g3J7DghugzxrGjI93qS/+RPKe1H6PqvhRQ==", + "requires": { + "@jest/types": "^24.9.0", + "camelcase": "^5.3.1", + "chalk": "^2.0.1", + "jest-get-type": "^24.9.0", + "leven": "^3.1.0", + "pretty-format": "^24.9.0" + } + }, + "pretty-format": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-24.9.0.tgz", + "integrity": "sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==", + "requires": { + "@jest/types": "^24.9.0", + "ansi-regex": "^4.0.0", + "ansi-styles": "^3.2.0", + "react-is": "^16.8.4" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + }, + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + } + } + }, "jest-leak-detector": { "version": "25.1.0", "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-25.1.0.tgz", @@ -15516,8 +15592,7 @@ "leven": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", - "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", - "dev": true + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==" }, "levn": { "version": "0.3.0", @@ -16476,7 +16551,6 @@ "version": "0.5.1", "resolved": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", - "dev": true, "requires": { "minimist": "0.0.8" }, @@ -16484,8 +16558,7 @@ "minimist": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", - "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", - "dev": true + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" } } }, @@ -19386,8 +19459,7 @@ "react-is": { "version": "16.12.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.12.0.tgz", - "integrity": "sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==", - "dev": true + "integrity": "sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==" }, "read-cache": { "version": "1.0.0", @@ -21895,7 +21967,6 @@ "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, "requires": { "has-flag": "^3.0.0" } @@ -24011,6 +24082,11 @@ "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", "dev": true }, + "xml": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz", + "integrity": "sha1-eLpyAgApxbyHuKgaPPzXS0ovweU=" + }, "xml-name-validator": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", diff --git a/package.json b/package.json index 6ebe106b1..2e9eaa9e9 100644 --- a/package.json +++ b/package.json @@ -67,6 +67,7 @@ "core-js": "^3.6.4", "file-saver": "^2.0.0", "highlight.js": "^9.18.1", + "jest-junit": "^10.0.0", "jszip": "^3.2.2", "ngx-color": "^4.1.1", "ngx-highlightjs": "^4.0.2", From a79d431a19b7170dff0aeb59d17e1e4f5e368203 Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sun, 1 Mar 2020 00:37:31 +0100 Subject: [PATCH 13/26] chore: set Node version to 12.13.0 --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index dae199aec..47c0a98a1 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v12 +12.13.0 From d725e638543c08b61e5108d34429b17465a5b44f Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sun, 1 Mar 2020 00:37:41 +0100 Subject: [PATCH 14/26] ci: update CI config --- .circleci/config.yml | 172 +++++++++++++++++++++---------------------- package.json | 6 +- 2 files changed, 85 insertions(+), 93 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9f297e4f5..6c074a464 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,117 +1,109 @@ version: 2 -jobs: - "ci/build-app": - docker: - - image: circleci/node:12.13.0 - - working_directory: ~/repo +var_1: &cache_key v1-dependencies-{{ checksum "package.json" }} +var_2: &run_node + docker: + - image: circleci/node:12.13.0 +var_3: &run_cypress + docker: + - image: cypress/base:12.13.0 +jobs: + install: + <<: *run_node steps: - checkout - restore_cache: - keys: - - v1-dependencies-{{ checksum "package.json" }} - # fallback to using the latest cache if no exact match is found - - v1-dependencies- - + key: *cache_key - run: npm install - - run: - name: Install JUnit coverage reporter - command: npm i -D jest-junit - - save_cache: + key: *cache_key paths: - node_modules - key: v1-dependencies-{{ checksum "package.json" }} - - - run: npm run build.library.all && npm run app.build.prod - - "ci/build-all librarys": - docker: - - image: circleci/node:12.13.0 - - working_directory: ~/repo - + lint: + <<: *run_node steps: - checkout - restore_cache: - keys: - - v1-dependencies-{{ checksum "package.json" }} - # fallback to using the latest cache if no exact match is found - - v1-dependencies- - - - run: npm install - - run: - name: Install JUnit coverage reporter - command: npm i -D jest-junit - - - save_cache: - paths: - - node_modules - key: v1-dependencies-{{ checksum "package.json" }} - - - run: - command: npm run build.library.all + key: *cache_key + - run: npm run lint || + (echo "Lint errors detected. Please run ''npm lint --fix''" ; exit 1) - "ci/test": - docker: - - image: cypress/base:12.13.0 + test: + <<: *run_node steps: - checkout - restore_cache: - keys: - - v2-dependencies-{{ checksum "package.json" }} - # fallback to using the latest cache if no exact match is found - - v2-dependencies- - - - run: npm install - - - save_cache: - paths: - - ~/.cache - key: v2-dependencies-{{ checksum "package.json" }} - - - run: npm run build.library.all + key: *cache_key - run: npm run test.ci -- --reporters=default --reporters=jest-junit --maxWorkers=2 + test-e2e: + <<: *run_cypress + steps: + - checkout + - run: npm install + - restore_cache: + key: *cache_key - run: npm run e2e - "ci/lint": - docker: - - image: circleci/node:12.13.0 + build-libs: + <<: *run_node steps: - checkout - restore_cache: - keys: - - v1-dependencies-{{ checksum "package.json" }} - # fallback to using the latest cache if no exact match is found - - v1-dependencies- - - - run: npm install - - save_cache: + key: *cache_key + - run: + command: npm run build.all.libraries + - persist_to_workspace: + root: dist paths: - - node_modules - key: v1-dependencies-{{ checksum "package.json" }} - - - run: npm run lint || - (echo "Lint errors detected. Please run ''npm lint --fix''" ; exit 1) + - ./* + build-app: + <<: *run_node + steps: + - checkout + - restore_cache: + key: *cache_key + - attach_workspace: + at: dist + - run: + command: npm run app.build.prod workflows: version: 2 - # lint_test_build: - # jobs: - # - lint - # - test: - # requires: - # - lint - # - "build-app": - # requires: - # - test - "ci/lint": - jobs: - - "ci/lint" - "ci/test": - jobs: - - "ci/test" - "ci/build-app": + install-lint-test-build: jobs: - - "ci/build-app" + - install: + filters: + tags: + only: /.*/ + - lint: + requires: + - install + - test: + requires: + - install + filters: + tags: + only: /.*/ + - test-e2e: + requires: + - test + filters: + tags: + only: /.*/ + - build-libs: + requires: + - install + - test + - test-e2e + filters: + tags: + only: /.*/ + - build-app: + requires: + - install + - test + - test-e2e + - build-libs + filters: + tags: + only: /.*/ diff --git a/package.json b/package.json index 2e9eaa9e9..1c6fe7691 100644 --- a/package.json +++ b/package.json @@ -5,13 +5,13 @@ "ng": "ng", "--dev--": "", "start": "ng serve --configuration hmr", - "prestart": "npm run build.library.all", + "prestart": "npm run build.all.libraries", "--build--": "", "app.build.dev": "ng build", "app.build.prod": "ng build --prod", "app.build.stamp": "bash scripts/stamp-build.bash", - "build.library.all": "node ./scripts/build-all-libraries.js", - "build": "run-s -l build.library.all app.build.prod app.build.stamp", + "build.all.libraries": "node ./scripts/build-all-libraries.js", + "build": "run-s -l build.all.libraries app.build.prod app.build.stamp", "--test--": "", "test": "jest", "test.update": "jest --updateSnapshot tests/integration", From 60cdac741d5bb2e4b0940f4ee73ff0b1275c6655 Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sun, 1 Mar 2020 00:43:44 +0100 Subject: [PATCH 15/26] ci: update CI workflow --- .circleci/config.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6c074a464..e85670dd3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -78,23 +78,21 @@ workflows: - lint: requires: - install - - test: + - build-libs: requires: - - install + - lint filters: tags: only: /.*/ - - test-e2e: + - test: requires: - - test + - build-libs filters: tags: only: /.*/ - - build-libs: + - test-e2e: requires: - - install - - test - - test-e2e + - build-libs filters: tags: only: /.*/ From b257044e23221d407bb8c74ed070738c7815e42e Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sun, 1 Mar 2020 00:50:52 +0100 Subject: [PATCH 16/26] ci: use attach_workspace to restore dist artifacts --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e85670dd3..b15fdbef7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,6 +34,8 @@ jobs: - checkout - restore_cache: key: *cache_key + - attach_workspace: + at: dist - run: npm run test.ci -- --reporters=default --reporters=jest-junit --maxWorkers=2 test-e2e: <<: *run_cypress @@ -42,6 +44,8 @@ jobs: - run: npm install - restore_cache: key: *cache_key + - attach_workspace: + at: dist - run: npm run e2e build-libs: From a2407d95b62a2fd29a1ae407eea130cced3c2c24 Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sun, 1 Mar 2020 01:03:19 +0100 Subject: [PATCH 17/26] ci: use package-lock as a cache key --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b15fdbef7..f208f680e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,5 +1,5 @@ version: 2 -var_1: &cache_key v1-dependencies-{{ checksum "package.json" }} +var_1: &cache_key v1-dependencies-{{ checksum "package-lock.json" }} var_2: &run_node docker: - image: circleci/node:12.13.0 From 614c67ab820bd470bdb84c9891802b03ec79a17e Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sun, 1 Mar 2020 01:04:27 +0100 Subject: [PATCH 18/26] ci: compile local typing.d.ts --- src/tsconfig.app.json | 2 +- src/tsconfig.spec.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tsconfig.app.json b/src/tsconfig.app.json index 93b99023d..287be708b 100644 --- a/src/tsconfig.app.json +++ b/src/tsconfig.app.json @@ -3,5 +3,5 @@ "compilerOptions": { "outDir": "../out-tsc/app" }, - "files": ["main.ts", "polyfills.ts"] + "files": ["main.ts", "polyfills.ts", "typing.d.ts"] } diff --git a/src/tsconfig.spec.json b/src/tsconfig.spec.json index 64cc9c810..d476cb4a2 100644 --- a/src/tsconfig.spec.json +++ b/src/tsconfig.spec.json @@ -5,6 +5,6 @@ "module": "commonjs", "types": ["jest", "node", "sketchapp"] }, - "files": ["polyfills.ts"], + "files": ["polyfills.ts", "typing.d.ts"], "include": ["**/*.spec.ts", "**/*.d.ts"] } From e1d31c49f7db7cc1d6acbc0c9c178fb57bee8fca Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sun, 1 Mar 2020 01:25:41 +0100 Subject: [PATCH 19/26] chore: use a temporary @types folder --- src/{typing.d.ts => @types/sketchapp/index.d.ts} | 0 src/tsconfig.app.json | 2 +- src/tsconfig.spec.json | 2 +- tsconfig.json | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) rename src/{typing.d.ts => @types/sketchapp/index.d.ts} (100%) diff --git a/src/typing.d.ts b/src/@types/sketchapp/index.d.ts similarity index 100% rename from src/typing.d.ts rename to src/@types/sketchapp/index.d.ts diff --git a/src/tsconfig.app.json b/src/tsconfig.app.json index 287be708b..93b99023d 100644 --- a/src/tsconfig.app.json +++ b/src/tsconfig.app.json @@ -3,5 +3,5 @@ "compilerOptions": { "outDir": "../out-tsc/app" }, - "files": ["main.ts", "polyfills.ts", "typing.d.ts"] + "files": ["main.ts", "polyfills.ts"] } diff --git a/src/tsconfig.spec.json b/src/tsconfig.spec.json index d476cb4a2..64cc9c810 100644 --- a/src/tsconfig.spec.json +++ b/src/tsconfig.spec.json @@ -5,6 +5,6 @@ "module": "commonjs", "types": ["jest", "node", "sketchapp"] }, - "files": ["polyfills.ts", "typing.d.ts"], + "files": ["polyfills.ts"], "include": ["**/*.spec.ts", "**/*.d.ts"] } diff --git a/tsconfig.json b/tsconfig.json index b46a56df1..30129b25a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ "esModuleInterop": true, "lib": ["esnext", "es2017", "dom"], "types": ["cypress", "@types/testing-library__cypress"], + "typeRoots": ["src/@types", "node_modules/@types"], "paths": { "@env/*": ["src/environments/*"], "@app/*": ["src/app/*"], From e7a7039e1f3fd708e123cd5e36f99774c46eb136 Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sun, 1 Mar 2020 01:33:17 +0100 Subject: [PATCH 20/26] ci: store junit test results --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f208f680e..55ea8856a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,6 +37,8 @@ jobs: - attach_workspace: at: dist - run: npm run test.ci -- --reporters=default --reporters=jest-junit --maxWorkers=2 + - store_test_results: + path: ./junit.xml test-e2e: <<: *run_cypress steps: From 849c4cecf1fc0afbe10ce24e041ef185baa96692 Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sun, 1 Mar 2020 01:34:57 +0100 Subject: [PATCH 21/26] ci: skip npm install in e2e --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 55ea8856a..807674525 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,7 +43,6 @@ jobs: <<: *run_cypress steps: - checkout - - run: npm install - restore_cache: key: *cache_key - attach_workspace: From 022b6667c8202946547e2a166086e27396c72280 Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sun, 1 Mar 2020 01:45:11 +0100 Subject: [PATCH 22/26] ci: fix e2e step --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 807674525..985b745d1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ jobs: - checkout - restore_cache: key: *cache_key - - run: npm install + - run: npm ci - save_cache: key: *cache_key paths: @@ -43,6 +43,7 @@ jobs: <<: *run_cypress steps: - checkout + - run: npm ci - restore_cache: key: *cache_key - attach_workspace: From c48e174e248f51fa0d95b471fab05ae582d25a09 Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sun, 1 Mar 2020 02:26:01 +0100 Subject: [PATCH 23/26] ci: experiment with parallel builds --- .circleci/config.yml | 511 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 444 insertions(+), 67 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 985b745d1..a9dbdec7b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,113 +1,490 @@ -version: 2 -var_1: &cache_key v1-dependencies-{{ checksum "package-lock.json" }} -var_2: &run_node +version: 2.1 +cache_key: &cache_key v1-dependencies-{{ checksum "package-lock.json" }} + +use_node_image: &use_node_image docker: - image: circleci/node:12.13.0 -var_3: &run_cypress + +use_cypress_image: &use_cypress_image docker: - image: cypress/base:12.13.0 -jobs: - install: - <<: *run_node - steps: - - checkout - - restore_cache: - key: *cache_key - - run: npm ci - - save_cache: - key: *cache_key - paths: - - node_modules +dist_folder: &dist_folder dist + +executors: + node_executor: + <<: *use_node_image + +commands: lint: - <<: *run_node + description: "Lint" + parameters: + package: + type: string steps: - checkout - restore_cache: key: *cache_key - - run: npm run lint || - (echo "Lint errors detected. Please run ''npm lint --fix''" ; exit 1) + - attach_workspace: + at: *dist_folder + - run: npm run lint -- "<< parameters.package >>" || + (echo "Lint errors detected. Please run ''npm run lint -- --fix''" ; exit 1) + - run: ls -l ./dist/ test: - <<: *run_node + description: "Test" + parameters: + package: + type: string steps: - checkout - restore_cache: key: *cache_key - attach_workspace: - at: dist - - run: npm run test.ci -- --reporters=default --reporters=jest-junit --maxWorkers=2 - - store_test_results: - path: ./junit.xml - test-e2e: - <<: *run_cypress + at: *dist_folder + - run: npm run test.ci -- --passWithNoTests --reporters=default --reporters=jest-junit --maxWorkers=2 -- "projects/<< parameters.package >>" + - run: ls -l ./dist + + build-package: + description: "Build Package" + parameters: + package: + type: string steps: - checkout - - run: npm ci - restore_cache: key: *cache_key - attach_workspace: - at: dist - - run: npm run e2e + at: *dist_folder + - run: ls -l ./dist/** + - run: npm run ng -- build << parameters.package >> + - persist_to_workspace: + root: ./ + paths: + - ./dist/**/*.* - build-libs: - <<: *run_node +jobs: + install: + executor: node_executor steps: - checkout - restore_cache: key: *cache_key - - run: - command: npm run build.all.libraries - - persist_to_workspace: - root: dist + - run: npm ci + - save_cache: + key: *cache_key paths: - - ./* + - node_modules + + # Lint + lint-sketch-lib: + executor: node_executor + steps: + - lint: + package: "sketch-lib" + + lint-sketch-ingestor: + executor: node_executor + steps: + - lint: + package: "sketch-ingestor" + + lint-css-codegen: + executor: node_executor + steps: + - lint: + package: "css-codegen" + + lint-svg-codegen: + executor: node_executor + steps: + - lint: + package: "svg-codegen" + + lint-xaml-codegen: + executor: node_executor + steps: + - lint: + package: "xaml-codegen" + + lint-web-codegen: + executor: node_executor + steps: + - lint: + package: "web-codegen" + + lint-web-component-codegen: + executor: node_executor + steps: + - lint: + package: "web-component-codegen" + + lint-angular-codegen: + executor: node_executor + steps: + - lint: + package: "angular-codegen" + + lint-vue-codegen: + executor: node_executor + steps: + - lint: + package: "vue-codegen" + + lint-lit-element-codegen: + executor: node_executor + steps: + - lint: + package: "lit-element-codegen" + + lint-react-codegen: + executor: node_executor + steps: + - lint: + package: "react-codegen" + + lint-stencil-codegen: + executor: node_executor + steps: + - lint: + package: "stencil-codegen" + + lint-app: + executor: node_executor + steps: + - lint: + package: "xlayers" + + # Tests + test-sketch-ingestor: + executor: node_executor + steps: + - test: + package: "sketch-ingestor" + + test-sketch-lib: + executor: node_executor + steps: + - test: + package: "sketch-lib" + + test-css-codegen: + executor: node_executor + steps: + - test: + package: "css-codegen" + + test-svg-codegen: + executor: node_executor + steps: + - test: + package: "svg-codegen" + + test-xaml-codegen: + executor: node_executor + steps: + - test: + package: "xaml-codegen" + + test-web-codegen: + executor: node_executor + steps: + - test: + package: "web-codegen" + + test-web-component-codegen: + executor: node_executor + steps: + - test: + package: "web-component-codegen" + + test-angular-codegen: + executor: node_executor + steps: + - test: + package: "angular-codegen" + + test-vue-codegen: + executor: node_executor + steps: + - test: + package: "vue-codegen" + + test-lit-element-codegen: + executor: node_executor + steps: + - test: + package: "lit-element-codegen" + + test-react-codegen: + executor: node_executor + steps: + - test: + package: "react-codegen" + + test-stencil-codegen: + executor: node_executor + steps: + - test: + package: "stencil-codegen" + + test-app: + executor: node_executor + steps: + - test: + package: "src/app/" + + # Build package + build-sketch-ingestor: + executor: node_executor + steps: + - build-package: + package: "sketch-ingestor" + + build-sketch-lib: + executor: node_executor + steps: + - build-package: + package: "sketch-lib" + + build-css-codegen: + executor: node_executor + steps: + - build-package: + package: "css-codegen" + + build-svg-codegen: + executor: node_executor + steps: + - build-package: + package: "svg-codegen" + + build-xaml-codegen: + executor: node_executor + steps: + - build-package: + package: "xaml-codegen" + + build-web-codegen: + executor: node_executor + steps: + - build-package: + package: "web-codegen" + + build-web-component-codegen: + executor: node_executor + steps: + - build-package: + package: "web-component-codegen" + + build-angular-codegen: + executor: node_executor + steps: + - build-package: + package: "angular-codegen" + + build-vue-codegen: + executor: node_executor + steps: + - build-package: + package: "vue-codegen" + + build-lit-element-codegen: + executor: node_executor + steps: + - build-package: + package: "lit-element-codegen" + + build-react-codegen: + executor: node_executor + steps: + - build-package: + package: "react-codegen" + + build-stencil-codegen: + executor: node_executor + steps: + - build-package: + package: "stencil-codegen" + build-app: - <<: *run_node + executor: node_executor + steps: + - build-package: + package: "xlayers" + + # Test E2E + test-e2e: + <<: *use_cypress_image steps: - checkout + - run: npm ci - restore_cache: key: *cache_key - attach_workspace: - at: dist - - run: - command: npm run app.build.prod + at: *dist_folder + - run: npm run e2e workflows: version: 2 - install-lint-test-build: + "Lint All": jobs: - - install: - filters: - tags: - only: /.*/ - - lint: + ################### + - install + - lint-app: requires: - install - - build-libs: + - lint-sketch-ingestor: requires: - - lint - filters: - tags: - only: /.*/ - - test: + - install + - lint-css-codegen: + requires: + - install + - lint-svg-codegen: + requires: + - install + - lint-xaml-codegen: + requires: + - install + - lint-web-codegen: + requires: + - install + - lint-web-component-codegen: + requires: + - install + - lint-angular-codegen: + requires: + - install + - lint-vue-codegen: + requires: + - install + - lint-stencil-codegen: requires: - - build-libs - filters: - tags: - only: /.*/ + - install + - lint-lit-element-codegen: + requires: + - install + - lint-react-codegen: + requires: + - install + + "E2E Testing": + jobs: + - install - test-e2e: requires: - - build-libs - filters: - tags: - only: /.*/ - - build-app: + - install + + "Test and Build": + jobs: + - install + + ################### + # Test & Build core libs + - build-sketch-lib: requires: - install - - test - - test-e2e - - build-libs - filters: - tags: - only: /.*/ + - test-sketch-lib: + requires: + - build-sketch-lib + + ################### + # Test & Build other libs + - build-sketch-ingestor: + requires: + - build-sketch-lib + - build-css-codegen: + requires: + - build-sketch-lib + - build-svg-codegen: + requires: + - build-sketch-lib + - build-xaml-codegen: + requires: + - build-css-codegen + - build-svg-codegen + - build-sketch-lib + - build-web-codegen: + requires: + - build-css-codegen + - build-svg-codegen + - build-sketch-lib + - build-web-component-codegen: + requires: + - build-web-codegen + - build-sketch-lib + - build-angular-codegen: + requires: + - build-web-codegen + - build-sketch-lib + - build-vue-codegen: + requires: + - build-web-codegen + - build-sketch-lib + - build-stencil-codegen: + requires: + - build-web-codegen + - build-sketch-lib + - build-lit-element-codegen: + requires: + - build-web-codegen + - build-sketch-lib + - build-react-codegen: + requires: + - build-web-codegen + - build-sketch-lib + + ################### + - test-sketch-ingestor: + requires: + - build-sketch-ingestor + - test-css-codegen: + requires: + - build-css-codegen + - test-svg-codegen: + requires: + - build-svg-codegen + - test-xaml-codegen: + requires: + - build-xaml-codegen + - test-web-codegen: + requires: + - build-web-codegen + - test-web-component-codegen: + requires: + - build-web-component-codegen + - test-angular-codegen: + requires: + - build-angular-codegen + - test-vue-codegen: + requires: + - build-vue-codegen + - test-stencil-codegen: + requires: + - build-stencil-codegen + - test-lit-element-codegen: + requires: + - build-lit-element-codegen + - test-react-codegen: + requires: + - build-react-codegen + + ################### + - build-app: + requires: + - build-sketch-lib + - build-sketch-ingestor + - build-css-codegen + - build-svg-codegen + - build-xaml-codegen + - build-web-codegen + - build-web-component-codegen + - build-angular-codegen + - build-vue-codegen + - build-stencil-codegen + - build-lit-element-codegen + - build-react-codegen + + - test-app: + requires: + - build-app From 8c807a814851501828b37dda62fdf4e014ddd80f Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sun, 1 Mar 2020 21:42:57 +0100 Subject: [PATCH 24/26] ci: make circle ci happy --- .circleci/config.yml | 511 ++++++------------------------------------- 1 file changed, 67 insertions(+), 444 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a9dbdec7b..985b745d1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,490 +1,113 @@ -version: 2.1 -cache_key: &cache_key v1-dependencies-{{ checksum "package-lock.json" }} - -use_node_image: &use_node_image +version: 2 +var_1: &cache_key v1-dependencies-{{ checksum "package-lock.json" }} +var_2: &run_node docker: - image: circleci/node:12.13.0 - -use_cypress_image: &use_cypress_image +var_3: &run_cypress docker: - image: cypress/base:12.13.0 -dist_folder: &dist_folder dist - -executors: - node_executor: - <<: *use_node_image - -commands: +jobs: + install: + <<: *run_node + steps: + - checkout + - restore_cache: + key: *cache_key + - run: npm ci + - save_cache: + key: *cache_key + paths: + - node_modules lint: - description: "Lint" - parameters: - package: - type: string + <<: *run_node steps: - checkout - restore_cache: key: *cache_key - - attach_workspace: - at: *dist_folder - - run: npm run lint -- "<< parameters.package >>" || - (echo "Lint errors detected. Please run ''npm run lint -- --fix''" ; exit 1) - - run: ls -l ./dist/ + - run: npm run lint || + (echo "Lint errors detected. Please run ''npm lint --fix''" ; exit 1) test: - description: "Test" - parameters: - package: - type: string + <<: *run_node steps: - checkout - restore_cache: key: *cache_key - attach_workspace: - at: *dist_folder - - run: npm run test.ci -- --passWithNoTests --reporters=default --reporters=jest-junit --maxWorkers=2 -- "projects/<< parameters.package >>" - - run: ls -l ./dist - - build-package: - description: "Build Package" - parameters: - package: - type: string + at: dist + - run: npm run test.ci -- --reporters=default --reporters=jest-junit --maxWorkers=2 + - store_test_results: + path: ./junit.xml + test-e2e: + <<: *run_cypress steps: - checkout + - run: npm ci - restore_cache: key: *cache_key - attach_workspace: - at: *dist_folder - - run: ls -l ./dist/** - - run: npm run ng -- build << parameters.package >> - - persist_to_workspace: - root: ./ - paths: - - ./dist/**/*.* + at: dist + - run: npm run e2e -jobs: - install: - executor: node_executor + build-libs: + <<: *run_node steps: - checkout - restore_cache: key: *cache_key - - run: npm ci - - save_cache: - key: *cache_key + - run: + command: npm run build.all.libraries + - persist_to_workspace: + root: dist paths: - - node_modules - - # Lint - lint-sketch-lib: - executor: node_executor - steps: - - lint: - package: "sketch-lib" - - lint-sketch-ingestor: - executor: node_executor - steps: - - lint: - package: "sketch-ingestor" - - lint-css-codegen: - executor: node_executor - steps: - - lint: - package: "css-codegen" - - lint-svg-codegen: - executor: node_executor - steps: - - lint: - package: "svg-codegen" - - lint-xaml-codegen: - executor: node_executor - steps: - - lint: - package: "xaml-codegen" - - lint-web-codegen: - executor: node_executor - steps: - - lint: - package: "web-codegen" - - lint-web-component-codegen: - executor: node_executor - steps: - - lint: - package: "web-component-codegen" - - lint-angular-codegen: - executor: node_executor - steps: - - lint: - package: "angular-codegen" - - lint-vue-codegen: - executor: node_executor - steps: - - lint: - package: "vue-codegen" - - lint-lit-element-codegen: - executor: node_executor - steps: - - lint: - package: "lit-element-codegen" - - lint-react-codegen: - executor: node_executor - steps: - - lint: - package: "react-codegen" - - lint-stencil-codegen: - executor: node_executor - steps: - - lint: - package: "stencil-codegen" - - lint-app: - executor: node_executor - steps: - - lint: - package: "xlayers" - - # Tests - test-sketch-ingestor: - executor: node_executor - steps: - - test: - package: "sketch-ingestor" - - test-sketch-lib: - executor: node_executor - steps: - - test: - package: "sketch-lib" - - test-css-codegen: - executor: node_executor - steps: - - test: - package: "css-codegen" - - test-svg-codegen: - executor: node_executor - steps: - - test: - package: "svg-codegen" - - test-xaml-codegen: - executor: node_executor - steps: - - test: - package: "xaml-codegen" - - test-web-codegen: - executor: node_executor - steps: - - test: - package: "web-codegen" - - test-web-component-codegen: - executor: node_executor - steps: - - test: - package: "web-component-codegen" - - test-angular-codegen: - executor: node_executor - steps: - - test: - package: "angular-codegen" - - test-vue-codegen: - executor: node_executor - steps: - - test: - package: "vue-codegen" - - test-lit-element-codegen: - executor: node_executor - steps: - - test: - package: "lit-element-codegen" - - test-react-codegen: - executor: node_executor - steps: - - test: - package: "react-codegen" - - test-stencil-codegen: - executor: node_executor - steps: - - test: - package: "stencil-codegen" - - test-app: - executor: node_executor - steps: - - test: - package: "src/app/" - - # Build package - build-sketch-ingestor: - executor: node_executor - steps: - - build-package: - package: "sketch-ingestor" - - build-sketch-lib: - executor: node_executor - steps: - - build-package: - package: "sketch-lib" - - build-css-codegen: - executor: node_executor - steps: - - build-package: - package: "css-codegen" - - build-svg-codegen: - executor: node_executor - steps: - - build-package: - package: "svg-codegen" - - build-xaml-codegen: - executor: node_executor - steps: - - build-package: - package: "xaml-codegen" - - build-web-codegen: - executor: node_executor - steps: - - build-package: - package: "web-codegen" - - build-web-component-codegen: - executor: node_executor - steps: - - build-package: - package: "web-component-codegen" - - build-angular-codegen: - executor: node_executor - steps: - - build-package: - package: "angular-codegen" - - build-vue-codegen: - executor: node_executor - steps: - - build-package: - package: "vue-codegen" - - build-lit-element-codegen: - executor: node_executor - steps: - - build-package: - package: "lit-element-codegen" - - build-react-codegen: - executor: node_executor - steps: - - build-package: - package: "react-codegen" - - build-stencil-codegen: - executor: node_executor - steps: - - build-package: - package: "stencil-codegen" - + - ./* build-app: - executor: node_executor - steps: - - build-package: - package: "xlayers" - - # Test E2E - test-e2e: - <<: *use_cypress_image + <<: *run_node steps: - checkout - - run: npm ci - restore_cache: key: *cache_key - attach_workspace: - at: *dist_folder - - run: npm run e2e + at: dist + - run: + command: npm run app.build.prod workflows: version: 2 - "Lint All": + install-lint-test-build: jobs: - ################### - - install - - lint-app: - requires: - - install - - lint-sketch-ingestor: - requires: - - install - - lint-css-codegen: - requires: - - install - - lint-svg-codegen: - requires: - - install - - lint-xaml-codegen: - requires: - - install - - lint-web-codegen: - requires: - - install - - lint-web-component-codegen: - requires: - - install - - lint-angular-codegen: - requires: - - install - - lint-vue-codegen: - requires: - - install - - lint-stencil-codegen: + - install: + filters: + tags: + only: /.*/ + - lint: requires: - install - - lint-lit-element-codegen: + - build-libs: requires: - - install - - lint-react-codegen: + - lint + filters: + tags: + only: /.*/ + - test: requires: - - install - - "E2E Testing": - jobs: - - install + - build-libs + filters: + tags: + only: /.*/ - test-e2e: requires: - - install - - "Test and Build": - jobs: - - install - - ################### - # Test & Build core libs - - build-sketch-lib: - requires: - - install - - test-sketch-lib: - requires: - - build-sketch-lib - - ################### - # Test & Build other libs - - build-sketch-ingestor: - requires: - - build-sketch-lib - - build-css-codegen: - requires: - - build-sketch-lib - - build-svg-codegen: - requires: - - build-sketch-lib - - build-xaml-codegen: - requires: - - build-css-codegen - - build-svg-codegen - - build-sketch-lib - - build-web-codegen: - requires: - - build-css-codegen - - build-svg-codegen - - build-sketch-lib - - build-web-component-codegen: - requires: - - build-web-codegen - - build-sketch-lib - - build-angular-codegen: - requires: - - build-web-codegen - - build-sketch-lib - - build-vue-codegen: - requires: - - build-web-codegen - - build-sketch-lib - - build-stencil-codegen: - requires: - - build-web-codegen - - build-sketch-lib - - build-lit-element-codegen: - requires: - - build-web-codegen - - build-sketch-lib - - build-react-codegen: - requires: - - build-web-codegen - - build-sketch-lib - - ################### - - test-sketch-ingestor: - requires: - - build-sketch-ingestor - - test-css-codegen: - requires: - - build-css-codegen - - test-svg-codegen: - requires: - - build-svg-codegen - - test-xaml-codegen: - requires: - - build-xaml-codegen - - test-web-codegen: - requires: - - build-web-codegen - - test-web-component-codegen: - requires: - - build-web-component-codegen - - test-angular-codegen: - requires: - - build-angular-codegen - - test-vue-codegen: - requires: - - build-vue-codegen - - test-stencil-codegen: - requires: - - build-stencil-codegen - - test-lit-element-codegen: - requires: - - build-lit-element-codegen - - test-react-codegen: - requires: - - build-react-codegen - - ################### + - build-libs + filters: + tags: + only: /.*/ - build-app: requires: - - build-sketch-lib - - build-sketch-ingestor - - build-css-codegen - - build-svg-codegen - - build-xaml-codegen - - build-web-codegen - - build-web-component-codegen - - build-angular-codegen - - build-vue-codegen - - build-stencil-codegen - - build-lit-element-codegen - - build-react-codegen - - - test-app: - requires: - - build-app + - install + - test + - test-e2e + - build-libs + filters: + tags: + only: /.*/ From f1c473e60caa337776c0a36ead52a40f7464f0ed Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Mon, 2 Mar 2020 18:33:23 +0100 Subject: [PATCH 25/26] chore: compile all libraries with IVy --- projects/angular-codegen/tsconfig.lib.prod.json | 7 ++----- projects/css-codegen/tsconfig.lib.prod.json | 7 ++----- projects/lit-element-codegen/tsconfig.lib.prod.json | 7 ++----- projects/react-codegen/tsconfig.lib.prod.json | 7 ++----- projects/sketch-ingestor/tsconfig.lib.prod.json | 7 ++----- projects/sketch-lib/tsconfig.lib.prod.json | 7 ++----- projects/stencil-codegen/tsconfig.lib.prod.json | 7 ++----- projects/svg-codegen/tsconfig.lib.prod.json | 7 ++----- projects/vue-codegen/tsconfig.lib.prod.json | 7 ++----- projects/web-codegen/tsconfig.lib.prod.json | 7 ++----- projects/web-component-codegen/tsconfig.lib.prod.json | 7 ++----- projects/xaml-codegen/tsconfig.lib.prod.json | 7 ++----- 12 files changed, 24 insertions(+), 60 deletions(-) diff --git a/projects/angular-codegen/tsconfig.lib.prod.json b/projects/angular-codegen/tsconfig.lib.prod.json index b1d501abb..136e7ee25 100644 --- a/projects/angular-codegen/tsconfig.lib.prod.json +++ b/projects/angular-codegen/tsconfig.lib.prod.json @@ -1,6 +1,3 @@ { - "extends": "./tsconfig.lib.json", - "angularCompilerOptions": { - "enableIvy": false - } -} \ No newline at end of file + "extends": "./tsconfig.lib.json" +} diff --git a/projects/css-codegen/tsconfig.lib.prod.json b/projects/css-codegen/tsconfig.lib.prod.json index b1d501abb..136e7ee25 100644 --- a/projects/css-codegen/tsconfig.lib.prod.json +++ b/projects/css-codegen/tsconfig.lib.prod.json @@ -1,6 +1,3 @@ { - "extends": "./tsconfig.lib.json", - "angularCompilerOptions": { - "enableIvy": false - } -} \ No newline at end of file + "extends": "./tsconfig.lib.json" +} diff --git a/projects/lit-element-codegen/tsconfig.lib.prod.json b/projects/lit-element-codegen/tsconfig.lib.prod.json index b1d501abb..136e7ee25 100644 --- a/projects/lit-element-codegen/tsconfig.lib.prod.json +++ b/projects/lit-element-codegen/tsconfig.lib.prod.json @@ -1,6 +1,3 @@ { - "extends": "./tsconfig.lib.json", - "angularCompilerOptions": { - "enableIvy": false - } -} \ No newline at end of file + "extends": "./tsconfig.lib.json" +} diff --git a/projects/react-codegen/tsconfig.lib.prod.json b/projects/react-codegen/tsconfig.lib.prod.json index b1d501abb..136e7ee25 100644 --- a/projects/react-codegen/tsconfig.lib.prod.json +++ b/projects/react-codegen/tsconfig.lib.prod.json @@ -1,6 +1,3 @@ { - "extends": "./tsconfig.lib.json", - "angularCompilerOptions": { - "enableIvy": false - } -} \ No newline at end of file + "extends": "./tsconfig.lib.json" +} diff --git a/projects/sketch-ingestor/tsconfig.lib.prod.json b/projects/sketch-ingestor/tsconfig.lib.prod.json index b1d501abb..136e7ee25 100644 --- a/projects/sketch-ingestor/tsconfig.lib.prod.json +++ b/projects/sketch-ingestor/tsconfig.lib.prod.json @@ -1,6 +1,3 @@ { - "extends": "./tsconfig.lib.json", - "angularCompilerOptions": { - "enableIvy": false - } -} \ No newline at end of file + "extends": "./tsconfig.lib.json" +} diff --git a/projects/sketch-lib/tsconfig.lib.prod.json b/projects/sketch-lib/tsconfig.lib.prod.json index b1d501abb..136e7ee25 100644 --- a/projects/sketch-lib/tsconfig.lib.prod.json +++ b/projects/sketch-lib/tsconfig.lib.prod.json @@ -1,6 +1,3 @@ { - "extends": "./tsconfig.lib.json", - "angularCompilerOptions": { - "enableIvy": false - } -} \ No newline at end of file + "extends": "./tsconfig.lib.json" +} diff --git a/projects/stencil-codegen/tsconfig.lib.prod.json b/projects/stencil-codegen/tsconfig.lib.prod.json index b1d501abb..136e7ee25 100644 --- a/projects/stencil-codegen/tsconfig.lib.prod.json +++ b/projects/stencil-codegen/tsconfig.lib.prod.json @@ -1,6 +1,3 @@ { - "extends": "./tsconfig.lib.json", - "angularCompilerOptions": { - "enableIvy": false - } -} \ No newline at end of file + "extends": "./tsconfig.lib.json" +} diff --git a/projects/svg-codegen/tsconfig.lib.prod.json b/projects/svg-codegen/tsconfig.lib.prod.json index b1d501abb..136e7ee25 100644 --- a/projects/svg-codegen/tsconfig.lib.prod.json +++ b/projects/svg-codegen/tsconfig.lib.prod.json @@ -1,6 +1,3 @@ { - "extends": "./tsconfig.lib.json", - "angularCompilerOptions": { - "enableIvy": false - } -} \ No newline at end of file + "extends": "./tsconfig.lib.json" +} diff --git a/projects/vue-codegen/tsconfig.lib.prod.json b/projects/vue-codegen/tsconfig.lib.prod.json index b1d501abb..136e7ee25 100644 --- a/projects/vue-codegen/tsconfig.lib.prod.json +++ b/projects/vue-codegen/tsconfig.lib.prod.json @@ -1,6 +1,3 @@ { - "extends": "./tsconfig.lib.json", - "angularCompilerOptions": { - "enableIvy": false - } -} \ No newline at end of file + "extends": "./tsconfig.lib.json" +} diff --git a/projects/web-codegen/tsconfig.lib.prod.json b/projects/web-codegen/tsconfig.lib.prod.json index b1d501abb..136e7ee25 100644 --- a/projects/web-codegen/tsconfig.lib.prod.json +++ b/projects/web-codegen/tsconfig.lib.prod.json @@ -1,6 +1,3 @@ { - "extends": "./tsconfig.lib.json", - "angularCompilerOptions": { - "enableIvy": false - } -} \ No newline at end of file + "extends": "./tsconfig.lib.json" +} diff --git a/projects/web-component-codegen/tsconfig.lib.prod.json b/projects/web-component-codegen/tsconfig.lib.prod.json index b1d501abb..136e7ee25 100644 --- a/projects/web-component-codegen/tsconfig.lib.prod.json +++ b/projects/web-component-codegen/tsconfig.lib.prod.json @@ -1,6 +1,3 @@ { - "extends": "./tsconfig.lib.json", - "angularCompilerOptions": { - "enableIvy": false - } -} \ No newline at end of file + "extends": "./tsconfig.lib.json" +} diff --git a/projects/xaml-codegen/tsconfig.lib.prod.json b/projects/xaml-codegen/tsconfig.lib.prod.json index b1d501abb..136e7ee25 100644 --- a/projects/xaml-codegen/tsconfig.lib.prod.json +++ b/projects/xaml-codegen/tsconfig.lib.prod.json @@ -1,6 +1,3 @@ { - "extends": "./tsconfig.lib.json", - "angularCompilerOptions": { - "enableIvy": false - } -} \ No newline at end of file + "extends": "./tsconfig.lib.json" +} From 35b6cdc40e37aaf05ffd78e4b054f65b61bf335a Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Mon, 2 Mar 2020 18:39:32 +0100 Subject: [PATCH 26/26] fix: mock TranslateModule --- src/app/editor/editor.component.spec.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/editor/editor.component.spec.ts b/src/app/editor/editor.component.spec.ts index 96bbc6589..d769127c0 100644 --- a/src/app/editor/editor.component.spec.ts +++ b/src/app/editor/editor.component.spec.ts @@ -7,7 +7,7 @@ import { WINDOW_PROVIDERS } from '@app/core/window.service'; import { NgxsModule } from '@ngxs/store'; import { EditorComponent } from './editor.component'; import { RouterTestingModule } from '@angular/router/testing'; -import { TranslateModule } from '@ngx-translate/core'; +import { TranslateModule, TranslateLoader } from '@ngx-translate/core'; describe('EditorComponent', () => { let fixture: ComponentFixture; @@ -21,7 +21,9 @@ describe('EditorComponent', () => { MatSnackBarModule, NgxsModule.forRoot([UiState]), RouterTestingModule.withRoutes([]), - TranslateModule.forRoot() + TranslateModule.forRoot({ + loader: { provide: TranslateLoader, useValue: {} } + }) ], declarations: [EditorComponent], providers: [WINDOW_PROVIDERS]